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
+
+
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 |
Gives extra clue caskets and mystery boxes while completing clues
1/15 chance to double loot from completing clues
|
Questing (1/350 per trip)
Hunting eastern ferrets\*
|
+| 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
+
+
Reward
Source
Spectator Clothes
3 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 hand
1/5 chance to receive from a trip.
Ringmaster set
500 Circus tickets
Clown set
200 Circus tickets
Acrobat set
50 Circus tickets
Circus Tickets
You 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.
XP
Agility, 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.
+
+
Species
Preference
Fairy
Magical
Monkey
Vitalizing
Goblin
Caustic
Imp
Unholy
Giant
Invigorating
Fiend
Soothing
Troll
Soothing
Ogre
Healing
Gargoyle
Caustic
TzHaar
Healing
Wyvern
Vitalizing
Abyssal Creatures
Magical
Dragons
Invigorating
Demons
Unholy
+
+### 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 sungod
20%
Drygore longsword
10%
28.6%
Offhand drygore longsword
5%
14.3%
TzKal cape
6%
17.1%
Brawler's hook necklace
4%
11.4%
Gorajan warrior helmet
2%
5.7%
Gorajan warrior top
4%
11.4%
Gorajan warrior legs
2%
5.7%
Gorajan warrior gloves
1%
2.9%
Gorajan warrior boots
1%
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 Table
Drop Rate
Broken dwarven warhammer
Varies, see below.
Dwarven armour piece (any)
1/150
Dwarven crate
1/100
Dwarven ore
1/1 (approx.)
Blacksmith crate
1/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.
+
+
+
+[^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.
+
+
+
+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.
+
+
+
+
+
+## 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.
+
+
+
+
+
+
+
+## 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
+
+
+
+### Range
+
+
+
+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
+
+
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:
+
+
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
+
+
Method
Xp / Hr
Daemonheim Agility Course
2,547,880
Hallowed Sepulchre Floor 7
2,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
+
+
Method
Xp / Hr
Elder Table
15,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
+
+
Method
Xp / Hr
Heat Res. Vial
2,630,953
Royal dragonhide body
16,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
+
+
Method
Xp / Seed
Xp / Harvest
Athelas
1,235,501
15,270,786
Korulsi
386,179
4,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
+
+
Method
Xp / Hr (Average)
Wintertodt
15,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
+
+
Method
Xp / Hr
Hellfire Arrow
550,851,923
Elder Bow (u)
10,940,725
Elder Bow
15,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
+
+
Method
Xp / Hr
Heat Res. Potions
5,168,727
Enhanced Potions
3,595,636
Simple Kibble
5,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
+
+
Method
Xp / Hr
Elder Birdhouse
3,255,309
Sand Gecko
562,955
Black Chinchompa
1,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)
Effect
Materials [Weight]
Superior Bonecrusher (70)
25% bonus xp over Gorajan Bonecrusher
Pious[5] Sharp[1] Magic[4]
Dwarven Toolkit (80)
35% speed boost to disassembly
Dwarven[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 cannoning
Strong[4] Heavy[2] Metallic[4]
Mecha Rod (85)
45% speed boost to fishing
Flexible[5] Organic[3] Strong[2]
Master Hammer and Chisel (90)
45% speed boost to crafting
Simple[3] Sharp[2] Metallic[2] Swift[3]
Quick Trap (90)
25% speed boost to box-trap hunting
Precious[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 herblore
Organic[8] Metallic[2]
Portable Tanner (95)
Tans hides you get from PvM
Metallic[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 Divination
Pious[4] Powerful[1] Magic[4] Heavy[1]
Divine Hand (100)
30% boost to energy yield in Divination
Pious[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 spores
Organic[5] Magic[5]
Webshooter (100)
20% speed boost to all hunting and 30% boost to passive implings
Strong[4] Flexible[4] Organic[2]
Drygore Saw (105)
40% speed boost to construction
Drygore[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 rune
Magic[4] Metallic[2] Treasured[2]
RoboFlappy (120)
Provides double loot from minigames, replicates the effect of the discontinued pet Flappy but with material costs
Magic[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
+
+
Method
Xp / Hr
ODS
~211k
Lava Runes
4,997,932
Elder Runes
5,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:
+
+
+
+### 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.
+
+
Reward
Unlocked?
Seeing Red
false
I hope you mith me
false
Watch the birdie
false
Hot Stuff
false
Reptile got ripped
false
Like a boss
false
Basilocked
false
Actual Vampyre Slayer
false
Pore Decisions
true
Stop the Wyvern
true
+
+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.
+
+
Monster
Extension reward
Unlocked?
Aberrant
Smell ya later
false
Abyssal
Augment my abbies
true
Basilisk
Basilonger
false
Black demon
Its Dark In Here
false
Bloodveld
Bleed me dry
true
Dark beast
Need more darkness
true
Dust Devil
To dust you shall return
true
Gargoyle
Get Smashed
false
2x all tasks
Size Matters
true
2x all tasks
(Dungeoneering scroll) Scroll of longevity
true
+
+### 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.
+
+
+
+
+
+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
+
+
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\\
+
+
Item
Boost
Impling Locator
chance to find implings
Equip, do not feed: Divine Ring
15% speed boost, doubles chance of gmc from master caskets
Equip, do not feed: Abyssal Jibwings
5% 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 Jibwings
30% chance to not use any food
Equip, do not feed: Demonic Jibwings e
+30 minutes max trip length
Equip, do not feed: Third Age Jiewings
Doubles 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
+
+
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\\
+
+
Allow 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 Tier
Speed Boost
Cost
Magic level
T1
5%
1x Polypore staff
95
T2
8%
1x Oceanic relic, 1x Seamonkey staff (t1)
105
T3
14%
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`
+
+
Spell
Cost
Tan Leather
Per 5 casts: 5x Fire rune, 1x Nature rune, 2x Astral rune
Per 5 casts: 5x Flax, 5x Air rune, 1x Nature rune, 2x Astral rune
Superglass make
Per 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
+
+
Item
Boost
Collect
Cast
Zak
Adds 35 minutes to trip length
true
true
Voidling
10% collecting speed increase
true
false
Ring of Endurance
10% collecting speed increase
true
false
Mr. E
1/12 chance to double loot
true
false
Klik
22% casting speed increase
false
true
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 Times
Chance of PKer atCallisto, Vet'ion, Venenatis
Chance of PKer atArtio, Calvarion, Spindel
Low period
1.52%
2.85%
Medium period
7.59%
14.29%
High period
18.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
+
+
+
+## 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.
+
+
+
+---
+
+## **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 Hat
Price
Required Chompy KC
Chompy bird hat (ogre bowman)
1,320
30
Chompy bird hat (bowman)
1,760
40
Chompy bird hat (ogre yeoman)
2,200
50
Chompy bird hat (yeoman)
3,080
70
Chompy bird hat (ogre marksman)
4,180
95
Chompy bird hat (marksman)
5,500
125
Chompy bird hat (ogre woodsman)
7,480
170
Chompy bird hat (woodsman)
9,900
225
Chompy bird hat (ogre forester)
13,200
300
Chompy bird hat (forester)
17,600
400
Chompy bird hat (ogre bowmaster)
24,200
550
Chompy bird hat (bowmaster)
30,800
700
Chompy bird hat (ogre expert)
44,000
1,000
Chompy bird hat (expert)
57,200
1,300
Chompy bird hat (ogre dragon archer)
74,800
1,700
Chompy bird hat (dragon archer)
99,000
2,250
Chompy bird hat (expert ogre dragon archer)
132,000
3,000
Chompy bird hat (expert dragon archer)
176,000
4,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 Name
Point Cost
Item Uses
Blue dark bow paint
25
Creates blue Dark bow
Green dark bow paint
25
Creates green Dark bow
Yellow dark bow paint
25
Creates yellow Dark bow
White dark bow paint
25
Creates white Dark bow
Frozen whip mix
25
Creates Frozen abyssal whip
Volcanic whip mix
25
Creates Volcanic abyssal whip
Steam staff upgrade kit
13
Creates Steam staff (or)
Lava staff upgrade kit
13
Creates Lava staff (or)
Dragon pickaxe upgrade kit
14
Creates Dragon pickaxe (upgraded)
Ward upgrade kit
20
Creates Odium/Malediction ward (or)
Deadman's chest
160
Equippable
Deadman's legs
160
Equippable
Deadman's cape
160
Equippable
Armadyl halo
450
Equippable
Bandos halo
450
Equippable
Seren halo
450
Equippable
Ancient halo
450
Equippable
Brassica halo
450
Equippable
Granite clamp
25
Creates Granite maul (or)
Ornate maul handle
15
Creates Granite maul (ornate handle)
Swift blade
350
Equippable
Guthixian icon
500
Creates Staff of balance
Victor's cape (1)
Free
Equippable
Victor's cape (10)
Free
Equippable
Victor's cape (50)
Free
Equippable
Victor's cape (100)
Free
Equippable
Victor's cape (500)
Free
Equippable
Victor's cape (1000)
Free
Equippable
Golden armadyl special
75
No use
Golden saradomin special
75
No use
Golden bandos special
75
No use
Golden zamorak special
75
No use
Rune pouch note
75
Creates a Rune pouch
Looting page note
1
Creates 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 set
Tokens/Kill
Tokens/Hour (approx.)
Black armour set
20
1,840
Mithril armour set
25
1,575
Adamant armour set
30
1,560
Rune armour set
40
2,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" %}
+
+
+{% 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 Name
Price
Other Requirements
Prince outfit
0
1x Frog Token
Princess outfit
0
1x Frog Token
Frog mask
0
1x Frog Token
Fremennik green cloak
100,000
55 Quest Points
Fremennik blue cloak
100,000
55 Quest Points
Fremennik brown cloak
100,000
55 Quest Points
Fremennik cyan cloak
100,000
55 Quest Points
Fremennik red cloak
100,000
55 Quest Points
Fremennik grey cloak
100,000
55 Quest Points
Fremennik yellow cloak
100,000
55 Quest Points
Fremennik teal cloak
100,000
55 Quest Points
Fremennik purple cloak
100,000
55 Quest Points
Fremennik pink cloak
100,000
55 Quest Points
Fremennik black cloak
100,000
55 Quest Points
Grey hat
100,000
15 Quest Points
Grey gloves
100,000
15 Quest Points
Grey robe top
100,000
15 Quest Points
Grey robe bottoms
100,000
15 Quest Points
Grey boots
100,000
15 Quest Points
Red hat
100,000
15 Quest Points
Red gloves
100,000
15 Quest Points
Red robe top
100,000
15 Quest Points
Red robe bottoms
100,000
15 Quest Points
Red boots
100,000
15 Quest Points
Yellow hat
100,000
15 Quest Points
Yellow gloves
100,000
15 Quest Points
Yellow robe top
100,000
15 Quest Points
Yellow robe bottoms
100,000
15 Quest Points
Yellow boots
100,000
15 Quest Points
Teal hat
100,000
15 Quest Points
Teal gloves
100,000
15 Quest Points
Teal robe top
100,000
15 Quest Points
Teal robe bottoms
100,000
15 Quest Points
Teal boots
100,000
15 Quest Points
Purple hat
100,000
15 Quest Points
Purple gloves
100,000
15 Quest Points
Purple robe top
100,000
15 Quest Points
Purple robe bottoms
100,000
15 Quest Points
Purple boots
100,000
15 Quest Points
Pink hat
100,000
15 Quest Points
Pink robe top
100,000
15 Quest Points
Pink robe bottoms
100,000
15 Quest Points
Pink boots
100,000
15 Quest Points
Cream hat
100,000
15 Quest Points
Cream robe top
100,000
15 Quest Points
Cream robe bottoms
100,000
15 Quest Points
Cream boots
100,000
15 Quest Points
Blue hat
100,000
15 Quest Points
Blue robe top
100,000
15 Quest Points
Blue robe bottoms
100,000
15 Quest Points
Blue boots
100,000
15 Quest Points
Green hat
100,000
15 Quest Points
Green robe top
100,000
15 Quest Points
Green robe bottoms
100,000
15 Quest Points
Green boots
100,000
15 Quest Points
Turquoise hat
100,000
15 Quest Points
Turquoise robe top
100,000
15 Quest Points
Turquoise robe bottoms
100,000
15 Quest Points
Turquoise boots
100,000
15 Quest Points
Red cape
100,000
15 Quest Points
Black cape
100,000
15 Quest Points
Blue cape
100,000
15 Quest Points
Yellow cape
100,000
15 Quest Points
Green cape
100,000
15 Quest Points
Pirate bandana (white)
2,000
N/A
Stripy pirate shirt (white)
2,000
N/A
Pirate leggings (white)
2,000
N/A
Pirate bandana (blue)
2,000
N/A
Stripy pirate shirt (blue)
2,000
N/A
Pirate leggings (blue)
2,000
N/A
Pirate bandana (brown)
2,000
N/A
Stripy pirate shirt (brown)
2,000
N/A
Pirate leggings (brown)
2,000
N/A
Pirate bandana (red)
2,000
N/A
Stripy pirate shirt (red)
2,000
N/A
Pirate leggings (red)
2,000
N/A
Menaphite purple outfit
25,000
N/A
Menaphite red outfit
25,000
N/A
Team-X cape
15,000
Replace X with 1-50
+{% endtab %}
+
+{% tab title="Other" %}
+
+
Item Name
Price
Other Requirements
Shield right half
1,000,000
111 Quest Points
Dragon metal shard
2,500,000
205 Quest Points
Dragon scimitar
500,000
105 Quest Points
Potato with cheese
650
Level 65 Attack & Strength
Mystic hat
15,000
Level 66 Magic
Mystic robe top
120,000
Level 66 Magic
Mystic robe bottom
80,000
Level 66 Magic
Mystic gloves
10,000
Level 66 Magic
Mystic boots
10,000
Level 66 Magic
Beer
1,000,000
N/A
Vodka
1,000,000
N/A
Gin
1,000,000
N/A
Ogre bow
200,000
N/A
Fishbowl pet
500,000
N/A
Sandworms
500
N/A
Granite body
95,000
10kc at Barbarian Assault
Mithril seeds
3,000
N/A
Brown apron
1,000
N/A
White apron
1,000
N/A
Bull roarer
1,000
N/A
Rolling pin
1,000
N/A
Bone club
1,000
N/A
Bone spear
1,000
N/A
Bone dagger
2,500
N/A
Dorgeshuun crossbow
2,500
N/A
Crystal bow
900,000
N/A
Pink skirt
1,000
N/A
Flower crown
5,000
N/A
Flower crown (bisexual)
5,000
N/A
Flower crown (asexual)
5,000
N/A
Flower crown (transgender)
5,000
N/A
Flower crown (pansexual)
5,000
N/A
Flower crown (non-binary)
5,000
N/A
Flower crown (genderqueer)
5,000
N/A
Flower crown (lesbian)
5,000
N/A
Flower crown (gay)
5,000
N/A
Mask of rebirth
100,000
25kc 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
+
+
Items
Requirements
Items/Hour (Approx.)
Blue dragon scales
1 Water, 1 Law, and 3 Air Runes per 26 scales.70 Agility, 37 Magic
780
Flax
None
1,000
Jangerberries
1 Ring of dueling(8) per 224 jangerberries. 10 Agility
560
Mort myre fungus
1 Prayer potion(4), 1 Ring of dueling(8) per 100 fungi.32QP, 50 Prayer
721
Red spiders' eggs
1 Stamina Potion(4) per 80 eggs
564
Snape grass
12 Law and 12 Astral Runes per 120 grass.72QP
1,106
Snake weed
1 Ring of dueling(8) per 150 snake weed.3QP
300
Bucket of sand
1 Law Rune and 750 coins per 30 buckets.30QP
1,800
Tarn's diary
2 Prayer potion(4) per 1 diary.100QP, 40 Slayer, 60 Attack, 60 Strength, 60 Ranged, 60 Defence and 60 Magic
+
+### 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.
+
+
+
+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:`**
+
+
Item
Point Cost
Flax
75
Bucket of sand
200
Seaweed
200
Dragon scale dust
750
Compost potion(4)
5000
Air rune
25
Water rune
25
Earth rune
25
Fire rune
25
Rune essence
70
Vial of water
145
+
+## Imbueables
+
+**All imbue costs are halved if Hard combat achievements are completed!**
+
+Use the following command to imbue items:
+
+- `/minigames nmz imbue`` `**`name:`**
+
+
Item
Point Cost
Black mask
1,250,000
Slayer helmet
1,250,000
Turquoise slayer helmet
1,250,000
Red slayer helmet
1,250,000
Green slayer helmet
1,250,000
Twisted slayer helmet
1,250,000
Black slayer helmet
1,250,000
Purple slayer helmet
1,250,000
Hydra slayer helmet
1,250,000
Salve amulet
800,000
Salve amulet (e)
800,000
Ring of the gods
650,000
Ring of suffering
725,000
Ring of suffering (r)*
725,000
Berserker ring
650,000
Warrior ring
650,000
Archers ring
650,000
Seers ring
650,000
Tyrannical ring
650,000
Treasonous ring
650,000
Granite ring
500,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/Item
Required Quest Points
Mazchna slayer master
1
Fishing Minnows
1
Additional Herb patch (Canifis)
1
Killing Dagannoths (not DKs)
2
Using Box traps
2
Chaeldar slayer master
3
Crafting/Setting Birdhouses
3
Additional Bush patch
3
Unlock Seaweed patches
3
Unlock Hardwood patches
3
Creating Zammy hasta
3
Killing Zygomites
3
Killing Spiritual mage/ranger
3
Killing Fossil island wyverns
3
Hunting Herbiboar
3
Collecting Snake week
3
Killing Killerwatts
4
Killing Brine rats
4
Creating Gold helmet
4
Creating Neitiznot shield
4
Buying a Cannon
5
Creating God Books
5
Runecrafting Cosmic runes
5
KIlling Fever spiders
7
Killing Scarab mages
7
Offering Long/Curved bones
8
Killing Molanisks
8
The Nightmare
10
Runecrafting Law runes
10
Runecrafting Death runes
10
Additional Herb patch (Trollheim)
10
Killing Jungle horrors
11
Killing Cave horrors
11
KIlling Suqahs
12
Killing Elf warriors
12
Killing Dust devils
12
Buying Canifis clothing
15
Fishing Raw karambwanji
15
Additional Herb patch (Harm island)
15
Collecting White berries
22
Killing Dark beasts
24
Buying Goldsmith gauntlets
25
Buying Cooking gauntlets
25
Buying Iban's staff
30
Creating Ava's Accumulator
30
Collecting Buckets of sand
30
Additional Herb patch (Weiss)
31
Collecting Mort myre fungus
32
Additional Flower patch
33
Unlock Crystal tree patch
33
Killing dragons (except rune/addy)
34
Buying Anti-dragon shield
35
Creature Creation
35
Fishing Raw anglerfish
40
Buying Magic secateurs
40
Tears of Guthix
43
All castables (except teleports)
50
Plank-making boost (Wc guild)
50
Fremennik diary
50
Buying Fremennik clothing
55
Buying Salve amulet
58
Unlock Hosidius farm patch
60
Collecting Snape grass
72
Killing any GWD boss
75
Creating Ivandis flail
75
Killing Zulrah
75
Ape Atoll Agility course
82
Fishing Raw monkfish
100
Collecting Tarn's diary
100
Killing Mutated bloodvelds
105
Elite Ardougne diary
107
Buying Shield right half
111
Creating Dragon sq shield
111
Creating Gold bowl
111
Killing Shadow Warriors
111
Creating Blisterwood flail
125
Zalcano
150
Creating Crystal items
150
Reverting Crystal items
150
Ability to complete DT2 quest
150
Buying Barrows gloves
175
Hunting Maniacal monkey
175
Gauntlet
200
Runecrafting Wrath runes
200
Pickpocketing Elves
200
Buying Dragon metal shard
205
Mixing Super antifires
205
Mixing Extended super antifires
205
Prifddinas rooftop course
205
Creating Ava's assembler
205
Creating Dragon kiteshield
205
Creating Dragon platebody
205
Killing Prifddinas Rabbit
205
Vorkath
205
Killing Adamant dragons
205
Killing Rune dragons
205
Elite Lumbridge & Draynor diary
308
Buying Quest point cape
308
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
+
+
Course
Required Level
XP Per Lap
Lap Time
Xp/Hr
Marks of Grace/Hr
Course
Level
XP Per Lap
Lap Time
Xp/Hr
Marks of Grace/Hr
Gnome Stronghold
1
88
34
9,320
0
Draynor Village
10
120
43.2
10,000
12
Al Kharid
20
180
64.8
10,000
8
Varrock
30
238
66
13,000
12
Penguin Agility
30
540
65.6
29,160
0
Agility Pyramid*
30
Varies
125.1
Varies
0
Canifis
40
240
75
19,200
19
Ape Atoll**
48
580
45
46,400
0
Falador
50
440
58.2
27,200
13
Seers Village
60
570
44.4
46,200
12
Pollnivneach
70
890
61.2
52,300
9
Prifddinas***
75
1340
74
65,180
0
Rellekka
80
780
51
55,000
14
Ardougne
90
793
45.6
62,600
24
+
+- 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
+
+
Item
Point cost
Use
Item
Point cost
Use
Builders supply crate
25
Provides construction materials when opened
Amy's saw
500
Cosmetic saw
Plank sack
350
Mahogany Homes xp boost
Hosidius blueprints
2,000
PoH recolour
Carpenter's helmet
400
0.4% construction xp boost
Carpenter's shirt
800
0.8% construction xp boost
Carpenter's trousers
600
0.6% construction xp boost
Carpenter's boots
200
0.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)" %}
+
+
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
+
+
Food
Level
Experience
XP/Hr @ 99
Stop Burning
Beef
1
30
37,500
34/ 31, 31, 31, 31
Sinew
1
30
3,750
34/ 31, 31, 31, 31
Shrimps
1
30
37,500
34/ 31, 31, 31, 31
Chicken
1
30
37,500
34/ 31, 31, 31, 31
Anchovies
1
30
37,500
34/ 31, 31, 31, 31
Sardine
1
40
50,000
38/ 34, 34, 34, 34
Herring
5
50
62,500
41/ 38, 38, 38, 38
Mackerel
10
60
75,000
45/ 42, 42, 42, 42
Trout
15
70
87,500
49/ 46, 46, 46, 46
Cod
18
75
93,750
51/ 46, 46, 46, 46
Pike
20
80
100,000
54/ 50, 50, 50, 50
Salmon
25
90
112,500
58/ 55, 55, 55, 55
Tuna
30
100
125,000
63/ 59, 59, 59, 59
Karambwan
30
190
237,500
99/ 93, 87, 93, 87
Jug of wine
35
200
400,000
68
Cave eel
38
115
145,000
74/ 70, 70, 70, 70
Lobster
40
120
150,000
74,64/ 70, 70, 61, 61
Jubbly
41
160
202,000
99
Bass
43
130
162,500
80/ 75, 75, 75, 75
Swordfish
45
140
175,500
86,81/ 76, 76, 76, 76
Monkfish
62
150
187,500
90,87/ 86, 82, 82, 82
Wine of zamorak
65
200
300,000
98
Shark
80
210
262,500
99,94/ 99, 99, 89, 84
Sea turtle
82
211.3
264,000
99
Anglerfish
84
230
287,500
99,98/ 99, 99, 93, 88
Dark crab
90
215
268,750
99
Manta ray
91
216.3
270,250
99
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 type
Base patches
Number of possible additional patches
Additional patch requirements
Patch type
Base patches
Number of possible additional patches
Additional patch requirements
Herb
4
6
65 Farming, completion of Children of the Sun quest, and 1, 10, 15, & 31 QP
Tree
5
1
65 Farming
Allotment
8
9
45 Farming, completion of Children of the Sun quest, and 1, 15, & 33 QP
Fruit tree
4
2
85 Farming and 22 QP
Seaweed
0
2
22 QP
Flower
4
4
45 Farming and 1 & 33 QP
Hardwood
0
3
3 QP
Vine
12
0
-
Bush
3
2
45 Farming and 3 QP
Hops
4
0
-
Mushroom
1
0
-
Belladonna
1
0
-
Cactus
1
1
45 Farming
Hespori
1
0
-
Calquat
1
0
-
Crystal
0
1
33 QP
Spirit
1
4
91 and 99 Farming
Celastrus
0
1
85 Farming
Redwood
0
1
85 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 Rewards
Medium Rewards
Hard Rewards
Total Rolls
Tier 1
3-5 rolls
1-3 rolls
0 rolls
6 Rolls
Tier 2
3-5 rolls
2-3 rolls
1/11 chance
7 Rolls
Tier3
3-6 rolls
2-4 rolls
0-1 rolls
8 Rolls
Tier 4
2-5 rolls
3-5 rolls
1-2 rolls
9 Rolls
Tier 5
1-5 rolls
4-6 rolls
1-3 rolls
10 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`
+
+
Fish
Required level
Experience
XP/Hr
XP/Hr With Crystal Harpoon
Fish
Required level
Experience
XP/Hr
XP/Hr With Crystal Harpoon
Raw Shrimp
1
10
10,000
10,420
Raw Sardine
5
20
19,800
Unaffected
Raw Karambwanji
5
5
20,000
20,840
Raw Herring
10
30
30,000
Unaffected
Raw Anchovies
15
40
20,571
21,400
Raw Mackerel
16
20
20,000
20,840
Raw Trout
20
50
40,000
Unaffected
Raw Cod
23
45
32,400
33,750
Raw Pike
25
60
36,000
Unaffected
Raw Salmon
30
70
40,000
Unaffected
Raw Tuna
35
80
30,000
31,200
Raw Lobster
40
90
29,454
30,690
Raw Bass
46
100
34,951
36,400
Barbarian fishing
48
Varies
71,505
Unaffected
Raw Swordfish
50
100
32,727
34,100
Raw Monkfish
62
120
32,000
33,240
Raw Karambwan
65
50
40,000
41,650
Raw Shark
76
110
13,200
13,750
Raw Anglerfish
82
120
23,040
24,000
Minnows
82
26.1
52,357
55,098
Raw Dark crab
85
130
40,000
41,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._
+
+
Level
Crystal Harpoon
Infernal/Dragon Harpoon
No Harpoon
50
-
-
32,000 xp/h
61
-
45,250 xp/h (dragon)
39,000 xp/h
71
69,000 xp/h
53,250 xp/h (dragon)
46,700 xp/h
75
72,000 xp/h
56,000 xp/h
49,500 xp/h
80
78,000 xp/h
60,000 xp/h
53,000 xp/h
90
88,000 xp/h
68,000 xp/h
60,000 xp/h
99
98,000 xp/h
76,000 xp/h
67,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 potion
Potion base
Potion secondary
Required level
Finished Potion
Potion Base
Potion Secondary
Required Level
Attack potion
Guam potion (unf)
Eye of newt
3
Antipoison
Marrentill potion (unf)
Unicorn horn dust
5
Strength potion
Tarromin potion (unf)
Limpwurt Root
12
Serum 207
Tarromin potion (unf)
Ashes
15
Restore potion
Harralander potion (unf)
Red spiders' eggs
22
Compost potion
Harralander potion (unf)
Volcanic ash
22
Energy potion
Harralander potion (unf)
Chocolate dust
26
Defence potion
Ranarr potion (unf)
White berries
30
Agility potion
Toadflax potion (unf)
Toad's legs
34
Combat potion
Harralander potion (unf)
Goat horn dust
36
Prayer potion
Ranarr potion (unf)
Snape grass
38
Super attack
Irit potion (unf)
Eye of newt
45
Superantipoison
Irit potion (unf)
Unicorn horn dust
48
Fishing potion
Avantoe potion (unf)
Snape grass
50
Super energy
Avantoe potion (unf)
Mort myre fungus
52
Super strength
Kwuarm potion (unf)
Limpwurt root
55
Weapon poison
Kwuarm potion (unf)
Dragon scale dust
60
Super restore
Snapdragon potion (unf)
Red spiders' eggs
63
Super defence
Cadantine potion (unf)
White berries
66
Antifire potion
Lantadyme potion (unf)
Dragon scale dust
69
Ranging potion
Dwarf weed potion (unf)
Wine of Zamorak
72
Magic potion
Lantadyme potion (unf)
Potato cactus
76
Zamorak brew
Torstol potion (unf)
Jangerberries
78
Cadantine blood potion (unf)
Cadantine blood potion (unf)
Vial of blood, Cadantine
80
Bastion potion
Cadantine blood potion (unf)
Wine of zamorak
80
Battlemage potion
Cadantine blood potion (unf)
Potato cactus
80
Saradomin brew
Toadflax potion (unf)
Crushed nest
81
Ancient brew
Dwarf weed potion (unf)
Nihil dust
85
+
+## **Non-standard Potions**
+
+
Finished potion
Potion base
Potion secondary
Required level
Finished Potion
Potion Base
Potion Secondary
Required Level
Guthix balance
Restore potion
Garlic, Silver dust
22
Sanfew serum
Super restore(4)
Unicorn horn dust, Snake weed, Nail beast nails
65
Antidote+
Coconut milk
Toadflax, Yew roots
68
Weapon poison+
Coconut milk
Cactus spine, Red spiders' eggs
73
Stamina potion
Super energy
4x Amylase crystal
77
Antidote++
Coconut milk
Irit leaf, Magic roots
79
Weapon poison
Coconut milk
Cave nightshade, Poison ivy berries
82
Extended antifire
Antifire potion
4x Lava scale shard
84
Anti-venom
Antidote++
20x Zulrah's scales
87
Super combat potion
Super attack, Super defence, Super strength
Torstol
90
Forgotten brew
Ancient brew
80x Ancient essence
91
Super antifire potion
Antifire potion
Crushed superior dragon bones
92
Anti-venom+
Anti-venom
Torstol
94
Extended super antifire
Super antifire potion
4x Lava scale shard
98
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 name
Required Materials
Polar camouflage gear
4x Polar kebbit fur
Woodland camouflage gear
4x Common kebbit fur
Jungle camouflage gear
4x Feldip weasel fur
Desert camouflage gear
4x Desert devil fur
Larupia hunter gear
1x Larupia fur + 2x Tatty larupia fur
Graahk hunter gear
1x Graahk fur + 2x Tatty graahk fur
Kyatt hunter gear
1x Kyatt fur + 2x Tatty kyatt fur
Spotted cape
2x Spotted kebbit fur
Spottier cape
2x Dashing kebbit fur
Gloves of silence
2x 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`
+
+
Spell
Levels Required
Notes
Bones to bananas
15 Magic
Converts 25 bones/cast
Varrock teleport
25 Magic
-
Lumbridge teleport
31 Magic
-
Falador teleport
37 Magic
-
Camelot teleport
45 Magic
-
Spin flax
76 Magic + 10 Craft
Spins 5 flax/cast
Tan green dragon leather
78 Magic
Tans 5 green d'hide/cast
Tan blue dragon leather
78 Magic
Tans 5 blue d'hide/cast
Tan red dragon leather
78 Magic
Tans 5 red d'hide/cast
Tan black dragon leather
78 Magic
Tans 5 black d'hide/cast
String gold
80 Magic + 8 Craft
Strings 1 item/cast
String sapphire
80 Magic + 24 Craft
Strings 1 item/cast
String emerald
80 Magic + 31 Craft
Strings 1 item/cast
String ruby
80 Magic + 50 Craft
Strings 1 item/cast
String diamond
80 Magic + 70 Craft
Strings 1 item/cast
String dragonstone
80 Magic + 80 Craft
Strings 1 item/cast
String onyx
80 Magic + 90 Craft
Strings 1 item/cast
Plank make logs
86 Magic
Costs 70gp/plank
Plank make oak
86 Magic
Costs 175gp/plank
Plank make teak
86 Magic
Costs 350gp/plank
Plank make mahogany
86 Magic
Costs 1050gp/plank
Recharge glory
89 Magic
Recharges 25 items/cast
Recharge combat bracelet
89 Magic
Recharges 25 items/cast
Recharge skills necklace
89 Magic
Recharges 25 items/cast
Superglass make giant seaweed
77 Magic + 61 Craft
Makes 29 molten glass/cast
Superglass make seaweed
77 Magic + 61 Craft
Makes 17 molten glass/cast
Superglass make soda ash
77 Magic + 61 Craft
Makes 17 molten glass/cast
Charge water orb*
56 Magic
20% boost for graceful
Charge earth orb
60 Magic
20% boost for graceful
Charge fire orb*
63 Magic
20% boost for graceful
Charge air orb
66 Magic
20% boost for graceful
Demonic offering fiendish
84 Magic
Offers 3 fiendish ashes
Demonic offering vile
84 Magic
Offers 3 vile ashes
Demonic offering malicious
84 Magic
Offers 3 malicious ashes
Demonic offering abyssal
84 Magic
Offers 3 abyssal ashes
Demonic offering infernal
84 Magic
Offers 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`
+
+
Jewellery
Level Required
Bolts
Levels Required
Opal
7
Opal bolts
4
Sapphire
7
Sapphire bolts
7
Jade
27
Pearl bolts
24
Emerald
27
Emerald bolts
27
Topaz
49
Topaz bolts
29
Ruby
49
Ruby bolts
49
Diamond
57
Diamond bolts
57
Dragonstone
68
Dragonstone bolts
68
Onyx
87
Onyx bolts
87
Zenyte
93
Dragon Bolts
Opal dragon bolts
4
Sapphire dragon bolts
7
Jade dragon bolts
14
Pearl dragon bolts
24
Emerald dragon bolts
27
Topas dragon bolts
49
Ruby dragon bolts
49
Diamond dragon bolts
57
Dragonstone dragon bolts
68
Onyx dragon bolts
87
+
+- 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.
+
+
Item
Ores Affected
Mineral Cost
Mining gloves
Silver, Coal, Gold
60
Superior mining gloves
Mithril, Adamant, Runite
120
Expert mining gloves
All of the above + Amethyst
60 + 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 Name
Minerals
Required Level
Experience
XP/Hr @ 99
Ore Name
Minerals
Required Level
Experience
XP/Hr @ 99
Rune essence
1
5
10,288
Copper ore
1
17.5
26,881
Tin ore
1
17.5
26,881
Saltpetre
1
0
0
Iron ore
✔
15
35
50,332
Silver ore
20
40
22,454
Volcanic ash
22
10
9,810
Pure essence
30
5
10,288
Coal
✔
30
50
31,644
Gold ore
40
65
36,556
Gem rock
40
65
20,865
Mithril ore
55
80
17,231
Adamantite ore
70
95
12,654
Runite ore
85
125
6,731
Amethyst
✔
92
240
14,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`
+
+
Item
Point Cost
Iron ore
30
Silver ore
55
Coal
60
Gold ore
150
Mithril ore
150
Adamantite ore
300
Runite ore
855
Volcanic ash
40
Calcite
70
Pyrophosphite
70
Ore pack (Volcanic mine)
4,000
Volcanic mine teleport
200
Large water container
10,000
Ash covered tome
40,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 Ashes
Xp Received (Offering)
Xp Received (Scattering)
Spell cost per offering
Fiendish ashes
90
10
1 Soul Rune 1 Wrath Rune 3 Fiendish ashes
Vile ashes
225
25
1 Soul Rune 1 Wrath Rune 3 Vile ashes
Malicious ashes
585
65
1 Soul Rune 1 Wrath Rune 3 Malicious ashes
Abyssal ashes
765
85
1 Soul Rune 1 Wrath Rune 3 Abyssal ashes
Infernal ashes
990
110
1 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.
+
+
+
+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)
+
+
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.**
+
+
Monster
Slayer Level
Item Requirements
Item Boosts
Adamant dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar, Nieve, Duradel
Ankou
1
12% for Kodai wand OR 8% for Staff of the dead
Vannaka, Konar, Nieve, Duradel
Aviansie
1
Chaeldar, Konar, Nieve, Duradel
Bat
1
Turael, Mazchna
Bear
1
Turael, Mazchna
Bird
1
Turael
Black demon
1
10% for Arclight, 5% for Saradomin godsword
Chaeldar, Konar, Nieve, Duradel
Black dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar, Nieve, Duradel
Blue dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Vannaka, Chaeldar, Konar, Nieve, Duradel
Bronze dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Vannaka, Chaeldar, Konar
Catablepon
1
Mazchna
Cow
1
Turael
Crocodile
1
Vannaka
Dagannoth
1
2% for Dragonbone necklace 10% for Venator bow
Vannaka, Chaeldar, Konar, Nieve, Duradel
Dog
1
Turael, Mazchna
Dwarf
1
Turael
Earth warrior
1
Mazchna, Vannaka
Elf
1
Vannaka, Chaeldar, Nieve, Duradel
Fire giant
1
Vannaka, Chaeldar, Konar, Nieve, Duradel
Flesh crawler
1
Mazchna
Ghost
1
Turael, Mazchna
Ghoul
1
Mazchna, Vannaka
Goblin
1
Turael
Greater demon
1
12% for Arclight, 3% for Saradomin godsword
Chaeldar, Konar, Nieve, Duradel
Green dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Vannaka
Hellhound
1
15% for Arclight
Vannaka, Chaeldar, Konar, Nieve, Duradel
Hill giant
1
Mazchna, Vannaka
Hobgoblin
1
Mazchna, Vannaka
Icefiend
1
Turael
Ice giant
1
Vannaka
Ice warrior
1
Mazchna, Duradel
Iron dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar, Nieve, Duradel
Minotaur
1
Turael
Monkey
1
Turael
Moss giant
1
Vannaka
Ogre
1
Vannaka
Otherworldly being
1
Vannaka
Rat
1
Turael
Red dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar, Nieve, Duradel
Rune dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar, Nieve, Duradel
Scabarite
1
Nieve
Scorpion
1
Turael, Mazchna
Sea snake
1
Vannaka
Shade
1
15% for Salve amulet(ei) OR 10% for Salve amulet(i)
Mazchna, Vannaka
Shadow warrior
1
Vannaka, Chaeldar
Skeleton
1
Vannaka, Mazchna
Spider
1
Turael
Steel dragon
1
Anti-dragon shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Chaeldar, Konar, Nieve, Duradel
Suqah
1
10% for Venator bow
Nieve, Duradel
Troll
1
Vannaka, Chaeldar, Konar, Nieve, Duradel
Vampyre
1
15% for Blisterwood flail OR 12% for Ivandis flail
Mazchna, Vannaka
Waterfiend
1
Konar, Duradel
Werewolf
1
10% for Wolfbane
Vannaka
Wolf
1
Turael, Mazchna
Zombie
1
Turael, Mazchna
Crawling hand
5
Turael, Mazchna, Vannaka
Cave bug
7
Turael, Mazchna, Vannaka
Cave crawler
10
Turael, Mazchna, Vannaka, Chaeldar
Banshee
15
Turael, Mazchna, Vannaka, Chaeldar
Cave slime
17
5% for Slayer helmet OR 5% for Slayer helmet (i)
Turael, Mazchna, Vannaka, Chaeldar
Rockslug
20
Mazchna, Vannaka, Chaeldar
Lizard
22
Turael, Mazchna, Chaeldar, Vannaka
Cockatrice
25
Mazchna, Vannaka
Pyrefiend
30
Mazchna, Vannaka
Mogre
32
Mazchna, Vannaka, Chaeldar
Harpie bug swarm
33
Vannaka, Chaeldar
Wall beast
35
Mazchna, Vannaka, Chaeldar
Killerwatt
37
Mazchna, Vannaka
Molanisk
39
Vannaka
Basilisk
40
Vannaka, Chaeldar, Konar, Nieve, Duradel
Terror dog
40
Vannaka
Fever spider
42
Vannaka, Chaeldar
Infernal mage
45
Vannaka, Chaeldar
Brine rat
47
Vannaka, Chaeldar, Konar, Nieve
Bloodveld
50
10% for Venator bow
Vannaka, Chaeldar, Konar, Nieve, Duradel
Jelly
52
Vannaka, Chaeldar, Konar
Turoth
55
Vannaka, Chaeldar, Konar, Nieve
Zygomite
57
Chaeldar, Konar, Nieve, Duradel
Cave horror
58
Karil's leathertop OR Armadyl chestplate OR Black d'hide body, Karil's leatherskirt OR Armadyl chainskirt OR Black d'hide chaps
Chaeldar, Nieve, Duradel
Aberrant spectre
60
Vannaka, Chaeldar, Konar, Nieve, Duradel
Wyrm
62
Boots of stone
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Chaeldar, Konar, Nieve, Duradel
Dust devil
65
15% for Kodai wand OR 10% for Staff of the dead
Vannaka, Chaeldar, Konar, Nieve, Duradel
Fossil island wyvern
66
Elemental shield OR Mind shield OR Dragonfire shield OR Dragonfire ward OR Ancient wyvern shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Chaeldar, Konar, Nieve, Duradel
Kurask
70
15% for Leaf-bladed battleaxe
Vannaka, Chaeldar, Konar, Duradel
Skeletal wyvern
72
Elemental shield OR Mind shield OR Dragonfire shield OR Dragonfire ward OR Ancient wyvern shield
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar, Nieve, Duradel
Gargoyle
75
Vannaka, Chaeldar, Konar, Nieve, Duradel
Nechryael
80
10% for Arclight
Vannaka, Konar, Nieve, Duradel
Drake
84
Boots of stone
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar, Nieve, Duradel
Abyssal demon
85
10% for Arclight, 5% for Saradomin godsword
Vannaka, Konar, Nieve, Duradel
Cave kraken
87
Chaeldar, Konar, Nieve, Duradel
Dark beast
90
Konar, Nieve, Duradel
Smoke devil
93
15% for Kodai wand OR 10% for Staff of the dead
Konar, Nieve, Duradel
Hydra
95
Boots of stone, Anti-venom+(4) OR Anti-venom(4) OR Antidote++(4)
15% for Dragon hunter crossbow OR 15% Dragon hunter lance
Konar
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
+
+
Bar
Required level
Experience
Materials needed
Bar
Required level
Experience
Materials needed
Bronze
1
6.2
Tin + Copper
Iron*
15
12.5
Iron ore
Silver
20
13.7
Silver ore
Steel
30
17.5
Iron ore + 2 coal
Gold**
40
22.5
Gold ore
Mithril
50
30
Mithril ore + 4 coal
Adamantite
70
37.5
Adamantite ore + 6 coal
Runite
85
50
Runite 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.
+
+
Item
Level Required
Additional Notes
Gold helmet
50
Requires 4qp
Gold bowl
50
Requires 111qp
Dragon sq shield
60
Requires 111qp
Dragon kiteshield
75
Requires 205qp + Dragon sq + Dragon metal shard + Dragon metal slice
Requires 205qp + Dragon chainbody + Dragon metal shard+ Dragon metal lump
Uncharged dragonfire ward
90
Uncharged dragonfire shield
90
Uncharged ancient wyvern shield
90
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 Name
Required level
Experience
XP/Hr. @ 99
NPC Name
Required level
Experience
XP/Hr @ 99
Man/Woman
1
8
18,300
Farmer
10
14.5
33,100
Female H.A.M. member
15
18.5
44,400
Male H.A.M. member
20
22.5
54,000
Warrior woman
25
26
64,800
Rogue
32
35.5
81,200
Cave goblin
36
40
91,500
Master farmer
38
43
98,300
Guard
40
46.8
107,000
Fremennik citizen
45
65
148,700
Bearded Pollnivnian bandit
45
65
156,100
Desert bandit
53
79.5
181,800
Knight of Ardougne
55
84.3
192,900
Pollnivnian bandit
55
84.3
202,400
Yanille watchman
65
137.5
104,500
Menaphite thug
65
137.5
260,000
Paladin
70
151.7
101,700
Gnome
75
198.5
90,600
Hero
80
275
80,800
Vyre
82
306.9
155,700
Elf
85
353
103,800
TzHaar-Hur
90
103.4
131,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 Type
Required Level
Loot % Received
XP/Hr
Vegetable stall
2
20%
18,000
Baker's stall
5
20%
27,000
Crafting stall
5
25%
8,000
Monkey food stall*
5
100%
8,000
Monkey general stall*
5
25%
8,000
Tea stall
5
35%
8,000
Silk stall
20
30%
17,000
Wine stall
22
38%
9,000
Fruit stall
25
25%
38,000
Seed stall
27
90%
3,000
Fur stall
35
80%
12,000
Fish stall
42
75%
14,000
Crossbow stall
49
100%
17,000
Silver stall
50
80%
12,000
Spice stall
65
25%
8,000
Magic stall*
65
100%
9,000
Scimitar stall*
65
25%
14,000
Gem stall
75
100%
55,000
TzHaar gem stall**
75
100%
55,000
Ore stall**
82
100%
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.
+
+
Log
Required level
Experience
XP/Hr. @ 99
Log Type
Required level
Experience
XP/Hr. @ 99
Logs
1
25
15,789
Achey logs
1
25
17,647
Oak
15
37.5
40,981
Willow
30
67.5
63,614
Teak
35
85
81,565
Maple
45
100
54,841
Bark
45
82.5
61,455
Mahogany
50
125
48,635
Arctic pine logs
42
40
17,533
Yew
60
175
41,369
Sulliusceps*
65
127
100,536
Magic
75
250
29,227
Redwood
90
380
65,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 = `