From cdc53e6ad9d17a2d22a62e78be7c55be62675067 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Sat, 31 Jan 2026 13:32:30 +0100 Subject: [PATCH 01/46] Added Repo and Model for Bubba Upgrades --- data/domain/data/BubbaUpgradeRepo.ts | 288 +++++++++++++++++++++++++ data/domain/model/bubbaUpgradeModel.ts | 10 + 2 files changed, 298 insertions(+) create mode 100644 data/domain/data/BubbaUpgradeRepo.ts create mode 100644 data/domain/model/bubbaUpgradeModel.ts diff --git a/data/domain/data/BubbaUpgradeRepo.ts b/data/domain/data/BubbaUpgradeRepo.ts new file mode 100644 index 00000000..b8f8ff4a --- /dev/null +++ b/data/domain/data/BubbaUpgradeRepo.ts @@ -0,0 +1,288 @@ +import { BubbaUpgradeModel } from "../model/bubbaUpgradeModel"; + +export class BubbaUpgradeBase { constructor(public index: number, public data: BubbaUpgradeModel) { } } + +export const initBubbaUpgradeRepo = (): BubbaUpgradeBase[] => { + return [ + new BubbaUpgradeBase(0, { + name: "1st Slice", + x0: 1, + x1: 1.07, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Produce +{ Meat Slices per second. @ Click the upgrade again to upgrade it! @ Or, Hold Down on an upgrade to upgrade fast!" + }), + new BubbaUpgradeBase(1, { + name: "Happi Boi", + x0: 1, + x1: 1.30, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Unlocks the Happiness Meter, multiplying Meat Slice production! @ You can pat Bubba $ times per hour, giving +{ Happiness each time. @ Your next pats come in ~" + }), + new BubbaUpgradeBase(2, { + name: "Good Meat", + x0: 0.6, + x1: 1.07, + bonus: 2, + x2: 999, + x3: 0, + x4: 0, + desc: "Boosts Meat Slice production by +{%" + }), + new BubbaUpgradeBase(3, { + name: "Bubba Boon", + x0: 1, + x1: 10.0, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Gain a permanent bonus for the rest of IdleOn! @ This upgrade never resets, so those bonuses at the bottom are permanent!" + }), + new BubbaUpgradeBase(4, { + name: "Bargain", + x0: 1, + x1: 1.12, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "All upgrades are $% cheaper" + }), + new BubbaUpgradeBase(5, { + name: "Buyer Grin", + x0: 1.3, + x1: 1.50, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Bubba gains +$ Happiness for every upgrade you purchase!" + }), + new BubbaUpgradeBase(6, { + name: "Charisma", + x0: 1, + x1: 1.10, + bonus: 5, + x2: 999, + x3: 0, + x4: 0, + desc: "Unlocks the Charisma Chart, boosting stats as you level up attributes! @ Click the (?) Icon to get started! @ This upgrade boosts attribute Lv Up speed by +{%" + }), + new BubbaUpgradeBase(7, { + name: "2nd Slice", + x0: 1, + x1: 1.10, + bonus: 6, + x2: 999, + x3: 0, + x4: 0, + desc: "Produce an extra +{ Meat Slices per second" + }), + new BubbaUpgradeBase(8, { + name: "Megaflesh", + x0: 1.6, + x1: 125, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Reset it all. Get a permanent Megaflesh." + }), + new BubbaUpgradeBase(9, { + name: "Fun Gifts", + x0: 0.4, + x1: 3000, + bonus: 1, + x2: 6, + x3: 0, + x4: 0, + desc: "Start each run with a new gift. You can choose from { different options!" + }), + new BubbaUpgradeBase(10, { + name: "Open Gift", + x0: 1, + x1: 3.00, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Trigger the effect of your gifts! Remember, each one has a unique effect!" + }), + new BubbaUpgradeBase(11, { + name: "Great Meat", + x0: 1, + x1: 1.10, + bonus: 8, + x2: 999, + x3: 0, + x4: 0, + desc: "Boosts Meat Slice production by +{%" + }), + new BubbaUpgradeBase(12, { + name: "Dice Roll", + x0: 1, + x1: 25.00, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Unlocks the Frozen Dice, which boost Meat Slice production by the sum of their rolls. Each upgrade here rerolls dice. @ Price resets in ~" + }), + new BubbaUpgradeBase(13, { + name: "Super Chart", + x0: 1, + x1: 1.80, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "All Attributes from Bubba's Charisma Chart give a }x higher bonus!" + }), + new BubbaUpgradeBase(14, { + name: "More Dice", + x0: 1, + x1: 75000, + bonus: 1, + x2: 6, + x3: 0, + x4: 0, + desc: "Increase the number of Dice you roll by +{" + }), + new BubbaUpgradeBase(15, { + name: "Smoker", + x0: 1, + x1: 1.20, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Unlock the Smoker, making Smoked Meats that multiply Meat Slice production! @ Each upgrade makes a Smoked Meat based on how long you wait! @ Your smoker has been smoking for ~" + }), + new BubbaUpgradeBase(16, { + name: "More Sides", + x0: 1, + x1: 1000, + bonus: 1, + x2: 9, + x3: 0, + x4: 0, + desc: "Increase the number of sides of each Dice by +{, so your highest possible dice roll is now $!" + }), + new BubbaUpgradeBase(17, { + name: "Uber Gifts", + x0: 1, + x1: 1.60, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "The passive bonus of your gifts is }x higher!" + }), + new BubbaUpgradeBase(18, { + name: "Cost Saver", + x0: 1, + x1: 1.23, + bonus: 2, + x2: 999, + x3: 0, + x4: 0, + desc: "All upgrades are $% cheaper" + }), + new BubbaUpgradeBase(19, { + name: "Best Meat", + x0: 1, + x1: 1.12, + bonus: 25, + x2: 999, + x3: 0, + x4: 0, + desc: "Boosts Meat Slice production by +{%" + }), + new BubbaUpgradeBase(20, { + name: "Real Love", + x0: 1, + x1: 1.50, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "All happiness gained for Bubba from all sources is now }x higher!" + }), + new BubbaUpgradeBase(21, { + name: "Spare Coins", + x0: 1, + x1: 1.80, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "{% chance to find a random coin when upgrading, each one multiplying Meat Slice production. Better coins are rarer..." + }), + new BubbaUpgradeBase(22, { + name: "Loaded Dice", + x0: 1, + x1: 1.30, + bonus: 1, + x2: 999, + x3: 0, + x4: 0, + desc: "Your dice are all {% luckier. This will make low rolls rarer, and big rolls more common!" + }), + new BubbaUpgradeBase(23, { + name: "3rd Slice", + x0: 1, + x1: 1.22, + bonus: 50, + x2: 999, + x3: 0, + x4: 0, + desc: "Produce and extra +{ Meat Slices per second" + }), + new BubbaUpgradeBase(24, { + name: "Crossover", + x0: 1, + x1: 1.75, + bonus: 5, + x2: 999, + x3: 0, + x4: 0, + desc: "+{% Meat Slice production per POW 10 fish you own over at Poppy's Fish Pond!" + }), + new BubbaUpgradeBase(25, { + name: "2X Smoke", + x0: 1, + x1: 1.12, + bonus: 2, + x2: 999, + x3: 0, + x4: 0, + desc: "You now get double Smoked Meat when curing! Not every time, but {% of the time!" + }), + new BubbaUpgradeBase(26, { + name: "Perma Sale", + x0: 1, + x1: 1.30, + bonus: 4, + x2: 999, + x3: 0, + x4: 0, + desc: "All upgrades are $% cheaper" + }), + new BubbaUpgradeBase(27, { + name: "Big Ol Coin", + x0: 1, + x1: 1.50, + bonus: 2, + x2: 999, + x3: 0, + x4: 0, + desc: "{% chance to find two coins instead of one when finding Spare Coins!" + }) + ]; +}; \ No newline at end of file diff --git a/data/domain/model/bubbaUpgradeModel.ts b/data/domain/model/bubbaUpgradeModel.ts new file mode 100644 index 00000000..3512d04a --- /dev/null +++ b/data/domain/model/bubbaUpgradeModel.ts @@ -0,0 +1,10 @@ +export interface BubbaUpgradeModel { + name: string, + x0: number, + x1: number, + bonus: number, + x2: number, + x3: number, + x4: number, + desc: string +} \ No newline at end of file From 7ea592ab9aa66c25f49038978c92340d798077a8 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Sat, 31 Jan 2026 15:15:25 +0100 Subject: [PATCH 02/46] Added Repo and Model for Gifts and Charisma Upgrades for Bubba --- data/domain/data/BubbaCharismaBonusRepo.ts | 38 ++++++++++++++++++++ data/domain/data/BubbaGiftRepo.ts | 38 ++++++++++++++++++++ data/domain/model/bubbaCharismaBonusModel.ts | 5 +++ data/domain/model/bubbaGiftModel.ts | 5 +++ 4 files changed, 86 insertions(+) create mode 100644 data/domain/data/BubbaCharismaBonusRepo.ts create mode 100644 data/domain/data/BubbaGiftRepo.ts create mode 100644 data/domain/model/bubbaCharismaBonusModel.ts create mode 100644 data/domain/model/bubbaGiftModel.ts diff --git a/data/domain/data/BubbaCharismaBonusRepo.ts b/data/domain/data/BubbaCharismaBonusRepo.ts new file mode 100644 index 00000000..76b3718a --- /dev/null +++ b/data/domain/data/BubbaCharismaBonusRepo.ts @@ -0,0 +1,38 @@ +import { BubbaCharismaBonusModel } from "../model/bubbaCharismaBonusModel"; + +export class BubbaCharismaBonusBase { constructor(public index: number, public data: BubbaCharismaBonusModel) { } } + +export const initBubbaCharismaBonusRepo = (): BubbaCharismaBonusBase[] => { + return [ + new BubbaCharismaBonusBase(0, { + name: "Hustle", + desc: "}x Flesh", + value: 10 + }), + new BubbaCharismaBonusBase(1, { + name: "Rizz", + desc: "-$% Costs", + value: 2 + }), + new BubbaCharismaBonusBase(2, { + name: "Joy", + desc: "}x Happiness", + value: 5 + }), + new BubbaCharismaBonusBase(3, { + name: "Courage", + desc: "+{% Dice luk", + value: 1 + }), + new BubbaCharismaBonusBase(4, { + name: "Mindful", + desc: "+{% 2x LVs", + value: 0.1 + }), + new BubbaCharismaBonusBase(5, { + name: "Savvy", + desc: "+{% Coins", + value: 1 + }) + ]; +} \ No newline at end of file diff --git a/data/domain/data/BubbaGiftRepo.ts b/data/domain/data/BubbaGiftRepo.ts new file mode 100644 index 00000000..be2f3248 --- /dev/null +++ b/data/domain/data/BubbaGiftRepo.ts @@ -0,0 +1,38 @@ +import { BubbaGiftModel } from "../model/bubbaGiftModel"; + +export class BubbaGiftBase { constructor(public index: number, public data: BubbaGiftModel) { } } + +export const initBubbaGiftRepo = (): BubbaGiftBase[] => { + return [ + new BubbaGiftBase(0, { + name: "Beeg Slice", + desc: "}x extra Meat Slice production. Generates 20 minutes of Meat Slices when triggered.", + value: "100" + }), + new BubbaGiftBase(1, { + name: "Beach Ball", + desc: "+{% extra happiness for Bubba from all sources. Gives +200 happiness instantly when triggered", + value: "50" + }), + new BubbaGiftBase(2, { + name: "Numbahs", + desc: "}x faster Charisma attribute level up rate. Instantly gives your selected attribute +1 LV when triggered", + value: "150" + }), + new BubbaGiftBase(3, { + name: "Red Die", + desc: "+{% Dice Luck, making low rolls more rare and high rolls less rare. Rolls the dice when triggered", + value: "50" + }), + new BubbaGiftBase(4, { + name: "Slabcakes", + desc: "{% chance for 10x smoked meat. Smokes you up a new smoked meat when triggered", + value: "15" + }), + new BubbaGiftBase(5, { + name: "Surprise Box", + desc: "+{% chance for +1 LV when upgrading which doesn't affect cost. Gives a random upgrade +2 LV when triggered", + value: "10" + }) + ]; +} \ No newline at end of file diff --git a/data/domain/model/bubbaCharismaBonusModel.ts b/data/domain/model/bubbaCharismaBonusModel.ts new file mode 100644 index 00000000..9817ec3b --- /dev/null +++ b/data/domain/model/bubbaCharismaBonusModel.ts @@ -0,0 +1,5 @@ +export interface BubbaCharismaBonusModel { + name: string, + desc: string, + value: number, +} \ No newline at end of file diff --git a/data/domain/model/bubbaGiftModel.ts b/data/domain/model/bubbaGiftModel.ts new file mode 100644 index 00000000..6607b9f3 --- /dev/null +++ b/data/domain/model/bubbaGiftModel.ts @@ -0,0 +1,5 @@ +export interface BubbaGiftModel { + name: string, + desc: string, + value: string +} \ No newline at end of file From 9f3d11a47d07baa6998e607c58a12e98068444de Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Sat, 31 Jan 2026 15:31:21 +0100 Subject: [PATCH 03/46] Added Model and Repo for Bubba megaflesh --- data/domain/data/BubbaMegafleshRepo.ts | 56 ++++++++++++++++++++++++ data/domain/model/bubbaMegafleshModel.ts | 4 ++ 2 files changed, 60 insertions(+) create mode 100644 data/domain/data/BubbaMegafleshRepo.ts create mode 100644 data/domain/model/bubbaMegafleshModel.ts diff --git a/data/domain/data/BubbaMegafleshRepo.ts b/data/domain/data/BubbaMegafleshRepo.ts new file mode 100644 index 00000000..d78a7884 --- /dev/null +++ b/data/domain/data/BubbaMegafleshRepo.ts @@ -0,0 +1,56 @@ +import { BubbaMegafleshModel } from "../model/bubbaMegafleshModel"; + +export class BubbaMegafleshBase { constructor(public index: number, public data: BubbaMegafleshModel) { } } + +export const initBubbaMegafleshRepo = (): BubbaMegafleshBase[] => { + return [ + new BubbaMegafleshBase(0, { + name: "Glazed Ham", + desc: "+1% Meat Slices produced per total upgrade level. Current Bonus:$x" + }), + new BubbaMegafleshBase(1, { + name: "Mutton Chop", + desc: "Bubba's IdleOn Bonuses are all 1.20x higher" + }), + new BubbaMegafleshBase(2, { + name: "Bacon Sizzler", + desc: "You can now select 2 Gifts at the start of each run" + }), + new BubbaMegafleshBase(3, { + name: "Pork Cube", + desc: "Bubba's IdleOn Bonuses are now all 1.40x higher" + }), + new BubbaMegafleshBase(4, { + name: "Sooshi", + desc: "+1 Dice rolled, +5 max sides per Dice, and worser rolls are ignored" + }), + new BubbaMegafleshBase(5, { + name: "Grand Salmon", + desc: "Double tap a Charisma Attribute to emulsify it, making it give 3x bonus" + }), + new BubbaMegafleshBase(6, { + name: "Golden Ham", + desc: "Bubba's IdleOn Bonuses are now 1.60x higher" + }), + new BubbaMegafleshBase(7, { + name: "Beef Pie", + desc: "Start each new run with 50 Pats to make Bubba happy!" + }), + new BubbaMegafleshBase(8, { + name: "Big Tenderloin", + desc: "You now have a 75% chance to get free meat when upgrading the Smoke Room" + }), + new BubbaMegafleshBase(9, { + name: "Sirloin Steak", + desc: "Bubba's IdleOn Bonuses are all 1.80x higher" + }), + new BubbaMegafleshBase(10, { + name: "Ambiguous Meat", + desc: "Your chance to find Dollars, Quarters, and Nickels is now double" + }), + new BubbaMegafleshBase(11, { + name: "Chromatic Meat", + desc: "Bubba's IdleOn Bonuses are all $x higher" + }) + ]; +} \ No newline at end of file diff --git a/data/domain/model/bubbaMegafleshModel.ts b/data/domain/model/bubbaMegafleshModel.ts new file mode 100644 index 00000000..62a2653b --- /dev/null +++ b/data/domain/model/bubbaMegafleshModel.ts @@ -0,0 +1,4 @@ +export interface BubbaMegafleshModel { + name: string, + desc: string +} \ No newline at end of file From 3c3c486e8c796cfd5c60b9425ce18e933c0a786f Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Sat, 31 Jan 2026 15:48:58 +0100 Subject: [PATCH 04/46] Corrected Repo and Model for BubbaGift --- data/domain/data/BubbaGiftRepo.ts | 12 ++++++------ data/domain/model/bubbaGiftModel.ts | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/domain/data/BubbaGiftRepo.ts b/data/domain/data/BubbaGiftRepo.ts index be2f3248..e0a5f573 100644 --- a/data/domain/data/BubbaGiftRepo.ts +++ b/data/domain/data/BubbaGiftRepo.ts @@ -7,32 +7,32 @@ export const initBubbaGiftRepo = (): BubbaGiftBase[] => { new BubbaGiftBase(0, { name: "Beeg Slice", desc: "}x extra Meat Slice production. Generates 20 minutes of Meat Slices when triggered.", - value: "100" + value: 100 }), new BubbaGiftBase(1, { name: "Beach Ball", desc: "+{% extra happiness for Bubba from all sources. Gives +200 happiness instantly when triggered", - value: "50" + value: 50 }), new BubbaGiftBase(2, { name: "Numbahs", desc: "}x faster Charisma attribute level up rate. Instantly gives your selected attribute +1 LV when triggered", - value: "150" + value: 150 }), new BubbaGiftBase(3, { name: "Red Die", desc: "+{% Dice Luck, making low rolls more rare and high rolls less rare. Rolls the dice when triggered", - value: "50" + value: 50 }), new BubbaGiftBase(4, { name: "Slabcakes", desc: "{% chance for 10x smoked meat. Smokes you up a new smoked meat when triggered", - value: "15" + value: 15 }), new BubbaGiftBase(5, { name: "Surprise Box", desc: "+{% chance for +1 LV when upgrading which doesn't affect cost. Gives a random upgrade +2 LV when triggered", - value: "10" + value: 10 }) ]; } \ No newline at end of file diff --git a/data/domain/model/bubbaGiftModel.ts b/data/domain/model/bubbaGiftModel.ts index 6607b9f3..da51f309 100644 --- a/data/domain/model/bubbaGiftModel.ts +++ b/data/domain/model/bubbaGiftModel.ts @@ -1,5 +1,5 @@ export interface BubbaGiftModel { name: string, desc: string, - value: string + value: number } \ No newline at end of file From b1410159274333ce9cf3f965c8fd7db1eb42ab8c Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Sat, 31 Jan 2026 18:22:27 +0100 Subject: [PATCH 05/46] Added Bubba domain class --- data/domain/idleonData.tsx | 3 + data/domain/world-3/bubba.tsx | 280 ++++++++++++++++++++++++++++++++++ 2 files changed, 283 insertions(+) create mode 100644 data/domain/world-3/bubba.tsx diff --git a/data/domain/idleonData.tsx b/data/domain/idleonData.tsx index 1767f702..f011e878 100644 --- a/data/domain/idleonData.tsx +++ b/data/domain/idleonData.tsx @@ -66,6 +66,7 @@ import { EventShop } from './eventShop'; import { Clamworks } from './world-7/clamworks'; import { Meritocraty, updateMeritocratyBonus } from './world-7/meritocraty'; import { LegendTalents, updateLegendTalents } from './world-7/legendTalents'; +import { Bubba, updateBubba } from './world-3/bubba'; export const safeJsonParse = (doc: Cloudsave, key: string, emptyValue: T): T => { const data = doc.get(key); @@ -154,6 +155,7 @@ const domainList: Domain[] = [ new Clamworks("clamworks"), new Meritocraty("meritocraty"), new LegendTalents("legendTalents"), + new Bubba("bubba"), ] export class IdleonData { @@ -218,6 +220,7 @@ export const initAccountDataKeys = (allItems: Item[]) => { // ORDER IS IMPORTANT, the keys are not relevant as data doesn't get persisted. // This allows for multiple calls that touch the same data to happen in the same map (artifacts + sailing for example) const postProcessingMap: Record = { + "updateBubba": (doc: Cloudsave, accountData: Map) => updateBubba(accountData), "updateMeritocraty": (doc: Cloudsave, accountData: Map) => updateMeritocratyBonus(accountData), "updateLegendTalents": (doc: Cloudsave, accountData: Map) => updateLegendTalents(accountData), "updatePlayerDeathnote": (doc: Cloudsave, accountData: Map) => updatePlayerDeathnote(accountData), diff --git a/data/domain/world-3/bubba.tsx b/data/domain/world-3/bubba.tsx new file mode 100644 index 00000000..3921919f --- /dev/null +++ b/data/domain/world-3/bubba.tsx @@ -0,0 +1,280 @@ +import { lavaLog, lavaLog2, range } from "../../utility"; +import { Domain, RawData } from "../base/domain"; +import { BubbaUpgradeBase, initBubbaUpgradeRepo } from "../data/BubbaUpgradeRepo"; +import { Item } from "../items"; +import { BubbaUpgradeModel } from "../model/bubbaUpgradeModel"; +import { BubbaCharismaBonusBase, initBubbaCharismaBonusRepo } from "../data/BubbaCharismaBonusRepo"; +import { BubbaCharismaBonusModel } from "../model/bubbaCharismaBonusModel"; +import { BubbaGiftModel } from "../model/bubbaGiftModel"; +import { BubbaGiftBase, initBubbaGiftRepo } from "../data/BubbaGiftRepo"; +import { BubbaMegafleshBase, initBubbaMegafleshRepo } from "../data/BubbaMegafleshRepo"; +import { Companion } from "../companions"; + +const SmokedMeatValues = [ 2, 3, 4, 6, 10 ]; + +export class BubbaGlobalBonus { + constructor(public index: number, public desc: string, public value: number) {} + + static fromBase() { + return [ + new BubbaGlobalBonus(0, "{/minute", 1), + new BubbaGlobalBonus(1, "+{% Build Rate", 10), + new BubbaGlobalBonus(2, "+{% Critter Gain", 5), + new BubbaGlobalBonus(3, "+{% Soul Gain", 5), + new BubbaGlobalBonus(4, "+{% Total DMG", 15), + new BubbaGlobalBonus(5, "+{% All Kills", 1), + new BubbaGlobalBonus(6, "{% XP Multi", 4), + new BubbaGlobalBonus(7, "-{% Atom Cost", 3), + ]; + } +} + +export class BubbaGift { + constructor(public index: number, public data: BubbaGiftModel) {} + + static fromBase(data: BubbaGiftBase[]) { + return data.map(d => new BubbaGift(d.index, d.data)); + } +} + +export class BubbaCharismaBonus { + level: number = 0; + + constructor(public index: number, public data: BubbaCharismaBonusModel) {} + + static fromBase(data: BubbaCharismaBonusBase[]) { + return data.map(d => new BubbaCharismaBonus(d.index, d.data)); + } +} + +export class BubbaUpgrade { + unlocked: boolean = false; + level1: number = 0; + level2: number = 0; + + constructor(public index: number, public data: BubbaUpgradeModel) {} + + static fromBase(data : BubbaUpgradeBase[]) { + return data.map(d => new BubbaUpgrade(d.index, d.data)); + } + + getMeatProductionRequired(): number { + if (this.index == 0) { + return 0; + } + + return 50 * Math.pow(2.8 + this.index / 3.55, this.index - Math.min(1, Math.floor(this.index / 4))); + } + + getRealLevel(): number { + return this.level1 + this.level2; + } + + getBonus(): number { + return this.getRealLevel() * this.data.bonus; + } +} + +export class Bubba extends Domain { + unlocked: boolean = false; + happiness: number = 0; + + upgrades: BubbaUpgrade[] = []; + charismaBonuses: BubbaCharismaBonus[] = []; + emulsifiedCharisma: number = 0; // this is the charisma index + 1, so 0 means nothing selected + gifts: BubbaGift[] = BubbaGift.fromBase(initBubbaGiftRepo()); + megaflesh: BubbaMegafleshBase[] = initBubbaMegafleshRepo(); + bonuses: BubbaGlobalBonus[] = BubbaGlobalBonus.fromBase(); + equipedGift1: number = 0; // this is the gift index + 1, so 0 means nothing equiped + equipedGift2: number = 0; // this is the gift index + 1, so 0 means nothing equiped + + dices: number[] = []; + smokedMeat: number[] = []; + + spareCoins: number[] = [0, 0, 0, 0]; + + ownedFlesh: number = 0; + totalProducedFlesh: number = 0; + + ownedMegaflesh: number = 0; + + // Not sure what it is, but is used for calculations + someValue: number = 0; + + companionBonus51: number = 0; + + getRawKeys(): RawData[] { + return [ + { key: "Bubba", perPlayer: false, default: 0 }, + { key: "KLA_", perPlayer: true, default: [] } + ] + } + + init(_allItems: Item[]) { + this.upgrades = BubbaUpgrade.fromBase(initBubbaUpgradeRepo()); + this.charismaBonuses = BubbaCharismaBonus.fromBase(initBubbaCharismaBonusRepo()); + return this; + } + + parse(data: Map): void { + const bubba = data.get(this.getDataKey()) as Bubba; + const bubbaData = data.get("Bubba") as number[][]; + const charCount = data.get("charCount") as number; + const optionList = data.get("OptLacc") as number[]; + const klaData = range(0, charCount).map((_, i) => { return data.get(`KLA_${i}`) }) as number[][][]; + + bubba.unlocked = klaData.some((playerKillData) => 0 >= (playerKillData[50][0] || 1)); + bubba.ownedFlesh = bubbaData[0][0] || 0; + bubba.happiness = bubbaData[0][1] || 0; + bubba.equipedGift1 = bubbaData[0][2] || 0; + bubba.equipedGift2 = bubbaData[0][3] || 0; + bubba.totalProducedFlesh = bubbaData[0][4] || 0; + + bubba.spareCoins[0] = bubbaData[0][9]; + bubba.spareCoins[1] = bubbaData[0][10]; + bubba.spareCoins[2] = bubbaData[0][11]; + bubba.spareCoins[3] = bubbaData[0][12]; + + bubba.emulsifiedCharisma = bubbaData[0][15] || 0; + bubba.charismaBonuses.forEach(bonus => { + bonus.level = bubbaData[3][bonus.index] || 0; + }); + + bubba.dices = bubbaData[4] || []; + bubba.smokedMeat = bubbaData[5] || []; + + bubba.upgrades.forEach(upgrade => { + upgrade.unlocked = upgrade.getMeatProductionRequired() <= bubba.totalProducedFlesh; + upgrade.level1 = bubbaData[1][upgrade.index] || 0; + upgrade.level2 = bubbaData[2][upgrade.index] || 0; + }); + + bubba.someValue = optionList[267]; + + bubba.ownedMegaflesh = bubba.getUpgradeBonus(8); + } + + getHappinessRank(): number { + return Math.min(4, lavaLog(Math.pow(Math.max(1, this.happiness / 30 + 1), 1.5))); + } + + getHappinessBonus(): number { + return 1 + 10 * (lavaLog2(this.happiness) + 25 * lavaLog(this.happiness) + Math.pow(this.happiness, .75)) / 100; + } + + getMeatSliceRate(): number { + return (this.getUpgradeBonus(0) + (this.getUpgradeBonus(7) + this.getUpgradeBonus(23))) * + (1 + (this.getUpgradeBonus(2) + (this.getUpgradeBonus(11) + (this.getUpgradeBonus(19) + this.getUpgradeBonus(24) * lavaLog(this.someValue)))) / 100) * + this.getHappinessBonus() * this.getDicesMulti() * this.getSmokedMeatMulti() * (1 + this.getCharismaBonus(0) / 100) * + (1 + this.getMegafleshQuantity(0) * this.getTotalUpgradeLevel() / 100) * (1 + this.getGiftPassiveBonus(0) / 100) * this.getSpareCoinsMulti(); + } + + getTotalUpgradeLevel(): number { + return this.upgrades.reduce((sum, upgrade) => sum += upgrade.getRealLevel(), 0); + } + + getTotalCharsimaLevel(): number { + return this.charismaBonuses.reduce((sum, bonus) => sum += bonus.level, 0); + } + + getUpgradeBonus(index: number): number { + return this.upgrades.find(upgrade => upgrade.index == index)?.getBonus() || 0; + } + + getUpgradeCost(index: number): number { + const upgrade = this.upgrades.find(upgrade => upgrade.index == index); + + if (!upgrade) { + return 0; + } + + return 1 / (1 + this.getUpgradeBonus(4) / 100) * (1 / (1 + this.getUpgradeBonus(18) / 100)) * (1 / (1 + this.getUpgradeBonus(26) / 100)) * (1 / (1 + this.getCharismaBonus(1) / 100)) * + (Math.pow(upgrade.index + 1, 2) * upgrade.level1 + Math.pow(2.4 + upgrade.index / 3.65, upgrade.index) * Math.pow(upgrade.data.x1, upgrade.level1)) * upgrade.data.x0; + } + + getCharismaBonus(index: number): number { + const charismaBonus = this.charismaBonuses.find(bonus => bonus.index == index); + + if (!charismaBonus) return 0; + + const multiplier = (index + 1) == this.emulsifiedCharisma ? 3 : 1; + + return multiplier * charismaBonus.level * charismaBonus.data.value * (1 + this.getUpgradeBonus(13) / 100); + } + + getDicesMulti(): number { + let result = 0; + + this.dices.forEach(die => { + if (die > 0) { + const weightedValue = Math.min(die, 6) + Math.max(die - 6, 0) / 2.5; + + if (result == 0) { + result = weightedValue; + } else { + result *= weightedValue; + } + } + }); + + return 1 + result / 100; + } + + getGiftPassiveBonus(index: number): number { + const gift = this.gifts.find(gift => gift.index = index); + + if (gift && ((index + 1) == this.equipedGift1 || (index + 1) == this.equipedGift2)) { + return gift.data.value * Math.min(5, 1 + this.getUpgradeBonus(17) / 100); + } else { + return 0; + } + } + + getSmokedMeatMulti(): number { + let totalMultiplier = 1; + + this.smokedMeat.forEach((smokedMeat, index) => { + const powerPerMeat = SmokedMeatValues[index] || 0; + + if (smokedMeat > 0) { + totalMultiplier *= (1 + (smokedMeat * powerPerMeat) / 100); + } + }); + + return totalMultiplier; + } + + getSpareCoinsMulti(): number { + return 1 + (this.spareCoins[0] + 5 * this.spareCoins[1] + 25 * this.spareCoins[2] + 100 * this.spareCoins[3]) / 100; + } + + getGlobalBonusMulti(): number { + return 20 * this.getMegafleshQuantity(1) + 20 * this.getMegafleshQuantity(3) + 20 * this.getMegafleshQuantity(6) + 20 * this.getMegafleshQuantity(9) + 20 * this.getMegafleshQuantity(11); + } + + getGlobalBonus(index: number): number { + const bonus = this.bonuses.find(bonus => bonus.index == index); + + if (!bonus) return 0; + + return Math.max(0, (1 + this.getGlobalBonusMulti() / 100) * (1 + this.companionBonus51) * bonus.value * + Math.ceil((this.getUpgradeBonus(3) - (index - 1)) / 7)); + } + + getMegafleshQuantity(index: number): number { + const megafleshUpgrade = this.getUpgradeBonus(8); + + return megafleshUpgrade > index ? 11 == index ? megafleshUpgrade - 11 : 1 : 0 + } +} + +export const updateBubba = (data: Map) => { + const bubba = data.get("bubba") as Bubba; + const companions = data.get("companions") as Companion[]; + + const companionBonus51 = companions.find(companion => companion.id == 51)?.owned || false ? companions.find(companion => companion.id == 51)?.data.bonus || 0 : 0; + + bubba.companionBonus51 = companionBonus51; + + return bubba; +} \ No newline at end of file From ab0c210efcd63599284953070e4b6ddc51d04ee4 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Sat, 31 Jan 2026 18:22:41 +0100 Subject: [PATCH 06/46] Updated tome line with Bubba megaflesh --- data/domain/tome.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/domain/tome.tsx b/data/domain/tome.tsx index ce3c5986..d126c3ee 100644 --- a/data/domain/tome.tsx +++ b/data/domain/tome.tsx @@ -44,6 +44,7 @@ import { initTomeEpilogueBonusRepo, TomeEpilogueBonusBase } from './data/TomeEpi import { TomeEpilogueBonusModel } from './model/tomeEpilogueBonusModel'; import { EquipmentSets } from './misc/equipmentSets'; import { Grimoire } from './grimoire'; +import { Bubba } from './world-3/bubba'; export enum TomeScoreColors { Platinum = "#6EE3FF", @@ -362,6 +363,7 @@ export const updateTomeScores = (data: Map) => { const hole = data.get("hole") as Hole; const equipmentSet = data.get("equipmentSets") as EquipmentSets; const grimoire = data.get("grimoire") as Grimoire; + const bubba = data.get("bubba") as Bubba; // Calculate how many trophy and obols have been found const slab = data.get("slab") as Slab; @@ -1032,8 +1034,7 @@ export const updateTomeScores = (data: Map) => { break; case 108: // Megaflesh Earned from Bubba - // TODO : add this once implemented - line.updateAllPlayersCurrentValue(0); + line.updateAllPlayersCurrentValue(bubba.ownedMegaflesh); break; case 109: // Premium Hats Found From 14b0d7188c15ef2038d1945d561c89209a4ebb7b Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 09:45:45 +0100 Subject: [PATCH 07/46] Updated Bubba to be more easily usable in UI without happiness messing it --- data/domain/world-3/bubba.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/data/domain/world-3/bubba.tsx b/data/domain/world-3/bubba.tsx index 3921919f..a436405f 100644 --- a/data/domain/world-3/bubba.tsx +++ b/data/domain/world-3/bubba.tsx @@ -158,14 +158,24 @@ export class Bubba extends Domain { return Math.min(4, lavaLog(Math.pow(Math.max(1, this.happiness / 30 + 1), 1.5))); } - getHappinessBonus(): number { - return 1 + 10 * (lavaLog2(this.happiness) + 25 * lavaLog(this.happiness) + Math.pow(this.happiness, .75)) / 100; + getHappinessBonus(happiness: number = this.happiness): number { + return 1 + 10 * (lavaLog2(happiness) + 25 * lavaLog(happiness) + Math.pow(happiness, .75)) / 100; } - getMeatSliceRate(): number { + getHappinessForRank(rank: number): number { + const power = rank / 1.5; + const baseTenResult = Math.pow(10, power); + const happiness = 30 * (baseTenResult - 1); + + return Math.max(0, happiness); + } + + getMeatSliceRate(happinessRank: number = 1): number { + const happiness = this.getHappinessForRank(happinessRank); + return (this.getUpgradeBonus(0) + (this.getUpgradeBonus(7) + this.getUpgradeBonus(23))) * (1 + (this.getUpgradeBonus(2) + (this.getUpgradeBonus(11) + (this.getUpgradeBonus(19) + this.getUpgradeBonus(24) * lavaLog(this.someValue)))) / 100) * - this.getHappinessBonus() * this.getDicesMulti() * this.getSmokedMeatMulti() * (1 + this.getCharismaBonus(0) / 100) * + this.getHappinessBonus(happiness) * this.getDicesMulti() * this.getSmokedMeatMulti() * (1 + this.getCharismaBonus(0) / 100) * (1 + this.getMegafleshQuantity(0) * this.getTotalUpgradeLevel() / 100) * (1 + this.getGiftPassiveBonus(0) / 100) * this.getSpareCoinsMulti(); } From d9a6a89815de8aa4247a17c077153400518098fb Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 09:47:02 +0100 Subject: [PATCH 08/46] Small change to default value of func --- data/domain/world-3/bubba.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/domain/world-3/bubba.tsx b/data/domain/world-3/bubba.tsx index a436405f..771eee9b 100644 --- a/data/domain/world-3/bubba.tsx +++ b/data/domain/world-3/bubba.tsx @@ -170,7 +170,7 @@ export class Bubba extends Domain { return Math.max(0, happiness); } - getMeatSliceRate(happinessRank: number = 1): number { + getMeatSliceRate(happinessRank: number = 0): number { const happiness = this.getHappinessForRank(happinessRank); return (this.getUpgradeBonus(0) + (this.getUpgradeBonus(7) + this.getUpgradeBonus(23))) * From 7151169de515fa531144bfe8a8441e4e41abb609 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 11:40:09 +0100 Subject: [PATCH 09/46] Big sorting of files Now each files is in the world folder it belongs to, to make it easier to find a specific file There have been a few small modifications like a space character added/removed in some places due to AI helping me out to correct all using I've reviewed manually each file (I guess there was too many and AI couldn't handle it all x) ) so I can guarantee nothing broke from this --- app/account/obols/content.tsx | 2 +- app/account/slab/content.tsx | 2 +- app/account/tome/content.tsx | 2 +- app/players/content.tsx | 26 +-- app/world-1/anvil/content.tsx | 2 +- app/world-1/forge/content.tsx | 2 +- app/world-2/alchemy/content.tsx | 6 +- app/world-2/arcade/content.tsx | 2 +- app/world-3/construction/content.tsx | 12 +- app/world-3/equinox/content.tsx | 2 +- app/world-3/trapping/content.tsx | 2 +- app/world-4/breeding/content.tsx | 2 +- app/world-4/cooking/content.tsx | 6 +- app/world-4/lab/content.tsx | 4 +- app/world-4/rift/content.tsx | 4 +- app/world-5/divinity/content.tsx | 2 +- app/world-5/gaming/content.tsx | 2 +- app/world-5/sailing/content.tsx | 4 +- components/account/task-board/obolsInfo.tsx | 2 +- components/dashboard/dashboard.tsx | 2 +- components/world-1/stampTableView.tsx | 2 +- components/world-2/alchemy/p2w.tsx | 2 +- .../world-3/construction/atomCollider.tsx | 2 +- components/world-3/construction/buildings.tsx | 4 +- components/world-3/construction/saltLick.tsx | 6 +- components/world-3/worship/charge.tsx | 2 +- components/world-3/worship/prayers.tsx | 2 +- components/world-3/worship/totem.tsx | 2 +- components/world-4/breeding/arena.tsx | 2 +- components/world-4/breeding/pets.tsx | 2 +- components/world-4/breeding/territory.tsx | 2 +- components/world-4/breeding/upgrades.tsx | 4 +- data/domain/account.tsx | 4 +- data/domain/alerts.tsx | 22 +- data/domain/capacity.tsx | 6 +- data/domain/cards.tsx | 2 +- data/domain/companions.tsx | 6 +- data/domain/compass.tsx | 6 +- data/domain/grimoire.tsx | 6 +- data/domain/idleonData.tsx | 70 +++---- data/domain/player.tsx | 34 +-- data/domain/skilling.tsx | 18 +- data/domain/starsigns.tsx | 2 +- data/domain/storage.tsx | 2 +- data/domain/tesseract.tsx | 6 +- data/domain/{ => world-1}/anvil.tsx | 66 +++--- data/domain/{ => world-1}/bribes.tsx | 6 +- data/domain/{ => world-1}/darts.tsx | 4 +- data/domain/{ => world-1}/forge.tsx | 8 +- data/domain/{ => world-1}/hoops.tsx | 4 +- data/domain/world-1/stamps.tsx | 12 +- data/domain/{ => world-1}/statues.tsx | 16 +- data/domain/{ => world-2/alchemy}/alchemy.tsx | 56 ++--- data/domain/{ => world-2/alchemy}/sigils.tsx | 24 +-- data/domain/{ => world-2}/arcade.tsx | 22 +- .../domain/{ => world-2}/islandExpedition.tsx | 4 +- data/domain/{ => world-2}/obols.tsx | 6 +- data/domain/{ => world-2}/postoffice.tsx | 12 +- data/domain/world-2/votes.tsx | 2 +- data/domain/world-3/bubba.tsx | 2 +- .../construction}/atomCollider.tsx | 20 +- .../{ => world-3/construction}/buildings.tsx | 12 +- .../construction}/construction.tsx | 28 +-- .../{ => world-3/construction}/deathnote.tsx | 26 +-- .../{ => world-3/construction}/printer.tsx | 34 +-- .../{ => world-3/construction}/refinery.tsx | 32 +-- .../{ => world-3/construction}/saltLick.tsx | 18 +- .../{ => world-3/construction}/shrines.tsx | 18 +- data/domain/{ => world-3}/equinox.tsx | 34 +-- data/domain/{ => world-3}/prayers.tsx | 14 +- data/domain/{ => world-3}/traps.tsx | 12 +- data/domain/{ => world-3}/worship.tsx | 28 +-- data/domain/{ => world-4}/breeding.tsx | 68 +++--- data/domain/{ => world-4}/cooking.tsx | 108 +++++----- data/domain/{ => world-4}/lab.tsx | 40 ++-- data/domain/{ => world-4}/rift.tsx | 12 +- data/domain/{ => world-4}/tome.tsx | 86 ++++---- data/domain/{ => world-5}/divinity.tsx | 28 +-- data/domain/{ => world-5}/gaming.tsx | 32 +-- data/domain/world-5/hole/hole.tsx | 198 +++++++++--------- .../{ => world-5}/sailing/artifacts.tsx | 24 +-- data/domain/{ => world-5/sailing}/sailing.tsx | 90 ++++---- data/domain/{ => world-5}/slab.tsx | 14 +- data/domain/{ => world-6}/emperor.tsx | 30 +-- data/domain/world-6/farming.tsx | 145 ++++++------- data/domain/world-6/sneaking.tsx | 70 +++---- data/domain/world-6/summoning.tsx | 11 +- data/domain/world-7/coralReef.tsx | 6 +- data/domain/world-7/legendTalents.tsx | 2 +- data/domain/world-7/meritocraty.tsx | 2 +- 90 files changed, 894 insertions(+), 896 deletions(-) rename data/domain/{ => world-1}/anvil.tsx (90%) rename data/domain/{ => world-1}/bribes.tsx (90%) rename data/domain/{ => world-1}/darts.tsx (96%) rename data/domain/{ => world-1}/forge.tsx (97%) rename data/domain/{ => world-1}/hoops.tsx (96%) rename data/domain/{ => world-1}/statues.tsx (94%) rename data/domain/{ => world-2/alchemy}/alchemy.tsx (96%) rename data/domain/{ => world-2/alchemy}/sigils.tsx (87%) rename data/domain/{ => world-2}/arcade.tsx (92%) rename data/domain/{ => world-2}/islandExpedition.tsx (92%) rename data/domain/{ => world-2}/obols.tsx (98%) rename data/domain/{ => world-2}/postoffice.tsx (89%) rename data/domain/{ => world-3/construction}/atomCollider.tsx (91%) rename data/domain/{ => world-3/construction}/buildings.tsx (95%) rename data/domain/{ => world-3/construction}/construction.tsx (92%) rename data/domain/{ => world-3/construction}/deathnote.tsx (94%) rename data/domain/{ => world-3/construction}/printer.tsx (91%) rename data/domain/{ => world-3/construction}/refinery.tsx (92%) rename data/domain/{ => world-3/construction}/saltLick.tsx (85%) rename data/domain/{ => world-3/construction}/shrines.tsx (89%) rename data/domain/{ => world-3}/equinox.tsx (93%) rename data/domain/{ => world-3}/prayers.tsx (86%) rename data/domain/{ => world-3}/traps.tsx (94%) rename data/domain/{ => world-3}/worship.tsx (95%) rename data/domain/{ => world-4}/breeding.tsx (94%) rename data/domain/{ => world-4}/cooking.tsx (94%) rename data/domain/{ => world-4}/lab.tsx (96%) rename data/domain/{ => world-4}/rift.tsx (98%) rename data/domain/{ => world-4}/tome.tsx (95%) rename data/domain/{ => world-5}/divinity.tsx (93%) rename data/domain/{ => world-5}/gaming.tsx (89%) rename data/domain/{ => world-5}/sailing/artifacts.tsx (96%) rename data/domain/{ => world-5/sailing}/sailing.tsx (90%) rename data/domain/{ => world-5}/slab.tsx (95%) rename data/domain/{ => world-6}/emperor.tsx (92%) diff --git a/app/account/obols/content.tsx b/app/account/obols/content.tsx index 39c0165f..b442c7fe 100644 --- a/app/account/obols/content.tsx +++ b/app/account/obols/content.tsx @@ -12,7 +12,7 @@ import ShadowBox from "../../../components/base/ShadowBox"; import { Player } from "../../../data/domain/player"; import LeftNavButton from "../../../components/base/LeftNavButton"; import ObolsInfo from "../../../components/account/task-board/obolsInfo"; -import { ObolsData, ObolType } from "../../../data/domain/obols"; +import { ObolsData, ObolType } from "../../../data/domain/world-2/obols"; import TextAndLabel from "../../../components/base/TextAndLabel"; import TipDisplay, { TipDirection } from "../../../components/base/TipDisplay"; import { ItemStat } from "../../../data/domain/items"; diff --git a/app/account/slab/content.tsx b/app/account/slab/content.tsx index 5615a029..d16fce49 100644 --- a/app/account/slab/content.tsx +++ b/app/account/slab/content.tsx @@ -11,7 +11,7 @@ import { useState, useMemo } from 'react'; import TipDisplay, { TipDirection } from '../../../components/base/TipDisplay'; import IconImage from '../../../components/base/IconImage'; import { SourcesModel } from '../../../data/domain/model/sourcesModel'; -import { customHandCraftedListOfUnobtainableItems, Slab as SlabDomain } from '../../../data/domain/slab'; +import { customHandCraftedListOfUnobtainableItems, Slab as SlabDomain } from '../../../data/domain/world-5/slab'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; import { NoteModel } from '../../../data/domain/model/noteModel'; import ShadowBox from '../../../components/base/ShadowBox'; diff --git a/app/account/tome/content.tsx b/app/account/tome/content.tsx index 79c8666d..6e93eacb 100644 --- a/app/account/tome/content.tsx +++ b/app/account/tome/content.tsx @@ -9,7 +9,7 @@ import { import ShadowBox from '../../../components/base/ShadowBox'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; -import { TomeLine, Tome as TomeDomain, TomeScoreColors } from '../../../data/domain/tome'; +import { TomeLine, Tome as TomeDomain, TomeScoreColors } from '../../../data/domain/world-4/tome'; import { CircleInformation } from 'grommet-icons'; import TipDisplay from '../../../components/base/TipDisplay'; import { Player } from '../../../data/domain/player'; diff --git a/app/players/content.tsx b/app/players/content.tsx index e8c2bb96..66e4d056 100644 --- a/app/players/content.tsx +++ b/app/players/content.tsx @@ -21,10 +21,10 @@ import { Activity, Player, SkillData } from '../../data/domain/player'; import { SkillsIndex } from "../../data/domain/SkillsIndex"; import { ClassIndex, ClassTalentMap, GetTalentArray } from '../../data/domain/talents'; import { Capacity, playerInventoryBagMapping } from '../../data/domain/capacity'; -import { Alchemy, Bubble, CauldronIndex } from "../../data/domain/alchemy"; +import { Alchemy, Bubble, CauldronIndex } from "../../data/domain/world-2/alchemy/alchemy"; import { Stamp } from '../../data/domain/world-1/stamps'; -import { Shrine } from '../../data/domain/shrines'; -import { PlayerStatues } from '../../data/domain/statues'; +import { Shrine } from '../../data/domain/world-3/construction/shrines'; +import { PlayerStatues } from '../../data/domain/world-1/statues'; import { getCoinsArray, nFormatter } from '../../data/utility'; import CoinsDisplay from '../../components/coinsDisplay'; @@ -34,30 +34,30 @@ import TipDisplay, { TipDirection } from '../../components/base/TipDisplay'; import { Alert, CircleInformation, Next } from 'grommet-icons'; import { Item, ItemStat, Food, DropSource } from '../../data/domain/items'; import { Storage } from '../../data/domain/storage'; -import { Prayer } from '../../data/domain/prayers'; +import { Prayer } from '../../data/domain/world-3/prayers'; import { TimeDown, TimeUp } from '../../components/base/TimeDisplay'; -import { Worship } from '../../data/domain/worship'; +import { Worship } from '../../data/domain/world-3/worship'; import ObolsInfo from '../../components/account/task-board/obolsInfo'; import TextAndLabel, { ComponentAndLabel } from '../../components/base/TextAndLabel'; import { Skilling } from '../../data/domain/skilling'; import { Family } from '../../data/domain/family'; -import { Achievement, AchievementConst } from '../../data/domain/achievements'; +import { Achievement } from '../../data/domain/achievements'; import { MapInfo } from '../../data/domain/maps'; import { EnemyInfo } from '../../data/domain/enemies'; import Stat from '../../components/base/Stat'; import IconImage from '../../components/base/IconImage'; import { SourcesModel } from '../../data/domain/model/sourcesModel'; -import { Sigils } from '../../data/domain/sigils'; -import { Chip } from '../../data/domain/lab'; -import { AnvilWrapper } from '../../data/domain/anvil'; +import { Sigils } from '../../data/domain/world-2/alchemy/sigils'; +import { Chip } from '../../data/domain/world-4/lab'; +import { AnvilWrapper } from '../../data/domain/world-1/anvil'; import { Alerts, CardSetAlert } from '../../data/domain/alerts'; -import { POExtra } from '../../data/domain/postoffice'; -import { Cooking } from '../../data/domain/cooking'; -import { BeanstalkingBonusType, Sneaking } from '../../data/domain/world-6/sneaking'; +import { POExtra } from '../../data/domain/world-2/postoffice'; +import { Cooking } from '../../data/domain/world-4/cooking'; +import { Sneaking } from '../../data/domain/world-6/sneaking'; import { useShallow } from 'zustand/react/shallow' import { useAppDataStore } from '../../lib/providers/appDataStoreProvider'; -import { Bribe } from '../../data/domain/bribes'; +import { Bribe } from '../../data/domain/world-1/bribes'; import { Card } from '../../data/domain/cards'; import { EquipmentSets } from '../../data/domain/misc/equipmentSets'; import { LegendTalents } from '../../data/domain/world-7/legendTalents'; diff --git a/app/world-1/anvil/content.tsx b/app/world-1/anvil/content.tsx index e0f336f8..21c315b9 100644 --- a/app/world-1/anvil/content.tsx +++ b/app/world-1/anvil/content.tsx @@ -8,7 +8,7 @@ import { Text, } from 'grommet' import { useMemo, useState } from 'react'; -import { Anvil as AnvilModel, AnvilProduct, AnvilWrapper } from '../../../data/domain/anvil'; +import { Anvil as AnvilModel, AnvilProduct, AnvilWrapper } from '../../../data/domain/world-1/anvil'; import { Player } from '../../../data/domain/player'; import IconImage from '../../../components/base/IconImage'; import ShadowBox from '../../../components/base/ShadowBox'; diff --git a/app/world-1/forge/content.tsx b/app/world-1/forge/content.tsx index c570cb62..f2d44210 100644 --- a/app/world-1/forge/content.tsx +++ b/app/world-1/forge/content.tsx @@ -9,7 +9,7 @@ import { import { useEffect, useState, useMemo } from 'react'; import ShadowBox from '../../../components/base/ShadowBox'; -import { Forge as ForgeDomain } from '../../../data/domain/forge'; +import { Forge as ForgeDomain } from '../../../data/domain/world-1/forge'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; import CoinsDisplay from '../../../components/coinsDisplay'; import { getCoinsArray, nFormatter } from '../../../data/utility'; diff --git a/app/world-2/alchemy/content.tsx b/app/world-2/alchemy/content.tsx index cdc0529b..3da72575 100644 --- a/app/world-2/alchemy/content.tsx +++ b/app/world-2/alchemy/content.tsx @@ -13,7 +13,7 @@ import { } from "grommet" import styled from 'styled-components' -import { Alchemy as AlchemyData, Cauldron, Bubble, CauldronBoostIndex, Vial } from '../../../data/domain/alchemy'; +import { Alchemy as AlchemyData, Cauldron, Bubble, CauldronBoostIndex, Vial } from '../../../data/domain/world-2/alchemy/alchemy'; import { Achievement, AchievementConst } from '../../../data/domain/achievements' import { useEffect, useState, useContext } from 'react'; import { nFormatter, round } from '../../../data/utility' @@ -22,10 +22,10 @@ import { Item } from "../../../data/domain/items"; import TipDisplay, { TipDirection } from "../../../components/base/TipDisplay"; import { Ascending } from "grommet-icons"; import IconImage from "../../../components/base/IconImage"; -import { Sigils } from "../../../data/domain/sigils"; +import { Sigils } from "../../../data/domain/world-2/alchemy/sigils"; import TextAndLabel, { ComponentAndLabel } from "../../../components/base/TextAndLabel"; import { TimeDown } from "../../../components/base/TimeDisplay"; -import { AtomCollider } from "../../../data/domain/atomCollider"; +import { AtomCollider } from "../../../data/domain/world-3/construction/atomCollider"; import P2WDisplay from "../../../components/world-2/alchemy/p2w"; import { useAppDataStore } from "../../../lib/providers/appDataStoreProvider"; import { useShallow } from "zustand/react/shallow"; diff --git a/app/world-2/arcade/content.tsx b/app/world-2/arcade/content.tsx index af2b55e0..244a6ab7 100644 --- a/app/world-2/arcade/content.tsx +++ b/app/world-2/arcade/content.tsx @@ -8,7 +8,7 @@ import { import { useEffect, useState, useMemo } from 'react'; import ShadowBox from '../../../components/base/ShadowBox'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; -import { Arcade as ArcadeData } from '../../../data/domain/arcade'; +import { Arcade as ArcadeData } from '../../../data/domain/world-2/arcade'; import { Stamp } from '../../../data/domain/world-1/stamps'; import { StaticTime, TimeDisplaySize } from '../../../components/base/TimeDisplay'; import IconImage from '../../../components/base/IconImage'; diff --git a/app/world-3/construction/content.tsx b/app/world-3/construction/content.tsx index f9f7416c..70ee828a 100644 --- a/app/world-3/construction/content.tsx +++ b/app/world-3/construction/content.tsx @@ -18,27 +18,27 @@ import React, { useEffect, useContext, useState, useMemo } from 'react'; import ShadowBox from '../../../components/base/ShadowBox'; import TabButton from '../../../components/base/TabButton'; -import { Refinery } from '../../../data/domain/refinery'; +import { Refinery } from '../../../data/domain/world-3/construction/refinery'; import { Item } from '../../../data/domain/items'; import { Storage } from '../../../data/domain/storage'; import { lavaLog, nFormatter, range, toTime } from '../../../data/utility'; import { StaticTime, TimeDisplaySize, TimeDown } from '../../../components/base/TimeDisplay'; -import { INDEX_DAYS_SINCE_SAMPLE_ARTIFACT, Printer, Sample } from '../../../data/domain/printer'; +import { INDEX_DAYS_SINCE_SAMPLE_ARTIFACT, Printer, Sample } from '../../../data/domain/world-3/construction/printer'; import { Player } from '../../../data/domain/player'; import { CircleInformation, Star, StatusWarning } from 'grommet-icons'; import TipDisplay, { TipDirection } from '../../../components/base/TipDisplay'; -import { Deathnote } from '../../../data/domain/deathnote'; +import { Deathnote } from '../../../data/domain/world-3/construction/deathnote'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; import { ClassIndex, Talent } from '../../../data/domain/talents'; import { TaskBoard } from '../../../data/domain/tasks'; -import { Shrine } from '../../../data/domain/shrines'; +import { Shrine } from '../../../data/domain/world-3/construction/shrines'; import { MapInfo } from '../../../data/domain/maps'; import IconImage from '../../../components/base/IconImage'; import { BuildingsDisplay } from '../../../components/world-3/construction/buildings'; import { SaltLickDisplay } from '../../../components/world-3/construction/saltLick'; -import { ArtifactStatus } from '../../../data/domain/sailing/artifacts'; +import { ArtifactStatus } from '../../../data/domain/world-5/sailing/artifacts'; import { AtomColliderDisplay } from '../../../components/world-3/construction/atomCollider'; -import { Sailing } from '../../../data/domain/sailing'; +import { Sailing } from '../../../data/domain/world-5/sailing/sailing'; import { useShallow } from 'zustand/react/shallow'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; diff --git a/app/world-3/equinox/content.tsx b/app/world-3/equinox/content.tsx index cf2d27f3..1c91ae03 100644 --- a/app/world-3/equinox/content.tsx +++ b/app/world-3/equinox/content.tsx @@ -10,7 +10,7 @@ import { } from 'grommet' import ShadowBox from '../../../components/base/ShadowBox'; -import { Equinox as EquinoxDomain, isFoodLust } from '../../../data/domain/equinox'; +import { Equinox as EquinoxDomain, isFoodLust } from '../../../data/domain/world-3/equinox'; import { TimeDown } from "../../../components/base/TimeDisplay"; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; diff --git a/app/world-3/trapping/content.tsx b/app/world-3/trapping/content.tsx index 19d58fbb..5fac5c04 100644 --- a/app/world-3/trapping/content.tsx +++ b/app/world-3/trapping/content.tsx @@ -14,7 +14,7 @@ import { } from 'grommet' import { useContext } from 'react'; -import { Trap, TrapSet } from '../../../data/domain/traps'; +import { Trap, TrapSet } from '../../../data/domain/world-3/traps'; import ShadowBox from '../../../components/base/ShadowBox'; import { Player } from '../../../data/domain/player'; import { SkillsIndex } from "../../../data/domain/SkillsIndex"; diff --git a/app/world-4/breeding/content.tsx b/app/world-4/breeding/content.tsx index 0e1b17ea..a99ea9f0 100644 --- a/app/world-4/breeding/content.tsx +++ b/app/world-4/breeding/content.tsx @@ -15,7 +15,7 @@ import { ArenaBonusDisplay } from '../../../components/world-4/breeding/arena'; import { PetsDisplay } from '../../../components/world-4/breeding/pets'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; import { StaticTime, TimeDown } from '../../../components/base/TimeDisplay'; -import { Breeding as BreedingDomain } from '../../../data/domain/breeding'; +import { Breeding as BreedingDomain } from '../../../data/domain/world-4/breeding'; import { nFormatter } from '../../../data/utility'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; diff --git a/app/world-4/cooking/content.tsx b/app/world-4/cooking/content.tsx index e1662509..c2bc5f57 100644 --- a/app/world-4/cooking/content.tsx +++ b/app/world-4/cooking/content.tsx @@ -15,11 +15,11 @@ import ShadowBox from '../../../components/base/ShadowBox'; import { TimeDown } from '../../../components/base/TimeDisplay'; import TipDisplay, { TipDirection } from '../../../components/base/TipDisplay'; import CoinsDisplay from '../../../components/coinsDisplay'; -import { territoryNiceNames } from '../../../data/domain/breeding'; -import { Cooking as CookingDomain, Kitchen, KitchenStatus, Meal, UpgradeType } from '../../../data/domain/cooking'; +import { territoryNiceNames } from '../../../data/domain/world-4/breeding'; +import { Cooking as CookingDomain, Kitchen, KitchenStatus, Meal, UpgradeType } from '../../../data/domain/world-4/cooking'; import { getCoinsArray, nFormatter, notateNumber, toTime } from '../../../data/utility'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; -import { AtomCollider } from '../../../data/domain/atomCollider'; +import { AtomCollider } from '../../../data/domain/world-3/construction/atomCollider'; import { Ascending, CircleInformation } from 'grommet-icons'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; diff --git a/app/world-4/lab/content.tsx b/app/world-4/lab/content.tsx index fbe446c4..a28217b1 100644 --- a/app/world-4/lab/content.tsx +++ b/app/world-4/lab/content.tsx @@ -11,12 +11,12 @@ import IconImage from '../../../components/base/IconImage'; import ShadowBox from '../../../components/base/ShadowBox'; import TabButton from '../../../components/base/TabButton'; import TipDisplay, { TipDirection } from '../../../components/base/TipDisplay'; -import { Chip, Lab as LabDomain } from '../../../data/domain/lab'; +import { Chip, Lab as LabDomain } from '../../../data/domain/world-4/lab'; import { Player } from '../../../data/domain/player'; import { SkillsIndex } from "../../../data/domain/SkillsIndex"; import { CharacterBox } from '../../../components/base/CharacterBox'; import { ComponentAndLabel } from '../../../components/base/TextAndLabel'; -import { Rift, SkillMastery } from '../../../data/domain/rift'; +import { Rift, SkillMastery } from '../../../data/domain/world-4/rift'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; diff --git a/app/world-4/rift/content.tsx b/app/world-4/rift/content.tsx index 1a555a02..e406452b 100644 --- a/app/world-4/rift/content.tsx +++ b/app/world-4/rift/content.tsx @@ -10,13 +10,13 @@ import IconImage from '../../../components/base/IconImage'; import ShadowBox from '../../../components/base/ShadowBox'; import TabButton from '../../../components/base/TabButton'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; -import { ConstructionMastery, KillroyPrime, Rift, RiftBonus, SkillMastery } from '../../../data/domain/rift'; +import { ConstructionMastery, KillroyPrime, Rift, RiftBonus, SkillMastery } from '../../../data/domain/world-4/rift'; import { SkillsIndex } from '../../../data/domain/SkillsIndex'; import { Skilling } from '../../../data/domain/skilling'; import { ImageData } from '../../../data/domain/imageData'; import { Player } from '../../../data/domain/player'; import TipDisplay, { TipDirection } from '../../../components/base/TipDisplay'; -import { Construction } from '../../../data/domain/construction'; +import { Construction } from '../../../data/domain/world-3/construction/construction'; import { nFormatter } from '../../../data/utility'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; diff --git a/app/world-5/divinity/content.tsx b/app/world-5/divinity/content.tsx index 409978eb..2a61890a 100644 --- a/app/world-5/divinity/content.tsx +++ b/app/world-5/divinity/content.tsx @@ -11,7 +11,7 @@ import IconImage from '../../../components/base/IconImage'; import ShadowBox from '../../../components/base/ShadowBox'; import TabButton from '../../../components/base/TabButton'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; -import { Divinity as DivinityDomain } from '../../../data/domain/divinity'; +import { Divinity as DivinityDomain } from '../../../data/domain/world-5/divinity'; import { Player } from '../../../data/domain/player'; import { Skilling } from '../../../data/domain/skilling'; import { SkillsIndex } from '../../../data/domain/SkillsIndex'; diff --git a/app/world-5/gaming/content.tsx b/app/world-5/gaming/content.tsx index 9320a294..2c46cddd 100644 --- a/app/world-5/gaming/content.tsx +++ b/app/world-5/gaming/content.tsx @@ -9,7 +9,7 @@ import { useEffect, useMemo, useState } from 'react'; import ShadowBox from '../../../components/base/ShadowBox'; import { ComponentAndLabel } from '../../../components/base/TextAndLabel'; import { TimeDown } from '../../../components/base/TimeDisplay'; -import { Gaming as GamingDomain } from '../../../data/domain/gaming'; +import { Gaming as GamingDomain } from '../../../data/domain/world-5/gaming'; import { nFormatter } from '../../../data/utility'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; diff --git a/app/world-5/sailing/content.tsx b/app/world-5/sailing/content.tsx index 8325d19a..404a0aa1 100644 --- a/app/world-5/sailing/content.tsx +++ b/app/world-5/sailing/content.tsx @@ -17,8 +17,8 @@ import TabButton from '../../../components/base/TabButton'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; import { TimeDisplaySize, TimeDown } from '../../../components/base/TimeDisplay'; import TipDisplay, { TipDirection } from '../../../components/base/TipDisplay'; -import { BoatUpgradeType, CaptainTrait, IslandStatus, Sailing as SailingDomain } from '../../../data/domain/sailing'; -import { ArtifactStatus } from '../../../data/domain/sailing/artifacts'; +import { BoatUpgradeType, CaptainTrait, IslandStatus, Sailing as SailingDomain } from '../../../data/domain/world-5/sailing/sailing'; +import { ArtifactStatus } from '../../../data/domain/world-5/sailing/artifacts'; import { nFormatter, range } from '../../../data/utility'; import styled from 'styled-components'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; diff --git a/components/account/task-board/obolsInfo.tsx b/components/account/task-board/obolsInfo.tsx index 56a6d8f0..6d6e5d93 100644 --- a/components/account/task-board/obolsInfo.tsx +++ b/components/account/task-board/obolsInfo.tsx @@ -1,7 +1,7 @@ import { Box, Text } from "grommet"; import { useEffect, useMemo, useState } from "react"; import { ItemStat } from "../../../data/domain/items"; -import { ObolsData, ObolType } from "../../../data/domain/obols"; +import { ObolsData, ObolType } from "../../../data/domain/world-2/obols"; import IconImage from "../../base/IconImage"; import TextAndLabel, { ComponentAndLabel } from "../../base/TextAndLabel"; import TipDisplay, { TipDirection } from "../../base/TipDisplay"; diff --git a/components/dashboard/dashboard.tsx b/components/dashboard/dashboard.tsx index 449c6a39..3cbbde50 100644 --- a/components/dashboard/dashboard.tsx +++ b/components/dashboard/dashboard.tsx @@ -15,7 +15,7 @@ import TipDisplay from "../base/TipDisplay"; import { Player } from "../../data/domain/player"; import CoinsDisplay from "../coinsDisplay"; import { TimeDown } from "../base/TimeDisplay"; -import { Arcade } from "../../data/domain/arcade"; +import { Arcade } from "../../data/domain/world-2/arcade"; import { AFKTypeEnum } from "../../data/domain/enum/aFKTypeEnum"; import { useAppDataStore } from "../../lib/providers/appDataStoreProvider"; import { DataStatus } from "../../lib/stores/appDataStore"; diff --git a/components/world-1/stampTableView.tsx b/components/world-1/stampTableView.tsx index 8c2baa56..5fedaf32 100644 --- a/components/world-1/stampTableView.tsx +++ b/components/world-1/stampTableView.tsx @@ -26,7 +26,7 @@ import ShadowBox from "../base/ShadowBox"; import CoinsDisplay from "../coinsDisplay"; import { Item } from "../../data/domain/items"; import { Storage } from "../../data/domain/storage"; -import { AtomCollider } from "../../data/domain/atomCollider"; +import { AtomCollider } from "../../data/domain/world-3/construction/atomCollider"; enum StampStatus { NoCalculator = 'Unknown', diff --git a/components/world-2/alchemy/p2w.tsx b/components/world-2/alchemy/p2w.tsx index e06ba37b..78b7309c 100644 --- a/components/world-2/alchemy/p2w.tsx +++ b/components/world-2/alchemy/p2w.tsx @@ -1,5 +1,5 @@ import { useMemo } from "react"; -import { Alchemy, P2W_CAULDRON_BOOST_MAX, P2W_CAULDRON_NEWBUBBLE_MAX, P2W_CAULDRON_SPEED_MAX, P2W_LIQUIDS_CAPACITY_MAX, P2W_LIQUIDS_REGEN_MAX, P2W_VIALS_ATTEMPTS_MAX, P2W_VIALS_RNG_MAX } from "../../../data/domain/alchemy"; +import { Alchemy, P2W_CAULDRON_BOOST_MAX, P2W_CAULDRON_NEWBUBBLE_MAX, P2W_CAULDRON_SPEED_MAX, P2W_LIQUIDS_CAPACITY_MAX, P2W_LIQUIDS_REGEN_MAX, P2W_VIALS_ATTEMPTS_MAX, P2W_VIALS_RNG_MAX } from "../../../data/domain/world-2/alchemy/alchemy"; import { Box, Text } from "grommet"; import ShadowBox from "../../base/ShadowBox"; import TextAndLabel, { ComponentAndLabel } from "../../base/TextAndLabel"; diff --git a/components/world-3/construction/atomCollider.tsx b/components/world-3/construction/atomCollider.tsx index 540df6d9..fe73824e 100644 --- a/components/world-3/construction/atomCollider.tsx +++ b/components/world-3/construction/atomCollider.tsx @@ -1,6 +1,6 @@ import { Box, CheckBox, Grid, Text } from "grommet"; import { useMemo, useState } from "react"; -import { AtomCollider } from "../../../data/domain/atomCollider"; +import { AtomCollider } from "../../../data/domain/world-3/construction/atomCollider"; import { nFormatter } from "../../../data/utility"; import IconImage from "../../base/IconImage"; import ShadowBox from "../../base/ShadowBox"; diff --git a/components/world-3/construction/buildings.tsx b/components/world-3/construction/buildings.tsx index a8082ede..d037d6eb 100644 --- a/components/world-3/construction/buildings.tsx +++ b/components/world-3/construction/buildings.tsx @@ -1,7 +1,7 @@ import { Box, CheckBox, Meter, Text, Stack } from "grommet"; import { useMemo, useState } from "react"; -import { Building } from "../../../data/domain/buildings"; -import { Construction } from "../../../data/domain/construction"; +import { Building } from "../../../data/domain/world-3/construction/buildings"; +import { Construction } from "../../../data/domain/world-3/construction/construction"; import { Item } from "../../../data/domain/items"; import { Storage } from "../../../data/domain/storage"; import { nFormatter } from "../../../data/utility"; diff --git a/components/world-3/construction/saltLick.tsx b/components/world-3/construction/saltLick.tsx index 965480b5..d90dda8f 100644 --- a/components/world-3/construction/saltLick.tsx +++ b/components/world-3/construction/saltLick.tsx @@ -1,13 +1,13 @@ import { Box, CheckBox, Grid, Text } from "grommet"; import React, { useMemo, useState } from "react"; import { Item } from "../../../data/domain/items"; -import { Refinery } from "../../../data/domain/refinery"; -import { SaltLick } from "../../../data/domain/saltLick"; +import { Refinery } from "../../../data/domain/world-3/construction/refinery"; +import { SaltLick } from "../../../data/domain/world-3/construction/saltLick"; import { nFormatter } from "../../../data/utility"; import IconImage from "../../base/IconImage"; import ShadowBox from "../../base/ShadowBox"; import TextAndLabel from "../../base/TextAndLabel"; -import { Construction } from "../../../data/domain/construction"; +import { Construction } from "../../../data/domain/world-3/construction/construction"; import { useAppDataStore } from "../../../lib/providers/appDataStoreProvider"; import { useShallow } from "zustand/react/shallow"; diff --git a/components/world-3/worship/charge.tsx b/components/world-3/worship/charge.tsx index 7c9326fd..20cd0d57 100644 --- a/components/world-3/worship/charge.tsx +++ b/components/world-3/worship/charge.tsx @@ -5,7 +5,7 @@ import { Text, } from 'grommet' import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; -import { Worship as WorshipDomain } from '../../../data/domain/worship'; +import { Worship as WorshipDomain } from '../../../data/domain/world-3/worship'; import ShadowBox from "../../base/ShadowBox"; import IconImage from '../../base/IconImage'; import { Player } from '../../../data/domain/player'; diff --git a/components/world-3/worship/prayers.tsx b/components/world-3/worship/prayers.tsx index 8cf49466..294c8d56 100644 --- a/components/world-3/worship/prayers.tsx +++ b/components/world-3/worship/prayers.tsx @@ -6,7 +6,7 @@ import { import TextAndLabel from '../../../components/base/TextAndLabel'; import ShadowBox from "../../base/ShadowBox"; import IconImage from '../../base/IconImage'; -import { Prayer } from '../../../data/domain/prayers'; +import { Prayer } from '../../../data/domain/world-3/prayers'; import { GroupByFunction, nFormatter } from '../../../data/utility'; import { PrayerBase } from '../../../data/domain/data/PrayerRepo'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; diff --git a/components/world-3/worship/totem.tsx b/components/world-3/worship/totem.tsx index 7ec80826..6cee09bf 100644 --- a/components/world-3/worship/totem.tsx +++ b/components/world-3/worship/totem.tsx @@ -7,7 +7,7 @@ import { } from 'grommet' import { useContext, useState } from 'react'; import TextAndLabel, { ComponentAndLabel } from '../../../components/base/TextAndLabel'; -import { Worship as WorshipDomain } from '../../../data/domain/worship'; +import { Worship as WorshipDomain } from '../../../data/domain/world-3/worship'; import ShadowBox from "../../base/ShadowBox"; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; diff --git a/components/world-4/breeding/arena.tsx b/components/world-4/breeding/arena.tsx index 5a52023e..1b3d2b64 100644 --- a/components/world-4/breeding/arena.tsx +++ b/components/world-4/breeding/arena.tsx @@ -4,7 +4,7 @@ import { Text, } from 'grommet' import { useState, useMemo, useEffect } from "react"; -import { Breeding as BreedingDomain, petArenaBonuses, waveReqs } from "../../../data/domain/breeding"; +import { Breeding as BreedingDomain, petArenaBonuses, waveReqs } from "../../../data/domain/world-4/breeding"; import IconImage from "../../base/IconImage"; import ShadowBox from "../../base/ShadowBox"; import { Player } from '../../../data/domain/player'; diff --git a/components/world-4/breeding/pets.tsx b/components/world-4/breeding/pets.tsx index 0c3f2ea7..eebc8bfb 100644 --- a/components/world-4/breeding/pets.tsx +++ b/components/world-4/breeding/pets.tsx @@ -8,7 +8,7 @@ import { Text, } from 'grommet' import { useState, useContext, useMemo } from "react"; -import { Breeding as BreedingDomain, Pet } from "../../../data/domain/breeding"; +import { Breeding as BreedingDomain, Pet } from "../../../data/domain/world-4/breeding"; import { EnemyInfo } from "../../../data/domain/enemies"; import { nFormatter, toTime, uniqueFilter, round } from "../../../data/utility"; import IconImage from "../../base/IconImage"; diff --git a/components/world-4/breeding/territory.tsx b/components/world-4/breeding/territory.tsx index b7cdba0e..d62e3991 100644 --- a/components/world-4/breeding/territory.tsx +++ b/components/world-4/breeding/territory.tsx @@ -6,7 +6,7 @@ import { Text, } from 'grommet' import { useContext } from "react"; -import { Breeding as BreedingDomain, territoryNiceNames } from "../../../data/domain/breeding"; +import { Breeding as BreedingDomain, territoryNiceNames } from "../../../data/domain/world-4/breeding"; import { EnemyInfo } from "../../../data/domain/enemies"; import { nFormatter } from "../../../data/utility"; import IconImage from "../../base/IconImage"; diff --git a/components/world-4/breeding/upgrades.tsx b/components/world-4/breeding/upgrades.tsx index 24d2950b..d634ca07 100644 --- a/components/world-4/breeding/upgrades.tsx +++ b/components/world-4/breeding/upgrades.tsx @@ -4,11 +4,11 @@ import { Text, } from 'grommet' import { useState, useMemo, useEffect } from "react"; -import { Breeding as BreedingDomain } from "../../../data/domain/breeding"; +import { Breeding as BreedingDomain } from "../../../data/domain/world-4/breeding"; import { nFormatter } from "../../../data/utility"; import IconImage from "../../base/IconImage"; import ShadowBox from "../../base/ShadowBox"; -import { Cooking } from '../../../data/domain/cooking'; +import { Cooking } from '../../../data/domain/world-4/cooking'; import TextAndLabel from '../../base/TextAndLabel'; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; diff --git a/data/domain/account.tsx b/data/domain/account.tsx index b998de5a..b17a0ec5 100644 --- a/data/domain/account.tsx +++ b/data/domain/account.tsx @@ -1,7 +1,7 @@ import { GroupByFunction, range } from "../utility"; -import { Arcade } from "./arcade"; +import { Arcade } from "./world-2/arcade"; import { Domain, RawData } from "./base/domain"; -import { Construction, Library } from "./construction"; +import { Construction, Library } from "./world-3/construction/construction"; import { initTalentNameRepo } from "./data/TalentNameRepo"; import { AFKTypeEnum } from "./enum/aFKTypeEnum"; import { Item } from "./items"; diff --git a/data/domain/alerts.tsx b/data/domain/alerts.tsx index 67971914..4f965d9c 100644 --- a/data/domain/alerts.tsx +++ b/data/domain/alerts.tsx @@ -1,25 +1,25 @@ -import { AnvilWrapper } from "./anvil"; -import { Arcade } from "./arcade"; +import { AnvilWrapper } from "./world-1/anvil"; +import { Arcade } from "./world-2/arcade"; import { Domain, RawData } from "./base/domain"; -import { Construction } from "./construction"; -import { Equinox, FoodLust } from "./equinox"; +import { Construction } from "./world-3/construction/construction"; +import { Equinox, FoodLust } from "./world-3/equinox"; import { ImageData } from "./imageData"; import { Item } from './items'; -import { ObolsData, Obol } from "./obols"; +import { ObolsData, Obol } from "./world-2/obols"; import { Activity, Player } from "./player"; -import { Prayer } from "./prayers"; -import { Refinery } from "./refinery"; +import { Prayer } from "./world-3/prayers"; +import { Refinery } from "./world-3/construction/refinery"; import { Skilling } from "./skilling"; import { SkillsIndex } from "./SkillsIndex"; import { Talent } from "./talents"; -import { Trap } from "./traps"; +import { Trap } from "./world-3/traps"; import { Farming } from "./world-6/farming"; -import { Worship } from "./worship"; +import { Worship } from "./world-3/worship"; import { Storage } from "./storage"; import { SummonEssenceColor, Summoning } from "./world-6/summoning"; -import { Divinity } from "./divinity"; +import { Divinity } from "./world-5/divinity"; import { Companion } from './companions'; -import { Sailing } from "./sailing"; +import { Sailing } from "./world-5/sailing/sailing"; export enum AlertType { CardSet = "Card Set", diff --git a/data/domain/capacity.tsx b/data/domain/capacity.tsx index 9e645b96..1d79718d 100644 --- a/data/domain/capacity.tsx +++ b/data/domain/capacity.tsx @@ -100,14 +100,14 @@ import { range } from "../utility"; import { Domain, RawData } from "./base/domain"; -import { Bribe, BribeStatus } from "./bribes"; +import { Bribe, BribeStatus } from "./world-1/bribes"; import { GemStore } from "./gemPurchases"; import { Guild } from "./guild"; import { ImageData } from "./imageData"; import { Item } from "./items"; import { Player } from "./player"; -import { Prayer } from "./prayers"; -import { Shrine, ShrineConstants } from "./shrines"; +import { Prayer } from "./world-3/prayers"; +import { Shrine, ShrineConstants } from "./world-3/construction/shrines"; import { SkillsIndex } from "./SkillsIndex"; import { Stamp } from "./world-1/stamps"; import { Storage } from "./storage"; diff --git a/data/domain/cards.tsx b/data/domain/cards.tsx index 2ff335d0..b7c8670c 100644 --- a/data/domain/cards.tsx +++ b/data/domain/cards.tsx @@ -8,7 +8,7 @@ import { Item } from "./items"; import { IDforCardSETbonus, cardSetMap } from "./cardSets"; import { CardDataModel } from "./model/cardDataModel"; import { Player } from "./player"; -import { Rift, SkillMastery } from "./rift"; +import { Rift, SkillMastery } from "./world-4/rift"; import { initCardDropChanceRepo } from './data/CardDropChanceRepo'; import { nFormatter } from '../utility'; import { LegendTalents } from "./world-7/legendTalents"; diff --git a/data/domain/companions.tsx b/data/domain/companions.tsx index bc6a9ddd..4c3ad643 100644 --- a/data/domain/companions.tsx +++ b/data/domain/companions.tsx @@ -1,9 +1,9 @@ import { SkillsIndex } from "./SkillsIndex"; -import { Alchemy } from "./alchemy"; -import { Arcade } from "./arcade"; +import { Alchemy } from "./world-2/alchemy/alchemy"; +import { Arcade } from "./world-2/arcade"; import { Domain, RawData } from "./base/domain"; import { CompanionBase, initCompanionRepo } from "./data/CompanionRepo"; -import { Divinity } from "./divinity"; +import { Divinity } from "./world-5/divinity"; import { EnemyInfo } from "./enemies"; import { ImageData } from "./imageData"; import { CompanionModel } from "./model/companionModel"; diff --git a/data/domain/compass.tsx b/data/domain/compass.tsx index 46e9866d..b21d722b 100644 --- a/data/domain/compass.tsx +++ b/data/domain/compass.tsx @@ -1,6 +1,6 @@ import { nFormatter } from "../utility"; import { lavaLog } from "../utility"; -import { Arcade } from "./arcade"; +import { Arcade } from "./world-2/arcade"; import { Domain, RawData } from "./base/domain"; import { EfficiencyUpgrade, @@ -16,8 +16,8 @@ import { Item } from "./items"; import { CompassUpgradeModel } from "./model/compassUpgradeModel"; import { Player } from "./player"; import { Sneaking } from "./world-6/sneaking"; -import { Emperor } from "./emperor"; -import { Lab } from "./lab"; +import { Emperor } from "./world-6/emperor"; +import { Lab } from "./world-4/lab"; export enum WeaknessType { Fire = 0, diff --git a/data/domain/grimoire.tsx b/data/domain/grimoire.tsx index 3a85d721..a2e3ddf0 100644 --- a/data/domain/grimoire.tsx +++ b/data/domain/grimoire.tsx @@ -8,9 +8,9 @@ import { Item } from "./items"; import { GrimoireUpgradeModel } from "./model/grimoireUpgradeModel"; import { Player } from "./player"; import { Sneaking } from "./world-6/sneaking"; -import { Arcade } from "./arcade"; -import { Lab } from "./lab"; -import { Emperor } from "./emperor"; +import { Arcade } from "./world-2/arcade"; +import { Lab } from "./world-4/lab"; +import { Emperor } from "./world-6/emperor"; import { ClassIndex } from "./talents"; // Damage efficiency calculator implementation diff --git a/data/domain/idleonData.tsx b/data/domain/idleonData.tsx index 2d0cf9ca..42d84867 100644 --- a/data/domain/idleonData.tsx +++ b/data/domain/idleonData.tsx @@ -1,58 +1,58 @@ -import { Traps } from './traps'; +import { Traps } from './world-3/traps'; import { Stamps, updateStampMaxCarry, updateStamps } from './world-1/stamps'; -import { Statues, updateStatueBonuses } from './statues'; +import { Statues, updateStatueBonuses } from './world-1/statues'; import { Players, playerExtraCalculations, updatePlayerDeathnote, updatePlayerStarSigns, updatePlayerTalentLevelExceptESBonus, updatePlayers, updatePlayerTalentLevelESBonus, updatePlayerTalentPoints, Player, updatePlayerSpecialTalents } from './player'; -import { Alchemy, updateAlchemy, updateAlchemySlabBubbles, updateAlchemyTomeBubbles } from './alchemy'; -import { Bribes } from './bribes'; +import { Alchemy, updateAlchemy, updateAlchemySlabBubbles, updateAlchemyTomeBubbles } from './world-2/alchemy/alchemy'; +import { Bribes } from './world-1/bribes'; import { GemStore } from './gemPurchases'; import { Achievements } from './achievements'; -import { Shrines, updateShrines } from './shrines'; +import { Shrines, updateShrines } from './world-3/construction/shrines'; import { Item } from './items'; import { Storage, updateStorage } from './storage'; import { Quests } from './quests'; -import { Prayers } from './prayers'; -import { Refinery, updateRefinery } from './refinery'; -import { SaltLick } from './saltLick'; -import { Printer, updatePrinter } from './printer'; +import { Prayers } from './world-3/prayers'; +import { Refinery, updateRefinery } from './world-3/construction/refinery'; +import { SaltLick } from './world-3/construction/saltLick'; +import { Printer, updatePrinter } from './world-3/construction/printer'; import { TaskBoard } from './tasks'; import { Cloudsave } from './cloudsave'; -import { Worship, updateWorship, updateWorshipTotalizer } from './worship'; -import { Construction, updateConstruction } from './construction'; +import { Worship, updateWorship, updateWorshipTotalizer } from './world-3/worship'; +import { Construction, updateConstruction } from './world-3/construction/construction'; import { updateCards, Cards } from './cards'; -import { Arcade, updateArcade } from './arcade'; -import { ObolsData } from './obols'; +import { Arcade, updateArcade } from './world-2/arcade'; +import { ObolsData } from './world-2/obols'; import { Family, calculateFamily } from './family'; import { Dungeons } from './dungeons'; -import { Forge, updateForge } from './forge'; -import { Cooking, updateCooking } from './cooking'; -import { Lab, updateLab } from './lab'; -import { Breeding, updateAllShinyEffects, updateBeastMasterImpact, updateBreeding, updateBreedingDisplayData } from './breeding'; +import { Forge, updateForge } from './world-1/forge'; +import { Cooking, updateCooking } from './world-4/cooking'; +import { Lab, updateLab } from './world-4/lab'; +import { Breeding, updateAllShinyEffects, updateBeastMasterImpact, updateBreeding, updateBreedingDisplayData } from './world-4/breeding'; import { notUndefined } from '../utility'; -import { Sigils, updateSigils, updateSigilsChargeSpeed } from './sigils'; -import { AnvilWrapper, updateAnvil } from './anvil'; +import { Sigils, updateSigils, updateSigilsChargeSpeed } from './world-2/alchemy/sigils'; +import { AnvilWrapper, updateAnvil } from './world-1/anvil'; import { Alerts, updateAlerts } from './alerts'; import { Account, updateAccount } from './account'; -import { Divinity, updateDivinity } from './divinity'; -import { Sailing, updateSailing, updateMinTravelTimeAndSpeed } from './sailing'; -import { Gaming, updateGaming, updateSuperbitImpacts } from './gaming'; -import { AtomCollider, updateAtomCollider } from './atomCollider'; -import { updateArtifacts, updateSailingArtifactSlabBoost } from './sailing/artifacts'; +import { Divinity, updateDivinity } from './world-5/divinity'; +import { Sailing, updateSailing, updateMinTravelTimeAndSpeed } from './world-5/sailing/sailing'; +import { Gaming, updateGaming, updateSuperbitImpacts } from './world-5/gaming'; +import { AtomCollider, updateAtomCollider } from './world-3/construction/atomCollider'; +import { updateArtifacts, updateSailingArtifactSlabBoost } from './world-5/sailing/artifacts'; import { Constellations } from './constellations'; -import { Slab, updateSlabBonusDisplay } from './slab'; +import { Slab, updateSlabBonusDisplay } from './world-5/slab'; import { Capacity, updateCapacity } from './capacity'; -import { Deathnote, updateDeathnote, updateDeathnoteMiniboss } from './deathnote'; +import { Deathnote, updateDeathnote, updateDeathnoteMiniboss } from './world-3/construction/deathnote'; import { Companions, updateCompanionImpact } from './companions'; import { Domain, HandleRawDataKey } from './base/domain'; import { Guild } from './guild'; -import { Rift } from './rift'; -import { Equinox, updateEquinoxBar } from './equinox'; -import { POExtra } from './postoffice'; +import { Rift } from "./world-4/rift"; +import { Equinox, updateEquinoxBar } from './world-3/equinox'; +import { POExtra } from './world-2/postoffice'; import { Sneaking, updateSneaking } from './world-6/sneaking'; import { Summoning, updateSummoningLevelAndBonusesFromIt, updateSummoningWinnerBonusBoost, updateSummoningWinnerImpact } from './world-6/summoning'; import { Farming, updateFarmingCropScientistBonuses, updateFarmingDisplayData, updateFarmingLevel } from './world-6/farming'; import { StarSigns, updateInfinityStarSigns, updateStarSignsUnlocked } from './starsigns'; -import { IslandExpeditions } from './islandExpedition'; -import { Tome, updateTomeScores } from './tome'; +import { IslandExpeditions } from './world-2/islandExpedition'; +import { Tome, updateTomeScores } from './world-4/tome'; import { KillRoy } from './world-2/killroy'; import { updateVotesBonus, Votes } from './world-2/votes'; import { Hole, updateHole } from './world-5/hole/hole'; @@ -60,7 +60,7 @@ import { UpgradeVault } from './upgradeVault'; import { Grimoire, updateGrimoireEfficiency } from './grimoire'; import { Tesseract, updateArcaneCultistImpact, updateTesseractEfficiency } from './tesseract'; import { Compass, updateCompassDamageEfficiency } from './compass'; -import { Emperor, updateEmperorMaxAttempts, updateEmperorBonuses } from './emperor'; +import { Emperor, updateEmperorMaxAttempts, updateEmperorBonuses } from './world-6/emperor'; import { EquipmentSets } from './misc/equipmentSets'; import { EventShop } from './eventShop'; import { Clamworks } from './world-7/clamworks'; @@ -71,8 +71,8 @@ import { CoralKid } from './world-7/coralKid'; import { BigFish, updateBigFishUnlocked } from './world-7/bigFish'; import { CoralReef, updateCoralReefDailyGain } from './world-7/coralReef'; import { DancingCoral } from './world-7/dancingCoral'; -import { Hoops } from './hoops'; -import { Darts } from './darts'; +import { Hoops } from './world-1/hoops'; +import { Darts } from './world-1/darts'; export const safeJsonParse = (doc: Cloudsave, key: string, emptyValue: T): T => { const data = doc.get(key); @@ -351,7 +351,7 @@ export const updateIdleonData = (accountData: Map, data: Cloudsave, parseData.set("ownedCompanions", companions); // TODO: Get rid of this. It's only used for players since it's a very unique one. parseData.set("rawData", data.toJSON()) - + // Execute the parse function. dataDomain.parse(parseData); }); diff --git a/data/domain/player.tsx b/data/domain/player.tsx index 87d3a949..32cdccc9 100644 --- a/data/domain/player.tsx +++ b/data/domain/player.tsx @@ -1,39 +1,39 @@ import { StarSignMap, StarSign, StarSigns } from './starsigns'; -import { Box, initPostOffice, PostOfficeConst } from './postoffice'; +import { Box, initPostOffice, PostOfficeConst } from './world-2/postoffice'; import { ClassIndex, Talent, ClassTalentMap, GetTalentArray, TalentConst, ApocalypseChowTalent, EnhancedTalent, BloodMarrowTalent } from './talents'; -import { Card, CardInfo, Cards } from "./cards"; +import { Card, CardInfo } from "./cards"; import { Item, Food, Tool, StoneProps } from "./items"; import { notUndefined, range } from '../utility'; import { Cloudsave } from "./cloudsave"; import { EnemyData, EnemyInfo } from "./enemies"; import { MapInfo } from "./maps"; -import { Chip, chipSlotReq, Lab } from "./lab"; -import { Alchemy, Bubble, CauldronIndex } from "./alchemy"; +import { Chip, chipSlotReq, Lab } from "./world-4/lab"; +import { Alchemy, Bubble, CauldronIndex } from "./world-2/alchemy/alchemy"; import { Guild } from "./guild"; -import { Bribe } from "./bribes"; +import { Bribe } from "./world-1/bribes"; import { Stat } from "./base/stat"; import { Family } from "./family"; -import { Prayer } from "./prayers"; -import { Cooking } from "./cooking"; -import { Breeding } from "./breeding"; +import { Prayer } from "./world-3/prayers"; +import { Cooking } from "./world-4/cooking"; +import { Breeding } from "./world-4/breeding"; import { Dungeons, PassiveType } from "./dungeons"; import { Stamp, StampConsts, StampTab } from "./world-1/stamps"; -import { Achievement, AchievementConst } from "./achievements"; +import { Achievement } from "./achievements"; import { safeJsonParse } from "./idleonData"; -import { Arcade } from "./arcade"; -import { ObolsData, ObolStats } from "./obols"; +import { Arcade } from "./world-2/arcade"; +import { ObolsData, ObolStats } from "./world-2/obols"; import { ImageData } from "./imageData"; -import { Sigils } from "./sigils"; +import { Sigils } from "./world-2/alchemy/sigils"; import { SkillsIndex } from './SkillsIndex'; import { AFKTypeEnum } from './enum/aFKTypeEnum'; -import { Shrine, ShrineConstants } from './shrines'; -import { Divinity } from './divinity'; -import { Deathnote } from './deathnote'; +import { Shrine, ShrineConstants } from './world-3/construction/shrines'; +import { Divinity } from './world-5/divinity'; +import { Deathnote } from './world-3/construction/deathnote'; import { Domain, RawData } from './base/domain'; -import { Equinox } from './equinox'; +import { Equinox } from './world-3/equinox'; import { BeanstalkingBonusType, Sneaking } from './world-6/sneaking'; import { Account } from './account'; -import { IslandExpeditions } from './islandExpedition'; +import { IslandExpeditions } from './world-2/islandExpedition'; import { TaskBoard } from './tasks'; import { Grimoire } from './grimoire'; import { Tesseract } from './tesseract'; diff --git a/data/domain/skilling.tsx b/data/domain/skilling.tsx index ebb03bca..7ef68cac 100644 --- a/data/domain/skilling.tsx +++ b/data/domain/skilling.tsx @@ -3,21 +3,21 @@ import { Family } from "./family"; import { Food } from "./items"; import { Player } from "./player"; import { SkillsIndex } from "./SkillsIndex"; -import { Prayer } from "./prayers"; -import { ShrineConstants, Shrine } from "./shrines"; -import { PlayerStatues, StatueConst } from "./statues"; +import { Prayer } from "./world-3/prayers"; +import { ShrineConstants, Shrine } from "./world-3/construction/shrines"; +import { PlayerStatues, StatueConst } from "./world-1/statues"; import { ClassIndex } from "./talents"; import { ImageData } from "./imageData"; -import { Divinity } from "./divinity"; +import { Divinity } from "./world-5/divinity"; import { Achievement } from "./achievements"; -import { SkillMastery } from "./rift"; -import { Breeding } from "./breeding"; -import { Worship, TotalizerBonus } from "./worship"; +import { SkillMastery } from "./world-4/rift"; +import { Breeding } from "./world-4/breeding"; +import { Worship, TotalizerBonus } from "./world-3/worship"; import { Summoning } from "./world-6/summoning"; import { Guild } from './guild'; import { BeanstalkingBonusType, Sneaking } from "./world-6/sneaking"; -import { Bribe } from "./bribes"; -import { Cooking } from "./cooking"; +import { Bribe } from "./world-1/bribes"; +import { Cooking } from "./world-4/cooking"; import { EquipmentSets } from "./misc/equipmentSets"; import { LegendTalents } from "./world-7/legendTalents"; import { Companion } from "./companions"; diff --git a/data/domain/starsigns.tsx b/data/domain/starsigns.tsx index 20b4467c..cd7aec4a 100644 --- a/data/domain/starsigns.tsx +++ b/data/domain/starsigns.tsx @@ -2,7 +2,7 @@ import { Domain } from './base/domain'; import { RawData } from './base/domain'; import { Item } from "./items"; import { Summoning } from "./world-6/summoning"; -import { InfiniteStarsBonus, Rift } from "./rift"; +import { InfiniteStarsBonus, Rift } from "./world-4/rift"; import { Tesseract } from './tesseract'; interface StarBonus { diff --git a/data/domain/storage.tsx b/data/domain/storage.tsx index 4dce1ade..29ee233a 100644 --- a/data/domain/storage.tsx +++ b/data/domain/storage.tsx @@ -1,7 +1,7 @@ import { range } from "../utility"; import { Domain, RawData } from "./base/domain"; import { Item, StoneProps } from "./items"; -import { Refinery, RefineryStorage } from "./refinery"; +import { Refinery, RefineryStorage } from "./world-3/construction/refinery"; export class Storage extends Domain { chest: Item[] = [] diff --git a/data/domain/tesseract.tsx b/data/domain/tesseract.tsx index b9a5e672..5091c4ef 100644 --- a/data/domain/tesseract.tsx +++ b/data/domain/tesseract.tsx @@ -15,9 +15,9 @@ import { import { CheapestPathCalculator } from "../../lib/efficiencyEngine/calculators"; import { EfficiencyCalculator } from "../../lib/efficiencyEngine/efficiencyEngine"; import { Sneaking } from "./world-6/sneaking"; -import { Arcade } from "./arcade"; -import { Lab } from "./lab"; -import { Emperor } from "./emperor"; +import { Arcade } from "./world-2/arcade"; +import { Lab } from "./world-4/lab"; +import { Emperor } from "./world-6/emperor"; export class TesseractUpgrade implements EfficiencyUpgrade { public level: number = 0; diff --git a/data/domain/anvil.tsx b/data/domain/world-1/anvil.tsx similarity index 90% rename from data/domain/anvil.tsx rename to data/domain/world-1/anvil.tsx index 98adcb49..e72af1b7 100644 --- a/data/domain/anvil.tsx +++ b/data/domain/world-1/anvil.tsx @@ -1,38 +1,38 @@ -import { PostOfficeConst } from './postoffice'; -import { Card } from "./cards"; -import { Player } from './player'; -import { range } from '../utility'; -import { AnvilProduceBase, initAnvilRepo } from './data/AnvilRepo'; -import { AnvilProduceModel } from './model/anvilProduceModel'; -import { Item } from './items'; -import { Alchemy, AlchemyConst, CauldronIndex } from './alchemy'; -import { Stamp, getStampBonusForKey } from './world-1/stamps'; -import { SkillsIndex } from './SkillsIndex'; +import { PostOfficeConst } from '../world-2/postoffice'; +import { Card } from "../cards"; +import { Player } from '../player'; +import { range } from '../../utility'; +import { AnvilProduceBase, initAnvilRepo } from '../data/AnvilRepo'; +import { AnvilProduceModel } from '../model/anvilProduceModel'; +import { Item } from '../items'; +import { Alchemy, AlchemyConst, CauldronIndex } from '../world-2/alchemy/alchemy'; +import { Stamp, getStampBonusForKey } from './stamps'; +import { SkillsIndex } from '../SkillsIndex'; import { PlayerStatues, StatueConst } from './statues'; -import { Shrine } from './shrines'; -import { Prayer } from './prayers'; -import { SaltLick } from './saltLick'; -import { Family } from './family'; -import { Achievement } from './achievements'; -import { Dungeons, PassiveType } from './dungeons'; -import { Sigils } from './sigils'; -import { Skilling } from './skilling'; -import { ClassIndex } from './talents'; -import { Capacity } from './capacity'; -import { Divinity } from './divinity'; -import { Rift, SkillMastery } from './rift'; -import { Breeding } from './breeding'; -import { Domain, RawData } from './base/domain'; -import { Worship } from './worship'; -import { Summoning } from './world-6/summoning'; -import { Guild } from './guild'; +import { Shrine } from '../world-3/construction/shrines'; +import { Prayer } from '../world-3/prayers'; +import { SaltLick } from '../world-3/construction/saltLick'; +import { Family } from '../family'; +import { Achievement } from '../achievements'; +import { Dungeons, PassiveType } from '../dungeons'; +import { Sigils } from '../world-2/alchemy/sigils'; +import { Skilling } from '../skilling'; +import { ClassIndex } from '../talents'; +import { Capacity } from '../capacity'; +import { Divinity } from '../world-5/divinity'; +import { Rift, SkillMastery } from '../world-4/rift'; +import { Breeding } from '../world-4/breeding'; +import { Domain, RawData } from '../base/domain'; +import { Worship } from '../world-3/worship'; +import { Summoning } from '../world-6/summoning'; +import { Guild } from '../guild'; import { Bribe } from './bribes'; -import { Sneaking } from './world-6/sneaking'; -import { Cooking } from './cooking'; -import { EquipmentSets } from './misc/equipmentSets'; -import { LegendTalents } from './world-7/legendTalents'; -import { Companion } from './companions'; -import { Votes } from './world-2/votes'; +import { Sneaking } from '../world-6/sneaking'; +import { Cooking } from '../world-4/cooking'; +import { EquipmentSets } from '../misc/equipmentSets'; +import { LegendTalents } from '../world-7/legendTalents'; +import { Companion } from '../companions'; +import { Votes } from '../world-2/votes'; // if ("Costs2TypeAnvilPA" == t) {} diff --git a/data/domain/bribes.tsx b/data/domain/world-1/bribes.tsx similarity index 90% rename from data/domain/bribes.tsx rename to data/domain/world-1/bribes.tsx index 4b053230..d69315c1 100644 --- a/data/domain/bribes.tsx +++ b/data/domain/world-1/bribes.tsx @@ -1,6 +1,6 @@ -import { Domain, RawData } from "./base/domain"; -import { BribeBase, initBribeRepo } from "./data/BribeRepo"; -import { Item } from "./items"; +import { Domain, RawData } from "../base/domain"; +import { BribeBase, initBribeRepo } from "../data/BribeRepo"; +import { Item } from "../items"; export const BribeConst = { StampBribe: 0 diff --git a/data/domain/darts.tsx b/data/domain/world-1/darts.tsx similarity index 96% rename from data/domain/darts.tsx rename to data/domain/world-1/darts.tsx index a322ce12..af8a3bb1 100644 --- a/data/domain/darts.tsx +++ b/data/domain/world-1/darts.tsx @@ -1,5 +1,5 @@ -import { Domain, RawData } from "./base/domain"; -import { Item } from "./items"; +import { Domain, RawData } from "../base/domain"; +import { Item } from "../items"; export const DartsBonusesDesc = [ "+{% Extra Damage against Monsters!", diff --git a/data/domain/forge.tsx b/data/domain/world-1/forge.tsx similarity index 97% rename from data/domain/forge.tsx rename to data/domain/world-1/forge.tsx index 6eb7719c..2aa1d81b 100644 --- a/data/domain/forge.tsx +++ b/data/domain/world-1/forge.tsx @@ -1,7 +1,7 @@ -import { lavaFunc, range } from "../utility"; -import { Domain, RawData } from "./base/domain"; -import { GemStore } from "./gemPurchases"; -import { Item } from "./items"; +import { lavaFunc, range } from "../../utility"; +import { Domain, RawData } from "../base/domain"; +import { GemStore } from "../gemPurchases"; +import { Item } from "../items"; const getDescRegex = () => { return /Smelt down (\d+) Ores into 1 Bar at the Forge. Smelting will take (\d+) Seconds per Bar using Forge Slot 1./g; }; const getOilRegex = () => { return /Increases (.*) by (\d+)% for (.*) it's in. (\d+)% chance to be consumed when a bar is forged./g; }; diff --git a/data/domain/hoops.tsx b/data/domain/world-1/hoops.tsx similarity index 96% rename from data/domain/hoops.tsx rename to data/domain/world-1/hoops.tsx index 75ac91c4..eae8e113 100644 --- a/data/domain/hoops.tsx +++ b/data/domain/world-1/hoops.tsx @@ -1,5 +1,5 @@ -import { Domain, RawData } from "./base/domain"; -import { Item } from "./items"; +import { Domain, RawData } from "../base/domain"; +import { Item } from "../items"; export const HoopsBonusesDesc = [ "+{% Damage to Monsters", diff --git a/data/domain/world-1/stamps.tsx b/data/domain/world-1/stamps.tsx index b9ecff02..b10c3819 100644 --- a/data/domain/world-1/stamps.tsx +++ b/data/domain/world-1/stamps.tsx @@ -1,20 +1,20 @@ import { lavaFunc, range } from '../../utility' import { Account } from '../account'; -import { Alchemy } from '../alchemy'; -import { AtomCollider } from '../atomCollider'; +import { Alchemy } from '../world-2/alchemy/alchemy'; +import { AtomCollider } from '../world-3/construction/atomCollider'; import { Domain, RawData } from '../base/domain'; -import { Bribe, BribeConst, BribeStatus } from '../bribes'; +import { Bribe, BribeConst, BribeStatus } from './bribes'; import { Capacity } from '../capacity'; import { ImageData } from '../imageData'; import { Item } from '../items'; -import { Lab } from '../lab'; +import { Lab } from '../world-4/lab'; import { BaseItemModel } from '../model/baseItemModel'; import { StampDataModel } from '../model/stampDataModel'; import { StampItemModel } from '../model/stampItemModel'; import { StampUpgradeCalculator } from './stampUpgradeCalculator'; import { Player } from '../player'; -import { Rift } from '../rift'; -import { Sigils } from '../sigils'; +import { Rift } from '../world-4/rift'; +import { Sigils } from '../world-2/alchemy/sigils'; import { Storage } from '../storage'; import { Sneaking } from '../world-6/sneaking'; diff --git a/data/domain/statues.tsx b/data/domain/world-1/statues.tsx similarity index 94% rename from data/domain/statues.tsx rename to data/domain/world-1/statues.tsx index ac11cfbf..77da332e 100644 --- a/data/domain/statues.tsx +++ b/data/domain/world-1/statues.tsx @@ -1,11 +1,11 @@ -import { range, round } from '../utility'; -import { Domain, RawData } from './base/domain'; -import { initStatueRepo, StatueDataBase } from './data/StatueRepo'; -import { ImageData } from './imageData'; -import { Item } from './items'; -import { StatueDataModel } from './model/statueDataModel'; -import { Player } from './player'; -import { Sailing } from './sailing'; +import { range, round } from '../../utility'; +import { Domain, RawData } from '../base/domain'; +import { initStatueRepo, StatueDataBase } from '../data/StatueRepo'; +import { ImageData } from '../imageData'; +import { Item } from '../items'; +import { StatueDataModel } from '../model/statueDataModel'; +import { Player } from '../player'; +import { Sailing } from '../world-5/sailing/sailing'; export const StatueConst = { LevelIndex: 0, diff --git a/data/domain/alchemy.tsx b/data/domain/world-2/alchemy/alchemy.tsx similarity index 96% rename from data/domain/alchemy.tsx rename to data/domain/world-2/alchemy/alchemy.tsx index 164b75fc..ab255881 100644 --- a/data/domain/alchemy.tsx +++ b/data/domain/world-2/alchemy/alchemy.tsx @@ -1,31 +1,31 @@ -import { lavaFunc, nFormatter, number2letter, range, round } from '../utility' -import { Cooking } from './cooking'; -import { CauldronBase, initBubbleRepo } from './data/BubbleRepo'; -import { ImageData } from './imageData'; -import { Item } from './items'; -import { Lab } from './lab'; -import { BubbleModel } from './model/bubbleModel'; -import { ComponentBaseModel } from './model/componentBaseModel'; -import { LiquidComponentModel } from './model/liquidComponentModel'; -import { ComponentModel } from './model/componentModel'; -import { SpiceComponentModel } from './model/spiceComponentModel'; -import { Player } from './player'; -import { ClassIndex } from './talents'; -import { SkillsIndex } from './SkillsIndex'; -import { Sailing } from './sailing'; -import { TaskBoard } from './tasks'; -import { Rift } from './rift'; -import { Domain, RawData } from './base/domain'; -import { MapInfo } from './maps'; -import { Slab } from './slab'; -import { JadeComponentModel } from './model/jadeComponentModel'; -import { CropComponentModel } from './model/cropComponentModel'; -import { SummonComponentModel } from './model/summonComponentModel'; -import { SailTreasureComponentModel } from './model/sailTreasureComponentModel'; -import { Tome } from './tome'; -import { UpgradeVault } from './upgradeVault'; -import { Tesseract } from './tesseract'; -import { Arcade } from './arcade'; +import { lavaFunc, nFormatter, number2letter, range, round } from '../../../utility' +import { Cooking } from '../../world-4/cooking'; +import { CauldronBase, initBubbleRepo } from '../../data/BubbleRepo'; +import { ImageData } from '../../imageData'; +import { Item } from '../../items'; +import { Lab } from '../../world-4/lab'; +import { BubbleModel } from '../../model/bubbleModel'; +import { ComponentBaseModel } from '../../model/componentBaseModel'; +import { LiquidComponentModel } from '../../model/liquidComponentModel'; +import { ComponentModel } from '../../model/componentModel'; +import { SpiceComponentModel } from '../../model/spiceComponentModel'; +import { Player } from '../../player'; +import { ClassIndex } from '../../talents'; +import { SkillsIndex } from '../../SkillsIndex'; +import { Sailing } from '../../world-5/sailing/sailing'; +import { TaskBoard } from '../../tasks'; +import { Rift } from '../../world-4/rift'; +import { Domain, RawData } from '../../base/domain'; +import { MapInfo } from '../../maps'; +import { Slab } from '../../world-5/slab'; +import { JadeComponentModel } from '../../model/jadeComponentModel'; +import { CropComponentModel } from '../../model/cropComponentModel'; +import { SummonComponentModel } from '../../model/summonComponentModel'; +import { SailTreasureComponentModel } from '../../model/sailTreasureComponentModel'; +import { Tome } from '../../world-4/tome'; +import { UpgradeVault } from '../../upgradeVault'; +import { Tesseract } from '../../tesseract'; +import { Arcade } from '../arcade'; export enum CauldronIndex { Power = 0, diff --git a/data/domain/sigils.tsx b/data/domain/world-2/alchemy/sigils.tsx similarity index 87% rename from data/domain/sigils.tsx rename to data/domain/world-2/alchemy/sigils.tsx index a378ca56..b5c7dd71 100644 --- a/data/domain/sigils.tsx +++ b/data/domain/world-2/alchemy/sigils.tsx @@ -1,15 +1,15 @@ -import { Achievement } from "./achievements"; -import { Domain, RawData } from "./base/domain"; -import { initSigilRepo, SigilBase } from "./data/SigilRepo"; -import { GemStore } from "./gemPurchases"; -import { ImageData } from "./imageData"; -import { Item } from "./items"; -import { SigilModel } from "./model/sigilModel"; -import { Sailing } from "./sailing"; -import { Stamp } from "./world-1/stamps"; -import { Alchemy as AlchemyData } from '../../data/domain/alchemy'; -import { Summoning } from "./world-6/summoning"; -import { Sneaking } from "./world-6/sneaking"; +import { Achievement } from "../../achievements"; +import { Domain, RawData } from "../../base/domain"; +import { initSigilRepo, SigilBase } from "../../data/SigilRepo"; +import { GemStore } from "../../gemPurchases"; +import { ImageData } from "../../imageData"; +import { Item } from "../../items"; +import { SigilModel } from "../../model/sigilModel"; +import { Sailing } from "../../world-5/sailing/sailing"; +import { Stamp } from "../../world-1/stamps"; +import { Alchemy as AlchemyData } from './alchemy'; +import { Summoning } from "../../world-6/summoning"; +import { Sneaking } from "../../world-6/sneaking"; export class Sigil { progress: number = 0 diff --git a/data/domain/arcade.tsx b/data/domain/world-2/arcade.tsx similarity index 92% rename from data/domain/arcade.tsx rename to data/domain/world-2/arcade.tsx index 65e39ec1..1d32c522 100644 --- a/data/domain/arcade.tsx +++ b/data/domain/world-2/arcade.tsx @@ -1,14 +1,14 @@ -import { lavaFunc, range } from "../utility" -import { Achievement } from "./achievements"; -import { Alchemy } from "./alchemy"; -import { Domain, RawData } from "./base/domain"; -import { Bribe } from "./bribes"; -import { initArcadeBonusRepo } from "./data/ArcadeBonusRepo"; -import { ImageData } from "./imageData"; -import { Item } from "./items"; -import { ArcadeBonusModel } from "./model/arcadeBonusModel"; -import { Stamp, getStampBonusForKey } from "./world-1/stamps"; -import { TaskBoard } from "./tasks"; +import { lavaFunc, range } from "../../utility" +import { Achievement } from "../achievements"; +import { Alchemy } from "./alchemy/alchemy"; +import { Domain, RawData } from "../base/domain"; +import { Bribe } from "../world-1/bribes"; +import { initArcadeBonusRepo } from "../data/ArcadeBonusRepo"; +import { ImageData } from "../imageData"; +import { Item } from "../items"; +import { ArcadeBonusModel } from "../model/arcadeBonusModel"; +import { Stamp, getStampBonusForKey } from "../world-1/stamps"; +import { TaskBoard } from "../tasks"; export const ARCADE_MAX_LEVEL: number = 100 const achivementsWithBallBonus: number[][] = [ diff --git a/data/domain/islandExpedition.tsx b/data/domain/world-2/islandExpedition.tsx similarity index 92% rename from data/domain/islandExpedition.tsx rename to data/domain/world-2/islandExpedition.tsx index b54c8d3a..a4978e6e 100644 --- a/data/domain/islandExpedition.tsx +++ b/data/domain/world-2/islandExpedition.tsx @@ -1,5 +1,5 @@ -import { Domain, RawData } from "./base/domain"; -import { Item } from "./items"; +import { Domain, RawData } from "../base/domain"; +import { Item } from "../items"; export const FractIslandBonusesThresholds = [ 24, diff --git a/data/domain/obols.tsx b/data/domain/world-2/obols.tsx similarity index 98% rename from data/domain/obols.tsx rename to data/domain/world-2/obols.tsx index 69a47ea5..f63ad306 100644 --- a/data/domain/obols.tsx +++ b/data/domain/world-2/obols.tsx @@ -1,6 +1,6 @@ -import { range } from "../utility"; -import { Domain, RawData } from "./base/domain"; -import { Item, ItemStat, StoneProps } from "./items"; +import { range } from "../../utility"; +import { Domain, RawData } from "../base/domain"; +import { Item, ItemStat, StoneProps } from "../items"; export const obolExtraData: number[][][] = [ diff --git a/data/domain/postoffice.tsx b/data/domain/world-2/postoffice.tsx similarity index 89% rename from data/domain/postoffice.tsx rename to data/domain/world-2/postoffice.tsx index ea3c9c4b..b1d23b56 100644 --- a/data/domain/postoffice.tsx +++ b/data/domain/world-2/postoffice.tsx @@ -1,9 +1,9 @@ -import { lavaFunc } from '../utility' -import { Domain, RawData } from './base/domain'; -import { initPostOfficeUpgradesRepo, PostOfficeUpgradesBase } from './data/PostOfficeUpgradesRepo'; -import { ImageData } from './imageData'; -import { Item } from './items'; -import { PostOfficeUpgradeModel } from './model/postOfficeUpgradeModel'; +import { lavaFunc } from '../../utility' +import { Domain, RawData } from '../base/domain'; +import { initPostOfficeUpgradesRepo, PostOfficeUpgradesBase } from '../data/PostOfficeUpgradesRepo'; +import { ImageData } from '../imageData'; +import { Item } from '../items'; +import { PostOfficeUpgradeModel } from '../model/postOfficeUpgradeModel'; // PostOfficeInfo0 - The current deliverables // PostOfficeInfo1 - streak / shield info diff --git a/data/domain/world-2/votes.tsx b/data/domain/world-2/votes.tsx index 96f25750..85437b34 100644 --- a/data/domain/world-2/votes.tsx +++ b/data/domain/world-2/votes.tsx @@ -1,6 +1,6 @@ import { Domain, RawData } from "../base/domain"; import { Companion } from "../companions"; -import { Equinox } from "../equinox"; +import { Equinox } from "../world-3/equinox"; import { Item } from "../items"; import { Hole } from "../world-5/hole/hole"; import { Summoning } from "../world-6/summoning"; diff --git a/data/domain/world-3/bubba.tsx b/data/domain/world-3/bubba.tsx index 771eee9b..391eac83 100644 --- a/data/domain/world-3/bubba.tsx +++ b/data/domain/world-3/bubba.tsx @@ -158,7 +158,7 @@ export class Bubba extends Domain { return Math.min(4, lavaLog(Math.pow(Math.max(1, this.happiness / 30 + 1), 1.5))); } - getHappinessBonus(happiness: number = this.happiness): number { + getHappinessBonus(happiness: number = this.happiness): number { return 1 + 10 * (lavaLog2(happiness) + 25 * lavaLog(happiness) + Math.pow(happiness, .75)) / 100; } diff --git a/data/domain/atomCollider.tsx b/data/domain/world-3/construction/atomCollider.tsx similarity index 91% rename from data/domain/atomCollider.tsx rename to data/domain/world-3/construction/atomCollider.tsx index b199ee4e..022559f3 100644 --- a/data/domain/atomCollider.tsx +++ b/data/domain/world-3/construction/atomCollider.tsx @@ -1,14 +1,14 @@ -import { Cooking } from './cooking'; +import { Cooking } from '../../world-4/cooking'; import { Construction } from './construction'; -import { AtomColliderBase, initAtomColliderRepo } from './data/AtomColliderRepo'; -import { AtomColliderModel } from './model/atomColliderModel'; -import { Alchemy } from './alchemy'; -import { ImageData } from './imageData'; -import { nFormatter, range } from '../utility'; -import { TaskBoard } from './tasks'; -import { Domain, RawData } from './base/domain'; -import { Item } from './items'; -import { getStampBonusForKey, Stamp } from './world-1/stamps'; +import { AtomColliderBase, initAtomColliderRepo } from '../../data/AtomColliderRepo'; +import { AtomColliderModel } from '../../model/atomColliderModel'; +import { Alchemy } from '../../world-2/alchemy/alchemy'; +import { ImageData } from '../../imageData'; +import { nFormatter, range } from '../../../utility'; +import { TaskBoard } from '../../tasks'; +import { Domain, RawData } from '../../base/domain'; +import { Item } from '../../items'; +import { getStampBonusForKey, Stamp } from '../../world-1/stamps'; export class Atom { level: number = 0; diff --git a/data/domain/buildings.tsx b/data/domain/world-3/construction/buildings.tsx similarity index 95% rename from data/domain/buildings.tsx rename to data/domain/world-3/construction/buildings.tsx index e95892c5..2a9a47f4 100644 --- a/data/domain/buildings.tsx +++ b/data/domain/world-3/construction/buildings.tsx @@ -1,9 +1,9 @@ -import { range } from "../utility"; -import { BuildingBase } from "./data/BuildingRepo"; -import { initRandoListRepo } from "./data/RandoListRepo"; -import { ImageData } from "./imageData"; -import { BuildingModel } from "./model/buildingModel"; -import { ComponentModel } from "./model/componentModel"; +import { range } from "../../../utility"; +import { BuildingBase } from "../../data/BuildingRepo"; +import { initRandoListRepo } from "../../data/RandoListRepo"; +import { ImageData } from "../../imageData"; +import { BuildingModel } from "../../model/buildingModel"; +import { ComponentModel } from "../../model/componentModel"; export class Building { description: string diff --git a/data/domain/construction.tsx b/data/domain/world-3/construction/construction.tsx similarity index 92% rename from data/domain/construction.tsx rename to data/domain/world-3/construction/construction.tsx index 6d899feb..9f1133e0 100644 --- a/data/domain/construction.tsx +++ b/data/domain/world-3/construction/construction.tsx @@ -1,17 +1,17 @@ -import { range } from "../utility"; -import { Achievement } from "./achievements"; -import { Alchemy } from "./alchemy"; +import { range } from "../../../utility"; +import { Achievement } from "../../achievements"; +import { Alchemy } from "../../world-2/alchemy/alchemy"; import { AtomCollider, CarbonAtom } from "./atomCollider"; -import { Domain, RawData } from "./base/domain"; +import { Domain, RawData } from "../../base/domain"; import { Building } from "./buildings"; -import { Cooking } from "./cooking"; -import { initBuildingRepo } from "./data/BuildingRepo"; -import { ImageData } from "./imageData"; -import { Item } from "./items"; -import { ConstructionMastery, Rift } from "./rift"; -import { Stamp } from "./world-1/stamps"; -import { Storage } from "./storage"; -import { DancingCoral } from "./world-7/dancingCoral"; +import { Cooking } from "../../world-4/cooking"; +import { initBuildingRepo } from "../../data/BuildingRepo"; +import { ImageData } from "../../imageData"; +import { Item } from "../../items"; +import { ConstructionMastery, Rift } from "../../world-4/rift"; +import { Stamp } from "../../world-1/stamps"; +import { Storage } from "../../storage"; +import { DancingCoral } from "../../world-7/dancingCoral"; const BOOKS_FOR_MAX_CHECKOUT = 20; @@ -61,7 +61,7 @@ export class Construction extends Domain { getRawKeys(): RawData[] { return [ - {key: "Tower", perPlayer: false, default: []}, + { key: "Tower", perPlayer: false, default: [] }, ] } @@ -76,7 +76,7 @@ export class Construction extends Domain { // init again to reset the data set; // TODO: This is very ugly, need to do better. construction.init([], 0); - + const towerData = data.get("Tower") as number[]; const optionsList = data.get("OptLacc") as number[]; diff --git a/data/domain/deathnote.tsx b/data/domain/world-3/construction/deathnote.tsx similarity index 94% rename from data/domain/deathnote.tsx rename to data/domain/world-3/construction/deathnote.tsx index 09751e6a..b81d7315 100644 --- a/data/domain/deathnote.tsx +++ b/data/domain/world-3/construction/deathnote.tsx @@ -1,13 +1,13 @@ -import { range } from "../utility"; -import { Domain, RawData } from "./base/domain"; -import { EnemyInfo } from './enemies'; -import { ImageData } from './imageData'; -import { Item } from "./items"; -import { MapInfo } from "./maps"; -import { Rift } from "./rift"; -import { Sneaking } from "./world-6/sneaking"; -import { initEnemyRepo } from "./data/EnemyRepo"; -import { AFKTypeEnum } from "./enum/aFKTypeEnum"; +import { range } from "../../../utility"; +import { Domain, RawData } from "../../base/domain"; +import { EnemyInfo } from '../../enemies'; +import { ImageData } from '../../imageData'; +import { Item } from "../../items"; +import { MapInfo } from "../../maps"; +import { Rift } from "../../world-4/rift"; +import { Sneaking } from "../../world-6/sneaking"; +import { initEnemyRepo } from "../../data/EnemyRepo"; +import { AFKTypeEnum } from "../../enum/aFKTypeEnum"; export const deathNoteMobOrder = [ ["mushG", "mushR", "frogG", "beanG", "slimeG", "snakeG", "carrotO", "goblinG", "plank", "frogBIG", "poopSmall", "ratB", "branch", "acorn", "mushW"], @@ -138,7 +138,7 @@ export class Deathnote extends Domain { getRawKeys(): RawData[] { return [ - {key: "KLA_", perPlayer: true, default: []} + { key: "KLA_", perPlayer: true, default: [] } ] } @@ -163,7 +163,7 @@ export class Deathnote extends Domain { deathNote.init([], 0); const enemyRepo = initEnemyRepo(); - + const charCount = data.get("charCount") as number; const klaData = range(0, charCount).map((_, i) => { return data.get(`KLA_${i}`) }) as number[][][]; @@ -191,7 +191,7 @@ export class Deathnote extends Domain { deathNoteMobOrder.forEach((world) => { world.forEach((monster) => { const mapData = MapInfo.find(map => map.data.enemy == monster); - if (mapData) { + if (mapData) { klaData.forEach(playerKillData => { if (mapData.index < playerKillData.length) { const killCount = mapData.data.portalRequirements[0] - playerKillData[mapData.index][0]; diff --git a/data/domain/printer.tsx b/data/domain/world-3/construction/printer.tsx similarity index 91% rename from data/domain/printer.tsx rename to data/domain/world-3/construction/printer.tsx index e5273556..2f79305c 100644 --- a/data/domain/printer.tsx +++ b/data/domain/world-3/construction/printer.tsx @@ -1,19 +1,19 @@ -import { lavaLog, range } from "../utility"; -import { Domain, RawData } from "./base/domain"; -import { Companion } from "./companions"; -import { Compass } from "./compass"; -import { Divinity } from "./divinity"; -import { EventShop } from "./eventShop"; -import { GemStore } from "./gemPurchases"; -import { Item } from "./items"; -import { Lab } from "./lab"; -import { Player } from "./player"; -import { Rift, SkillMastery } from "./rift"; -import { Sailing } from "./sailing"; -import { ClassIndex } from "./talents"; -import { Votes } from "./world-2/votes"; -import { Sneaking } from "./world-6/sneaking"; -import { LegendTalents } from "./world-7/legendTalents"; +import { lavaLog, range } from "../../../utility"; +import { Domain, RawData } from "../../base/domain"; +import { Companion } from "../../companions"; +import { Compass } from "../../compass"; +import { Divinity } from "../../world-5/divinity"; +import { EventShop } from "../../eventShop"; +import { GemStore } from "../../gemPurchases"; +import { Item } from "../../items"; +import { Lab } from "../../world-4/lab"; +import { Player } from "../../player"; +import { Rift, SkillMastery } from "../../world-4/rift"; +import { Sailing } from "../../world-5/sailing/sailing"; +import { ClassIndex } from "../../talents"; +import { Votes } from "../../world-2/votes"; +import { Sneaking } from "../../world-6/sneaking"; +import { LegendTalents } from "../../world-7/legendTalents"; export const INDEX_DAYS_SINCE_SAMPLE_ARTIFACT = 125; export const INDEX_DAYS_SINCE_SAMPLE_EVENTSHOP = 323; @@ -189,7 +189,7 @@ export const updatePrinter = (data: Map) => { const divineKnightBonus = (1 + (bestDivineKnight?.getTalentBonus(178) || 0) * lavaLog(divineKnightOrbKills) / 100); const bonus3 = (1 + (skillMastery.getTotalBonusByIndex(5) + (pristineCharm15 && pristineCharm15.unlocked ? pristineCharm15.data.x1 : 0)) / 100); const bonus4 = (1 + votes.getCurrentBonus(11) / 100); - const eventShopBonus = (1 + eventShopDaysSinceLastSample * (eventShop.isBonusOwned(4) ? 2 : 0) / 100); + const eventShopBonus = (1 + eventShopDaysSinceLastSample * (eventShop.isBonusOwned(4) ? 2 : 0) / 100); const companionBonus = (1 + companionDaysSinceLastSample * companion17Bonus / 100); const compassBonus = (1 + compassDaysSinceLastSample * (compassUpgrade?.bonus || 0) / 100); const legendTalentsBonus = (1 + legendTalentDaysSinceLastSample * legendTalents.getBonusFromIndex(17) / 100); diff --git a/data/domain/refinery.tsx b/data/domain/world-3/construction/refinery.tsx similarity index 92% rename from data/domain/refinery.tsx rename to data/domain/world-3/construction/refinery.tsx index 27a61f6e..eca1200b 100644 --- a/data/domain/refinery.tsx +++ b/data/domain/world-3/construction/refinery.tsx @@ -1,18 +1,18 @@ -import { Alchemy } from "./alchemy"; -import { Domain, RawData } from "./base/domain"; -import { initRefineryCostRepo } from "./data/RefineryCostRepo"; -import { Family } from "./family"; -import { Item } from "./items"; -import { Lab } from "./lab"; -import { ComponentModel } from "./model/componentModel"; -import { ConstructionMastery, Rift } from "./rift"; +import { Alchemy } from "../../world-2/alchemy/alchemy"; +import { Domain, RawData } from "../../base/domain"; +import { initRefineryCostRepo } from "../../data/RefineryCostRepo"; +import { Family } from "../../family"; +import { Item } from "../../items"; +import { Lab } from "../../world-4/lab"; +import { ComponentModel } from "../../model/componentModel"; +import { ConstructionMastery, Rift } from "../../world-4/rift"; import { SaltLick } from "./saltLick"; -import { Sigils } from "./sigils"; -import { getStampBonusForKey, Stamp } from "./world-1/stamps"; -import { ClassIndex } from "./talents"; -import { Arcade } from "./arcade"; -import { Votes } from "./world-2/votes"; -import { LegendTalents } from "./world-7/legendTalents"; +import { Sigils } from "../../world-2/alchemy/sigils"; +import { getStampBonusForKey, Stamp } from "../../world-1/stamps"; +import { ClassIndex } from "../../talents"; +import { Arcade } from "../../world-2/arcade"; +import { Votes } from "../../world-2/votes"; +import { LegendTalents } from "../../world-7/legendTalents"; const RankToPowerCap = "50 50 200 800 3000 8000 14000 20000 30000 40000 50000 65000 80000 100000 200000 300000 400000 500000 600000 700000 800000 900000 1000000 1000000 1000000 1000000".split(" "); @@ -142,7 +142,7 @@ export class Refinery extends Domain { getRawKeys(): RawData[] { return [ - {key: "Refinery", perPlayer: false, default: []} + { key: "Refinery", perPlayer: false, default: [] } ] } @@ -161,7 +161,7 @@ export class Refinery extends Domain { return this; } - + parse(data: Map): void { const refinery = data.get(this.getDataKey()) as Refinery; const refineryData = data.get("Refinery") as any[][]; diff --git a/data/domain/saltLick.tsx b/data/domain/world-3/construction/saltLick.tsx similarity index 85% rename from data/domain/saltLick.tsx rename to data/domain/world-3/construction/saltLick.tsx index 1530d33b..5c236be0 100644 --- a/data/domain/saltLick.tsx +++ b/data/domain/world-3/construction/saltLick.tsx @@ -1,8 +1,8 @@ -import { round } from '../utility'; -import { Domain, RawData } from './base/domain'; -import { initSaltLickRepo, SaltLickBase } from './data/SaltLickRepo'; -import { Item } from './items'; -import { SaltLickModel } from './model/saltLickModel'; +import { round } from '../../../utility'; +import { Domain, RawData } from '../../base/domain'; +import { initSaltLickRepo, SaltLickBase } from '../../data/SaltLickRepo'; +import { Item } from '../../items'; +import { SaltLickModel } from '../../model/saltLickModel'; const range = (start: number, end: number) => { const length = end - start; @@ -12,7 +12,7 @@ const range = (start: number, end: number) => { export class SaltLickBonus { level: number = 0 - constructor(public index: number, public data: SaltLickModel) {} + constructor(public index: number, public data: SaltLickModel) { } static fromBase = (data: SaltLickBase[]) => { return data.map(bonus => new SaltLickBonus(bonus.index, bonus.data)); @@ -24,7 +24,7 @@ export class SaltLick extends Domain { getRawKeys(): RawData[] { return [ - {key: "SaltLick", perPlayer: false, default: []} + { key: "SaltLick", perPlayer: false, default: [] } ] } init(_allItems: Item[], _charCount: number) { @@ -34,7 +34,7 @@ export class SaltLick extends Domain { parse(data: Map): void { const saltLick = data.get(this.getDataKey()) as SaltLick; const rawData = data.get("SaltLick") as number[]; - + rawData.forEach((bonus, index) => { // for each salt lick bonus if (index < saltLick.bonuses.length) { // ignore unknown values. saltLick.bonuses[index].level = bonus; @@ -53,7 +53,7 @@ export class SaltLick extends Domain { getCost = (bonusIndex: number, level?: number) => { const bonus = this.bonuses[bonusIndex]; if (level) { - return Math.floor(bonus.data.baseCost * Math.pow(bonus.data.costInc, level)); + return Math.floor(bonus.data.baseCost * Math.pow(bonus.data.costInc, level)); } return Math.floor(bonus.data.baseCost * Math.pow(bonus.data.costInc, bonus.level ?? 0)); } diff --git a/data/domain/shrines.tsx b/data/domain/world-3/construction/shrines.tsx similarity index 89% rename from data/domain/shrines.tsx rename to data/domain/world-3/construction/shrines.tsx index 78bb3fde..197f5fb4 100644 --- a/data/domain/shrines.tsx +++ b/data/domain/world-3/construction/shrines.tsx @@ -1,12 +1,12 @@ -import { round } from '../utility'; -import { Domain, RawData } from './base/domain'; -import { Card } from './cards'; -import { initShrineRepo, ShrineBase } from './data/ShrineRepo'; -import { ImageData } from './imageData'; -import { Item } from './items'; -import { Lab } from './lab'; -import { Sailing } from './sailing'; -import { ArtifactStatus } from './sailing/artifacts'; +import { round } from '../../../utility'; +import { Domain, RawData } from '../../base/domain'; +import { Card } from '../../cards'; +import { initShrineRepo, ShrineBase } from '../../data/ShrineRepo'; +import { ImageData } from '../../imageData'; +import { Item } from '../../items'; +import { Lab } from '../../world-4/lab'; +import { Sailing } from '../../world-5/sailing/sailing'; +import { ArtifactStatus } from '../../world-5/sailing/artifacts'; export const ShrineConstants = { DmgShrine: 0, diff --git a/data/domain/equinox.tsx b/data/domain/world-3/equinox.tsx similarity index 93% rename from data/domain/equinox.tsx rename to data/domain/world-3/equinox.tsx index 1ea5ad90..f4ffb23a 100644 --- a/data/domain/equinox.tsx +++ b/data/domain/world-3/equinox.tsx @@ -1,20 +1,20 @@ -import { nFormatter, number2letter } from "../utility"; -import { Alchemy } from "./alchemy"; -import { Domain, RawData } from "./base/domain"; -import { initDreamChallengeRepo } from "./data/DreamChallengeRepo"; -import { initDreamUpgradeRepo } from "./data/DreamUpgradeRepo"; -import { Item } from "./items"; -import { DreamChallengeModel } from "./model/dreamChallengeModel"; -import { DreamUpgradeModel } from "./model/dreamUpgradeModel"; -import { ImageData } from './imageData'; -import { Votes } from "./world-2/votes"; -import { Companion } from "./companions"; -import { Hole } from "./world-5/hole/hole"; -import { Arcade } from "./arcade"; -import { Emperor } from "./emperor"; -import { Tesseract } from "./tesseract"; -import { Tome } from "./tome"; -import { EventShop } from "./eventShop"; +import { nFormatter } from "../../utility"; +import { Alchemy } from "../world-2/alchemy/alchemy"; +import { Domain, RawData } from "../base/domain"; +import { initDreamChallengeRepo } from "../data/DreamChallengeRepo"; +import { initDreamUpgradeRepo } from "../data/DreamUpgradeRepo"; +import { Item } from "../items"; +import { DreamChallengeModel } from "../model/dreamChallengeModel"; +import { DreamUpgradeModel } from "../model/dreamUpgradeModel"; +import { ImageData } from '../imageData'; +import { Votes } from "../world-2/votes"; +import { Companion } from "../companions"; +import { Hole } from "../world-5/hole/hole"; +import { Arcade } from "../world-2/arcade"; +import { Emperor } from "../world-6/emperor"; +import { Tesseract } from "../tesseract"; +import { Tome } from "../world-4/tome"; +import { EventShop } from "../eventShop"; class Challenge { complete: boolean = false; diff --git a/data/domain/prayers.tsx b/data/domain/world-3/prayers.tsx similarity index 86% rename from data/domain/prayers.tsx rename to data/domain/world-3/prayers.tsx index 688e2b9d..5d0b1d55 100644 --- a/data/domain/prayers.tsx +++ b/data/domain/world-3/prayers.tsx @@ -1,9 +1,9 @@ -import { range } from "../utility"; -import { Domain, RawData } from "./base/domain"; -import { initPrayerRepo, PrayerBase } from "./data/PrayerRepo"; -import { ImageData } from "./imageData"; -import { Item } from "./items"; -import { PrayerModel } from "./model/prayerModel"; +import { range } from "../../utility"; +import { Domain, RawData } from "../base/domain"; +import { initPrayerRepo, PrayerBase } from "../data/PrayerRepo"; +import { ImageData } from "../imageData"; +import { Item } from "../items"; +import { PrayerModel } from "../model/prayerModel"; export class Prayer { level: number = 0; @@ -67,7 +67,7 @@ export class Prayer { export class Prayers extends Domain { getRawKeys(): RawData[] { return [ - { key: "PrayOwned", default: [], perPlayer: false}, + { key: "PrayOwned", default: [], perPlayer: false }, ] } init(_allItems: Item[], _charCount: number) { diff --git a/data/domain/traps.tsx b/data/domain/world-3/traps.tsx similarity index 94% rename from data/domain/traps.tsx rename to data/domain/world-3/traps.tsx index c2ec222f..5ec9cdf3 100644 --- a/data/domain/traps.tsx +++ b/data/domain/world-3/traps.tsx @@ -1,7 +1,7 @@ -import { range } from "../utility"; -import { Domain, RawData } from "./base/domain"; -import { ImageData } from "./imageData"; -import { Item } from "./items"; +import { range } from "../../utility"; +import { Domain, RawData } from "../base/domain"; +import { ImageData } from "../imageData"; +import { Item } from "../items"; export enum TrapSet { Cardboard = 0, @@ -125,7 +125,7 @@ export class Trap { export class Traps extends Domain { getRawKeys(): RawData[] { return [ - {key: "PldTraps_", default: [], perPlayer: true} + { key: "PldTraps_", default: [], perPlayer: true } ] } init(_: Item[], charCount: number) { @@ -146,5 +146,5 @@ export class Traps extends Domain { }); }) } - + } \ No newline at end of file diff --git a/data/domain/worship.tsx b/data/domain/world-3/worship.tsx similarity index 95% rename from data/domain/worship.tsx rename to data/domain/world-3/worship.tsx index a7c20a30..287709ed 100644 --- a/data/domain/worship.tsx +++ b/data/domain/world-3/worship.tsx @@ -1,17 +1,17 @@ -import { round } from "../utility"; -import { Alchemy, AlchemyConst, CauldronIndex } from "./alchemy"; -import { Domain, RawData } from "./base/domain"; -import { Card } from "./cards"; -import { MapDataBase } from "./data/MapDataRepo"; -import { Gaming } from "./gaming"; -import { Item } from "./items"; -import { MapInfo } from "./maps"; -import { SkullItemModel } from "./model/skullItemModel"; -import { Player } from "./player"; -import { SkillsIndex } from "./SkillsIndex"; -import { Stamp, StampConsts, StampTab } from "./world-1/stamps"; -import { ClassIndex, TalentConst } from "./talents"; -import { Sneaking } from "./world-6/sneaking"; +import { round } from "../../utility"; +import { Alchemy, AlchemyConst, CauldronIndex } from "../world-2/alchemy/alchemy"; +import { Domain, RawData } from "../base/domain"; +import { Card } from "../cards"; +import { MapDataBase } from "../data/MapDataRepo"; +import { Gaming } from "../world-5/gaming"; +import { Item } from "../items"; +import { MapInfo } from "../maps"; +import { SkullItemModel } from "../model/skullItemModel"; +import { Player } from "../player"; +import { SkillsIndex } from "../SkillsIndex"; +import { Stamp, StampConsts, StampTab } from "../world-1/stamps"; +import { ClassIndex, TalentConst } from "../talents"; +import { Sneaking } from "../world-6/sneaking"; const totemNames: string[] = "Goblin_Gorefest Wakawaka_War Acorn_Assault Frosty_Firefight Clash_of_Cans Citric_Conflict Breezy_Battle".split(" "); const totemMapIds: number[] = [26, 63, 30, 107, 155, 208, 259]; diff --git a/data/domain/breeding.tsx b/data/domain/world-4/breeding.tsx similarity index 94% rename from data/domain/breeding.tsx rename to data/domain/world-4/breeding.tsx index e530621a..091b29a7 100644 --- a/data/domain/breeding.tsx +++ b/data/domain/world-4/breeding.tsx @@ -1,31 +1,31 @@ -import { Achievement } from "./achievements"; -import { Alchemy } from "./alchemy"; +import { Achievement } from "../achievements"; +import { Alchemy } from "../world-2/alchemy/alchemy"; import { Cooking } from "./cooking"; -import { initPetGeneRepo, PetGeneBase } from "./data/PetGeneRepo"; -import { initPetUpgradeRepo, PetUpgradeBase } from "./data/PetUpgradeRepo"; -import { initTerritoryFightRepo, TerritoryFightBase } from "./data/TerritoryFightRepo"; -import { ImageData } from "./imageData"; +import { initPetGeneRepo, PetGeneBase } from "../data/PetGeneRepo"; +import { initPetUpgradeRepo, PetUpgradeBase } from "../data/PetUpgradeRepo"; +import { initTerritoryFightRepo, TerritoryFightBase } from "../data/TerritoryFightRepo"; +import { ImageData } from "../imageData"; import { Lab } from "./lab"; -import { PetUpgradeModel } from "./model/petUpgradeModel"; -import { TerritoryFightModel } from "./model/territoryFightModel"; -import { PetGeneModel } from './model/petGeneModel'; -import { Player } from "./player"; -import { SkillsIndex } from "./SkillsIndex"; -import { AbilityTypeEnum } from "./enum/abilityTypeEnum"; -import { initPetStatRepo, PetStatBase } from "./data/PetStatRepo"; -import { PetStatModel } from "./model/petStatModel"; -import { initRandoListRepo } from "./data/RandoListRepo"; -import { GroupByFunction } from "../utility"; +import { PetUpgradeModel } from "../model/petUpgradeModel"; +import { TerritoryFightModel } from "../model/territoryFightModel"; +import { PetGeneModel } from '../model/petGeneModel'; +import { Player } from "../player"; +import { SkillsIndex } from "../SkillsIndex"; +import { AbilityTypeEnum } from "../enum/abilityTypeEnum"; +import { initPetStatRepo, PetStatBase } from "../data/PetStatRepo"; +import { PetStatModel } from "../model/petStatModel"; +import { initRandoListRepo } from "../data/RandoListRepo"; +import { GroupByFunction } from "../../utility"; import { InfiniteStarsBonus, Rift, SkillMastery } from "./rift"; -import { Refinery } from "./refinery"; -import { Sailing } from "./sailing"; -import { GemStore } from "./gemPurchases"; -import { TaskBoard } from "./tasks"; -import { Domain, RawData } from "./base/domain"; -import { Item } from "./items"; -import { StarSigns } from "./starsigns"; -import { CropScientistBonusText, Farming } from "./world-6/farming"; -import { Summoning } from "./world-6/summoning"; +import { Refinery } from "../world-3/construction/refinery"; +import { Sailing } from "../world-5/sailing/sailing"; +import { GemStore } from "../gemPurchases"; +import { TaskBoard } from "../tasks"; +import { Domain, RawData } from "../base/domain"; +import { Item } from "../items"; +import { StarSigns } from "../starsigns"; +import { CropScientistBonusText, Farming } from "../world-6/farming"; +import { Summoning } from "../world-6/summoning"; export const waveReqs = "2 5 8 12 15 20 25 35 50 65 80 100 125 150 175 200".split(" ").map(value => parseInt(value)); @@ -249,13 +249,13 @@ export class Pet { } getBreedabilityBonus = () => { - return 1 + Math.log(Math.max(1, Math.pow(this.breedingProgress + 1, .725))); + return 1 + Math.log(Math.max(1, Math.pow(this.breedingProgress + 1, .725))); } getNextBreedingGoal = () => { // Breeding can't exceed lv.10 for now if (this.breedingLevel >= 10) return 0; - return Math.pow(Math.pow(Math.E, Math.pow(this.breedingLevel, 1.25)), 1/0.725) - 1; + return Math.pow(Math.pow(Math.E, Math.pow(this.breedingLevel, 1.25)), 1 / 0.725) - 1; } getShinyBonus = () => { @@ -414,7 +414,7 @@ export class Breeding extends Domain { shinySpeedMulti: number = 0; shinySpeedMultiWithSilkrode: number = 0; shinySpeedMultiWithoutStarSign: number = 0; - + breedingSpeedMulti: number = 0; breedingSpeedMultiWithSilkrode: number = 0; breedingSpeedMultiWithoutStarSign: number = 0; @@ -459,10 +459,10 @@ export class Breeding extends Domain { getRawKeys(): RawData[] { return [ - {key: "Territory", perPlayer: false, default: []}, - {key: "Breeding", perPlayer: false, default: []}, - {key: "Pets", perPlayer: false, default: []}, - {key: "PetsStored", perPlayer: false, default: []}, + { key: "Territory", perPlayer: false, default: [] }, + { key: "Breeding", perPlayer: false, default: [] }, + { key: "Pets", perPlayer: false, default: [] }, + { key: "PetsStored", perPlayer: false, default: [] }, ] } @@ -573,7 +573,7 @@ export class Breeding extends Domain { }); breeding.worldGenes = breedingData[3]; - breeding.deadCells = breeding.worldGenes[breeding.worldGenes.length-1]; + breeding.deadCells = breeding.worldGenes[breeding.worldGenes.length - 1]; // Calculate pet shiny levels, breeding level, and gene level GroupByFunction(breeding.basePets, (pet: Pet) => pet.data.world).forEach((worldPets, _) => { @@ -741,7 +741,7 @@ export const updateBreedingDisplayData = (data: Map) => { breeding.shinySpeedMulti = (1 + (labEmeraldUlthuriteBonus + (shinyBonusSpeedFromShiny + (cropScientistBonus + starsign57b))) / 100) * (1 + winnerBonus / 100); breeding.shinySpeedMultiWithSilkrode = (1 + (labEmeraldUlthuriteBonus + (shinyBonusSpeedFromShiny + (cropScientistBonus + (starsign57b * 2)))) / 100) * (1 + winnerBonus / 100); breeding.shinySpeedMultiWithoutStarSign = (1 + (labEmeraldUlthuriteBonus + (shinyBonusSpeedFromShiny + (cropScientistBonus + 0))) / 100) * (1 + winnerBonus / 100); - + // Calculate Breeding speed multiplier const starsign57a = starSigns.unlockedStarSigns.find(sign => sign.name == "Breedabilli")?.getBonus("Breedable Spd") ?? 0; const breedingUpgradeBonus = breeding.upgrade[3].getBonus(); diff --git a/data/domain/cooking.tsx b/data/domain/world-4/cooking.tsx similarity index 94% rename from data/domain/cooking.tsx rename to data/domain/world-4/cooking.tsx index 749bca08..14783dbb 100644 --- a/data/domain/cooking.tsx +++ b/data/domain/world-4/cooking.tsx @@ -1,33 +1,33 @@ -import { commaNotation, round } from "../utility" -import { Achievement } from "./achievements"; -import { Alchemy } from "./alchemy"; -import { AtomCollider } from "./atomCollider"; +import { commaNotation, round } from "../../utility" +import { Achievement } from "../achievements"; +import { Alchemy } from "../world-2/alchemy/alchemy"; +import { AtomCollider } from "../world-3/construction/atomCollider"; import { Breeding, territoryNiceNames } from "./breeding"; -import { Card } from "./cards"; -import { initMealRepo, MealBase } from "./data/MealRepo"; -import { Worship, TotalizerBonus } from "./worship"; -import { GemStore } from "./gemPurchases"; -import { ImageData } from "./imageData"; +import { Card } from "../cards"; +import { initMealRepo, MealBase } from "../data/MealRepo"; +import { Worship, TotalizerBonus } from "../world-3/worship"; +import { GemStore } from "../gemPurchases"; +import { ImageData } from "../imageData"; import { Lab } from "./lab"; -import { MealModel } from "./model/mealModel"; -import { Player } from "./player"; -import { Sailing } from "./sailing"; -import { Sigils } from "./sigils"; -import { Stamp } from "./world-1/stamps"; -import { Domain, RawData } from "./base/domain"; -import { Item } from "./items"; -import { Equinox, FoodLust } from "./equinox"; -import { CropScientistBonusText, Farming } from "./world-6/farming"; -import { Summoning } from "./world-6/summoning"; -import { Arcade } from "./arcade"; -import { Sneaking } from "./world-6/sneaking"; -import { StarSigns } from "./starsigns"; -import { IslandExpeditions } from './islandExpedition'; -import { UpgradeVault } from "./upgradeVault"; -import { Hole } from "./world-5/hole/hole"; -import { Votes } from "./world-2/votes"; -import { EquipmentSets } from "./misc/equipmentSets"; -import { Stat } from "./base/stat"; +import { MealModel } from "../model/mealModel"; +import { Player } from "../player"; +import { Sailing } from "../world-5/sailing/sailing"; +import { Sigils } from "../world-2/alchemy/sigils"; +import { Stamp } from "../world-1/stamps"; +import { Domain, RawData } from "../base/domain"; +import { Item } from "../items"; +import { Equinox, FoodLust } from "../world-3/equinox"; +import { CropScientistBonusText, Farming } from "../world-6/farming"; +import { Summoning } from "../world-6/summoning"; +import { Arcade } from "../world-2/arcade"; +import { Sneaking } from "../world-6/sneaking"; +import { StarSigns } from "../starsigns"; +import { IslandExpeditions } from '../world-2/islandExpedition'; +import { UpgradeVault } from "../upgradeVault"; +import { Hole } from "../world-5/hole/hole"; +import { Votes } from "../world-2/votes"; +import { EquipmentSets } from "../misc/equipmentSets"; +import { Stat } from "../base/stat"; const spiceValues: number[] = "0 3 5 8 10 13 15 19 20 23 27 31 33 37 41 45 48 50 53 56 58 60 63 66 70".split(" ").map(value => parseInt(value)); const mealLuckValues: number[] = "1 .20 .10 .05 .02 .01 .004 .001 .0005 .0003".split(" ").map(value => parseFloat(value)); @@ -176,7 +176,7 @@ export class Meal { getCostsTillMaxLevel = () => { let totalCost = 0; - for (const level of range(this.level, this.maxLevel-1)) { + for (const level of range(this.level, this.maxLevel - 1)) { totalCost += this.getMealLevelCost(level); } return totalCost; @@ -285,7 +285,7 @@ export class Kitchen { // "CookingSPEED" == d getMealSpeed = (params: KitchenSpeedParameters) => { - const { + const { bloodMarrowBonus, cropScientistBonus, superChowBonus, @@ -318,32 +318,32 @@ export class Kitchen { } = params; return 10 * - (1 + bloodMarrowBonus / 100) * - Math.max(1, cropScientistBonus) * - Math.max(1, superChowBonus) * - (1 + (this.richelin ? 2 : 0)) * + (1 + bloodMarrowBonus / 100) * + Math.max(1, cropScientistBonus) * + Math.max(1, superChowBonus) * + (1 + (this.richelin ? 2 : 0)) * (1 + votingBonus13 / 100) * (1 + vaultBonus54 / 100) * (1 + (meal63Bonus * Math.ceil((farmingLevel + 1) / 50)) / 100) * - Math.max(1, diamonChef) * - Math.max(1, atom8Bonus) * - (1 + totalizerBonus / 100) * - (1 + this.mealLevels / 10) * - (1 + artifact13Bonus / 100) * - (1 + arcadeBonus / 100) * - (1 + turtleVialBonus / 100) * - (1 + mealCookVialBonus / 100) * - (1 + (stampBonus + Math.max(0, jewel14Bonus)) / 100) * - (1 + mealCookBonus / 100) * - (1 + starsign58bonus / 100) * - (1 + summoningWinnerBonus / 100) * + Math.max(1, diamonChef) * + Math.max(1, atom8Bonus) * + (1 + totalizerBonus / 100) * + (1 + this.mealLevels / 10) * + (1 + artifact13Bonus / 100) * + (1 + arcadeBonus / 100) * + (1 + turtleVialBonus / 100) * + (1 + mealCookVialBonus / 100) * + (1 + (stampBonus + Math.max(0, jewel14Bonus)) / 100) * + (1 + mealCookBonus / 100) * + (1 + starsign58bonus / 100) * + (1 + summoningWinnerBonus / 100) * (1 + holeBravey2Bonus / 100) * - Math.max(1 , holeSchematic56) * - (1 + ceramicCardBonus / 100) * + Math.max(1, holeSchematic56) * + (1 + ceramicCardBonus / 100) * (1 + lampBonus00 / 100) * - (1 + fireflyVialBonus / 100) * - Math.max(1, jewel0Bonus) * - (1 + Math.min(trollCardBonus + (20 * (achieve225 ? 1 : 0) + 10 * (achieve224 ? 1 : 0)), 100) / 100) * + (1 + fireflyVialBonus / 100) * + Math.max(1, jewel0Bonus) * + (1 + Math.min(trollCardBonus + (20 * (achieve225 ? 1 : 0) + 10 * (achieve224 ? 1 : 0)), 100) / 100) * (1 + (kitchenEffBonus * Math.floor((this.mealLevels + (this.recipeLevels + this.luckLevels)) / 10)) / 100); } @@ -358,7 +358,7 @@ export class Kitchen { (1 + vialBonus / 100) * stampMath * mealMath * cardImpact * (1 + (kitchenEffBonus * Math.floor((this.mealLevels + (this.recipeLevels + this.luckLevels)) / 10)) / 100); - } + } getLuck = () => { return 1 + Math.pow(5 * this.luckLevels, 0.85) / 100; @@ -500,7 +500,7 @@ export class Cooking extends Domain { this.meals.forEach(meal => meal.noMealLeftBehindAffected = false); if (bonusActivated) { const mealToUpgrade = 1; - + const sortedMeals = this.meals.filter(meal => meal.level > 5 && meal.level < meal.maxLevel).sort((meal1, meal2) => { // If same level, then go with higher meal index. if (meal1.level == meal2.level) { @@ -820,7 +820,7 @@ export const updateCooking = (data: Map) => { { name: "Cooked Meal Stamp", value: cookingSpeedParameters.stampBonus }, { name: "Emerald Pyramite Jewel", value: Math.max(0, cookingSpeedParameters.jewel14Bonus) } ); - + cooking.totalCookingSpeed.sources.push(... cooking.meals.filter(meal => meal.bonusKey == "Mcook").map(meal => ( { name: meal.name, value: meal.getBonusText() } diff --git a/data/domain/lab.tsx b/data/domain/world-4/lab.tsx similarity index 96% rename from data/domain/lab.tsx rename to data/domain/world-4/lab.tsx index 72ef74ab..bd494e73 100644 --- a/data/domain/lab.tsx +++ b/data/domain/world-4/lab.tsx @@ -1,25 +1,25 @@ -import { Domain, RawData } from "./base/domain" +import { Domain, RawData } from "../base/domain" import { Breeding } from "./breeding" -import { Card, CardInfo } from "./cards" +import { Card, CardInfo } from "../cards" import { Cooking } from "./cooking" -import { ChipBase, initChipRepo } from "./data/ChipRepo" -import { initJewelRepo, JewelBase } from "./data/JewelRepo" -import { initLabBonusRepo, LabBonusBase } from "./data/LabBonusRepo" -import { Deathnote } from "./deathnote" -import { Divinity } from "./divinity" -import { Equinox } from "./equinox" -import { GemStore } from "./gemPurchases" -import { ImageData } from "./imageData" -import { Item } from "./items" -import { ChipModel } from "./model/chipModel" -import { JewelModel } from "./model/jewelModel" -import { LabBonusModel } from "./model/labBonusModel" -import { Player } from "./player" -import { SkillsIndex } from "./SkillsIndex" -import { Storage } from "./storage" -import { TaskBoard } from "./tasks" -import { Sneaking } from "./world-6/sneaking" -import { Summoning } from "./world-6/summoning" +import { ChipBase, initChipRepo } from "../data/ChipRepo" +import { initJewelRepo, JewelBase } from "../data/JewelRepo" +import { initLabBonusRepo, LabBonusBase } from "../data/LabBonusRepo" +import { Deathnote } from "../world-3/construction/deathnote" +import { Divinity } from "../world-5/divinity" +import { Equinox } from "../world-3/equinox" +import { GemStore } from "../gemPurchases" +import { ImageData } from "../imageData" +import { Item } from "../items" +import { ChipModel } from "../model/chipModel" +import { JewelModel } from "../model/jewelModel" +import { LabBonusModel } from "../model/labBonusModel" +import { Player } from "../player" +import { SkillsIndex } from "../SkillsIndex" +import { Storage } from "../storage" +import { TaskBoard } from "../tasks" +import { Sneaking } from "../world-6/sneaking" +import { Summoning } from "../world-6/summoning" export const chipSlotReq = [5, 10, 15, 25, 35, 50, 75]; diff --git a/data/domain/rift.tsx b/data/domain/world-4/rift.tsx similarity index 98% rename from data/domain/rift.tsx rename to data/domain/world-4/rift.tsx index c43f7eca..c3d2be77 100644 --- a/data/domain/rift.tsx +++ b/data/domain/world-4/rift.tsx @@ -1,9 +1,9 @@ -import { range } from "../utility"; -import { SkillsIndex } from "./SkillsIndex"; -import { Domain, RawData } from "./base/domain"; -import { initBuildingRepo } from "./data/BuildingRepo"; -import { ImageData } from "./imageData"; -import { Item } from "./items"; +import { range } from "../../utility"; +import { SkillsIndex } from "../SkillsIndex"; +import { Domain, RawData } from "../base/domain"; +import { initBuildingRepo } from "../data/BuildingRepo"; +import { ImageData } from "../imageData"; +import { Item } from "../items"; const defaultBonuses = [ diff --git a/data/domain/tome.tsx b/data/domain/world-4/tome.tsx similarity index 95% rename from data/domain/tome.tsx rename to data/domain/world-4/tome.tsx index 68ce8d2f..7f6a8d55 100644 --- a/data/domain/tome.tsx +++ b/data/domain/world-4/tome.tsx @@ -1,50 +1,50 @@ -import { Domain, RawData } from './base/domain'; -import { Item } from './items' -import { lavaLog, nFormatter } from '../utility'; -import { Stamp } from './world-1/stamps'; -import { PlayerStatues, StatusType } from './statues'; -import { Card } from './cards'; -import { Quests } from './quests'; -import { Player, TalentTab } from './player'; -import { TaskBoard } from './tasks'; -import { Achievement } from './achievements'; -import { Slab } from './slab'; -import { Constellation } from './constellations'; -import { Alchemy } from './alchemy'; -import { Sigils } from './sigils'; -import { Dungeons } from './dungeons'; -import { POExtra } from './postoffice'; -import { initTomeRepo } from './data/TomeRepo'; -import { TomeModel } from './model/tomeModel'; -import { TomeScalingEnum } from './enum/tomeScalingEnum'; -import { Worship } from './worship'; -import { Equinox } from './equinox'; -import { Refinery } from './refinery'; -import { AtomCollider } from './atomCollider'; -import { Deathnote } from './deathnote'; -import { Construction } from './construction'; +import { Domain, RawData } from '../base/domain'; +import { Item } from '../items' +import { lavaLog, nFormatter } from '../../utility'; +import { Stamp } from '../world-1/stamps'; +import { PlayerStatues, StatusType } from '../world-1/statues'; +import { Card } from '../cards'; +import { Quests } from '../quests'; +import { Player, TalentTab } from '../player'; +import { TaskBoard } from '../tasks'; +import { Achievement } from '../achievements'; +import { Slab } from '../world-5/slab'; +import { Constellation } from '../constellations'; +import { Alchemy } from '../world-2/alchemy/alchemy'; +import { Sigils } from '../world-2/alchemy/sigils'; +import { Dungeons } from '../dungeons'; +import { POExtra } from '../world-2/postoffice'; +import { initTomeRepo } from '../data/TomeRepo'; +import { TomeModel } from '../model/tomeModel'; +import { TomeScalingEnum } from '../enum/tomeScalingEnum'; +import { Worship } from '../world-3/worship'; +import { Equinox } from '../world-3/equinox'; +import { Refinery } from '../world-3/construction/refinery'; +import { AtomCollider } from '../world-3/construction/atomCollider'; +import { Deathnote } from '../world-3/construction/deathnote'; +import { Construction } from '../world-3/construction/construction'; import { Rift } from './rift'; import { Breeding } from './breeding'; import { Cooking } from './cooking'; import { Lab } from './lab'; -import { Sailing } from './sailing'; -import { Divinity } from './divinity'; -import { ElegantSeashell, Gaming, ImmortalSnail } from './gaming'; -import { ArtifactStatus } from './sailing/artifacts'; -import { Account } from './account'; -import { Farming } from './world-6/farming'; -import { Sneaking } from './world-6/sneaking'; -import { Summoning } from './world-6/summoning'; -import { Arcade } from './arcade'; -import { Prayer } from './prayers'; -import { UpgradeVault } from './upgradeVault'; -import { Hole, WisdomMonument } from './world-5/hole/hole'; -import { SkillsIndex } from './SkillsIndex'; -import { initTomeEpilogueBonusRepo, TomeEpilogueBonusBase } from './data/TomeEpilogueBonusRepo'; -import { TomeEpilogueBonusModel } from './model/tomeEpilogueBonusModel'; -import { EquipmentSets } from './misc/equipmentSets'; -import { Grimoire } from './grimoire'; -import { Bubba } from './world-3/bubba'; +import { Sailing } from '../world-5/sailing/sailing'; +import { Divinity } from '../world-5/divinity'; +import { ElegantSeashell, Gaming, ImmortalSnail } from '../world-5/gaming'; +import { ArtifactStatus } from '../world-5/sailing/artifacts'; +import { Account } from '../account'; +import { Farming } from '../world-6/farming'; +import { Sneaking } from '../world-6/sneaking'; +import { Summoning } from '../world-6/summoning'; +import { Arcade } from '../world-2/arcade'; +import { Prayer } from '../world-3/prayers'; +import { UpgradeVault } from '../upgradeVault'; +import { Hole, WisdomMonument } from '../world-5/hole/hole'; +import { SkillsIndex } from '../SkillsIndex'; +import { initTomeEpilogueBonusRepo, TomeEpilogueBonusBase } from '../data/TomeEpilogueBonusRepo'; +import { TomeEpilogueBonusModel } from '../model/tomeEpilogueBonusModel'; +import { EquipmentSets } from '../misc/equipmentSets'; +import { Grimoire } from '../grimoire'; +import { Bubba } from '../world-3/bubba'; export enum TomeScoreColors { Platinum = "#6EE3FF", diff --git a/data/domain/divinity.tsx b/data/domain/world-5/divinity.tsx similarity index 93% rename from data/domain/divinity.tsx rename to data/domain/world-5/divinity.tsx index fae56304..f12da0f4 100644 --- a/data/domain/divinity.tsx +++ b/data/domain/world-5/divinity.tsx @@ -1,17 +1,17 @@ -import { range } from "../utility"; -import { Alchemy } from "./alchemy"; -import { Domain, RawData } from "./base/domain"; -import { initDivinityStyleRepo } from "./data/DivinityStyleRepo"; -import { GodInfoBase, initGodInfoRepo } from "./data/GodInfoRepo"; -import { ImageData } from "./imageData"; -import { Item } from "./items"; -import { DivinityStyleModel } from "./model/divinityStyleModel"; -import { GodInfoModel } from "./model/godInfoModel"; -import { Activity, Player } from "./player"; -import { SkillsIndex } from "./SkillsIndex"; -import { Hole, PocketDivinityUpgrade } from "./world-5/hole/hole"; -import { Sneaking } from "./world-6/sneaking"; -import { CoralKid } from "./world-7/coralKid"; +import { range } from "../../utility"; +import { Alchemy } from "../world-2/alchemy/alchemy"; +import { Domain, RawData } from "../base/domain"; +import { initDivinityStyleRepo } from "../data/DivinityStyleRepo"; +import { GodInfoBase, initGodInfoRepo } from "../data/GodInfoRepo"; +import { ImageData } from "../imageData"; +import { Item } from "../items"; +import { DivinityStyleModel } from "../model/divinityStyleModel"; +import { GodInfoModel } from "../model/godInfoModel"; +import { Activity, Player } from "../player"; +import { SkillsIndex } from "../SkillsIndex"; +import { Hole, PocketDivinityUpgrade } from "./hole/hole"; +import { Sneaking } from "../world-6/sneaking"; +import { CoralKid } from "../world-7/coralKid"; export class DivinityGod { blessLevel: number = 0; diff --git a/data/domain/gaming.tsx b/data/domain/world-5/gaming.tsx similarity index 89% rename from data/domain/gaming.tsx rename to data/domain/world-5/gaming.tsx index cdc77c30..60e28ece 100644 --- a/data/domain/gaming.tsx +++ b/data/domain/world-5/gaming.tsx @@ -1,19 +1,19 @@ -import { letterToNumber, range } from "../utility"; -import { SkillsIndex } from "./SkillsIndex"; -import { Arcade } from "./arcade"; -import { AtomCollider } from "./atomCollider"; -import { Domain, RawData } from "./base/domain"; -import { Bribe } from "./bribes"; -import { Construction } from "./construction"; -import { GamingBoxBase, initGamingBoxRepo } from "./data/GamingBoxRepo"; -import { GamingSuperbitBase, initGamingSuperbitsRepo } from "./data/GamingSuperbitsRepo"; -import { GamingUpgradeBase, initGamingUpgradeRepo } from "./data/GamingUpgradeRepo"; -import { Equinox, MetalDetector } from "./equinox"; -import { IslandExpeditions } from "./islandExpedition"; -import { Item } from "./items"; -import { GamingBoxModel } from "./model/gamingBoxModel"; -import { GamingSuperbitModel } from "./model/gamingSuperbitModel"; -import { GamingUpgradeModel } from "./model/gamingUpgradeModel"; +import { letterToNumber, range } from "../../utility"; +import { SkillsIndex } from "../SkillsIndex"; +import { Arcade } from "../world-2/arcade"; +import { AtomCollider } from "../world-3/construction/atomCollider"; +import { Domain, RawData } from "../base/domain"; +import { Bribe } from "../world-1/bribes"; +import { Construction } from "../world-3/construction/construction"; +import { GamingBoxBase, initGamingBoxRepo } from "../data/GamingBoxRepo"; +import { GamingSuperbitBase, initGamingSuperbitsRepo } from "../data/GamingSuperbitsRepo"; +import { GamingUpgradeBase, initGamingUpgradeRepo } from "../data/GamingUpgradeRepo"; +import { Equinox, MetalDetector } from "../world-3/equinox"; +import { IslandExpeditions } from "../world-2/islandExpedition"; +import { Item } from "../items"; +import { GamingBoxModel } from "../model/gamingBoxModel"; +import { GamingSuperbitModel } from "../model/gamingSuperbitModel"; +import { GamingUpgradeModel } from "../model/gamingUpgradeModel"; export class GamingUpgrade { constructor(public index: number, public data: GamingUpgradeModel) { } diff --git a/data/domain/world-5/hole/hole.tsx b/data/domain/world-5/hole/hole.tsx index 76d0c824..6fb212fc 100644 --- a/data/domain/world-5/hole/hole.tsx +++ b/data/domain/world-5/hole/hole.tsx @@ -20,10 +20,10 @@ import { initBellImprovementRepo } from "../../data/BellImprovementRepo"; import { Well } from "./well"; import { lavaLog } from "../../../utility"; import { TaskBoard } from "../../tasks"; -import { Tome } from "../../tome"; +import { Tome } from "../../world-4/tome"; import { Farming } from "../../world-6/farming"; -import { Slab } from "../../slab"; -import { Deathnote } from "../../deathnote"; +import { Slab } from "../slab"; +import { Deathnote } from "../../world-3/construction/deathnote"; import { BellBonusModel } from "../../model/bellBonusModel"; import { initBellBonusRepo } from "../../data/BellBonusRepo"; import { initHarpNotesRepo } from "../../data/HarpNotesRepo"; @@ -44,7 +44,7 @@ export class Villager { export class Wish { wishCount: number = 0; - constructor(public index: number, public data: LampWishModel) {} + constructor(public index: number, public data: LampWishModel) { } static fromBase(data: LampWishBase[]) { return data.map(d => new Wish(d.index, d.data)); @@ -55,7 +55,7 @@ export class CosmoUpgrade { unlocked: boolean = false; level: number = 0; - constructor(public index: number, public data: CosmoUpgradeModel) { + constructor(public index: number, public data: CosmoUpgradeModel) { this.data.name = this.data.name.replace(/_/g, " "); this.data.desc = this.data.desc.replace(/_/g, " "); } @@ -72,7 +72,7 @@ export class CosmoUpgrade { getBonus(): number { // Special case: Forge upgrade. - if (this.index === 22 ) { + if (this.index === 22) { return Math.floor(Math.max(1, Math.pow(3, this.level))); } // Default: perLvl * level @@ -112,7 +112,7 @@ export class Majiks { VillageUpgrades: CosmoUpgrade[] = []; IdleonUpgrades: CosmoUpgrade[] = []; - constructor() { + constructor() { const allUpgrades = CosmoUpgrade.fromBase(initCosmoUpgradeRepo()); this.HoleUpgrades = allUpgrades.filter(upgrade => upgrade.data.cosmoType == CosmoTypeEnum.Hole); this.VillageUpgrades = allUpgrades.filter(upgrade => upgrade.data.cosmoType == CosmoTypeEnum.Village); @@ -122,17 +122,17 @@ export class Majiks { export class Schematic { unlocked: boolean = false; - + // Data references populated during parsing sedimentMulti: number[] = []; wellSediment: number[] = []; extraCalculations: number[] = []; bellImprovementMethods: number[] = []; - + // Study bonus value studyBolaiaBonuses: number = 0; - - + + // Cached calculations for performance private sedimentSum?: number; private bellSum?: number; @@ -155,55 +155,55 @@ export class Schematic { switch (this.index) { case 14: // Sediment-based bonus return this.getSedimentBonus(); - + case 45: // Bell improvement bonus return this.getBellBonus(); - + case 46: // 5x extraCalculations[26] return 5 * (this.extraCalculations[26] || 0); - + case 47: // 25x extraCalculations[26] return 25 * (this.extraCalculations[26] || 0); - + case 48: // 10x extraCalculations[26] return 10 * (this.extraCalculations[26] || 0); - + case 49: // Complex formula with recursive schematic calls return this.resourceLayersBonus(baseMultiplier); - + case 52: // 60 * LOG(wellSediment[0]) return 60 * Math.floor(lavaLog(this.wellSediment[0] || 0)); - + case 53: // 4 * LOG(wellSediment[13]) return 4 * Math.floor(lavaLog(this.wellSediment[13] || 0)); - + case 54: // 1.2^LOG(wellSediment[15]) return Math.pow(1.2, Math.floor(lavaLog(this.wellSediment[15] || 0))); - + case 55: // 10 * LOG(wellSediment[11]) return 10 * Math.floor(lavaLog(this.wellSediment[11] || 0)); - + case 56: // 1.3^LOG(wellSediment[2]) return Math.pow(1.3, Math.floor(lavaLog(this.wellSediment[2] || 0))); - + case 57: // 20 * LOG(wellSediment[1]) return 20 * Math.floor(lavaLog(this.wellSediment[1] || 0)); - + case 58: // 5 * LOG(extraCalculations[32]) return 5 * lavaLog(this.extraCalculations[32] || 0); - + case 59: // Sum of extraCalculations[33-36] / 100 * 10 - const sum = (this.extraCalculations[33] || 0) + - (this.extraCalculations[34] || 0) + - (this.extraCalculations[35] || 0) + - (this.extraCalculations[36] || 0); + const sum = (this.extraCalculations[33] || 0) + + (this.extraCalculations[34] || 0) + + (this.extraCalculations[35] || 0) + + (this.extraCalculations[36] || 0); return (sum / 100) * 10; - + case 82: case 83: case 84: // All use extraCalculations[55] with base multiplier return baseMultiplier * (this.extraCalculations[55] || 0); - + default: return baseMultiplier; // Base multiplier for unknown schematics } @@ -227,30 +227,30 @@ export class Schematic { private resourceLayersBonus(baseMultiplier: number = 1): number { // This bonus is based on the total of the layers you broke through in resource cavrens. // +15% All Skill Efficiency, and +10% All Skill EXP gain per resource layer. - const totalResourceLayers = this.extraCalculations[1] + + const totalResourceLayers = this.extraCalculations[1] + (this.extraCalculations[3] || 0) + (this.extraCalculations[5] || 0); - + return baseMultiplier * (totalResourceLayers); } getDescription(): string { const description = this.data.desc.replace(/[{}]/g, this.getBonus().toFixed(2)); - + // Special dynamic placeholders would need additional logic // For now we have placeholder N/A for all dynamic placeholders -/* if (description.includes("!")) { - description = description.replace(/!/g, "N/A"); - } - if (description.includes("#")) { - description = description.replace(/\#/g, "N/A"); - } - if (description.includes("$")) { - description = description.replace(/\$/g, "N/A"); - } - if (description.includes("%")) { - description = description.replace(/\%/g, "N/A"); - }*/ + /* if (description.includes("!")) { + description = description.replace(/!/g, "N/A"); + } + if (description.includes("#")) { + description = description.replace(/\#/g, "N/A"); + } + if (description.includes("$")) { + description = description.replace(/\$/g, "N/A"); + } + if (description.includes("%")) { + description = description.replace(/\%/g, "N/A"); + }*/ return description; } @@ -298,7 +298,7 @@ export class Measurement { unlocked: boolean = false; level: number = 0; cosmosBonus: number = 0; // CosmoBonusQTY from cosmos upgrades [TODO] - + // Variables for MeasurementQTYfound calculations by measurement type gloomieKills: number = 0; // Type 0: Gloomie Kills [DONE] cropsCount: number = 0; // Type 1: Crops [DONE] @@ -325,45 +325,45 @@ export class Measurement { */ getMeasurementQTYfound(isForMultiplier: boolean = false): number { const measurementType = parseInt(this.data.measurementType.type); - + // Calculation logic verified against game source code switch (measurementType) { case 0: // Gloomie Kills return isForMultiplier ? lavaLog(this.gloomieKills) : this.gloomieKills; - + case 1: // Crops return isForMultiplier ? this.cropsCount / 14 : this.cropsCount; - + case 2: // Account lv return isForMultiplier ? this.accountLevel / 500 : this.accountLevel; - + case 3: // Tome score return isForMultiplier ? this.tomeScore / 2500 : this.tomeScore; - + case 4: // All skill lv if (isForMultiplier) { return this.allSkillLevel / 5000 + Math.max(0, this.allSkillLevel - 18000) / 1500; } return this.allSkillLevel; - + case 5: // Always 0 return 0; - + case 6: // Deathnote pts return isForMultiplier ? this.deathnotePts / 125 : this.deathnotePts; - + case 7: // Highest DMG return isForMultiplier ? lavaLog(this.highestDmg) / 2 : this.highestDmg; - + case 8: // Slab Items return isForMultiplier ? this.slabItems / 150 : this.slabItems; - + case 9: // Studies done return isForMultiplier ? this.studiesDone / 6 : this.studiesDone; - + case 10: // Golem kills return isForMultiplier ? Math.max(0, lavaLog(this.golemKills) - 2) : this.golemKills; - + default: return 0; } @@ -375,7 +375,7 @@ export class Measurement { */ getMeasurementMulti(): number { const qtyFound = this.getMeasurementQTYfound(true); // Use multiplier scaling - + if (qtyFound < 5) { // Below 5: 1 + (18% * qtyFound) return 1 + (18 * qtyFound) / 100; @@ -398,7 +398,7 @@ export class Measurement { if (formulaType === "TOT") { // Extract the base value from formula (e.g., "45TOT" -> 45) const baseValue = parseFloat(formula.replace("TOT", "")); - + // For TOT measurements, use the diminishing returns formula return cosmosMultiplier * ((baseValue * this.level) / (100 + this.level)); } else { @@ -451,9 +451,9 @@ export class MonumentBonus { 0.1 * Math.ceil( (this.level / (250 + this.level)) * - 10 * - this.data.multiplier * - Math.max(1, bonusMultiplier) + 10 * + this.data.multiplier * + Math.max(1, bonusMultiplier) ) ); } @@ -474,7 +474,7 @@ export class MonumentUnlock { export class Monument { hours: number = 0; - bonuses: MonumentBonus[] = []; + bonuses: MonumentBonus[] = []; unlocks: MonumentUnlock[] = []; highestRound: number = 0; @@ -483,7 +483,7 @@ export class Monument { public name: string, public bonusesData: MonumentBonusModel[], public unlocksData: MonumentUnlockModel[], - ) { + ) { this.bonusesData.forEach(bonus => { this.bonuses.push(new MonumentBonus(bonus.index, bonus, this.index)); }) @@ -522,28 +522,28 @@ export class BellBonus { constructor(public index: number, public data: BellBonusModel) { } - /* if ("BellUpgAfford" == e) - return ( - 0 == t - ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Money")), (e.h.HoleozDN = s)) - : 1 == t - ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Holes")[9][3]), (e.h.HoleozDN = s)) - : 2 == t - ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Gaming")[0]), (e.h.HoleozDN = s)) - : 3 == t - ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Holes")[9][14]), (e.h.HoleozDN = s)) - : 4 == t - ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Divinity")[39]), (e.h.HoleozDN = s)) - : 5 == t && ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Holes")[9][25]), (e.h.HoleozDN = s)), - c.asNumber(a.engine.getGameAttribute("DNSM").h.HoleozDN) >= n._customBlock_Holes("BellCosts", t, 0) ? 1 : 0 - ); - if ("BellCosts" == e) - return 0 == t - ? c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[42][0 | t]) * Math.pow(1.25, c.asNumber(a.engine.getGameAttribute("Holes")[16][0 | t])) - : 2 == t - ? c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[42][0 | t]) * Math.pow(1.5, c.asNumber(a.engine.getGameAttribute("Holes")[16][0 | t])) - : c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[42][0 | t]) * Math.pow(1.1, c.asNumber(a.engine.getGameAttribute("Holes")[16][0 | t])); - if ("BellBonuss" == e) return c.asNumber(a.engine.getGameAttribute("Holes")[17][0 | t]) * c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[59][Math.round(2 * t + 1)]); */ + /* if ("BellUpgAfford" == e) + return ( + 0 == t + ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Money")), (e.h.HoleozDN = s)) + : 1 == t + ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Holes")[9][3]), (e.h.HoleozDN = s)) + : 2 == t + ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Gaming")[0]), (e.h.HoleozDN = s)) + : 3 == t + ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Holes")[9][14]), (e.h.HoleozDN = s)) + : 4 == t + ? ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Divinity")[39]), (e.h.HoleozDN = s)) + : 5 == t && ((e = a.engine.getGameAttribute("DNSM")), (s = a.engine.getGameAttribute("Holes")[9][25]), (e.h.HoleozDN = s)), + c.asNumber(a.engine.getGameAttribute("DNSM").h.HoleozDN) >= n._customBlock_Holes("BellCosts", t, 0) ? 1 : 0 + ); + if ("BellCosts" == e) + return 0 == t + ? c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[42][0 | t]) * Math.pow(1.25, c.asNumber(a.engine.getGameAttribute("Holes")[16][0 | t])) + : 2 == t + ? c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[42][0 | t]) * Math.pow(1.5, c.asNumber(a.engine.getGameAttribute("Holes")[16][0 | t])) + : c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[42][0 | t]) * Math.pow(1.1, c.asNumber(a.engine.getGameAttribute("Holes")[16][0 | t])); + if ("BellBonuss" == e) return c.asNumber(a.engine.getGameAttribute("Holes")[17][0 | t]) * c.asNumber(a.engine.getGameAttribute("CustomLists").h.HolesInfo[59][Math.round(2 * t + 1)]); */ getBonus(): number { return this.level * parseFloat(this.data.value); @@ -565,8 +565,8 @@ export class Bell { improvements: BellImprovement[] = []; bonuses: BellBonus[] = []; // TODO: Think if we need bell actions. - - constructor() { + + constructor() { const improvementData = initBellImprovementRepo(); improvementData.forEach(improvement => { this.improvements.push(new BellImprovement(improvement.index, improvement.data)); @@ -584,7 +584,7 @@ export class ResourceCavren { efficiencyType: string = ""; constructor(public index: number, public name: string, public resource: string) { - switch(resource) { + switch (resource) { case "Ores": this.efficiencyType = "Mining"; break; @@ -598,7 +598,7 @@ export class ResourceCavren { this.efficiencyType = ""; break; } - } + } } export class ResourceCavrens { @@ -632,7 +632,7 @@ export class Harp { strings: HarpString[] = []; stringCount = 0; - constructor() { + constructor() { const harpNotes = initHarpNotesRepo(); harpNotes.forEach(note => { this.notes.push({ name: note.data.noteName, index: note.index, current: 0 }); @@ -789,7 +789,7 @@ export class Hole extends Domain { hole.majiks.VillageUpgrades.forEach((upgrade, index) => { upgrade.level = holeData[5][index]; upgrade.unlocked = upgrade.level > 0; - }); + }); hole.majiks.IdleonUpgrades.forEach((upgrade, index) => { upgrade.level = holeData[6][index]; @@ -810,7 +810,7 @@ export class Hole extends Domain { wish.wishCount = holeData[21][wish.index]; }); - + hole.studies.forEach(study => { study.level = holeData[26] ? holeData[26][study.index] || 0 : 0; study.unlocked = hole.villagers[VillagerIndex.Bolai].level > study.index; @@ -818,13 +818,13 @@ export class Hole extends Domain { hole.schematics.forEach(schematic => { schematic.unlocked = holeData[13][schematic.index] == 1; - + // Populate data references for bonus calculations schematic.sedimentMulti = holeData[8] || []; schematic.wellSediment = holeData[9] || []; schematic.extraCalculations = holeData[11] || []; schematic.bellImprovementMethods = holeData[16] || []; - + // Populate study bonus for sediment calculation schematic.studyBolaiaBonuses = hole.getStudyBolaiaBonuses(0); }); @@ -832,9 +832,9 @@ export class Hole extends Domain { hole.measurements.forEach(measurement => { measurement.level = holeData[22] ? holeData[22][measurement.index] || 0 : 0; measurement.unlocked = hole.villagers[VillagerIndex.Minau].level > measurement.index; - + measurement.gloomieKills = holeData[11][28] || 0; - measurement.golemKills = holeData[11][63] || 0; + measurement.golemKills = holeData[11][63] || 0; // Sum all studies for studiesDone measurement.studiesDone = hole.studies.reduce((sum, value) => sum + (value.level || 0), 0); // Cosmo Bonus - Lengthmeister @@ -849,7 +849,7 @@ export class Hole extends Domain { const justiceMonument = hole.monuments.monuments["Justice"]; justiceMonument.hours = holeData[14][2 * justiceMonument.index] || 0; justiceMonument.highestRound = holeData[11][74] || 0; - + const wisdomMonument = hole.monuments.monuments["Wisdom"] as WisdomMonument; wisdomMonument.hours = holeData[14][2 * wisdomMonument.index] || 0; wisdomMonument.highestRound = holeData[11][75] || 0; diff --git a/data/domain/sailing/artifacts.tsx b/data/domain/world-5/sailing/artifacts.tsx similarity index 96% rename from data/domain/sailing/artifacts.tsx rename to data/domain/world-5/sailing/artifacts.tsx index e384fd88..b050e6f7 100644 --- a/data/domain/sailing/artifacts.tsx +++ b/data/domain/world-5/sailing/artifacts.tsx @@ -1,16 +1,16 @@ -import { lavaLog, nFormatter } from "../../utility"; -import { AtomCollider } from "../atomCollider"; -import { Cooking } from "../cooking"; -import { ArtifactBase } from "../data/ArtifactRepo"; -import { ImageData } from "../imageData"; -import { Lab, SlabSovereigntyBonus } from "../lab"; -import { ArtifactModel } from "../model/artifactModel"; -import { Player } from "../player"; -import { Sailing } from "../sailing"; -import { SkillsIndex } from "../SkillsIndex"; +import { lavaLog, nFormatter } from "../../../utility"; +import { AtomCollider } from "../../world-3/construction/atomCollider"; +import { Cooking } from "../../world-4/cooking"; +import { ArtifactBase } from "../../data/ArtifactRepo"; +import { ImageData } from "../../imageData"; +import { Lab, SlabSovereigntyBonus } from "../../world-4/lab"; +import { ArtifactModel } from "../../model/artifactModel"; +import { Player } from "../../player"; +import { Sailing } from "./sailing"; +import { SkillsIndex } from "../../SkillsIndex"; import { Slab } from "../slab"; -import { LegendTalents } from "../world-7/legendTalents"; -import { Meritocraty } from "../world-7/meritocraty"; +import { LegendTalents } from "../../world-7/legendTalents"; +import { Meritocraty } from "../../world-7/meritocraty"; export enum ArtifactStatus { Unobtained, diff --git a/data/domain/sailing.tsx b/data/domain/world-5/sailing/sailing.tsx similarity index 90% rename from data/domain/sailing.tsx rename to data/domain/world-5/sailing/sailing.tsx index e348aefc..3da8111e 100644 --- a/data/domain/sailing.tsx +++ b/data/domain/world-5/sailing/sailing.tsx @@ -1,35 +1,35 @@ -import { initArtifactRepo } from "./data/ArtifactRepo"; -import { initIslandInfoRepo, IslandInfoBase } from "./data/IslandInfoRepo"; -import { CaptainBonusBase, initCaptainBonusRepo } from './data/CaptainBonusRepo'; -import { CaptainBonusModel } from './model/captainBonusModel'; -import { ImageData } from "./imageData"; -import { IslandInfoModel } from "./model/islandInfoModel"; -import { Artifact, SlabInfluencedArtifact } from "./sailing/artifacts"; -import { Cooking } from "./cooking"; -import { Sigils } from "./sigils"; -import { Divinity } from "./divinity"; -import { Card } from "./cards"; -import { Alchemy } from "./alchemy"; -import { Stamp } from "./world-1/stamps"; -import { PlayerStatues } from "./statues"; -import { GemStore } from "./gemPurchases"; -import { Player } from "./player"; -import { Family } from "./family"; -import { ClassIndex } from "./talents"; -import { range } from "../utility"; -import { TaskBoard } from "./tasks"; -import { Achievement } from "./achievements"; -import { Rift, SkillMastery } from "./rift"; -import { SkillsIndex } from "./SkillsIndex"; -import { Worship, TotalizerBonus } from "./worship"; -import { Domain, RawData } from "./base/domain"; -import { Item } from "./items"; -import { StarSigns } from "./starsigns"; -import { Sneaking } from "./world-6/sneaking"; -import { Arcade } from "./arcade"; -import { Hole } from "./world-5/hole/hole"; -import { Votes } from "./world-2/votes"; -import { LegendTalents } from "./world-7/legendTalents"; +import { initArtifactRepo } from "../../data/ArtifactRepo"; +import { initIslandInfoRepo, IslandInfoBase } from "../../data/IslandInfoRepo"; +import { CaptainBonusBase, initCaptainBonusRepo } from '../../data/CaptainBonusRepo'; +import { CaptainBonusModel } from '../../model/captainBonusModel'; +import { ImageData } from "../../imageData"; +import { IslandInfoModel } from "../../model/islandInfoModel"; +import { Artifact, SlabInfluencedArtifact } from "./artifacts"; +import { Cooking } from "../../world-4/cooking"; +import { Sigils } from "../../world-2/alchemy/sigils"; +import { Divinity } from "../divinity"; +import { Card } from "../../cards"; +import { Alchemy } from "../../world-2/alchemy/alchemy"; +import { Stamp } from "../../world-1/stamps"; +import { PlayerStatues } from "../../world-1/statues"; +import { GemStore } from "../../gemPurchases"; +import { Player } from "../../player"; +import { Family } from "../../family"; +import { ClassIndex } from "../../talents"; +import { range } from "../../../utility"; +import { TaskBoard } from "../../tasks"; +import { Achievement } from "../../achievements"; +import { Rift, SkillMastery } from "../../world-4/rift"; +import { SkillsIndex } from "../../SkillsIndex"; +import { Worship, TotalizerBonus } from "../../world-3/worship"; +import { Domain, RawData } from "../../base/domain"; +import { Item } from "../../items"; +import { StarSigns } from "../../starsigns"; +import { Sneaking } from "../../world-6/sneaking"; +import { Arcade } from "../../world-2/arcade"; +import { Hole } from "../hole/hole"; +import { Votes } from "../../world-2/votes"; +import { LegendTalents } from "../../world-7/legendTalents"; // "Captains": [ // [0,0,-1,3,6.75,2,0], @@ -128,7 +128,7 @@ export class Boat { daveyJonesBonus: number = 1; arcadeBonus: number = 0; activeEnderCaptains: number = 0; - + speed: number = 0; // Helper values. @@ -195,7 +195,7 @@ export class Boat { getSpeedValue = ( { starSignEquipped, silkRodeEquipped, speedUpgrades = this.speedUpgrades, includeCaptain = true, islandBound = false } - : { starSignEquipped: boolean, silkRodeEquipped: boolean, speedUpgrades?: number, includeCaptain?: boolean, islandBound?: boolean } = { starSignEquipped:false, silkRodeEquipped:false, speedUpgrades: this.speedUpgrades, includeCaptain: true, islandBound: false } + : { starSignEquipped: boolean, silkRodeEquipped: boolean, speedUpgrades?: number, includeCaptain?: boolean, islandBound?: boolean } = { starSignEquipped: false, silkRodeEquipped: false, speedUpgrades: this.speedUpgrades, includeCaptain: true, islandBound: false } ) => { // Check if captain is boosting the value. const captainBonus = includeCaptain ? @@ -220,7 +220,7 @@ export class Island { constructor(public index: number, public data: IslandInfoModel) { if (this.index == 15) this.unlocked = false; - } + } getImageData = (): ImageData => { return { @@ -295,9 +295,9 @@ export class Sailing extends Domain { getRawKeys(): RawData[] { return [ - {key: "Sailing", perPlayer: false, default: []}, - {key: "Boats", perPlayer: false, default: []}, - {key: "Captains", perPlayer: false, default: []}, + { key: "Sailing", perPlayer: false, default: [] }, + { key: "Boats", perPlayer: false, default: [] }, + { key: "Captains", perPlayer: false, default: [] }, ] } @@ -340,8 +340,7 @@ export class Sailing extends Domain { if (sailingData[0][island.index] == -1) { island.status = IslandStatus.Discoverd; island.artifacts.forEach(artifact => { - if (![30,31,32].find(number => number == artifact.index)) - { + if (![30, 31, 32].find(number => number == artifact.index)) { // unlock artifact if not one where you need to buy Jade Emporium upgrade (or maybe something else in the future) artifact.unlocked = true; @@ -408,10 +407,10 @@ export const updateSailing = (data: Map) => { const gemShopDaveyPurchases = gemStore.purchases.find(upgrade => upgrade.no == 8)?.pucrhased ?? 0; const legendTalentBonus = legendTalents.getBonusFromIndex(11); const daveyJonesBonus = 1 + (50 * gemShopDaveyPurchases + legendTalentBonus) / 100; - + //Unending Loot Search const highestLevelUnendingSearch = players.slice().sort((player1, player2) => player1.getTalentBonus(325) > player2.getTalentBonus(325) ? -1 : 1)[0]; - + // Various loot bonuses const holeLampLootBonus = hole.lamp.getBonus(false, 1, 0); const arcadeBonus = arcade.bonuses.find(bonus => bonus.index == 33)?.getBonus() ?? 0; @@ -436,8 +435,7 @@ export const updateSailing = (data: Map) => { const theEdgeIsland = sailing.islands.find(island => island.index == 14); if (theEdgeIsland && sneaking.jadeUpgrades.find(upgrade => upgrade.data.name == "Brighter Lighthouse Bulb")?.purchased && theEdgeIsland.status == IslandStatus.Discoverd) { theEdgeIsland.artifacts.forEach(artifact => { - if ([30,31,32].find(number => number == artifact.index)) - { + if ([30, 31, 32].find(number => number == artifact.index)) { artifact.unlocked = true; const baseArtifact = sailing.artifacts.find(art => art.index == artifact.index); @@ -500,8 +498,8 @@ export const updateMinTravelTimeAndSpeed = (data: Map) => { const worshipBonus = worship.totalizer.getBonus(TotalizerBonus.BoatSpeed); const starsignBonus = starSigns.unlockedStarSigns.find(sign => sign.name == "C. Shanti Minor")?.getBonus("Sailing SPD") ?? 0; // Doesn't include DaveyJonesBonus as boat already have this value, so we don't calculate it a second time - const firstMath = (1 + (divinityMinorBonus + cardBonus + alchemy.getBubbleBonusForKey("Y1")) / 125) - * (1 + divinity.gods[4].getBlessingBonus() / 100) + const firstMath = (1 + (divinityMinorBonus + cardBonus + alchemy.getBubbleBonusForKey("Y1")) / 125) + * (1 + divinity.gods[4].getBlessingBonus() / 100) * (1 + divinity.gods[6].getBlessingBonus() / 100) * (1 + votes.getCurrentBonus(24) / 100); const speedBaseMath = firstMath * (1 + (divinity.gods[9].getBlessingBonus() + (sailing.artifacts[10] as SlabInfluencedArtifact).getBonus() + stampBonus + statues[0].statues[24].getBonus() + mealBonus + alchemy.getVialBonusForKey("SailSpd") + skillMasteryBonus + worshipBonus + starsignBonus) / 125); diff --git a/data/domain/slab.tsx b/data/domain/world-5/slab.tsx similarity index 95% rename from data/domain/slab.tsx rename to data/domain/world-5/slab.tsx index 2ec809b9..d1513d4d 100644 --- a/data/domain/slab.tsx +++ b/data/domain/world-5/slab.tsx @@ -1,11 +1,11 @@ -import { Domain, RawData } from './base/domain'; -import { initSlabItemSortRepo } from './data/SlabItemSortRepo'; -import { Item } from './items' -import { Lab, SlabSovereigntyBonus } from './lab'; -import { Sailing } from './sailing'; +import { Domain, RawData } from '../base/domain'; +import { initSlabItemSortRepo } from '../data/SlabItemSortRepo'; +import { Item } from '../items' +import { Lab, SlabSovereigntyBonus } from '../world-4/lab'; +import { Sailing } from './sailing/sailing'; import { SlabInfluencedArtifact } from './sailing/artifacts'; -import { Sneaking } from './world-6/sneaking'; -import { ImageData } from "./imageData"; +import { Sneaking } from '../world-6/sneaking'; +import { ImageData } from "../imageData"; export enum SlabBonusesText { TotalDamage = "Total Damage", diff --git a/data/domain/emperor.tsx b/data/domain/world-6/emperor.tsx similarity index 92% rename from data/domain/emperor.tsx rename to data/domain/world-6/emperor.tsx index 15bfdcdc..7f18069a 100644 --- a/data/domain/emperor.tsx +++ b/data/domain/world-6/emperor.tsx @@ -1,17 +1,17 @@ -import { Domain, RawData } from "./base/domain"; -import { EmperorBonusBase, initEmperorBonusRepo } from "./data/EmperorBonusRepo"; -import { Item } from "./items"; -import { EmperorBonusModel } from "./model/emperorBonusModel"; -import { Sneaking } from "./world-6/sneaking"; -import { Tesseract } from "./tesseract"; -import { Arcade } from "./arcade"; +import { Domain, RawData } from "../base/domain"; +import { EmperorBonusBase, initEmperorBonusRepo } from "../data/EmperorBonusRepo"; +import { Item } from "../items"; +import { EmperorBonusModel } from "../model/emperorBonusModel"; +import { Sneaking } from "./sneaking"; +import { Tesseract } from "../tesseract"; +import { Arcade } from "../world-2/arcade"; export class EmperorBonus { // Level in this case means number of times we got this bonus from killing the emperor. level: number = 0; arcaneBonus48: number = 0; arcadeBonus51: number = 0; - + constructor(public index: number, public data: EmperorBonusModel) { } getBonus(): number { @@ -55,14 +55,14 @@ export class Emperor extends Domain { return; } emperor.emperorKills = optionList?.[369] || 0; - + // Parse max attempts from OptionsListAccount[382] emperor.maxEmperorAttempts = optionList?.[382] || 0; // Calculate derived values emperor.bossHP = emperor.calculateBossHP(); emperor.dailyEmperorTries = emperor.calculateDailyTries(); - + // Calculate emperor bonuses emperor.calculateEmperorBonuses(); } @@ -96,15 +96,15 @@ export class Emperor extends Domain { */ public calculateEmperorBonuses(): void { const emperorBonusRepo = initEmperorBonusRepo(); - + // Reset bonuses this.emperorBonuses = EmperorBonus.fromBase(initEmperorBonusRepo()); - + // Calculate bonuses based on emperor kills // Game code loops from 0 to emperorKills-1 (exclusive) for (let kill = 0; kill < this.emperorKills; kill++) { const stuff6q = kill - 48 * Math.floor(kill / 48); - + // Find which bonus this kill unlocks for (const bonus of emperorBonusRepo) { if (bonus.data.levelMappings.includes(stuff6q)) { @@ -130,7 +130,7 @@ export const updateEmperorMaxAttempts = (accountData: Map) => { // Jade upgrade 39 is "Emperor Season Pass" which gives +2 visits and increases max from 6 to 11 const emperorSeasonPass = sneaking.jadeUpgrades.find(upgrade => upgrade.index === 39); const ninjaBonus = emperorSeasonPass?.purchased ? 1 : 0; - + // Update max attempts with cross-system bonuses emperor.updateMaxAttempts(ninjaBonus); } catch (error) { @@ -152,7 +152,7 @@ export const updateEmperorBonuses = (accountData: Map) => { // Get arcane bonus 48 from tesseract domain and arcade bonus 51 const arcaneBonus48 = tesseract.upgrades[48] ? tesseract.upgrades[48].getBonus(tesseract.upgrades) : 0; const arcadeBonus51 = arcade.bonuses[51] ? arcade.bonuses[51].getBonus() : 0; - + // Update all emperor bonuses with cross-system bonuses emperor.emperorBonuses.forEach(bonus => { bonus.arcaneBonus48 = arcaneBonus48; diff --git a/data/domain/world-6/farming.tsx b/data/domain/world-6/farming.tsx index 79156aef..2402dbfe 100644 --- a/data/domain/world-6/farming.tsx +++ b/data/domain/world-6/farming.tsx @@ -9,13 +9,13 @@ import { Player } from "../player"; import { ImageData } from "../imageData"; import { nFormatter } from '../../utility'; import { GemStore } from '../gemPurchases'; -import { Lab } from '../lab'; +import { Lab } from '../world-4/lab'; import { Summoning } from './summoning'; import { Stamp } from '../world-1/stamps'; -import { Alchemy } from '../alchemy'; +import { Alchemy } from '../world-2/alchemy/alchemy'; import { JadeUpgrade, Sneaking } from "./sneaking"; -import { Cooking } from "../cooking"; -import { Rift, SkillMastery } from '../rift'; +import { Cooking } from "../world-4/cooking"; +import { Rift, SkillMastery } from '../world-4/rift'; import { StarSigns } from "../starsigns"; import { Achievement } from "../achievements"; import { KillRoy } from "../world-2/killroy"; @@ -32,31 +32,32 @@ export class LandRankDataBase { constructor() { // Do this until the wiki bot can send us those data - this.upgrades.push(new LandRankUpgrade(0,"Evolution Boost","Increases next crop chance by +{% per rank of the land plot",250,1,false)); - this.upgrades.push(new LandRankUpgrade(1,"Production Boost","Boosts value of crops harvested by +{% per rank of the land plot",5,5,false)); - this.upgrades.push(new LandRankUpgrade(2,"Soil Exp Boost","Each land gains +{% extra Rank EXP per rank of the previous land",25,20,false)); - this.upgrades.push(new LandRankUpgrade(3,"Evolution Megaboost","Increases next crop chance by +{% multiplicatively!",600,30,false)); - this.upgrades.push(new LandRankUpgrade(4,"Seed of Stealth","Increases the Stealth of all Ninja Twins by +{% per Farming LV",2,60,true)); - this.upgrades.push(new LandRankUpgrade(5,"Farmtastic Boost","Increases Farming Skill EXP gained by +{%",90,80,false)); - this.upgrades.push(new LandRankUpgrade(6,"Soil Exp Megaboost","All plots of land gain +{% more Rank EXP",200,125,false)); - this.upgrades.push(new LandRankUpgrade(7,"Overgrowth Boost","Increases chance for Overgrowth by +{%",120,180,false)); - this.upgrades.push(new LandRankUpgrade(8,"Production Megaboost","Increases the amount of crops harvested by +{%",100,250,false)); - this.upgrades.push(new LandRankUpgrade(9,"Seed of Loot","Increases the Drop Rarity of all characters by +{%",10,400,true)); - this.upgrades.push(new LandRankUpgrade(10,"Evolution Superboost","Increases next crop chance by +{% multiplicatively!",3000,500,false)); - this.upgrades.push(new LandRankUpgrade(11,"Overgrowth Megaboost","Increases chance for Overgrowth by +{%",340,600,false)); - this.upgrades.push(new LandRankUpgrade(12,"Farmtastic Megaboost","Increases Farming Skill EXP gained by +{%",110,700,false)); - this.upgrades.push(new LandRankUpgrade(13,"Soil Exp Superboost","All plots of land gain +{% more Rank EXP",520,900,false)); - this.upgrades.push(new LandRankUpgrade(14,"Seed of Damage","Gives a +{% Total Damage bonus to all characters",20,1200,true)); - this.upgrades.push(new LandRankUpgrade(15,"Evolution Ultraboost","Increases next crop chance by +{% multiplicatively!",40000,1300,false)); - this.upgrades.push(new LandRankUpgrade(16,"Farmtastic Superboost","Increases Farming Skill EXP gained by +{%",220,1500,false)); - this.upgrades.push(new LandRankUpgrade(17,"Production Superboost","Increases the amount of crops harvested by +{%",600,1750,false)); - this.upgrades.push(new LandRankUpgrade(18,"Overgrowth Superboost","Increases chance for Overgrowth by +{%",1500,2000,false)); - this.upgrades.push(new LandRankUpgrade(19,"Seed of Stats","Gives a +{% All Stat bonus to your characters",5,3500,true)); + // TODO : Create a proper Model + Repo for this + this.upgrades.push(new LandRankUpgrade(0, "Evolution Boost", "Increases next crop chance by +{% per rank of the land plot", 250, 1, false)); + this.upgrades.push(new LandRankUpgrade(1, "Production Boost", "Boosts value of crops harvested by +{% per rank of the land plot", 5, 5, false)); + this.upgrades.push(new LandRankUpgrade(2, "Soil Exp Boost", "Each land gains +{% extra Rank EXP per rank of the previous land", 25, 20, false)); + this.upgrades.push(new LandRankUpgrade(3, "Evolution Megaboost", "Increases next crop chance by +{% multiplicatively!", 600, 30, false)); + this.upgrades.push(new LandRankUpgrade(4, "Seed of Stealth", "Increases the Stealth of all Ninja Twins by +{% per Farming LV", 2, 60, true)); + this.upgrades.push(new LandRankUpgrade(5, "Farmtastic Boost", "Increases Farming Skill EXP gained by +{%", 90, 80, false)); + this.upgrades.push(new LandRankUpgrade(6, "Soil Exp Megaboost", "All plots of land gain +{% more Rank EXP", 200, 125, false)); + this.upgrades.push(new LandRankUpgrade(7, "Overgrowth Boost", "Increases chance for Overgrowth by +{%", 120, 180, false)); + this.upgrades.push(new LandRankUpgrade(8, "Production Megaboost", "Increases the amount of crops harvested by +{%", 100, 250, false)); + this.upgrades.push(new LandRankUpgrade(9, "Seed of Loot", "Increases the Drop Rarity of all characters by +{%", 10, 400, true)); + this.upgrades.push(new LandRankUpgrade(10, "Evolution Superboost", "Increases next crop chance by +{% multiplicatively!", 3000, 500, false)); + this.upgrades.push(new LandRankUpgrade(11, "Overgrowth Megaboost", "Increases chance for Overgrowth by +{%", 340, 600, false)); + this.upgrades.push(new LandRankUpgrade(12, "Farmtastic Megaboost", "Increases Farming Skill EXP gained by +{%", 110, 700, false)); + this.upgrades.push(new LandRankUpgrade(13, "Soil Exp Superboost", "All plots of land gain +{% more Rank EXP", 520, 900, false)); + this.upgrades.push(new LandRankUpgrade(14, "Seed of Damage", "Gives a +{% Total Damage bonus to all characters", 20, 1200, true)); + this.upgrades.push(new LandRankUpgrade(15, "Evolution Ultraboost", "Increases next crop chance by +{% multiplicatively!", 40000, 1300, false)); + this.upgrades.push(new LandRankUpgrade(16, "Farmtastic Superboost", "Increases Farming Skill EXP gained by +{%", 220, 1500, false)); + this.upgrades.push(new LandRankUpgrade(17, "Production Superboost", "Increases the amount of crops harvested by +{%", 600, 1750, false)); + this.upgrades.push(new LandRankUpgrade(18, "Overgrowth Superboost", "Increases chance for Overgrowth by +{%", 1500, 2000, false)); + this.upgrades.push(new LandRankUpgrade(19, "Seed of Stats", "Gives a +{% All Stat bonus to your characters", 5, 3500, true)); } // This function send the sum of all bonus from a same type, Lava use this in his code so having it here helps to "translate" his code into IE code getTotalUpgradeBonusForBonus = (bonusType: LandRankBonusType): number => { - switch(bonusType) { + switch (bonusType) { case LandRankBonusType.NextCropChance: return (1 + this.getUpgradeBonusByIndex(3) / 100) * (1 + this.getUpgradeBonusByIndex(10) / 100) * (1 + this.getUpgradeBonusByIndex(15) / 100); case LandRankBonusType.AmountHarvested: @@ -85,20 +86,20 @@ export class LandRankUpgrade { unlocked: boolean = false; maxLevel: number = 1; - constructor(public index: number, public name: string, public bonusText: string, public bonus: number, public unlockThreshold: number, public fifthColumnBonus: boolean) {} + constructor(public index: number, public name: string, public bonusText: string, public bonus: number, public unlockThreshold: number, public fifthColumnBonus: boolean) { } getUpgradeBonus = () => { if (!this.unlocked) { return 0; } - switch(this.index) { + switch (this.index) { case 4: case 9: case 14: case 19: return this.bonus * this.level; - default: + default: return 1.7 * this.bonus * this.level / (this.level + 80); } } @@ -112,7 +113,7 @@ export class MarketUpgrade { level: number = 0; unlocked: boolean = false; - constructor(public index: number, public data: MarketInfoModel) {} + constructor(public index: number, public data: MarketInfoModel) { } getTotalCostUntilLevel = (currentLevel: number = this.level, targetLevel: number = this.data.maxLvl): MarketUpgradeCost[] => { const costs: MarketUpgradeCost[] = []; @@ -126,7 +127,7 @@ export class MarketUpgrade { } else { costs.push(cost); } - } + } return costs; } @@ -146,15 +147,15 @@ export class MarketUpgrade { } const cropCost = (this.data.maxLvl > currentLevel ? Math.floor(this.data.cost * Math.pow(this.data.costExponent, (currentLevel))) : 0); - - return {cropId: cropId, cropQuantity: cropCost}; + + return { cropId: cropId, cropQuantity: cropCost }; } } export class Crop { discovered: boolean = false; quantityOwned: number = 0; - + constructor(public index: number, public seed: Seed) { } static getCropIconData = (cropId: number): ImageData => { @@ -209,7 +210,7 @@ export class Plot { // seconds since last cycle have ended, reset to 0 once an overgrow cycle end // Only start incrementing when plant is fully grown overgrowthTime: number = 0; - + // Multiplyer from multiples sources minimumQuantityMultiplyer: number = 0; maximumQuantityMultiplyer: number = 0; @@ -248,7 +249,7 @@ export class Plot { updatePlotNextOGchance = (bonusFromMarketUpgrade11: number, bonusFromPristineCharm11: number, bonusFromStarSign67: number, bonusFromTaskBoard: number, bonusFromAchievement365: number, bonusOGChanceFromLandRankTotal: number) => { this.bonusOGChanceFromStarSign67 = bonusFromStarSign67; - this.nextOGChanceAllBonusEffect = Math.max(1, bonusFromMarketUpgrade11) * (1 + bonusFromPristineCharm11 / 100) * (1 + bonusFromTaskBoard / 100) * (1 + bonusFromAchievement365 / 100) * (1 + bonusOGChanceFromLandRankTotal / 100); + this.nextOGChanceAllBonusEffect = Math.max(1, bonusFromMarketUpgrade11) * (1 + bonusFromPristineCharm11 / 100) * (1 + bonusFromTaskBoard / 100) * (1 + bonusFromAchievement365 / 100) * (1 + bonusOGChanceFromLandRankTotal / 100); } updatePlotCropQuantityMultiplyer = (bonusFromMarket5: number, bonusFromLandRankTotal: number, bonusFromLandRankCurrent: number, bonusFromVoting: number) => { @@ -296,8 +297,8 @@ export class Plot { getEvolutionChance = (starSignEquipped: boolean, silkrodeBonus: boolean) => { if (this.farmingLevel < 2 || !this.seed || this.index == this.seed.data.cropIdMax) { - return 0; - } else { + return 0; + } else { const seedBaseEvolutionChance = 0.3; // should be seed.data.nextCropChance but Lava seems to use 0.3 for every seed return this.nextCropChanceAllBonusEffect * this.getNextCropChanceStarSignBonus(starSignEquipped, silkrodeBonus) * (seedBaseEvolutionChance) * Math.pow(this.seed.data.nextCropDecay, (this.cropIndex - this.seed.data.cropIdMin)); } @@ -312,7 +313,7 @@ export class Plot { } getOGChanceStarSignBonus = (starSignEquipped: boolean, silkrodeBonus: boolean) => { - return starSignEquipped ? (silkrodeBonus ? (1 + (this.bonusOGChanceFromStarSign67*2) / 100) : (1 + this.bonusOGChanceFromStarSign67 / 100)) : 1; + return starSignEquipped ? (silkrodeBonus ? (1 + (this.bonusOGChanceFromStarSign67 * 2) / 100) : (1 + this.bonusOGChanceFromStarSign67 / 100)) : 1; } getGrowthStage(): PlotGrowthStage { @@ -321,10 +322,10 @@ export class Plot { switch (true) { case this.seed == undefined || this.seed?.index == -1 || cycleTime == 0: return PlotGrowthStage.Empty; case this.readyToCollect == true: return PlotGrowthStage.Grown; - case this.growthTime >= (cycleTime * 4/5): return PlotGrowthStage.GrowStage4; - case this.growthTime >= (cycleTime * 3/5): return PlotGrowthStage.GrowStage3; - case this.growthTime >= (cycleTime * 2/5): return PlotGrowthStage.GrowStage2; - case this.growthTime >= (cycleTime * 1/5): return PlotGrowthStage.GrowStage1; + case this.growthTime >= (cycleTime * 4 / 5): return PlotGrowthStage.GrowStage4; + case this.growthTime >= (cycleTime * 3 / 5): return PlotGrowthStage.GrowStage3; + case this.growthTime >= (cycleTime * 2 / 5): return PlotGrowthStage.GrowStage2; + case this.growthTime >= (cycleTime * 1 / 5): return PlotGrowthStage.GrowStage1; case this.growthTime >= 0: return PlotGrowthStage.Planted; default: return PlotGrowthStage.Empty; } @@ -367,7 +368,7 @@ export class CropScientistBonus { unlocked: boolean = false; bonusValue: number = 0; - constructor(public bonusText: CropScientistBonusText, public bonusPerCrop: number, public jadeUpgradeId: number) {} + constructor(public bonusText: CropScientistBonusText, public bonusPerCrop: number, public jadeUpgradeId: number) { } } export class CropScientist { @@ -491,7 +492,7 @@ export class Farming extends Domain { magicBeansOwned: number = 0; landRankPointsTotal: number = 0; landRankPointsSpent: number = 0; - instaGrowToolLeft: number = 0; + instaGrowToolLeft: number = 0; farmingLevel: number = 0; growthRate: number = 0; magicBeansFromDepot: number = 0; @@ -510,10 +511,10 @@ export class Farming extends Domain { getRawKeys(): RawData[] { return [ - { key: "FarmPlot", perPlayer: false, default: []}, - { key: "FarmCrop", perPlayer: false, default: []}, - { key: "FarmUpg", perPlayer: false, default: []}, - { key: "FarmRank", perPlayer: false, default: []}, + { key: "FarmPlot", perPlayer: false, default: [] }, + { key: "FarmCrop", perPlayer: false, default: [] }, + { key: "FarmUpg", perPlayer: false, default: [] }, + { key: "FarmRank", perPlayer: false, default: [] }, ] } @@ -527,12 +528,12 @@ export class Farming extends Domain { const plotsData = data.get("FarmPlot") as number[][]; const landRankData = data.get("FarmRank") as number[][]; const upgradesData = data.get("FarmUpg") as number[]; - + // Old accounts won't have this data, exit early. if (!cropsData || (!plotsData || plotsData.length == 0) || (!upgradesData || upgradesData.length == 0) || (!landRankData || landRankData.length == 0)) { return; } - + const upgradesLevels = upgradesData.slice(2, -2); farming.magicBeansOwned = upgradesData[1]; @@ -544,7 +545,7 @@ export class Farming extends Domain { farming.cropDepot.push(new Crop(i, seed)); } }) - + farming.discoveredCrops = 0; for (const [cropId, qty] of Object.entries(cropsData)) { const crop = farming.cropDepot.find(crop => crop.index == Number(cropId)); @@ -577,7 +578,7 @@ export class Farming extends Domain { farming.farmPlots = []; plotsData.forEach((plotInfo, index) => { - const plot: Plot = new Plot(index); + const plot: Plot = new Plot(index); // If seedIndex = -1 then the plot is empty, so no more information are needed (all other plotInfo should be at 0 anyway in this case) plot.seed = farming.seeds.find(seed => seed.index == plotInfo[0]) ?? undefined; if (plot.seed) { @@ -600,7 +601,7 @@ export class Farming extends Domain { farming.farmPlots.push(plot); }); } - + updateUnlockedMarketBonuses = () => { this.marketUpgrades.forEach(upgrade => { upgrade.unlocked = (upgrade.data.cropReq <= this.discoveredCrops); @@ -612,10 +613,10 @@ export class Farming extends Domain { upgrade.unlocked = this.canLevelLandRank ? (this.landRankPointsTotal >= upgrade.unlockThreshold) : false; }); } - + updateGrowthRate = (bonusFromVial64: number, bonusFromWinnerBonus2: number) => { const growthRate = Math.max(1, this.getMarketUpgradeBonusValue(10)) * (1 + (this.getMarketUpgradeBonusValue(2) + bonusFromVial64) / 100) * (1 + bonusFromWinnerBonus2 / 100); - + this.growthRate = growthRate; this.farmPlots.forEach(plot => { plot.growthRate = growthRate; @@ -642,15 +643,15 @@ export class Farming extends Domain { this.cropsToCollect.sort((collect1, collect2) => { return collect1.crop.index > collect2.crop.index ? 1 : -1 }); } - + updateBeansFromConvertinCurrentDepot = (jadeUpgradeBonus15: number) => { let fromCrops = 0; - + this.cropDepot.filter(crop => crop.quantityOwned > 0).forEach(crop => { fromCrops += (crop.quantityOwned * Math.pow(2.5, crop.seed.index) * Math.pow(1.08, crop.index - crop.seed.data.cropIdMin)); }); - - this.magicBeansFromDepot = Math.pow(fromCrops, 0.5) * ( 1 + this.getMarketUpgradeBonusValue(6) / 100) * Math.max(1, jadeUpgradeBonus15); + + this.magicBeansFromDepot = Math.pow(fromCrops, 0.5) * (1 + this.getMarketUpgradeBonusValue(6) / 100) * Math.max(1, jadeUpgradeBonus15); } updatePlotsOGChance = (bonusFromMarketUpgrade11: number, bonusFromPristineCharm11: number, bonusFromStarSign67: number, bonusFromTaskBoard: number, bonusFromAchievement365: number) => { @@ -658,7 +659,7 @@ export class Farming extends Domain { plot.updatePlotNextOGchance(bonusFromMarketUpgrade11, bonusFromPristineCharm11, bonusFromStarSign67, bonusFromTaskBoard, bonusFromAchievement365, this.landrankDatabase.getTotalUpgradeBonusForBonus(LandRankBonusType.OGChance)); }); } - + updateCropsEvolutionChance = (summoningLevel: number, bonusFromMarketUpgrade4: number, bonusFromMarketUpgrade9: number, bonusFromWinningBonus10: number, bonusFromAlchemyBubbleCropChapter: number, bonusFromAlchemyBubbleCropiusMapper: number, bonusFromVial66: number, bonusFromMeal62: number, bonusFromMeal66: number, bonusFromStampCropEvo: number, bonusFromStarSign65: number, bonusFromRiftFarming1: number, bonusFromAchievement355: number, bonusFromKillRoy1: number, bonusFromVoting29: number) => { const landRankBonusTotal = this.landrankDatabase.getTotalUpgradeBonusForBonus(LandRankBonusType.NextCropChance); const landRankBonusCurrentRank = this.landrankDatabase.getUpgradeBonusByIndex(0); @@ -691,12 +692,12 @@ export class Farming extends Domain { plot.updatePlotCropQuantityMultiplyer(bonusFromMarketUpgrade5, landRankBonusTotal, landRankBonusCurrentRank, bonusFromVoting29); }); } - + getCropsWithStockEqualOrGreaterThan = (stockLimit: number): number => { return this.cropDepot.filter(crop => crop.quantityOwned >= stockLimit).length; } - getMarketUpgradeBonusValue = (upgradeId: number): number => { + getMarketUpgradeBonusValue = (upgradeId: number): number => { const upgrade = this.marketUpgrades.find(upgrade => upgrade.index == upgradeId); if (upgrade) { @@ -713,7 +714,7 @@ export class Farming extends Domain { return this.getMarketUpgradeBonusValue(15) * (1 + (upgrade.level * upgrade.data.bonusPerLvl * this.getCropsWithStockEqualOrGreaterThan(10000)) / 100); case 15: //GMO return 1 + (upgrade.level * upgrade.data.bonusPerLvl * this.getCropsWithStockEqualOrGreaterThan(100000)) / 100; - default: + default: return upgrade.level * upgrade.data.bonusPerLvl; } } else { @@ -721,22 +722,22 @@ export class Farming extends Domain { } } - getMarketUpgradeBonusText = (upgradeId: number): string => { + getMarketUpgradeBonusText = (upgradeId: number): string => { const upgrade = this.marketUpgrades.find(upgrade => upgrade.index == upgradeId); if (upgrade) { switch (upgradeId) { case 9: // GMO - return upgrade.data.bonus.replace(/}/, nFormatter(1 + upgrade.level * upgrade.data.bonusPerLvl / 100)) + " (Total bonus : x"+ nFormatter(this.getMarketUpgradeBonusValue(upgradeId))+")"; + return upgrade.data.bonus.replace(/}/, nFormatter(1 + upgrade.level * upgrade.data.bonusPerLvl / 100)) + " (Total bonus : x" + nFormatter(this.getMarketUpgradeBonusValue(upgradeId)) + ")"; case 11: return upgrade.data.bonus.replace(/}/, nFormatter(this.getMarketUpgradeBonusValue(upgradeId))); case 10: //GMO case 12: //GMO case 15: //GMO - return upgrade.data.bonus.replace(/{/, nFormatter(upgrade.level * upgrade.data.bonusPerLvl)) + " (Total bonus : +"+nFormatter((this.getMarketUpgradeBonusValue(upgradeId)-1)*100)+"%)"; + return upgrade.data.bonus.replace(/{/, nFormatter(upgrade.level * upgrade.data.bonusPerLvl)) + " (Total bonus : +" + nFormatter((this.getMarketUpgradeBonusValue(upgradeId) - 1) * 100) + "%)"; case 14: //GMO - return upgrade.data.bonus.replace(/{/, nFormatter(upgrade.level * upgrade.data.bonusPerLvl)) + " (Total bonus : +"+nFormatter((this.getMarketUpgradeBonusValue(upgradeId)-1)*100)+"%)"; - default: + return upgrade.data.bonus.replace(/{/, nFormatter(upgrade.level * upgrade.data.bonusPerLvl)) + " (Total bonus : +" + nFormatter((this.getMarketUpgradeBonusValue(upgradeId) - 1) * 100) + "%)"; + default: return upgrade.data.bonus.replace(/{/, nFormatter(this.getMarketUpgradeBonusValue(upgradeId))); } } else { @@ -822,7 +823,7 @@ export const updateFarmingDisplayData = (data: Map) => { const sneaking = data.get("sneaking") as Sneaking; const rift = data.get("rift") as Rift; const timeAway = JSON.parse((data.get("rawData") as { [k: string]: any })["TimeAway"]); - const starSigns = data.get("starsigns") as StarSigns; + const starSigns = data.get("starsigns") as StarSigns; const achievements = data.get("achievements") as Achievement[]; const killroy = data.get("killroy") as KillRoy; const votes = data.get("votes") as Votes; @@ -831,11 +832,11 @@ export const updateFarmingDisplayData = (data: Map) => { const grimoire = data.get("grimoire") as Grimoire; const skillMastery = rift.bonuses.find(bonus => bonus.name == "Skill Mastery") as SkillMastery; - + // Update Min and Max possible quantity to collect from one fully grown crop const gemInstagrowPurchase = gemStore.purchases.find(purchase => purchase.index == 140)?.pucrhased ?? 0; farming.updatePossibleQuantityToCollect(farming.getMarketUpgradeBonusValue(1), gemInstagrowPurchase); - + // Update growth speed for displayng when crops will be ready const vialGrowthSpeedBonus = alchemy.getVialBonusForKey("6FarmSpd"); const summoningWinnerBonus2 = summoning.summonBonuses.find(bonus => bonus.index == 2)?.getBonus() ?? 0; @@ -844,7 +845,7 @@ export const updateFarmingDisplayData = (data: Map) => { // Update Magic beans collected if collecting now const jadeUpgrade15 = sneaking.jadeUpgrades.find(upgrade => upgrade.index == 15)?.purchased ? 1.25 : 1; farming.updateBeansFromConvertinCurrentDepot(jadeUpgrade15); - + // Update each Crops Evolution chance in plots const summoningWinnerBonus10 = summoning.summonBonuses.find(bonus => bonus.index == 10)?.getBonus() ?? 0; const bubbleBonusCropChapter = alchemy.getBubbleBonusForKey("W10AllCharz"); diff --git a/data/domain/world-6/sneaking.tsx b/data/domain/world-6/sneaking.tsx index a03f2887..eecd61d9 100644 --- a/data/domain/world-6/sneaking.tsx +++ b/data/domain/world-6/sneaking.tsx @@ -1,6 +1,6 @@ import { letterToNumber, nFormatter } from "../../utility"; import { SkillsIndex } from "../SkillsIndex"; -import { Alchemy, AlchemyConst, CauldronIndex } from "../alchemy"; +import { Alchemy, AlchemyConst, CauldronIndex } from "../world-2/alchemy/alchemy"; import { Domain, RawData } from "../base/domain"; import { initJadeUpgradeRepo } from "../data/JadeUpgradeRepo"; import { BaseNinjaItemBase, initNinjaItemRepo } from "../data/NinjaItemRepo"; @@ -71,7 +71,7 @@ export interface SneakingTie { } export class SneakingItem { - constructor(public index: number, public data: BaseNinjaItemModel) {} + constructor(public index: number, public data: BaseNinjaItemModel) { } getImageData = (): ImageData => { return { @@ -165,7 +165,7 @@ export class SneakingPristineCharm extends SneakingItem { } export class PlayerEquipment { - constructor(public hat: SneakingItem | undefined, public weapon: SneakingWeapon | undefined, public Trinket1: SneakingTrinket | undefined, public Trinket2: SneakingTrinket | undefined) {} + constructor(public hat: SneakingItem | undefined, public weapon: SneakingWeapon | undefined, public Trinket1: SneakingTrinket | undefined, public Trinket2: SneakingTrinket | undefined) { } } export class SneakingPlayer { @@ -174,7 +174,7 @@ export class SneakingPlayer { // The action timer is based on this, action time - time past will tell you how long till next action calculation. timePast: number = 0; - tie: SneakingTie = {damageDone: 0, maxHP: 0}; + tie: SneakingTie = { damageDone: 0, maxHP: 0 }; floor: number = 9; // Temp holding of raw info so it's easier to map. @@ -203,7 +203,7 @@ export class JadeUpgrade { // Setting default value to what it was first time I looked at it :shrug:. costExponent: number = 2.52; - constructor(public index: number, public data: JadeUpgradeModel, public displayOrder: number = 0) {} + constructor(public index: number, public data: JadeUpgradeModel, public displayOrder: number = 0) { } getImageData = (): ImageData => { return { @@ -215,7 +215,7 @@ export class JadeUpgrade { unlockCost = (): number => { return ( - (300 + 500 * this.displayOrder + Math.pow(this.displayOrder, 3)) + (300 + 500 * this.displayOrder + Math.pow(this.displayOrder, 3)) * Math.pow(this.costExponent, this.displayOrder) * Math.pow(3.07, Math.max(0, this.displayOrder - 28)) ) @@ -231,16 +231,16 @@ export class SneakingUpgrade { itemDiscount: number = 0; constructor(public index: number, public data: NinjaUpgradeModel) { - if(Number.isFinite(data.bonusPerLvl)) { + if (Number.isFinite(data.bonusPerLvl)) { // If value is a valid number, use it. this.bonusPerLvl = data.bonusPerLvl as number; - } + } this.shouldBeDisplayed = (data.name != "Name"); } nextLevelCost = (): number => { if (this.index == 8) { - return (1 / (1 + this.itemDiscount / 100)) * (1 / (1 + this.bubbleDiscount / 100)) * this.data.costBase * Math.pow(this.data.costExponent, this.level); + return (1 / (1 + this.itemDiscount / 100)) * (1 / (1 + this.bubbleDiscount / 100)) * this.data.costBase * Math.pow(this.data.costExponent, this.level); } else { return (1 / (1 + this.itemDiscount / 100)) * this.data.costBase * Math.pow(this.data.costExponent, this.level); } @@ -261,7 +261,7 @@ export class SneakingUpgrade { getBonusText = (level: number = this.level): string => { //This bonus is special so need to do a special treatment if (this.index == 14) { - const bonus = 1 + (this.getBonus(level)/100); + const bonus = 1 + (this.getBonus(level) / 100); return this.data.bonus.replace(/}/, bonus.toString()); } else { @@ -270,7 +270,7 @@ export class SneakingUpgrade { } static fromBase = (data: NinjaUpgradeBase[]): SneakingUpgrade[] => { - return data.filter(value => value.data.name != "").map((value) => new SneakingUpgrade(value.index, value.data)); + return data.filter(value => value.data.name != "").map((value) => new SneakingUpgrade(value.index, value.data)); } } @@ -324,7 +324,7 @@ export enum BeanstalkingBonusType { } export class BeanstalkingBonus { - constructor(public type: BeanstalkingBonusType, public level: number = 0, public item: Food) {} + constructor(public type: BeanstalkingBonusType, public level: number = 0, public item: Food) { } getStackSize = (): number => { return this.level == 2 ? 100000 : this.level == 1 ? 10000 : 0; @@ -336,7 +336,7 @@ export class Beanstalking { unlocked: boolean = false; supersizedUnlocked: boolean = false; - constructor() {} + constructor() { } getBonus = (type: BeanstalkingBonusType): number => { const bonus = this.bonuses.find(bonus => bonus.type == type); @@ -375,9 +375,9 @@ export class Sneaking extends Domain { jadeUpgrades: JadeUpgrade[] = initJadeUpgradeRepo() .filter(base => !["idk", "Idk yet"].includes(base.data.bonus) && !["UNDER CONSTRUCTION"].includes(base.data.name)) .map( - base => new JadeUpgrade(base.index, base.data, jadeUpgradeDisplayOrder.indexOf(base.index)) - ); - + base => new JadeUpgrade(base.index, base.data, jadeUpgradeDisplayOrder.indexOf(base.index)) + ); + // You have loot: Njloot.png updateUnlockedUpgrades = () => { @@ -385,7 +385,7 @@ export class Sneaking extends Domain { upgrade.unlocked = upgrade.data.unlockId == 0 ? true : (this.sneakingUpgrades.find(value => value.index == upgrade.data.unlockId)?.level?.valueOf() || 0) > 0 || false; }); } - + static getJadeImageData = (): ImageData => { return { location: "W6item0_x1", @@ -396,8 +396,8 @@ export class Sneaking extends Domain { getRawKeys(): RawData[] { return [ - { key: "Ninja", perPlayer: false, default: []}, - {key: "Lv0_", perPlayer: true, default: []}, + { key: "Ninja", perPlayer: false, default: [] }, + { key: "Lv0_", perPlayer: true, default: [] }, ] } @@ -435,10 +435,10 @@ export class Sneaking extends Domain { const trinket2: SneakingTrinket | undefined = SneakingItem.fromBase(sneaking.baseItems.find(item => item.data.internalId == playerEquipment[3][0]), playerEquipment[3][1]) as SneakingTrinket | undefined; sneaking.players.push(new SneakingPlayer(index, sneakingLevel, playerInfo, new PlayerEquipment(hat, weapon, trinket1, trinket2))); - }) + }) sneaking.inventory = []; - ninjaData.slice(60,99).forEach((equipment: [name: string, level: number]) => { + ninjaData.slice(60, 99).forEach((equipment: [name: string, level: number]) => { if (equipment[0] != "Blank") { sneaking.inventory.push(SneakingItem.fromBase(sneaking.baseItems.find(item => item.data.internalId == equipment[0]), equipment[1])); } else { @@ -448,7 +448,7 @@ export class Sneaking extends Domain { const sneakingUpgradesLevels: number[] = ninjaData[103]; sneaking.sneakingUpgrades.forEach(upgrade => { - if(upgrade.index < sneakingUpgradesLevels.length) { + if (upgrade.index < sneakingUpgradesLevels.length) { upgrade.level = sneakingUpgradesLevels[upgrade.index]; } }); @@ -459,12 +459,12 @@ export class Sneaking extends Domain { sneaking.baseItems .filter(item => item.data.itemType == NinjaItemTypeEnum.PristineCharm) .slice().sort((item1, item2) => item1.data.itemId - item2.data.itemId).forEach((item, _) => { - let unlocked: boolean = false; - if (item.data.itemId < pristineCharmUnlocking.length) { - unlocked = (pristineCharmUnlocking[item.data.itemId] == 1); - } - sneaking.pristineCharms.push(new PristineCharm(item.index, item.data as NinjaPristineCharmModel, unlocked)); - }) + let unlocked: boolean = false; + if (item.data.itemId < pristineCharmUnlocking.length) { + unlocked = (pristineCharmUnlocking[item.data.itemId] == 1); + } + sneaking.pristineCharms.push(new PristineCharm(item.index, item.data as NinjaPristineCharmModel, unlocked)); + }) // Yes, Lava stores the enabled upgrades as letters in a single string, need to take that and convert to indexes. const lettersOfEnabledUpgrades = ninjaData[102][9] ?? ""; @@ -480,7 +480,7 @@ export class Sneaking extends Domain { sneaking.doors = []; const doorsDamage = ninjaData[100] as number[]; doorsDamage.forEach((damageDone, index) => { - sneaking.doors.push({damageDone: damageDone, maxHP: ((index < DoorsMaxHP.length) ? DoorsMaxHP[index] : 1E9999999999)}); + sneaking.doors.push({ damageDone: damageDone, maxHP: ((index < DoorsMaxHP.length) ? DoorsMaxHP[index] : 1E9999999999) }); }); sneaking.minibossKills = []; @@ -492,7 +492,7 @@ export class Sneaking extends Domain { Object.values(BeanstalkingBonusType).forEach((_, index) => { if (index < beanStalkingData.length) { let item: Food | undefined = undefined; - switch(index) { + switch (index) { case BeanstalkingBonusType.GoldenPeanut: item = goldenFoods.find(food => food.internalName == "PeanutG"); break; @@ -500,10 +500,10 @@ export class Sneaking extends Domain { item = goldenFoods.find(food => food.internalName == "ButterBar"); break; default: - item = goldenFoods.find(food => food.internalName == `FoodG${index-1}`); + item = goldenFoods.find(food => food.internalName == `FoodG${index - 1}`); break; } - if(item) { + if (item) { const level = beanStalkingData[index]; sneaking.beanstalking.bonuses.push(new BeanstalkingBonus(index, level, item)); @@ -512,7 +512,7 @@ export class Sneaking extends Domain { }); sneaking.beanstalking.unlocked = sneaking.jadeUpgrades.find(upgrade => upgrade.index == 1)?.purchased ?? false; sneaking.beanstalking.supersizedUnlocked = sneaking.jadeUpgrades.find(upgrade => upgrade.index == 2)?.purchased ?? false; - + sneaking.updatePlayersActivity(); } @@ -521,7 +521,7 @@ export class Sneaking extends Domain { let i: number = 0; for (i = 0; i < this.doors.length; i++) { if (0 >= this.doors[i].maxHP - this.doors[i].damageDone) { - floorUnlocked = Math.min(12, i+2); + floorUnlocked = Math.min(12, i + 2); } } @@ -531,7 +531,7 @@ export class Sneaking extends Domain { updatePlayersActivity = () => { this.players.forEach((player, _) => { const currentFloorDoor = (player.floor < this.doors.length) ? this.doors[player.floor] : undefined; - + if (player.tie.damageDone < player.tie.maxHP || player.rawData[1] == 0) { player.activity = SneakingActivity.Tied } else if (player.rawData[1] < 0) { diff --git a/data/domain/world-6/summoning.tsx b/data/domain/world-6/summoning.tsx index 1218b875..25ccd4e0 100644 --- a/data/domain/world-6/summoning.tsx +++ b/data/domain/world-6/summoning.tsx @@ -10,15 +10,14 @@ import { Player } from "../player"; import { SummonEnemyBonusModel } from "../model/summonEnemyBonusModel"; import { Sneaking } from "./sneaking"; import { nFormatter, notateNumber } from "../../utility"; -import { deathNoteMobOrder } from '../deathnote'; +import { deathNoteMobOrder } from '../world-3/construction/deathnote'; import { SummonEnemyModel } from "../model/summonEnemyModel"; -import { Sailing } from "../sailing"; +import { Sailing } from "../world-5/sailing/sailing"; import { TaskBoard } from "../tasks"; import { Achievement } from "../achievements"; -import { Votes } from "../world-2/votes"; -import { Equinox } from "../equinox"; -import { Cooking } from "../cooking"; -import { Emperor } from "../emperor"; +import { Equinox } from "../world-3/equinox"; +import { Cooking } from "../world-4/cooking"; +import { Emperor } from "../world-6/emperor"; import { EquipmentSets } from "../misc/equipmentSets"; const WhiteBattleOrder = [ diff --git a/data/domain/world-7/coralReef.tsx b/data/domain/world-7/coralReef.tsx index 5bdba4d2..16a27364 100644 --- a/data/domain/world-7/coralReef.tsx +++ b/data/domain/world-7/coralReef.tsx @@ -1,5 +1,5 @@ -import { Alchemy } from "../alchemy"; -import { Arcade } from "../arcade"; +import { Alchemy } from "../world-2/alchemy/alchemy"; +import { Arcade } from "../world-2/arcade"; import { Domain, RawData } from "../base/domain"; import { Card } from "../cards"; import { Companion } from "../companions"; @@ -8,7 +8,7 @@ import { EventShop } from "../eventShop"; import { GemStore } from "../gemPurchases"; import { Item } from "../items"; import { CoralReefUpgradeModel } from "../model/coralReefUpgradeModel"; -import { PlayerStatues } from "../statues"; +import { PlayerStatues } from "../world-1/statues"; import { getStampBonusForKey, Stamp } from "../world-1/stamps"; import { KillRoy } from "../world-2/killroy"; import { Sneaking } from "../world-6/sneaking"; diff --git a/data/domain/world-7/legendTalents.tsx b/data/domain/world-7/legendTalents.tsx index 712d90a5..8fe7a84a 100644 --- a/data/domain/world-7/legendTalents.tsx +++ b/data/domain/world-7/legendTalents.tsx @@ -6,7 +6,7 @@ import { GemStore } from "../gemPurchases"; import { Item } from "../items"; import { LegendTalentModel } from "../model/legendTalentModel"; import { Player } from "../player"; -import { Sailing } from "../sailing"; +import { Sailing } from "../world-5/sailing/sailing"; import { Clamworks } from "./clamworks"; export class LegendTalent { diff --git a/data/domain/world-7/meritocraty.tsx b/data/domain/world-7/meritocraty.tsx index 7a8c161c..7ceef5e2 100644 --- a/data/domain/world-7/meritocraty.tsx +++ b/data/domain/world-7/meritocraty.tsx @@ -5,7 +5,7 @@ import { Item } from "../items"; import { VoteBonusModel } from "../model/voteBonusModel"; import { Clamworks } from "./clamworks"; import { Companion } from "../companions"; -import { Arcade } from "../arcade"; +import { Arcade } from "../world-2/arcade"; import { EventShop } from "../eventShop"; import { LegendTalents } from "./legendTalents"; From 6067371b4251dbd9102d54a9a6fb47cca2eff01a Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 11:52:30 +0100 Subject: [PATCH 10/46] Corrected small oopsie Forgot to fix this page, but now Vercel should be happy --- app/world-1/stamps/content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/world-1/stamps/content.tsx b/app/world-1/stamps/content.tsx index ae83c722..a70a33e0 100644 --- a/app/world-1/stamps/content.tsx +++ b/app/world-1/stamps/content.tsx @@ -24,7 +24,7 @@ import ItemSourcesDisplay from "../../../components/base/ItemSourceDisplay"; import TipDisplay, { TipDirection } from "../../../components/base/TipDisplay"; import IconImage from "../../../components/base/IconImage"; import TextAndLabel, { ComponentAndLabel } from "../../../components/base/TextAndLabel"; -import { AtomCollider } from "../../../data/domain/atomCollider"; +import { AtomCollider } from "../../../data/domain/world-3/construction/atomCollider"; import { Storage } from "../../../data/domain/storage"; import { CircleInformation, List, Grid as GridIcon } from "grommet-icons"; import { normalizeColor } from "grommet/utils"; From c6718627c2099946e295e6b2e56fa8678d0167d4 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 15:25:02 +0100 Subject: [PATCH 11/46] Manually added 2 new companions --- data/domain/data/CompanionRepo.ts | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/data/domain/data/CompanionRepo.ts b/data/domain/data/CompanionRepo.ts index 857649da..a0418590 100644 --- a/data/domain/data/CompanionRepo.ts +++ b/data/domain/data/CompanionRepo.ts @@ -505,6 +505,26 @@ export const initCompanionRepo = () => { "x3": -37, "x4": 5, "x5": 100 - }) + }), + new CompanionBase(50, { + "id": "snakeR", + "desc": "{25% Class EXP, {25% Drop Rate, 1.01x Class EXP, and 1.01x Drop Rate", + "bonus": 25, + "x1": -3, + "x2": 0, + "x3": -9, + "x4": 0, + "x5": 100 + }), + new CompanionBase(51, { + "id": "w6c2b", + "desc": "3x bonuses from Orion, Poppy, and Bubba (and all future Clickers)", + "bonus": 2, + "x1": -21, + "x2": 0, + "x3": -11, + "x4": 100, + "x5": 100 + }), ] } From fc8dfd79b76b3386d853a65d8270c2ece4cfab4c Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 16:27:03 +0100 Subject: [PATCH 12/46] Small change in post post parse (events really doesn't need anything after) Just in case we modify some things like Sigils to display an alert when sigil is ready to level up --- data/domain/idleonData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/domain/idleonData.tsx b/data/domain/idleonData.tsx index 42d84867..39b5220a 100644 --- a/data/domain/idleonData.tsx +++ b/data/domain/idleonData.tsx @@ -300,7 +300,6 @@ const postPostProcessingMap: Record = { "refinery": (doc: Cloudsave, accountData: Map) => updateRefinery(accountData), "sailing": (doc: Cloudsave, accountData: Map) => updateMinTravelTimeAndSpeed(accountData), "farming": (doc: Cloudsave, accountData: Map) => updateFarmingDisplayData(accountData), - "alerts": (doc: Cloudsave, accountData: Map) => updateAlerts(accountData), "sigilsChargeSpeed": (doc: Cloudsave, accountData: Map) => updateSigilsChargeSpeed(accountData), "breedingShinyAndBreedingSpeed": (doc: Cloudsave, accountData: Map) => updateBreedingDisplayData(accountData), "petBeastmaster": (doc: Cloudsave, accountData: Map) => updateBeastMasterImpact(accountData), @@ -309,6 +308,7 @@ const postPostProcessingMap: Record = { "emperorMaxAttempts": (doc: Cloudsave, accountData: Map) => updateEmperorMaxAttempts(accountData), "tesseractEfficiency": (doc: Cloudsave, accountData: Map) => updateTesseractEfficiency(accountData), "coralReefDailyGains": (doc: Cloudsave, accountData: Map) => updateCoralReefDailyGain(accountData), + "alerts": (doc: Cloudsave, accountData: Map) => updateAlerts(accountData), } export const updateIdleonData = (accountData: Map, data: Cloudsave, charNames: string[], companions: number[], serverVars: Record, isStatic: boolean = false) => { From 761a1ff032d69c7c3d5f4b92bf79363bf67ad827 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 16:27:17 +0100 Subject: [PATCH 13/46] Optimized code --- data/domain/world-3/bubba.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/domain/world-3/bubba.tsx b/data/domain/world-3/bubba.tsx index 391eac83..563d6c59 100644 --- a/data/domain/world-3/bubba.tsx +++ b/data/domain/world-3/bubba.tsx @@ -282,9 +282,7 @@ export const updateBubba = (data: Map) => { const bubba = data.get("bubba") as Bubba; const companions = data.get("companions") as Companion[]; - const companionBonus51 = companions.find(companion => companion.id == 51)?.owned || false ? companions.find(companion => companion.id == 51)?.data.bonus || 0 : 0; - - bubba.companionBonus51 = companionBonus51; + bubba.companionBonus51 = companions.find(companion => companion.id == 51)?.owned || false ? companions.find(companion => companion.id == 51)?.data.bonus || 0 : 0; return bubba; } \ No newline at end of file From e51d707ab909caa98690e23ee4032de673491dd4 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 17:33:30 +0100 Subject: [PATCH 14/46] Added construction build speed for each player and total The value is still a bit off, it's missing Palette bonus, the biggest gap is because summoning winner bonuses are missing some multi Bonus from bubble might also be off if the bubble is prismatic --- app/players/content.tsx | 1 + data/domain/player.tsx | 171 ++++++++++++++++-- .../world-3/construction/construction.tsx | 11 ++ 3 files changed, 166 insertions(+), 17 deletions(-) diff --git a/app/players/content.tsx b/app/players/content.tsx index 66e4d056..4c76ebc8 100644 --- a/app/players/content.tsx +++ b/app/players/content.tsx @@ -316,6 +316,7 @@ function MiscStats({ player, activeBubbles }: { player: Player, activeBubbles: B + {playerWorshipInfo.maxCharge > 0 && Charge Rate = {Math.round(playerWorshipInfo.chargeRate * 24)}% / day diff --git a/data/domain/player.tsx b/data/domain/player.tsx index 32cdccc9..fc07758e 100644 --- a/data/domain/player.tsx +++ b/data/domain/player.tsx @@ -3,7 +3,7 @@ import { Box, initPostOffice, PostOfficeConst } from './world-2/postoffice'; import { ClassIndex, Talent, ClassTalentMap, GetTalentArray, TalentConst, ApocalypseChowTalent, EnhancedTalent, BloodMarrowTalent } from './talents'; import { Card, CardInfo } from "./cards"; import { Item, Food, Tool, StoneProps } from "./items"; -import { notUndefined, range } from '../utility'; +import { lavaLog, notUndefined, range } from '../utility'; import { Cloudsave } from "./cloudsave"; import { EnemyData, EnemyInfo } from "./enemies"; import { MapInfo } from "./maps"; @@ -41,6 +41,12 @@ import { EquipmentSets } from './misc/equipmentSets'; import { LegendTalents } from './world-7/legendTalents'; import { Companion } from './companions'; import { Votes } from './world-2/votes'; +import { Storage } from './storage'; +import { ConstructionMastery, Rift, SkillMastery } from './world-4/rift'; +import { UpgradeVault } from './upgradeVault'; +import { Bubba } from './world-3/bubba'; +import { AtomCollider } from './world-3/construction/atomCollider'; +import { Summoning } from './world-6/summoning'; export class PlayerStats { strength: number = 0; @@ -147,6 +153,7 @@ export class Player { doubleClaimChance: Stat = new Stat("Double XP Chance", "%"); monsterCash: Stat = new Stat("Monster Cash", "x"); crystalChance: Stat = new Stat("Crystal Spawn Chance", undefined, "1 in "); + buildSpeed: Stat = new Stat("Build Speed", "/HR") // Misc extraLevelsFromTalent: number = 0; @@ -452,6 +459,102 @@ export class Player { this.crystalChance.sources.push({ name: "Post Office", value: postOfficeBonus }); } + setBuildSpeed = (stampsBonusBuildProd: number, constructionBubbleBonus: number, guildBonus5: number, achievement153: number, constructionMasteryBonus: number, + vialBonusContspd: number, turtleVialBonus: number, arcadeBonus44: number, votingBonus18: number, vaultUpgrade48: number, sheepiesKilled: number, + bubbaBonus1: number, atomCollider1: number, redoxSaltInStorage: number, winnerBonus13: number, paletteBonus25: number) => { + const constructionLevel = this.skills.get(SkillsIndex.Construction)?.level || 0; + const redoxSaltTalent = this.talents.find(x => x.skillIndex == 131)?.getBonus() ?? 0; + const gearBonus = this.getMiscBonusFromGear("Build Spd"); + let postOfficeBonus = 0; + if (this.postOffice) { + const constructionBox = this.postOffice.find(box => box.name == "Construction Container"); + if (constructionBox) { + postOfficeBonus = constructionBox.level > 0 ? constructionBox.bonuses[0].getBonus(constructionBox.level, 0) : 0; + } + } + + const baseSpeed = 3 * Math.pow(constructionLevel / 2 + .7, 1.6); + const bubbleBonus = 1 + constructionLevel * constructionBubbleBonus / 100; + const talentBonus = (1 + redoxSaltTalent * (atomCollider1 + lavaLog(redoxSaltInStorage)) / 100); + const winnerBonus = 1 + winnerBonus13 / 100; + const paletteBonus = 1 + paletteBonus25 / 100; + const vialTurtleBonus = 1 + turtleVialBonus / 100; + const vaultBonus = vaultUpgrade48 * Math.floor(lavaLog(sheepiesKilled)); + const totalAdditivePoints = stampsBonusBuildProd + postOfficeBonus + guildBonus5 + gearBonus + achievement153 + constructionMasteryBonus + vialBonusContspd + + arcadeBonus44 + votingBonus18 + vaultBonus + bubbaBonus1; + const additiveBonuses = 1 + totalAdditivePoints / 100; + + this.buildSpeed.value = baseSpeed * bubbleBonus * additiveBonuses * talentBonus * winnerBonus * paletteBonus * vialTurtleBonus; + const totalSpeed = baseSpeed * bubbleBonus * additiveBonuses * talentBonus * winnerBonus * paletteBonus * vialTurtleBonus; + this.buildSpeed.value = totalSpeed; + const totalBonusSpeed = totalSpeed - baseSpeed; + + if (this.playerID == 0) { + console.log(`g : ${bubbleBonus} = 1 + ${constructionLevel} * ${constructionBubbleBonus} / 100`); + console.log(`l : ${additiveBonuses} = ${stampsBonusBuildProd} + ${postOfficeBonus} + ${guildBonus5} + ${gearBonus} + ${achievement153} + ${constructionMasteryBonus} + ${vialBonusContspd} + ${arcadeBonus44} + ${votingBonus18} + ${vaultBonus} + ${bubbaBonus1}`); + console.log(`q : ${winnerBonus * paletteBonus * vialTurtleBonus} = ${winnerBonus} * ${paletteBonus} * ${vialTurtleBonus}`); + console.log(`talent : ${talentBonus} = (1 + ${redoxSaltTalent} * (${atomCollider1} + ${lavaLog(redoxSaltInStorage)}) / 100)`); + } + + // Display values with weight + this.buildSpeed.sources = []; + + const multipliers = [ + { name: "Carpenter Bubble", m: bubbleBonus }, + { name: "Redox Salt Talent", m: talentBonus }, + { name: "Summoning Bonus", m: winnerBonus }, + { name: "Gaming Palette", m: paletteBonus }, + { name: "Turtle Vial", m: vialTurtleBonus }, + { name: "Additive Sources (Total)", m: additiveBonuses } + ]; + + const weights = multipliers.map(f => ({ + name: f.name, + weight: Math.log(f.m) + })); + const totalWeight = weights.reduce((sum, w) => sum + w.weight, 0); + + this.buildSpeed.sources.push({ name: "Base (construction level)", value: baseSpeed }); + if (totalWeight > 0) { + let additiveShareValue = 0; + + weights.forEach(block => { + const contribution = totalBonusSpeed * (block.weight / totalWeight); + + if (block.name === "Additive Sources (Total)") { + additiveShareValue = contribution; + this.buildSpeed.sources.push({ name: block.name, value: contribution }); + } else if (contribution > 0.1) { + this.buildSpeed.sources.push({ name: block.name, value: contribution }); + } + }); + + // 5. Distribution Linéaire à l'intérieur du bloc additif + if (additiveShareValue > 0 && totalAdditivePoints > 0) { + const addSources = [ + { name: "^ Stamps", p: stampsBonusBuildProd }, + { name: "^ Post Office", p: postOfficeBonus }, + { name: "^ Guild", p: guildBonus5 }, + { name: "^ Gear", p: gearBonus }, + { name: "^ Achievements", p: achievement153 }, + { name: "^ Construct Mastery", p: constructionMasteryBonus }, + { name: "^ Vial (Equinox Fish)", p: vialBonusContspd }, + { name: "^ Arcade", p: arcadeBonus44 }, + { name: "^ Votes", p: votingBonus18 }, + { name: "^ Vault Upgrades", p: vaultBonus }, + { name: "^ Bubba", p: bubbaBonus1 } + ]; + + addSources.forEach(source => { + if (source.p > 0) { + const subContribution = additiveShareValue * (source.p / totalAdditivePoints); + this.buildSpeed.sources.push({ name: source.name, value: subContribution }); + } + }); + } + } + } + getActivityType = (): Activity => { if (this.currentMonster && this.currentMonster.details) { switch (this.currentMonster.details.AFKtype) { @@ -1305,14 +1408,19 @@ export const playerExtraCalculations = (data: Map) => { const legendTalents = data.get("legendTalents") as LegendTalents; const companions = data.get("companions") as Companion[]; const votes = data.get("votes") as Votes; + const deathnote = data.get("deathnote") as Deathnote; + const storage = data.get("storage") as Storage; + const rift = data.get("rift") as Rift; + const upgradeVault = data.get("upgradeVault") as UpgradeVault; + const bubba = data.get("bubba") as Bubba; + const atomCollider = data.get("collider") as AtomCollider; + const summoning = data.get("summoning") as Summoning; + + const skillMastery = rift.bonuses.find(bonus => bonus.name == "Construct Mastery") as ConstructionMastery; // Double claim chance. const doubleChanceGuildBonus = guild.guildBonuses.find(bonus => bonus.name == "Anotha One")?.getBonus() ?? 0; const doubleChanceBribeBonus = bribes.find(bribe => bribe.bonus == "AfkDoubleEXP")?.value ?? 0; - players.forEach(player => { - const doubleChanceBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.Quicc, 19) - player.setDoubleClaimChance(doubleChanceBubbleBonus, doubleChanceBribeBonus, doubleChanceGuildBonus); - }) // Monster Cash. const mealBonus = cooking.meals.filter(meal => meal.bonusKey == "Cash").reduce((sum, meal) => sum += meal.getBonus() ?? 0, 0); @@ -1321,7 +1429,7 @@ export const playerExtraCalculations = (data: Map) => { const labBonus = lab.bonuses.find(bonus => bonus.active && bonus.index == 9)?.getBonus() ?? 0; const vialBonus = alchemy.vials.find(vial => vial.name == "Dieter Drink")?.getBonus() ?? 0; const dungeonBonus = dungeons.passives.get(PassiveType.Flurbo)?.find(bonus => bonus.effect == "Monster Cash")?.getBonus() ?? 0; - const guildBonus = guild.guildBonuses.find(bonus => bonus.index == 8)?.getBonus() ?? 0; + const guildBonus8 = guild.guildBonuses.find(bonus => bonus.index == 8)?.getBonus() ?? 0; const goldFoodStampBonus = stamps.flatMap(stamp => stamp).find(stamp => stamp.raw_name == "StampC7")?.getBonus() ?? 0; const goldFoodAchievement37 = achievementsInfo[37].completed; const goldFoodAchievement380 = achievementsInfo[380].completed; @@ -1346,25 +1454,54 @@ export const playerExtraCalculations = (data: Map) => { apocalypseWoW = skillBonus * deathbringeWoWStacks; } + // Crystal Spawn Chance + const crystalSpawnStamp = stamps[StampTab.Misc][StampConsts.CrystallinIndex].getBonus(); + const crysalShrine = shrines[ShrineConstants.CrystalShrine]; + + // Build Speed + const buildSpeedStampBonus = stamps.flatMap(stamp => stamp).find(stamp => stamp.raw_name == "BuildProd")?.getBonus() || 0; + const guildBonus5 = guild.guildBonuses.find(bonus => bonus.index == 5)?.getBonus() || 0; + const achievement153 = achievementsInfo[153].completed ? 5 : 0; + const constructionMasteryBonus = skillMastery.getBonusByIndex(4); + const vialEquinoxFishBonus = alchemy.vials.find(vial => vial.name == "Shinyfin Stew")?.getBonus() || 0; + const vialTurtleBonus = alchemy.vials.find(vial => vial.name == "Turtle Tisane")?.getBonus() || 0; + const arcadeBonus44 = arcade.bonuses.find(bonus => bonus.index == 44)?.getBonus() || 0; + const votingBonus18 = votes.getCurrentBonus(18); + const vaultUpgrade48 = upgradeVault.getBonusForId(48); + const sheepiesKilled = deathnote.mobKillCount.get("sheep")?.reduce((sum, killCount) => sum += Math.round(killCount), 0) ?? 0; + const bubbaBonus1 = bubba.getGlobalBonus(1); + const atomCollider1 = atomCollider.atoms.find(atom => atom.index == 1)?.getBonus() || 0; + const redoxSaltsOwned = storage.amountInStorage("Refinery1"); + const winnerBonus13 = summoning.summonBonuses.find(bonus => bonus.index == 13)?.getBonus() || 0; + // TODO : add this once gaming have been updated with palette + const paletteBonus25 = 17; + + // Apply everything to players players.forEach(player => { - const strBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.Power, 15) - const wisBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.HighIQ, 15) - const agiBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.Quicc, 15) + // Double claim chance + const doubleChanceBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.Quicc, 19); + player.setDoubleClaimChance(doubleChanceBubbleBonus, doubleChanceBribeBonus, doubleChanceGuildBonus); + + // monster cash + const strBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.Power, 15); + const wisBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.HighIQ, 15); + const agiBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.Quicc, 15); const goldFoodBubble = alchemy.getBonusForPlayer(player, CauldronIndex.Power, 18); const equipmentSetBonus = equipmentSets.getSetBonus("SECRET_SET", player); player.setMonsterCash(strBubbleBonus, wisBubbleBonus, agiBubbleBonus, mealBonus, petArenaBonus1, petArenaBonus2, labBonus, ((pristineCharm16 && pristineCharm16.unlocked) ? pristineCharm16.data.x1 : 0), vialBonus, - dungeonBonus, guildBonus, family, goldFoodStampBonus, goldFoodAchievement37, goldFoodAchievement380, goldFoodAchievement383, prayers, arcadeBonus, sigils.sigils[14].getBonus(), goldFoodBubble, + dungeonBonus, guildBonus8, family, goldFoodStampBonus, goldFoodAchievement37, goldFoodAchievement380, goldFoodAchievement383, prayers, arcadeBonus, sigils.sigils[14].getBonus(), goldFoodBubble, zGoldFoodMealBonus, bribeBonus36, ((pristineCharm14 && pristineCharm14.unlocked) ? pristineCharm14.data.x1 : 0), beanstalkingBonus?.getStackSize() ?? 0, beanstalkingBonus?.item, equipmentSetBonus, votingBonus26, apocalypseWoW, companion48, legenTalent25, cropFallEventCard); - }) - - // Crystal Spawn Chance - const crystalSpawnStamp = stamps[StampTab.Misc][StampConsts.CrystallinIndex].getBonus(); - const crysalShrine = shrines[ShrineConstants.CrystalShrine]; - players.forEach(player => { + + // Crystal spawn chance player.setCrystalChance(crystalSpawnStamp, crysalShrine); - }) + + // Build Speed + const constructionBubbleBonus = alchemy.getBonusForPlayer(player, CauldronIndex.Power, 12); + player.setBuildSpeed(buildSpeedStampBonus, constructionBubbleBonus, guildBonus5, achievement153, constructionMasteryBonus, vialEquinoxFishBonus, vialTurtleBonus, + arcadeBonus44, votingBonus18, vaultUpgrade48, sheepiesKilled, bubbaBonus1, atomCollider1, redoxSaltsOwned, winnerBonus13, paletteBonus25); + }); } diff --git a/data/domain/world-3/construction/construction.tsx b/data/domain/world-3/construction/construction.tsx index 9f1133e0..73a78723 100644 --- a/data/domain/world-3/construction/construction.tsx +++ b/data/domain/world-3/construction/construction.tsx @@ -12,6 +12,7 @@ import { ConstructionMastery, Rift } from "../../world-4/rift"; import { Stamp } from "../../world-1/stamps"; import { Storage } from "../../storage"; import { DancingCoral } from "../../world-7/dancingCoral"; +import { Player } from "../../player"; const BOOKS_FOR_MAX_CHECKOUT = 20; @@ -51,6 +52,7 @@ export class Library { export class Construction extends Domain { buildings: Building[] = []; buildingSlots: number[] = [-1, -1, -1, -1, -1, -1, -1, -1]; + totalBuildSpeed: number = 0; cogProgress: { name: string, progress: number }[] = [ { name: "Nooby", progress: 0 }, { name: "Decent", progress: 0 }, @@ -220,3 +222,12 @@ export const updateConstruction = (data: Map) => { return construction; } + +export const updateConstructionSpeed = (data: Map) => { + const construction = data.get("construction") as Construction; + const players = data.get("players") as Player[]; + + construction.totalBuildSpeed = players.reduce((sum, player) => sum += player.buildSpeed.value, 0); + + return construction; +} \ No newline at end of file From 4daed099e773a7bcecb88af7d86ca75c827c43a7 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 17:34:11 +0100 Subject: [PATCH 15/46] Small change to Construct Mastery Added a Math.floor() to avoid having gap between IE and game because of this --- data/domain/world-4/rift.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/domain/world-4/rift.tsx b/data/domain/world-4/rift.tsx index c3d2be77..1c92d203 100644 --- a/data/domain/world-4/rift.tsx +++ b/data/domain/world-4/rift.tsx @@ -231,9 +231,9 @@ export class ConstructionMastery extends RiftBonus { switch (true) { case bonusIndex == 0: return this.getRank() > bonusIndex ? Math.floor(this.buildingLevels / 10) : 0; case bonusIndex == 1: return this.getRank() > bonusIndex ? 35 : 0; - case bonusIndex == 2: return this.getRank() > bonusIndex ? 2 * ((this.buildingLevels - 750) / 10) : 0; + case bonusIndex == 2: return this.getRank() > bonusIndex ? 2 * Math.floor((this.buildingLevels - 750) / 10) : 0; case bonusIndex == 3: return this.getRank() > bonusIndex ? 100 : 0; - case bonusIndex == 4: return this.getRank() > bonusIndex ? 5 * ((this.buildingLevels - 1250) / 10) : 0; + case bonusIndex == 4: return this.getRank() > bonusIndex ? 5 * Math.floor((this.buildingLevels - 1250) / 10) : 0; case bonusIndex == 5: return this.getRank() > bonusIndex ? 100 : 0; case bonusIndex == 6: return this.getRank() > bonusIndex ? 30 : 0; default: return 0; From c732bcc8be9f79018e513410aed629af0f3e3c18 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 17:56:57 +0100 Subject: [PATCH 16/46] Updated alchemy prismatic bubble bonus calculation --- data/domain/world-2/alchemy/alchemy.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/data/domain/world-2/alchemy/alchemy.tsx b/data/domain/world-2/alchemy/alchemy.tsx index ab255881..e483c248 100644 --- a/data/domain/world-2/alchemy/alchemy.tsx +++ b/data/domain/world-2/alchemy/alchemy.tsx @@ -26,6 +26,8 @@ import { Tome } from '../../world-4/tome'; import { UpgradeVault } from '../../upgradeVault'; import { Tesseract } from '../../tesseract'; import { Arcade } from '../arcade'; +import { LegendTalent, LegendTalents } from '../../world-7/legendTalents'; +import { Sigils } from './sigils'; export enum CauldronIndex { Power = 0, @@ -939,6 +941,8 @@ export function updateAlchemy(data: Map) { const tesseract = data.get("tesseract") as Tesseract; const arcade = data.get("arcade") as Arcade; const slab = data.get("slab") as Slab; + const legendTalents = data.get("legendTalents") as LegendTalents; + const sigils = data.get("sigils") as Sigils; const vaultBonus42 = vault.getBonusForId(42); const labBonusActive = lab.bonuses.find(bonus => bonus.name == "My 1st Chemistry Set")?.active ?? false; @@ -1011,10 +1015,18 @@ export function updateAlchemy(data: Map) { const arcaneBonus45 = tesseract.getUpgradeBonus(45); const arcadeBonus54 = arcade.bonuses[54] ? arcade.bonuses[54].getBonus() : 0; const world6TrophyBonus = world6Trophy?.obtained ? 10 : 0; - + // TODO : update this once gaming have palette added + const paletteBonus28 = 0; + const legendBonus36 = legendTalents.getBonusFromIndex(36); + const purpleSigilsBonus = sigils.sigils.reduce((sum, sigil) => sum += (sigil.boostLevel >= 4 ? 1: 0), 0); + // TODO : add this once farming is updated with exotic market + const exoticMarketBonus48 = 0; + + const prismaBonus = Math.min(3, 2 + (arcaneBonus45 + arcadeBonus54 + world6TrophyBonus + paletteBonus28 + .2 * purpleSigilsBonus + exoticMarketBonus48 + legendBonus36) / 100); + alchemy.cauldrons.flatMap(cauldron => cauldron.bubbles).forEach(bubble => { if (bubble.prismatic) { - bubble.prismaticMultiplier = Math.min(3, 2 + ((arcaneBonus45 + (arcadeBonus54 + world6TrophyBonus)) / 100)); + bubble.prismaticMultiplier = prismaBonus; } }) } From 47d518d38cdefc6d09f6d636c7269556ec6e0e47 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 18:03:43 +0100 Subject: [PATCH 17/46] Updated where the total build speed is calculated, and display it --- components/world-3/construction/buildings.tsx | 5 +++++ data/domain/player.tsx | 4 ++++ data/domain/world-3/construction/construction.tsx | 9 --------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/world-3/construction/buildings.tsx b/components/world-3/construction/buildings.tsx index d037d6eb..fb301b13 100644 --- a/components/world-3/construction/buildings.tsx +++ b/components/world-3/construction/buildings.tsx @@ -53,6 +53,11 @@ export function BuildingsDisplay() { text={constructionData.buildings.reduce((sum, building) => sum += building.level, 0).toString()} margin={{ right: 'medium' }} /> + ) => { const bubba = data.get("bubba") as Bubba; const atomCollider = data.get("collider") as AtomCollider; const summoning = data.get("summoning") as Summoning; + const construction = data.get("construction") as Construction; const skillMastery = rift.bonuses.find(bonus => bonus.name == "Construct Mastery") as ConstructionMastery; @@ -1502,6 +1504,8 @@ export const playerExtraCalculations = (data: Map) => { player.setBuildSpeed(buildSpeedStampBonus, constructionBubbleBonus, guildBonus5, achievement153, constructionMasteryBonus, vialEquinoxFishBonus, vialTurtleBonus, arcadeBonus44, votingBonus18, vaultUpgrade48, sheepiesKilled, bubbaBonus1, atomCollider1, redoxSaltsOwned, winnerBonus13, paletteBonus25); }); + + construction.totalBuildSpeed = players.reduce((sum, player) => sum += player.buildSpeed.value, 0); } diff --git a/data/domain/world-3/construction/construction.tsx b/data/domain/world-3/construction/construction.tsx index 73a78723..e32db8a4 100644 --- a/data/domain/world-3/construction/construction.tsx +++ b/data/domain/world-3/construction/construction.tsx @@ -220,14 +220,5 @@ export const updateConstruction = (data: Map) => { construction.library.secondsToNextCheckout = construction.library.getTimeTillNextCheckout() - timeSinceCheck; construction.library.secondsToMaxCheckout = construction.library.getTimeTillMaxCheckout() - timeSinceCheck; - return construction; -} - -export const updateConstructionSpeed = (data: Map) => { - const construction = data.get("construction") as Construction; - const players = data.get("players") as Player[]; - - construction.totalBuildSpeed = players.reduce((sum, player) => sum += player.buildSpeed.value, 0); - return construction; } \ No newline at end of file From f1695fcf5cf9cd3c245bf96b87f3a4958ab3f140 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 19:36:59 +0100 Subject: [PATCH 18/46] Created New Models for clickers --- data/domain/model/clickerMegarewardModel.ts | 4 ++++ data/domain/model/clickerUpgradeModel.ts | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 data/domain/model/clickerMegarewardModel.ts create mode 100644 data/domain/model/clickerUpgradeModel.ts diff --git a/data/domain/model/clickerMegarewardModel.ts b/data/domain/model/clickerMegarewardModel.ts new file mode 100644 index 00000000..0713cc5d --- /dev/null +++ b/data/domain/model/clickerMegarewardModel.ts @@ -0,0 +1,4 @@ +export interface ClickerMegarewardModel { + name: string, + desc: string +} \ No newline at end of file diff --git a/data/domain/model/clickerUpgradeModel.ts b/data/domain/model/clickerUpgradeModel.ts new file mode 100644 index 00000000..9806b425 --- /dev/null +++ b/data/domain/model/clickerUpgradeModel.ts @@ -0,0 +1,8 @@ +export interface ClickerUpgradeModel { + name: string, + x0: number, + x1: number, + unlock: number, + desc: string, + x2: number +} \ No newline at end of file From 395a1fe5190f6067c8887f832520b94b2f360d57 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 19:37:32 +0100 Subject: [PATCH 19/46] Created new Repo for Orion and Poppy megreward, used the new model for Bubba too --- data/domain/data/BubbaMegafleshRepo.ts | 28 ++++++------ data/domain/data/OrionMegafeatherRepo.ts | 48 ++++++++++++++++++++ data/domain/data/PoppyMegafishRepo.ts | 56 ++++++++++++++++++++++++ data/domain/model/bubbaMegafleshModel.ts | 4 -- 4 files changed, 118 insertions(+), 18 deletions(-) create mode 100644 data/domain/data/OrionMegafeatherRepo.ts create mode 100644 data/domain/data/PoppyMegafishRepo.ts delete mode 100644 data/domain/model/bubbaMegafleshModel.ts diff --git a/data/domain/data/BubbaMegafleshRepo.ts b/data/domain/data/BubbaMegafleshRepo.ts index d78a7884..93a0414c 100644 --- a/data/domain/data/BubbaMegafleshRepo.ts +++ b/data/domain/data/BubbaMegafleshRepo.ts @@ -1,54 +1,54 @@ -import { BubbaMegafleshModel } from "../model/bubbaMegafleshModel"; +import { ClickerMegarewardModel } from "../model/clickerMegarewardModel"; -export class BubbaMegafleshBase { constructor(public index: number, public data: BubbaMegafleshModel) { } } +export class BubbaMegafleshBase { constructor(public index: number, public data: ClickerMegarewardModel) { } } export const initBubbaMegafleshRepo = (): BubbaMegafleshBase[] => { return [ - new BubbaMegafleshBase(0, { + new BubbaMegafleshBase(0, { name: "Glazed Ham", desc: "+1% Meat Slices produced per total upgrade level. Current Bonus:$x" }), - new BubbaMegafleshBase(1, { + new BubbaMegafleshBase(1, { name: "Mutton Chop", desc: "Bubba's IdleOn Bonuses are all 1.20x higher" }), - new BubbaMegafleshBase(2, { + new BubbaMegafleshBase(2, { name: "Bacon Sizzler", desc: "You can now select 2 Gifts at the start of each run" }), - new BubbaMegafleshBase(3, { + new BubbaMegafleshBase(3, { name: "Pork Cube", desc: "Bubba's IdleOn Bonuses are now all 1.40x higher" }), - new BubbaMegafleshBase(4, { + new BubbaMegafleshBase(4, { name: "Sooshi", desc: "+1 Dice rolled, +5 max sides per Dice, and worser rolls are ignored" }), - new BubbaMegafleshBase(5, { + new BubbaMegafleshBase(5, { name: "Grand Salmon", desc: "Double tap a Charisma Attribute to emulsify it, making it give 3x bonus" }), - new BubbaMegafleshBase(6, { + new BubbaMegafleshBase(6, { name: "Golden Ham", desc: "Bubba's IdleOn Bonuses are now 1.60x higher" }), - new BubbaMegafleshBase(7, { + new BubbaMegafleshBase(7, { name: "Beef Pie", desc: "Start each new run with 50 Pats to make Bubba happy!" }), - new BubbaMegafleshBase(8, { + new BubbaMegafleshBase(8, { name: "Big Tenderloin", desc: "You now have a 75% chance to get free meat when upgrading the Smoke Room" }), - new BubbaMegafleshBase(9, { + new BubbaMegafleshBase(9, { name: "Sirloin Steak", desc: "Bubba's IdleOn Bonuses are all 1.80x higher" }), - new BubbaMegafleshBase(10, { + new BubbaMegafleshBase(10, { name: "Ambiguous Meat", desc: "Your chance to find Dollars, Quarters, and Nickels is now double" }), - new BubbaMegafleshBase(11, { + new BubbaMegafleshBase(11, { name: "Chromatic Meat", desc: "Bubba's IdleOn Bonuses are all $x higher" }) diff --git a/data/domain/data/OrionMegafeatherRepo.ts b/data/domain/data/OrionMegafeatherRepo.ts new file mode 100644 index 00000000..ba9cd7b3 --- /dev/null +++ b/data/domain/data/OrionMegafeatherRepo.ts @@ -0,0 +1,48 @@ +import { ClickerMegarewardModel } from "../model/clickerMegarewardModel"; + +export class OrionMegafeatherBase { constructor(public index: number, public data: ClickerMegarewardModel) { } } + +export const initOrionMegafeatherRepo = (): OrionMegafeatherBase[] => { + return [ + new OrionMegafeatherBase(0, { + name: "Maple", + desc: "Multiplies all Feather generation by 10x. Multiplicative, so extra powerful!" + }), + new OrionMegafeatherBase(1, { + name: "Amethyst", + desc: "Boosts all of Orion's Bonuses by double their base amount." + }), + new OrionMegafeatherBase(2, { + name: "Frostraven", + desc: "All upgrades cost 1% less feathers per LV of Feather Generation." + }), + new OrionMegafeatherBase(3, { + name: "Phoenix", + desc: "Instead of double, all of Orion's Bonuses are now triple." + }), + new OrionMegafeatherBase(4, { + name: "Obsidian", + desc: "The Feather Cheapener upgrades now give +2 and +4 Feathers/sec each LV, respectively." + }), + new OrionMegafeatherBase(5, { + name: "Evergreen", + desc: "Forget triple, Orion's Bonuses are now quadruple!" + }), + new OrionMegafeatherBase(6, { + name: "Pristine", + desc: "The upgrade Feather Restart now gives a 5x feather bonus instead of the previous 3x." + }), + new OrionMegafeatherBase(7, { + name: "Lavathian", + desc: "Quadruple? Pfft more like Noobruple, Orion's Bonuses are now Quintuple as big, that's 5x!" + }), + new OrionMegafeatherBase(8, { + name: "Midas", + desc: "The cost of Feather Generation upgrade now goes up 25% slower." + }), + new OrionMegafeatherBase(9, { + name: "Fractal", + desc: "Orion's bonuses are now {x higher than they were at first." + }) + ]; +} \ No newline at end of file diff --git a/data/domain/data/PoppyMegafishRepo.ts b/data/domain/data/PoppyMegafishRepo.ts new file mode 100644 index 00000000..b151301f --- /dev/null +++ b/data/domain/data/PoppyMegafishRepo.ts @@ -0,0 +1,56 @@ +import { ClickerMegarewardModel } from "../model/clickerMegarewardModel"; + +export class PoppyMegafishBase { constructor(public index: number, public data: ClickerMegarewardModel) { } } + +export const initPoppyMegafishRepo = (): PoppyMegafishBase[] => { + return [ + new PoppyMegafishBase(0, { + name: "Squid", + desc: "Unlocks the first 3 upgrades in the Tar Pit, visit through top left corner" + }), + new PoppyMegafishBase(1, { + name: "Sequin", + desc: "Boosts all of Poppy's Bonuses by 1.5x their base amount" + }), + new PoppyMegafishBase(2, { + name: "Nautilus", + desc: "Adds two more Reset Spirals to upgrade, and gives +5 Pts when Fisheroo Resetting" + }), + new PoppyMegafishBase(3, { + name: "Koi", + desc: "Boosts all of Poppy's Bonuses by 2x their base amount." + }), + new PoppyMegafishBase(4, { + name: "Angler", + desc: "Unlocks another 3 upgrades in the Tar Pit, and boosts Tartar Fish gain by 3x" + }), + new PoppyMegafishBase(5, { + name: "Leech", + desc: "The Fishing Buddy upgrade now gives +50% Bluefin caught and +50% Shiny Speed per Lv past Lv.5!" + }), + new PoppyMegafishBase(6, { + name: "Aquaray", + desc: "Boosts all of Poppy's Bonuses by 2.5x their base amount" + }), + new PoppyMegafishBase(7, { + name: "Jettison", + desc: "Unlocks the final 2 upgrades in the Tar Pit, and boosts Tartar Fish gain by another 3x" + }), + new PoppyMegafishBase(8, { + name: "Shoal", + desc: "Boosts all of Poppy's Bonuses by 3x their base amount" + }), + new PoppyMegafishBase(9, { + name: "Eel", + desc: "Shiny fishing is 1% faster per upgrade LV of the Tasty Fishbait upgrade" + }), + new PoppyMegafishBase(10, { + name: "Marlin", + desc: "All upgrades, including Tar Pit upgrades, are 5% cheaper per LV of King Worm upgrade" + }), + new PoppyMegafishBase(11, { + name: "Eclectic", + desc: "Poppy's bonuses are now {x higher than they were at first" + }) + ]; +} \ No newline at end of file diff --git a/data/domain/model/bubbaMegafleshModel.ts b/data/domain/model/bubbaMegafleshModel.ts deleted file mode 100644 index 62a2653b..00000000 --- a/data/domain/model/bubbaMegafleshModel.ts +++ /dev/null @@ -1,4 +0,0 @@ -export interface BubbaMegafleshModel { - name: string, - desc: string -} \ No newline at end of file From 0b3ca2fcbbcaba4803651e5dca614c8dec20e258 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 19:40:05 +0100 Subject: [PATCH 20/46] Created a Repo for clickers update Yeah, everything is mixed between Orion, Poppy and tar pit... Could be worse, I "extracted" from this mess the global bonuses for both Orion and Poppy --- data/domain/data/ClickerUpgradeRepo.ts | 240 +++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 data/domain/data/ClickerUpgradeRepo.ts diff --git a/data/domain/data/ClickerUpgradeRepo.ts b/data/domain/data/ClickerUpgradeRepo.ts new file mode 100644 index 00000000..0f6f3588 --- /dev/null +++ b/data/domain/data/ClickerUpgradeRepo.ts @@ -0,0 +1,240 @@ +import { ClickerUpgradeModel } from "../model/clickerUpgradeModel"; + +export class ClickerUpgradeBase { constructor(public index: number, public type: string, public data: ClickerUpgradeModel) { } } + +export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { + return [ + new ClickerUpgradeBase(0, "Orion", { + name: "Feather Generation", + x0: 5, + x1: 1.1, + unlock: 100, + desc: "Generates } feather per second", + x2: 0 + }), + new ClickerUpgradeBase(1, "Orion", { + name: "Bonuses of Orion", + x0: 350, + x1: 25, + unlock: 1000, + desc: "Gain a permanent bonus in the real game! This upgrade never resets.", + x2: 0 + }), + new ClickerUpgradeBase(2, "Orion", { + name: "Feather Multiplier", + x0: 500, + x1: 1.11, + unlock: 2500, + desc: "Boosts feather generation by +}%", + x2: 0 + }), + new ClickerUpgradeBase(3, "Orion", { + name: "Feather Cheapener", + x0: 3000, + x1: 1.16, + unlock: 30000, + desc: "All feather upgrades are @% cheaper", + x2: 0 + }), + new ClickerUpgradeBase(4, "Orion", { + name: "Feather Restart", + x0: 1000000, + x1: 14, + unlock: 750000, + desc: "Reset almost all Upgrades and Feathers. Generate {x Feathers", + x2: 0 + }), + new ClickerUpgradeBase(5, "Orion", { + name: "Super Feather Production", + x0: 2000000, + x1: 1.12, + unlock: 10000000, + desc: "Generates +} more feathers per second", + x2: 0 + }), + new ClickerUpgradeBase(6, "Orion", { + name: "Shiny Feathers", + x0: 5000000, + x1: 1.4, + unlock: 250000000, + desc: "Rare chance for a Shiny Feather, each one gives +}% feather generation", + x2: 0 + }), + new ClickerUpgradeBase(7, "Orion", { + name: "Super Feather Cheapener", + x0: 50000000, + x1: 1.27, + unlock: 5000000000, + desc: "All feather upgrades are }% cheaper", + x2: 0 + }), + new ClickerUpgradeBase(8, "Orion", { + name: "The Great Mega Reset", + x0: 250000000000, + x1: 20, + unlock: 100000000000, + desc: "Reset almost everything. Gain a permanent Megafeather", + x2: 0 + }), + new ClickerUpgradeBase(9, "Poppy", { + name: "Tasty Fishbait", + x0: 4, + x1: 1.06, + unlock: 100, + desc: "Catch { Fish every 30 seconds", + x2: 10 + }), + new ClickerUpgradeBase(10, "Poppy", { + name: "Quick Reeling", + x0: 150, + x1: 1.2, + unlock: 500, + desc: "Bluefin fishing speed is ]x Faster", + x2: 5 + }), + new ClickerUpgradeBase(11, "Poppy", { + name: "Shiny Lure", + x0: 500, + x1: 3.5, + unlock: 2500, + desc: "Catch Shiny Fish at a rate of {%/hr", + x2: 50 + }), + new ClickerUpgradeBase(12, "Poppy", { + name: "Bonuses from Poppy", + x0: 10000, + x1: 3, + unlock: 30000, + desc: "Gain a permanent bonus in the real game!", + x2: 10 + }), + new ClickerUpgradeBase(13, "Poppy", { + name: "Fishy Discount", + x0: 30000, + x1: 1.13, + unlock: 250000, + desc: "All fish upgrades are ~% cheaper", + x2: 10 + }), + new ClickerUpgradeBase(14, "Poppy", { + name: "Juicy Worm", + x0: 150000, + x1: 1.07, + unlock: 3000000, + desc: "Catch +{ more Bluefin Fish each time", + x2: 50 + }), + new ClickerUpgradeBase(15, "Poppy", { + name: "Fisheroo Reset", + x0: 40000000, + x1: 20, + unlock: 25000000, + desc: "Reset all upgrades and fish for bonuses!", + x2: 1 + }), + new ClickerUpgradeBase(16, "Poppy", { + name: "Fishing Buddy", + x0: 1200000000, + x1: 7.5, + unlock: 600000000, + desc: "Recruit a new Bluefin fisherman!", + x2: 1 + }), + new ClickerUpgradeBase(17, "Poppy", { + name: "Lightning Quickness", + x0: 600000000, + x1: 1.12, + unlock: 4000000000, + desc: "Shiny fishing speed is ]x faster", + x2: 5 + }), + new ClickerUpgradeBase(18, "Poppy", { + name: "Fisheroo Investing", + x0: 7500000000, + x1: 1.7, + unlock: 14000000000, + desc: "Next Fisheroo Reset gives +{ more pts!", + x2: 1 + }), + new ClickerUpgradeBase(19, "Poppy", { + name: "Multihook Fishing", + x0: 20000000000, + x1: 1.12, + unlock: 80000000000, + desc: "Catch +{ more Bluefin Fish each time", + x2: 200 + }), + new ClickerUpgradeBase(20, "Poppy", { + name: "Greatest Catch", + x0: 1500000000000, + x1: 15, + unlock: 400000000000, + desc: "Reset it all. Gain a permanent Megafish", + x2: 5 + }), + new ClickerUpgradeBase(21, "Tar Pit", { + name: "Super Yummy bait", + x0: 1, + x1: 1.15, + unlock: 0, + desc: "Catch +{ more Bluefin Fish each time", + x2: 100 + }), + new ClickerUpgradeBase(22, "Tar Pit", { + name: "Bonus Catching", + x0: 1, + x1: 1.1, + unlock: 0, + desc: "+?% chance for extra shiny catches", + x2: 700 + }), + new ClickerUpgradeBase(23, "Tar Pit", { + name: "Bluefin Frenzy", + x0: 1, + x1: 1.2, + unlock: 0, + desc: "Boosts the amount of Bluefin Fish caught by +{%", + x2: 8 + }), + new ClickerUpgradeBase(24, "Tar Pit", { + name: "Fishy Reductions", + x0: 4, + x1: 1.15, + unlock: 0, + desc: "All bluefin fish upgrades are ~% cheaper", + x2: 15 + }), + new ClickerUpgradeBase(25, "Tar Pit", { + name: "Super Tarbait", + x0: 2, + x1: 1.15, + unlock: 0, + desc: "Catch Tartar Fish ]x faster", + x2: 5 + }), + new ClickerUpgradeBase(26, "Tar Pit", { + name: "Tarrific Resets", + x0: 3, + x1: 2, + unlock: 0, + desc: "Next Fisheroo Reset gives +{ more pts to spend!", + x2: 1 + }), + new ClickerUpgradeBase(27, "Tar Pit", { + name: "Mongo Multipliers", + x0: 2, + x1: 1.1, + unlock: 0, + desc: "Multipliers in Shiny Fishing show up ?% more often!", + x2: 30 + }), + new ClickerUpgradeBase(28, "Tar Pit", { + name: "King Worm", + x0: 5, + x1: 1.2, + unlock: 0, + desc: "Catch +{ more Bluefin Fish every 100 seconds", + x2: 1000 + }) + ]; +} \ No newline at end of file From a4f079e8eee941eb6d2e41109fe8fec6d9c4f0c5 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 19:40:50 +0100 Subject: [PATCH 21/46] Created first draft for Poppy and Orion class For now only contains the global bonuses declarations --- data/domain/world-1/orion.tsx | 15 +++++++++++++++ data/domain/world-2/poppy.tsx | 24 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 data/domain/world-1/orion.tsx create mode 100644 data/domain/world-2/poppy.tsx diff --git a/data/domain/world-1/orion.tsx b/data/domain/world-1/orion.tsx new file mode 100644 index 00000000..4c7eb232 --- /dev/null +++ b/data/domain/world-1/orion.tsx @@ -0,0 +1,15 @@ +export class OrionGlobalBonus { + constructor(public index: number, public desc: string) {} + + static fromBase() { + return [ + new OrionGlobalBonus(0, "{/sec"), + new OrionGlobalBonus(1, "+{% Class XP"), + new OrionGlobalBonus(2, "+{ Base DMG"), + new OrionGlobalBonus(3, "+{% Total DMG"), + new OrionGlobalBonus(4, "+{% Skill XP"), + new OrionGlobalBonus(5, "+{% Drop Rate"), + new OrionGlobalBonus(6, "+{ All Stat"), + ]; + } +} \ No newline at end of file diff --git a/data/domain/world-2/poppy.tsx b/data/domain/world-2/poppy.tsx new file mode 100644 index 00000000..d100e4ac --- /dev/null +++ b/data/domain/world-2/poppy.tsx @@ -0,0 +1,24 @@ +const FisherooBonuses = [ + "{x bluefin fish caught", + "{x shiny fishing speed and luck", + "All upgrades are {x cheaper", + "Other Reset bonuses are {x higher", + "{x Tartar fish caught" +]; + +export class PoppyGlobalBonus { + constructor(public index: number, public desc: string) {} + + static fromBase() { + return [ + new PoppyGlobalBonus(0, "{/minute"), + new PoppyGlobalBonus(1, "+{% Fish Efficiency"), + new PoppyGlobalBonus(2, "+{ Defence"), + new PoppyGlobalBonus(3, "+{% Fishing XP"), + new PoppyGlobalBonus(4, "+{% Accuracy"), + new PoppyGlobalBonus(5, "+{% Total DMG"), + new PoppyGlobalBonus(6, "+{% AFK Gains"), + new PoppyGlobalBonus(7, "+{% Cash"), + ]; + } +} \ No newline at end of file From 521e1c7ff687b371ea1b3efa23eef83be6612ef2 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 21:36:46 +0100 Subject: [PATCH 22/46] Splited Clicker Upgrade Repo I though in-game used those indexes, but it actually start back from zero for Poppy upgrades so no reason to keep it in one init --- data/domain/data/OrionUpgradeRepo.ts | 80 +++++++++++ ...ckerUpgradeRepo.ts => PoppyUpgradeRepo.ts} | 127 +++++------------- 2 files changed, 110 insertions(+), 97 deletions(-) create mode 100644 data/domain/data/OrionUpgradeRepo.ts rename data/domain/data/{ClickerUpgradeRepo.ts => PoppyUpgradeRepo.ts} (52%) diff --git a/data/domain/data/OrionUpgradeRepo.ts b/data/domain/data/OrionUpgradeRepo.ts new file mode 100644 index 00000000..5a481815 --- /dev/null +++ b/data/domain/data/OrionUpgradeRepo.ts @@ -0,0 +1,80 @@ +import { ClickerUpgradeModel } from "../model/clickerUpgradeModel"; + +export class OrionUpgradeBase { constructor(public index: number, public data: ClickerUpgradeModel) { } } + +export const initOrionUpgradeRepo = (): OrionUpgradeBase[] => { + return [ + new OrionUpgradeBase(0, { + name: "Feather Generation", + x0: 5, + x1: 1.1, + unlock: 100, + desc: "Generates } feather per second", + x2: 0 + }), + new OrionUpgradeBase(1, { + name: "Bonuses of Orion", + x0: 350, + x1: 25, + unlock: 1000, + desc: "Gain a permanent bonus in the real game! This upgrade never resets.", + x2: 0 + }), + new OrionUpgradeBase(2, { + name: "Feather Multiplier", + x0: 500, + x1: 1.11, + unlock: 2500, + desc: "Boosts feather generation by +}%", + x2: 0 + }), + new OrionUpgradeBase(3, { + name: "Feather Cheapener", + x0: 3000, + x1: 1.16, + unlock: 30000, + desc: "All feather upgrades are @% cheaper", + x2: 0 + }), + new OrionUpgradeBase(4, { + name: "Feather Restart", + x0: 1000000, + x1: 14, + unlock: 750000, + desc: "Reset almost all Upgrades and Feathers. Generate {x Feathers", + x2: 0 + }), + new OrionUpgradeBase(5, { + name: "Super Feather Production", + x0: 2000000, + x1: 1.12, + unlock: 10000000, + desc: "Generates +} more feathers per second", + x2: 0 + }), + new OrionUpgradeBase(6, { + name: "Shiny Feathers", + x0: 5000000, + x1: 1.4, + unlock: 250000000, + desc: "Rare chance for a Shiny Feather, each one gives +}% feather generation", + x2: 0 + }), + new OrionUpgradeBase(7, { + name: "Super Feather Cheapener", + x0: 50000000, + x1: 1.27, + unlock: 5000000000, + desc: "All feather upgrades are }% cheaper", + x2: 0 + }), + new OrionUpgradeBase(8, { + name: "The Great Mega Reset", + x0: 250000000000, + x1: 20, + unlock: 100000000000, + desc: "Reset almost everything. Gain a permanent Megafeather", + x2: 0 + }), + ] +} \ No newline at end of file diff --git a/data/domain/data/ClickerUpgradeRepo.ts b/data/domain/data/PoppyUpgradeRepo.ts similarity index 52% rename from data/domain/data/ClickerUpgradeRepo.ts rename to data/domain/data/PoppyUpgradeRepo.ts index 0f6f3588..b8f9c0c6 100644 --- a/data/domain/data/ClickerUpgradeRepo.ts +++ b/data/domain/data/PoppyUpgradeRepo.ts @@ -1,90 +1,18 @@ import { ClickerUpgradeModel } from "../model/clickerUpgradeModel"; -export class ClickerUpgradeBase { constructor(public index: number, public type: string, public data: ClickerUpgradeModel) { } } +export class PoppyUpgradeBase { constructor(public index: number, public data: ClickerUpgradeModel) { } } -export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { +export const initPoppyUpgradeRepo = (): PoppyUpgradeBase[] => { return [ - new ClickerUpgradeBase(0, "Orion", { - name: "Feather Generation", - x0: 5, - x1: 1.1, - unlock: 100, - desc: "Generates } feather per second", - x2: 0 - }), - new ClickerUpgradeBase(1, "Orion", { - name: "Bonuses of Orion", - x0: 350, - x1: 25, - unlock: 1000, - desc: "Gain a permanent bonus in the real game! This upgrade never resets.", - x2: 0 - }), - new ClickerUpgradeBase(2, "Orion", { - name: "Feather Multiplier", - x0: 500, - x1: 1.11, - unlock: 2500, - desc: "Boosts feather generation by +}%", - x2: 0 - }), - new ClickerUpgradeBase(3, "Orion", { - name: "Feather Cheapener", - x0: 3000, - x1: 1.16, - unlock: 30000, - desc: "All feather upgrades are @% cheaper", - x2: 0 - }), - new ClickerUpgradeBase(4, "Orion", { - name: "Feather Restart", - x0: 1000000, - x1: 14, - unlock: 750000, - desc: "Reset almost all Upgrades and Feathers. Generate {x Feathers", - x2: 0 - }), - new ClickerUpgradeBase(5, "Orion", { - name: "Super Feather Production", - x0: 2000000, - x1: 1.12, - unlock: 10000000, - desc: "Generates +} more feathers per second", - x2: 0 - }), - new ClickerUpgradeBase(6, "Orion", { - name: "Shiny Feathers", - x0: 5000000, - x1: 1.4, - unlock: 250000000, - desc: "Rare chance for a Shiny Feather, each one gives +}% feather generation", - x2: 0 - }), - new ClickerUpgradeBase(7, "Orion", { - name: "Super Feather Cheapener", - x0: 50000000, - x1: 1.27, - unlock: 5000000000, - desc: "All feather upgrades are }% cheaper", - x2: 0 - }), - new ClickerUpgradeBase(8, "Orion", { - name: "The Great Mega Reset", - x0: 250000000000, - x1: 20, - unlock: 100000000000, - desc: "Reset almost everything. Gain a permanent Megafeather", - x2: 0 - }), - new ClickerUpgradeBase(9, "Poppy", { + new PoppyUpgradeBase(0, { name: "Tasty Fishbait", x0: 4, x1: 1.06, unlock: 100, - desc: "Catch { Fish every 30 seconds", + desc: "Catch { Fish every 30 seconds", x2: 10 }), - new ClickerUpgradeBase(10, "Poppy", { + new PoppyUpgradeBase(1, { name: "Quick Reeling", x0: 150, x1: 1.2, @@ -92,7 +20,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Bluefin fishing speed is ]x Faster", x2: 5 }), - new ClickerUpgradeBase(11, "Poppy", { + new PoppyUpgradeBase(2, { name: "Shiny Lure", x0: 500, x1: 3.5, @@ -100,7 +28,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Catch Shiny Fish at a rate of {%/hr", x2: 50 }), - new ClickerUpgradeBase(12, "Poppy", { + new PoppyUpgradeBase(3, { name: "Bonuses from Poppy", x0: 10000, x1: 3, @@ -108,7 +36,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Gain a permanent bonus in the real game!", x2: 10 }), - new ClickerUpgradeBase(13, "Poppy", { + new PoppyUpgradeBase(4, { name: "Fishy Discount", x0: 30000, x1: 1.13, @@ -116,7 +44,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "All fish upgrades are ~% cheaper", x2: 10 }), - new ClickerUpgradeBase(14, "Poppy", { + new PoppyUpgradeBase(5, { name: "Juicy Worm", x0: 150000, x1: 1.07, @@ -124,7 +52,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Catch +{ more Bluefin Fish each time", x2: 50 }), - new ClickerUpgradeBase(15, "Poppy", { + new PoppyUpgradeBase(6, { name: "Fisheroo Reset", x0: 40000000, x1: 20, @@ -132,7 +60,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Reset all upgrades and fish for bonuses!", x2: 1 }), - new ClickerUpgradeBase(16, "Poppy", { + new PoppyUpgradeBase(7, { name: "Fishing Buddy", x0: 1200000000, x1: 7.5, @@ -140,7 +68,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Recruit a new Bluefin fisherman!", x2: 1 }), - new ClickerUpgradeBase(17, "Poppy", { + new PoppyUpgradeBase(8, { name: "Lightning Quickness", x0: 600000000, x1: 1.12, @@ -148,7 +76,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Shiny fishing speed is ]x faster", x2: 5 }), - new ClickerUpgradeBase(18, "Poppy", { + new PoppyUpgradeBase(9, { name: "Fisheroo Investing", x0: 7500000000, x1: 1.7, @@ -156,7 +84,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Next Fisheroo Reset gives +{ more pts!", x2: 1 }), - new ClickerUpgradeBase(19, "Poppy", { + new PoppyUpgradeBase(10, { name: "Multihook Fishing", x0: 20000000000, x1: 1.12, @@ -164,15 +92,20 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Catch +{ more Bluefin Fish each time", x2: 200 }), - new ClickerUpgradeBase(20, "Poppy", { + new PoppyUpgradeBase(11, { name: "Greatest Catch", x0: 1500000000000, x1: 15, unlock: 400000000000, desc: "Reset it all. Gain a permanent Megafish", x2: 5 - }), - new ClickerUpgradeBase(21, "Tar Pit", { + }) + ]; +} + +export const initPoppyTarpitUpgradeRepo = (): PoppyUpgradeBase[] => { + return [ + new PoppyUpgradeBase(0, { name: "Super Yummy bait", x0: 1, x1: 1.15, @@ -180,7 +113,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Catch +{ more Bluefin Fish each time", x2: 100 }), - new ClickerUpgradeBase(22, "Tar Pit", { + new PoppyUpgradeBase(1, { name: "Bonus Catching", x0: 1, x1: 1.1, @@ -188,15 +121,15 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "+?% chance for extra shiny catches", x2: 700 }), - new ClickerUpgradeBase(23, "Tar Pit", { + new PoppyUpgradeBase(2, { name: "Bluefin Frenzy", - x0: 1, + x0: 1, x1: 1.2, unlock: 0, desc: "Boosts the amount of Bluefin Fish caught by +{%", x2: 8 }), - new ClickerUpgradeBase(24, "Tar Pit", { + new PoppyUpgradeBase(3, { name: "Fishy Reductions", x0: 4, x1: 1.15, @@ -204,7 +137,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "All bluefin fish upgrades are ~% cheaper", x2: 15 }), - new ClickerUpgradeBase(25, "Tar Pit", { + new PoppyUpgradeBase(4, { name: "Super Tarbait", x0: 2, x1: 1.15, @@ -212,7 +145,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Catch Tartar Fish ]x faster", x2: 5 }), - new ClickerUpgradeBase(26, "Tar Pit", { + new PoppyUpgradeBase(5, { name: "Tarrific Resets", x0: 3, x1: 2, @@ -220,7 +153,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Next Fisheroo Reset gives +{ more pts to spend!", x2: 1 }), - new ClickerUpgradeBase(27, "Tar Pit", { + new PoppyUpgradeBase(6, { name: "Mongo Multipliers", x0: 2, x1: 1.1, @@ -228,7 +161,7 @@ export const initClickerUpgradeRepo = (): ClickerUpgradeBase[] => { desc: "Multipliers in Shiny Fishing show up ?% more often!", x2: 30 }), - new ClickerUpgradeBase(28, "Tar Pit", { + new PoppyUpgradeBase(7, { name: "King Worm", x0: 5, x1: 1.2, From 1f5a41439d439f80ee5d83a410c970da33b3f100 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 22:40:04 +0100 Subject: [PATCH 23/46] Small mistake --- data/domain/world-3/bubba.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/domain/world-3/bubba.tsx b/data/domain/world-3/bubba.tsx index 563d6c59..0d132666 100644 --- a/data/domain/world-3/bubba.tsx +++ b/data/domain/world-3/bubba.tsx @@ -183,7 +183,7 @@ export class Bubba extends Domain { return this.upgrades.reduce((sum, upgrade) => sum += upgrade.getRealLevel(), 0); } - getTotalCharsimaLevel(): number { + getTotalCharismaLevel(): number { return this.charismaBonuses.reduce((sum, bonus) => sum += bonus.level, 0); } From dd3da98a8c60896a09f9dd81ca1d84db0de9e5d5 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 23:09:52 +0100 Subject: [PATCH 24/46] Removed some test logs --- data/domain/player.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/data/domain/player.tsx b/data/domain/player.tsx index 1991629f..dd721dcd 100644 --- a/data/domain/player.tsx +++ b/data/domain/player.tsx @@ -490,13 +490,6 @@ export class Player { this.buildSpeed.value = totalSpeed; const totalBonusSpeed = totalSpeed - baseSpeed; - if (this.playerID == 0) { - console.log(`g : ${bubbleBonus} = 1 + ${constructionLevel} * ${constructionBubbleBonus} / 100`); - console.log(`l : ${additiveBonuses} = ${stampsBonusBuildProd} + ${postOfficeBonus} + ${guildBonus5} + ${gearBonus} + ${achievement153} + ${constructionMasteryBonus} + ${vialBonusContspd} + ${arcadeBonus44} + ${votingBonus18} + ${vaultBonus} + ${bubbaBonus1}`); - console.log(`q : ${winnerBonus * paletteBonus * vialTurtleBonus} = ${winnerBonus} * ${paletteBonus} * ${vialTurtleBonus}`); - console.log(`talent : ${talentBonus} = (1 + ${redoxSaltTalent} * (${atomCollider1} + ${lavaLog(redoxSaltInStorage)}) / 100)`); - } - // Display values with weight this.buildSpeed.sources = []; From a9ccc4b5f0e6715ad36d74b124ab5dba48c4b429 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 23:40:57 +0100 Subject: [PATCH 25/46] Small changes to gambit to be more accurate Gambit bonuses are still off though, the multi to get the total score would need some work on, jars and measurements bonuses are off, would need to investigate further --- data/domain/world-5/hole/gambit.tsx | 5 +++-- data/domain/world-5/hole/hole.tsx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/domain/world-5/hole/gambit.tsx b/data/domain/world-5/hole/gambit.tsx index 3f6cbd40..e8170504 100644 --- a/data/domain/world-5/hole/gambit.tsx +++ b/data/domain/world-5/hole/gambit.tsx @@ -88,7 +88,7 @@ export class GambitBonus { } if (this.data.x1 == 1) { - return this.data.x0 * gambitTotalScore; + return this.data.x0 * lavaLog(gambitTotalScore); } else { return this.data.x0; } @@ -110,6 +110,7 @@ export class Gambit { getBonus(index: number): number { const bonus = this.bonuses.find(bonus => bonus.index == index); + if (bonus) { return bonus.getBonus(this.getGambitTotalTime()); @@ -139,7 +140,7 @@ export class Gambit { } getGambitTotalScore(): number { - return this.challenges.reduce((sum, challenge) => challenge.getScoreValue(), 0) * this.gambitPointsMulti; + return this.challenges.reduce((sum, challenge) => sum += challenge.getScoreValue(), 0) * this.gambitPointsMulti; } updateUnlockedBonuses() { diff --git a/data/domain/world-5/hole/hole.tsx b/data/domain/world-5/hole/hole.tsx index 6fb212fc..a7cc34ce 100644 --- a/data/domain/world-5/hole/hole.tsx +++ b/data/domain/world-5/hole/hole.tsx @@ -32,6 +32,7 @@ import { initHarpStringsRepo } from "../../data/HarpStringsRepo"; import { Gambit } from "./gambit"; import { Tesseract } from "../../tesseract"; import { Jar } from "./jar"; +import { LegendTalents } from "../../world-7/legendTalents"; export class Villager { level: number = 0; @@ -917,6 +918,7 @@ export const updateHole = (data: Map) => { const farming = data.get("farming") as Farming; const deathnote = data.get("deathnote") as Deathnote; const tesseract = data.get("tesseract") as Tesseract; + const legendTalents = data.get("legendTalents") as LegendTalents; // Update measurements with various cross domain data hole.measurements.forEach(measurement => { @@ -932,8 +934,7 @@ export const updateHole = (data: Map) => { }); // Update jar bonuses from legendary talents - // TODO add legens talents bonuses to jar before gambit part - const legendTalentBonus = 1//(1 + m._customBlock_Thingies("LegendPTS_bonus", 29, 0) / 100) + const legendTalentBonus = 1 + legendTalents.getBonusFromIndex(29) / 100; hole.jar.jarBonuses.forEach(bonus => { bonus.legendTalentBonus = legendTalentBonus; }); From be8a975055415c431846fb400b04bbc60949e867 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 23:41:51 +0100 Subject: [PATCH 26/46] Updated Orion so it's now a real domain class --- data/domain/world-1/orion.tsx | 124 +++++++++++++++++++++++++++++++--- 1 file changed, 116 insertions(+), 8 deletions(-) diff --git a/data/domain/world-1/orion.tsx b/data/domain/world-1/orion.tsx index 4c7eb232..48186117 100644 --- a/data/domain/world-1/orion.tsx +++ b/data/domain/world-1/orion.tsx @@ -1,15 +1,123 @@ +import { Domain, RawData } from "../base/domain"; +import { Companion } from "../companions"; +import { initOrionUpgradeRepo, OrionUpgradeBase } from "../data/OrionUpgradeRepo"; +import { Item } from "../items"; +import { ClickerUpgradeModel } from "../model/clickerUpgradeModel"; +import { UpgradeVault } from "../upgradeVault"; +import { Hole } from "../world-5/hole/hole"; +import { LegendTalents } from "../world-7/legendTalents"; +import { Meritocraty } from "../world-7/meritocraty"; + export class OrionGlobalBonus { - constructor(public index: number, public desc: string) {} + constructor(public index: number, public desc: string, public value: number) { } static fromBase() { return [ - new OrionGlobalBonus(0, "{/sec"), - new OrionGlobalBonus(1, "+{% Class XP"), - new OrionGlobalBonus(2, "+{ Base DMG"), - new OrionGlobalBonus(3, "+{% Total DMG"), - new OrionGlobalBonus(4, "+{% Skill XP"), - new OrionGlobalBonus(5, "+{% Drop Rate"), - new OrionGlobalBonus(6, "+{ All Stat"), + new OrionGlobalBonus(0, "+{% Class XP", 5), + new OrionGlobalBonus(1, "+{ Base DMG", 10), + new OrionGlobalBonus(2, "+{% Total DMG", 2), + new OrionGlobalBonus(3, "+{% Skill XP", 4), + new OrionGlobalBonus(4, "+{% Drop Rate", 1), + new OrionGlobalBonus(5, "+{ All Stat", 2), ]; } +} + +export class OrionUpgrade { + unlocked: boolean = false; + level: number = 0; + + constructor(public index: number, public data: ClickerUpgradeModel) { } + + static fromBase(data : OrionUpgradeBase[]) { + return data.map(d => new OrionUpgrade(d.index, d.data)); + } +} + +export class Orion extends Domain { + upgrades: OrionUpgrade[] = []; + bonuses: OrionGlobalBonus[] = OrionGlobalBonus.fromBase(); + + ownedFeather: number = 0; + ownedShinyFeather: number = 0; + totalProducedFeather: number = 0; + ownedMegafeathers: number = 0; + + // Global bonus boost + companionBonus51: number = 0; + legendTalent26: number = 0; + + // Feather rate boost + vaultUpgrade21: number = 0; + meritoBonus12: number = 0; + gambitBonus8: number = 0; + + getRawKeys(): RawData[] { + return []; + } + + init(_allItems: Item[]) { + this.upgrades = OrionUpgrade.fromBase(initOrionUpgradeRepo()); + return this; + } + + parse(data: Map): void { + const optionList = data.get("OptLacc") as number[]; + + this.ownedFeather = optionList[253] || 0; + this.ownedMegafeathers = optionList[262] || 0; + this.totalProducedFeather = optionList[263] || 0; + this.ownedShinyFeather = optionList[264] || 0; + + this.upgrades.forEach(upgrade => { + upgrade.level = optionList[254 + upgrade.index] || 0; + upgrade.unlocked = this.totalProducedFeather >= upgrade.data.unlock; + }); + } + + // This rate is per second + getFeatherRate(): number { + return (1 + 9 * this.getMegafeatherQuantity(0)) + * (1 + this.vaultUpgrade21 / 100) * (1 + this.meritoBonus12 / 100) * (1 + this.gambitBonus8 / 100) + * (this.getUpgradeLevel(0) + 5 * this.getUpgradeLevel(5) + 2 * this.getMegafeatherQuantity(4) * this.getUpgradeLevel(3) + 4 * this.getMegafeatherQuantity(4) * this.getUpgradeLevel(7)) + * (1 + 5 * this.getUpgradeLevel(2) / 100) * Math.pow(3 + 2 * this.getMegafeatherQuantity(6), this.getUpgradeLevel(4)) + * (1 + this.ownedShinyFeather * this.getUpgradeLevel(6) / 100) + } + + getUpgradeCost(index: number): number { + const upgrade = this.upgrades.find(upgrade => upgrade.index == index); + + if (!upgrade) { + return 0; + } + + if (index == 0) { + return 1 / (1 + 10 * this.getUpgradeLevel(3) / 100) * (1 / (1 + 20 * this.getUpgradeLevel(7) / 100)) * (1 / (1 + this.getMegafeatherQuantity(2) * this.getUpgradeLevel(0) / 100)) * upgrade.data.x0 * upgrade.level * Math.pow(Math.max(1.05, upgrade.data.x1 - .025 * this.getMegafeatherQuantity(8)), upgrade.level); + } else { + return 1 / (1 + 10 * this.getUpgradeLevel(3) / 100) * (1 / (1 + 20 * this.getUpgradeLevel(7) / 100)) * (1 / (1 + this.getMegafeatherQuantity(2) * this.getUpgradeLevel(0) / 100)) * upgrade.data.x0 * Math.pow(upgrade.data.x1, upgrade.level); + } + } + + getUpgradeLevel(index: number): number { + return this.upgrades.find(upgrade => upgrade.index == index)?.level || 0; + } + + getGlobalBonusMulti(): number { + return 100 * this.getMegafeatherQuantity(1) + 100 * this.getMegafeatherQuantity(3) + 100 * this.getMegafeatherQuantity(5) + + 100 * this.getMegafeatherQuantity(7) + 100 * Math.min(1, this.getMegafeatherQuantity(9)) + 50 * Math.max(0, this.getMegafeatherQuantity(9) - 1); + } + + getGlobalBonus(index: number): number { + const bonus = this.bonuses.find(bonus => bonus.index == index); + + if (!bonus) return 0; + + return bonus.value * (1 + this.legendTalent26 / 100) * (1 + this.companionBonus51) * (1 + this.getGlobalBonusMulti() / 100) + * Math.max(0, Math.ceil((this.getUpgradeLevel(1) - 1) / 6)); + } + + getMegafeatherQuantity(index: number): number { + return this.ownedMegafeathers > index ? 9 == index ? this.ownedMegafeathers - 9 : 1 : 0 + } +} } \ No newline at end of file From 3e34de86ea67a603bea385a232ae22f5571a9244 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 23:42:05 +0100 Subject: [PATCH 27/46] Orion is now into the parsing --- data/domain/idleonData.tsx | 4 ++++ data/domain/world-1/orion.tsx | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/data/domain/idleonData.tsx b/data/domain/idleonData.tsx index 39b5220a..542d4ba6 100644 --- a/data/domain/idleonData.tsx +++ b/data/domain/idleonData.tsx @@ -73,6 +73,7 @@ import { CoralReef, updateCoralReefDailyGain } from './world-7/coralReef'; import { DancingCoral } from './world-7/dancingCoral'; import { Hoops } from './world-1/hoops'; import { Darts } from './world-1/darts'; +import { Orion, updateOrionFeatherRate, updateOrionGlobalBonus } from './world-1/orion'; export const safeJsonParse = (doc: Cloudsave, key: string, emptyValue: T): T => { const data = doc.get(key); @@ -168,6 +169,7 @@ const domainList: Domain[] = [ new DancingCoral("dancingCoral"), new Hoops("hoops"), new Darts("darts"), + new Orion("orion"), ] export class IdleonData { @@ -232,6 +234,7 @@ export const initAccountDataKeys = (allItems: Item[]) => { // ORDER IS IMPORTANT, the keys are not relevant as data doesn't get persisted. // This allows for multiple calls that touch the same data to happen in the same map (artifacts + sailing for example) const postProcessingMap: Record = { + "updateOrionGlobalBonus": (doc: Cloudsave, accountData: Map) => updateOrionGlobalBonus(accountData), "updateBubba": (doc: Cloudsave, accountData: Map) => updateBubba(accountData), "updateBigFish": (doc: Cloudsave, accountData: Map) => updateBigFishUnlocked(accountData), "updateMeritocraty": (doc: Cloudsave, accountData: Map) => updateMeritocratyBonus(accountData), @@ -293,6 +296,7 @@ const postProcessingMap: Record = { // I really really hate this. const postPostProcessingMap: Record = { + "updateOrionFeatherRate": (doc: Cloudsave, accountData: Map) => updateOrionFeatherRate(accountData), "stamps": (doc: Cloudsave, accountData: Map) => updateStampMaxCarry(accountData), "slab": (doc: Cloudsave, accountData: Map) => updateSlabBonusDisplay(accountData), "playersExtraMaths": (doc: Cloudsave, accountData: Map) => playerExtraCalculations(accountData), diff --git a/data/domain/world-1/orion.tsx b/data/domain/world-1/orion.tsx index 48186117..992968ba 100644 --- a/data/domain/world-1/orion.tsx +++ b/data/domain/world-1/orion.tsx @@ -120,4 +120,28 @@ export class Orion extends Domain { return this.ownedMegafeathers > index ? 9 == index ? this.ownedMegafeathers - 9 : 1 : 0 } } + +export const updateOrionGlobalBonus = (data: Map) => { + const orion = data.get("orion") as Orion; + const companions = data.get("companions") as Companion[]; + const legendTalents = data.get("legendTalents") as LegendTalents; + + // Global bonus boost + orion.companionBonus51 = companions.find(companion => companion.id == 51)?.owned || false ? companions.find(companion => companion.id == 51)?.data.bonus || 0 : 0; + orion.legendTalent26 = legendTalents.getBonusFromIndex(26); + + return orion; +} + +export const updateOrionFeatherRate = (data: Map) => { + const orion = data.get("orion") as Orion; + const upgradeVault = data.get("upgradeVault") as UpgradeVault; + const meritocraty = data.get("meritocraty") as Meritocraty; + const hole = data.get("hole") as Hole; + + orion.vaultUpgrade21 = upgradeVault.getBonusForId(21); + orion.meritoBonus12 = meritocraty.getCurrentBonus(12); + orion.gambitBonus8 = hole.gambit.getBonus(8); + + return orion; } \ No newline at end of file From ff576826fb4e811366140d6aac014c8496e401ec Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Wed, 4 Feb 2026 23:58:51 +0100 Subject: [PATCH 28/46] Correct parsing syntax for Orion --- data/domain/world-1/orion.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/data/domain/world-1/orion.tsx b/data/domain/world-1/orion.tsx index 992968ba..437cc397 100644 --- a/data/domain/world-1/orion.tsx +++ b/data/domain/world-1/orion.tsx @@ -62,16 +62,17 @@ export class Orion extends Domain { } parse(data: Map): void { + const orion = data.get(this.getDataKey()) as Orion; const optionList = data.get("OptLacc") as number[]; - this.ownedFeather = optionList[253] || 0; - this.ownedMegafeathers = optionList[262] || 0; - this.totalProducedFeather = optionList[263] || 0; - this.ownedShinyFeather = optionList[264] || 0; + orion.ownedFeather = optionList[253] || 0; + orion.ownedMegafeathers = optionList[262] || 0; + orion.totalProducedFeather = optionList[263] || 0; + orion.ownedShinyFeather = optionList[264] || 0; - this.upgrades.forEach(upgrade => { + orion.upgrades.forEach(upgrade => { upgrade.level = optionList[254 + upgrade.index] || 0; - upgrade.unlocked = this.totalProducedFeather >= upgrade.data.unlock; + upgrade.unlocked = orion.totalProducedFeather >= upgrade.data.unlock; }); } From e90235a95dff810746f00051c4326e0f4cc74f49 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Thu, 5 Feb 2026 00:45:00 +0100 Subject: [PATCH 29/46] Small fix on the global bonus calculation --- data/domain/world-1/orion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/domain/world-1/orion.tsx b/data/domain/world-1/orion.tsx index 437cc397..76d8c329 100644 --- a/data/domain/world-1/orion.tsx +++ b/data/domain/world-1/orion.tsx @@ -114,7 +114,7 @@ export class Orion extends Domain { if (!bonus) return 0; return bonus.value * (1 + this.legendTalent26 / 100) * (1 + this.companionBonus51) * (1 + this.getGlobalBonusMulti() / 100) - * Math.max(0, Math.ceil((this.getUpgradeLevel(1) - 1) / 6)); + * Math.max(0, Math.ceil((this.getUpgradeLevel(1) - bonus.index) / 6)); } getMegafeatherQuantity(index: number): number { From 3980c22c1f6540f4affe4416113f7c37d3853d28 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Thu, 5 Feb 2026 01:01:30 +0100 Subject: [PATCH 30/46] Updated Poppy so now it's a real domain class --- data/domain/world-1/orion.tsx | 1 - data/domain/world-2/poppy.tsx | 199 ++++++++++++++++++++++++++++++++-- 2 files changed, 190 insertions(+), 10 deletions(-) diff --git a/data/domain/world-1/orion.tsx b/data/domain/world-1/orion.tsx index 76d8c329..9e6f6a60 100644 --- a/data/domain/world-1/orion.tsx +++ b/data/domain/world-1/orion.tsx @@ -127,7 +127,6 @@ export const updateOrionGlobalBonus = (data: Map) => { const companions = data.get("companions") as Companion[]; const legendTalents = data.get("legendTalents") as LegendTalents; - // Global bonus boost orion.companionBonus51 = companions.find(companion => companion.id == 51)?.owned || false ? companions.find(companion => companion.id == 51)?.data.bonus || 0 : 0; orion.legendTalent26 = legendTalents.getBonusFromIndex(26); diff --git a/data/domain/world-2/poppy.tsx b/data/domain/world-2/poppy.tsx index d100e4ac..164a2891 100644 --- a/data/domain/world-2/poppy.tsx +++ b/data/domain/world-2/poppy.tsx @@ -1,3 +1,13 @@ +import { Domain, RawData } from "../base/domain"; +import { Companion } from "../companions"; +import { initPoppyTarpitUpgradeRepo, initPoppyUpgradeRepo, PoppyUpgradeBase } from "../data/PoppyUpgradeRepo"; +import { Item } from "../items"; +import { ClickerUpgradeModel } from "../model/clickerUpgradeModel"; +import { UpgradeVault } from "../upgradeVault"; +import { Hole } from "../world-5/hole/hole"; +import { LegendTalents } from "../world-7/legendTalents"; +import { Meritocraty } from "../world-7/meritocraty"; + const FisherooBonuses = [ "{x bluefin fish caught", "{x shiny fishing speed and luck", @@ -6,19 +16,190 @@ const FisherooBonuses = [ "{x Tartar fish caught" ]; +export class PoppyFisherooBonus { + level: number = 0; + + constructor(public index: number, public desc: string) { } + + static fromBase() { + return FisherooBonuses.map((desc, index) => new PoppyFisherooBonus(index, desc)); + } +} + export class PoppyGlobalBonus { - constructor(public index: number, public desc: string) {} + constructor(public index: number, public desc: string, public value: number) { } static fromBase() { return [ - new PoppyGlobalBonus(0, "{/minute"), - new PoppyGlobalBonus(1, "+{% Fish Efficiency"), - new PoppyGlobalBonus(2, "+{ Defence"), - new PoppyGlobalBonus(3, "+{% Fishing XP"), - new PoppyGlobalBonus(4, "+{% Accuracy"), - new PoppyGlobalBonus(5, "+{% Total DMG"), - new PoppyGlobalBonus(6, "+{% AFK Gains"), - new PoppyGlobalBonus(7, "+{% Cash"), + new PoppyGlobalBonus(0, "+{% Fish Efficiency", 3), + new PoppyGlobalBonus(1, "+{ Defence", 3), + new PoppyGlobalBonus(2, "+{% Fishing XP", 5), + new PoppyGlobalBonus(3, "+{% Accuracy", 2), + new PoppyGlobalBonus(4, "+{% Total DMG", 2), + new PoppyGlobalBonus(5, "+{% AFK Gains", .5), + new PoppyGlobalBonus(6, "+{% Cash", 3), ]; } +} + +export class PoppyUpgrade { + unlocked: boolean = false; + level: number = 0; + + constructor(public index: number, public data: ClickerUpgradeModel) { } + + static fromBase(data : PoppyUpgradeBase[]) { + return data.map(d => new PoppyUpgrade(d.index, d.data)); + } +} + +export class TarpitUpgrade { + unlocked: boolean = false; + level: number = 0; + + constructor(public index: number, public data: ClickerUpgradeModel) { } + + static fromBase(data : PoppyUpgradeBase[]) { + return data.map(d => new TarpitUpgrade(d.index, d.data)); + } +} + +export class Poppy extends Domain { + upgrades: PoppyUpgrade[] = []; + tarpitUpgrades: TarpitUpgrade[] = []; + bonuses: PoppyGlobalBonus[] = PoppyGlobalBonus.fromBase(); + fisherooBonuses: PoppyFisherooBonus[] = PoppyFisherooBonus.fromBase(); + + ownedFishes: number = 0; + ownedTartarFishes: number = 0; + totalProducedFishes: number = 0; + ownedMegafishes: number = 0; + + shinyFishes: number[] = [0, 0, 0, 0, 0, 0]; + + // Global bonus boost + companionBonus51: number = 0; + legendTalent26: number = 0; + + // Fish rate boost + vaultUpgrade21: number = 0; + meritoBonus12: number = 0; + gambitBonus8: number = 0; + + getRawKeys(): RawData[] { + return []; + } + + init(_allItems: Item[]) { + this.upgrades = PoppyUpgrade.fromBase(initPoppyUpgradeRepo()); + this.tarpitUpgrades = TarpitUpgrade.fromBase(initPoppyTarpitUpgradeRepo()); + return this; + } + + parse(data: Map): void { + const poppy = data.get(this.getDataKey()) as Poppy; + const optionList = data.get("OptLacc") as number[]; + + poppy.ownedFishes = optionList[267] || 0; + poppy.ownedTartarFishes = optionList[296] || 0; + poppy.totalProducedFishes = 0; + poppy.ownedMegafishes = optionList[279] || 0; + + poppy.upgrades.forEach(upgrade => { + upgrade.level = optionList[268 + upgrade.index] || 0; + upgrade.unlocked = poppy.totalProducedFishes >= upgrade.data.unlock; + }); + + poppy.fisherooBonuses.forEach(bonus => { + bonus.level = optionList[291 + bonus.index] || 0; + }); + + const tarpitUpgradesOwned = poppy.getTarpitUpgradesOwned(); + poppy.tarpitUpgrades.forEach(upgrade => { + upgrade.level = optionList[297 + upgrade.index] || 0; + upgrade.unlocked = upgrade.index < tarpitUpgradesOwned; + }); + + poppy.shinyFishes[0] = optionList[281] || 0; + poppy.shinyFishes[1] = optionList[282] || 0; + poppy.shinyFishes[2] = optionList[283] || 0; + poppy.shinyFishes[3] = optionList[284] || 0; + poppy.shinyFishes[4] = optionList[285] || 0; + poppy.shinyFishes[5] = optionList[286] || 0; + } + + getTarpitUpgradesOwned(): number { + return Math.min(8, Math.round(3 * this.getMegafishQuantity(0) + 3 * this.getMegafishQuantity(4) + 2 * this.getMegafishQuantity(7))); + } + + getUpgradeCost(index: number): number { + const upgrade = this.upgrades.find(upgrade => upgrade.index == index); + + if (!upgrade) { + return 0; + } + + const reductionBase = upgrade.index == 0 ? 1 + upgrade.level : 1; + const reduction = reductionBase * (1 / (1 + 10 * this.getUpgradeLevel(4) / 100)) * (1 / (1 + 15 * this.getTarpitUpgradeLevel(3) / 100)) + * (1 / (1 + 5 * this.getMegafishQuantity(10) * this.getTarpitUpgradeLevel(7) / 100)); + + return reduction * (1 / Math.max(1, this.getFisherooBonus(2))) * upgrade.data.x0 * Math.pow(upgrade.data.x1, upgrade.level); + } + + getTarpitUpgradeCost(index: number): number { + const upgrade = this.tarpitUpgrades.find(upgrade => upgrade.index == index); + + if (!upgrade) { + return 0; + } + + const reduction = 1 / (1 + 5 * this.getMegafishQuantity(10) * this.getTarpitUpgradeLevel(7) / 100); + + return upgrade.level + reduction * upgrade.data.x0 * Math.pow(upgrade.data.x1, upgrade.level); + } + + getFisherooBonus(index: number): number { + const bonus = this.fisherooBonuses.find(bonus => bonus.index == index); + + if (!bonus) { + return 0; + } + + switch (index) { + case 0: return (1 + .4 * bonus.level) * this.getFisherooBonus(3); + case 1: return (1 + .3 * bonus.level) * this.getFisherooBonus(3); + case 2: return (1 + .15 * bonus.level) * this.getFisherooBonus(3); + case 3: return 1 + .04 * bonus.level; + case 4: return (1 + .2 * bonus.level) * this.getFisherooBonus(3); + } + + return 0; + } + + getUpgradeLevel(index: number): number { + return this.upgrades.find(upgrade => upgrade.index == index)?.level || 0; + } + + getTarpitUpgradeLevel(index: number): number { + return this.tarpitUpgrades.find(upgrade => upgrade.index == index)?.level || 0; + } + + getGlobalBonusMulti(): number { + return 50 * this.getMegafishQuantity(1) + 50 * this.getMegafishQuantity(3) + 50 * this.getMegafishQuantity(6) + 50 * this.getMegafishQuantity(8) + + 50 * Math.min(1, this.getMegafishQuantity(11)) + 25 * Math.max(0, this.getMegafishQuantity(11) - 1); + } + + getGlobalBonus(index: number): number { + const bonus = this.bonuses.find(bonus => bonus.index == index); + + if (!bonus) return 0; + + return bonus.value * (1 + this.legendTalent26 / 100) * (1 + this.companionBonus51) * (1 + this.getGlobalBonusMulti() / 100) + * Math.max(0, Math.ceil((this.getUpgradeLevel(3) - bonus.index) / 7)); + } + + getMegafishQuantity(index: number): number { + return this.ownedMegafishes > index ? 11 == index ? this.ownedMegafishes - 11 : 1 : 0 + } +} } \ No newline at end of file From 2780618bb7f1b667d5841c2b91d24f6fce373d35 Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Thu, 5 Feb 2026 01:01:43 +0100 Subject: [PATCH 31/46] Added Poppy to the parse and post parsing --- data/domain/idleonData.tsx | 4 ++++ data/domain/world-2/poppy.tsx | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/data/domain/idleonData.tsx b/data/domain/idleonData.tsx index 542d4ba6..520147b1 100644 --- a/data/domain/idleonData.tsx +++ b/data/domain/idleonData.tsx @@ -74,6 +74,7 @@ import { DancingCoral } from './world-7/dancingCoral'; import { Hoops } from './world-1/hoops'; import { Darts } from './world-1/darts'; import { Orion, updateOrionFeatherRate, updateOrionGlobalBonus } from './world-1/orion'; +import { Poppy, updatePoppyFishRate, updatePoppyGlobalBonus } from './world-2/poppy'; export const safeJsonParse = (doc: Cloudsave, key: string, emptyValue: T): T => { const data = doc.get(key); @@ -170,6 +171,7 @@ const domainList: Domain[] = [ new Hoops("hoops"), new Darts("darts"), new Orion("orion"), + new Poppy("poppy"), ] export class IdleonData { @@ -235,6 +237,7 @@ export const initAccountDataKeys = (allItems: Item[]) => { // This allows for multiple calls that touch the same data to happen in the same map (artifacts + sailing for example) const postProcessingMap: Record = { "updateOrionGlobalBonus": (doc: Cloudsave, accountData: Map) => updateOrionGlobalBonus(accountData), + "updatePoppyGlobalBonus": (doc: Cloudsave, accountData: Map) => updatePoppyGlobalBonus(accountData), "updateBubba": (doc: Cloudsave, accountData: Map) => updateBubba(accountData), "updateBigFish": (doc: Cloudsave, accountData: Map) => updateBigFishUnlocked(accountData), "updateMeritocraty": (doc: Cloudsave, accountData: Map) => updateMeritocratyBonus(accountData), @@ -297,6 +300,7 @@ const postProcessingMap: Record = { // I really really hate this. const postPostProcessingMap: Record = { "updateOrionFeatherRate": (doc: Cloudsave, accountData: Map) => updateOrionFeatherRate(accountData), + "updatePoppyFishRate": (doc: Cloudsave, accountData: Map) => updatePoppyFishRate(accountData), "stamps": (doc: Cloudsave, accountData: Map) => updateStampMaxCarry(accountData), "slab": (doc: Cloudsave, accountData: Map) => updateSlabBonusDisplay(accountData), "playersExtraMaths": (doc: Cloudsave, accountData: Map) => playerExtraCalculations(accountData), diff --git a/data/domain/world-2/poppy.tsx b/data/domain/world-2/poppy.tsx index 164a2891..45e1af79 100644 --- a/data/domain/world-2/poppy.tsx +++ b/data/domain/world-2/poppy.tsx @@ -202,4 +202,27 @@ export class Poppy extends Domain { return this.ownedMegafishes > index ? 11 == index ? this.ownedMegafishes - 11 : 1 : 0 } } + +export const updatePoppyGlobalBonus = (data: Map) => { + const poppy = data.get("poppy") as Poppy; + const companions = data.get("companions") as Companion[]; + const legendTalents = data.get("legendTalents") as LegendTalents; + + poppy.companionBonus51 = companions.find(companion => companion.id == 51)?.owned || false ? companions.find(companion => companion.id == 51)?.data.bonus || 0 : 0; + poppy.legendTalent26 = legendTalents.getBonusFromIndex(26); + + return poppy; +} + +export const updatePoppyFishRate = (data: Map) => { + const poppy = data.get("poppy") as Poppy; + const upgradeVault = data.get("upgradeVault") as UpgradeVault; + const meritocraty = data.get("meritocraty") as Meritocraty; + const hole = data.get("hole") as Hole; + + poppy.vaultUpgrade21 = upgradeVault.getBonusForId(21); + poppy.meritoBonus12 = meritocraty.getCurrentBonus(12); + poppy.gambitBonus8 = hole.gambit.getBonus(8); + + return poppy; } \ No newline at end of file From fcc912e2359c2ef5b85b447f33fc8140ba1f28ea Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Thu, 5 Feb 2026 13:24:27 +0100 Subject: [PATCH 32/46] Update worship totems and MSA Added the new W7 totem so it's displayed and the max reached wave is also computed into the total max waves for Tome and other places Added the two new bonuses to MSA, and updated calculations of all bonuses Updated the Totem getSoulRewards() function to now be accurate with in-game, and added to the UI two new fields for the user to input the values which could change based on character and equipment (the other bonuses are retrieved from relevant domain class) --- components/world-3/worship/totem.tsx | 46 +++++++++++++- data/domain/idleonData.tsx | 3 +- data/domain/world-3/worship.tsx | 93 +++++++++++++++++++++------- data/domain/world-4/tome.tsx | 2 - 4 files changed, 116 insertions(+), 28 deletions(-) diff --git a/components/world-3/worship/totem.tsx b/components/world-3/worship/totem.tsx index 6cee09bf..9910e8bc 100644 --- a/components/world-3/worship/totem.tsx +++ b/components/world-3/worship/totem.tsx @@ -1,5 +1,6 @@ import { Box, + CheckBox, Grid, ResponsiveContext, Text, @@ -11,10 +12,13 @@ import { Worship as WorshipDomain } from '../../../data/domain/world-3/worship'; import ShadowBox from "../../base/ShadowBox"; import { useAppDataStore } from '../../../lib/providers/appDataStoreProvider'; import { useShallow } from 'zustand/react/shallow'; +import TipDisplay from '../../base/TipDisplay'; +import { CircleInformation } from 'grommet-icons'; export function TotemDisplay() { const [efficiency, setEfficiency] = useState(0); const [effFoodBonus, setEffFoodBonus] = useState(0); + const [soooulsTalentBonus, setTalentBonus] = useState(0); const { theData } = useAppDataStore(useShallow( (state) => ({ theData: state.data.getData(), lastUpdated: state.lastUpdated }) )); @@ -22,6 +26,8 @@ export function TotemDisplay() { const worship = theData.get("worship") as WorshipDomain; + const [useDementiaSet, setUseDementiaSet] = useState(worship.dementiaSetAlwaysActive); + return ( { @@ -41,7 +47,7 @@ export function TotemDisplay() { } - + } /> + setTalentBonus(Number(event.target.value))} + type="number" + />} + /> + + { + setUseDementiaSet(event.target.checked); + }} + disabled={worship.dementiaSetAlwaysActive} + /> + + { worship.dementiaSetAlwaysActive ? + You always get the set effect because of armor-set smithy + : + To avoid character checking for a global page, use this checkbox to consider it equipped or not + } + + } + > + + + * Base XP is assuming multiplier of 1x. - * You need a minimum efficiency of 60, 250, 1000, 3000, 8000, and 25000 on the respective totems to get bonus souls. + * You need a minimum efficiency of 60, 250, 1k, 3k, 8k, 25k, 250k and 2.5M on the respective totems to get bonus souls. { @@ -72,7 +112,7 @@ export function TotemDisplay() { - + )) diff --git a/data/domain/idleonData.tsx b/data/domain/idleonData.tsx index 520147b1..36888d8d 100644 --- a/data/domain/idleonData.tsx +++ b/data/domain/idleonData.tsx @@ -16,7 +16,7 @@ import { SaltLick } from './world-3/construction/saltLick'; import { Printer, updatePrinter } from './world-3/construction/printer'; import { TaskBoard } from './tasks'; import { Cloudsave } from './cloudsave'; -import { Worship, updateWorship, updateWorshipTotalizer } from './world-3/worship'; +import { Worship, updateTotemsBonuses, updateWorship, updateWorshipTotalizer } from './world-3/worship'; import { Construction, updateConstruction } from './world-3/construction/construction'; import { updateCards, Cards } from './cards'; import { Arcade, updateArcade } from './world-2/arcade'; @@ -299,6 +299,7 @@ const postProcessingMap: Record = { // I really really hate this. const postPostProcessingMap: Record = { + "updateWorshipTotemsSoulGainBonuses": (doc: Cloudsave, accountData: Map) => updateTotemsBonuses(accountData), "updateOrionFeatherRate": (doc: Cloudsave, accountData: Map) => updateOrionFeatherRate(accountData), "updatePoppyFishRate": (doc: Cloudsave, accountData: Map) => updatePoppyFishRate(accountData), "stamps": (doc: Cloudsave, accountData: Map) => updateStampMaxCarry(accountData), diff --git a/data/domain/world-3/worship.tsx b/data/domain/world-3/worship.tsx index 287709ed..c15c3aa2 100644 --- a/data/domain/world-3/worship.tsx +++ b/data/domain/world-3/worship.tsx @@ -12,20 +12,31 @@ import { SkillsIndex } from "../SkillsIndex"; import { Stamp, StampConsts, StampTab } from "../world-1/stamps"; import { ClassIndex, TalentConst } from "../talents"; import { Sneaking } from "../world-6/sneaking"; - -const totemNames: string[] = "Goblin_Gorefest Wakawaka_War Acorn_Assault Frosty_Firefight Clash_of_Cans Citric_Conflict Breezy_Battle".split(" "); -const totemMapIds: number[] = [26, 63, 30, 107, 155, 208, 259]; - -const worshipBaseInfo: string[][] = ["3 130 goblinG 0 170 570 25 60 1".split(" "), -"5 70 moonman 21 42 357 40 250 10".split(" "), -"9 40 acorn 38 655 200 60 1000 30".split(" "), -"18 190 snowball 56 42 357 90 3000 40".split(" "), -"34 300 w4b2 74 2 493 120 8000 50".split(" "), -"55 45 w5b3 91 158 362 250 25000 60".split(" "), -"120 65 w6b4 108 53 842 700 250000 80".split(" "), +import { UpgradeVault } from "../upgradeVault"; +import { Arcade } from "../world-2/arcade"; +import { EquipmentSets } from "../misc/equipmentSets"; +import { Bubba } from "./bubba"; + +const totemNames: string[] = "Goblin_Gorefest Wakawaka_War Acorn_Assault Frosty_Firefight Clash_of_Cans Citric_Conflict Breezy_Battle Pufferblob_Brawl".split(" "); +const totemMapIds: number[] = [26, 63, 30, 107, 155, 208, 259, 308]; + +const worshipBaseInfo: string[][] = [ + "3 130 goblinG 0 170 570 25 60 1".split(" "), + "5 70 moonman 21 42 357 40 250 10".split(" "), + "9 40 acorn 38 655 200 60 1000 30".split(" "), + "18 190 snowball 56 42 357 90 3000 40".split(" "), + "34 300 w4b2 74 2 493 120 8000 50".split(" "), + "55 45 w5b3 91 158 362 250 25000 60".split(" "), + "120 65 w6b4 108 53 842 700 250000 80".split(" "), + "250 210 w7a8 126 109 508 1000 2500000 100".split(" "), ] export class Totem { + bubbaBonus3: number = 0; + dementiaSetBonus: number = 0; + arcadeBonus24: number = 0; + vaultUpgrade50: number = 0; + constructor(public name: string, public map: MapDataBase, public maxWave: number, public index: number) { } getWaveMultiplier = () => { @@ -46,20 +57,18 @@ export class Totem { return Math.floor(100 * Math.pow(efficiency / (10 * baseInfo), 0.25)) } return 0; - } getChargeCost = () => { return Number(worshipBaseInfo[this.index][6]); } - getSoulRewards = (efficiency: number = 0, foodBonus: number = 0) => { - return Math.floor(5 * (1 + (this.getEfficiencyBonus(efficiency) / 100)) * this.getWaveMultiplier() * (1 + (foodBonus / 100))) + getSoulRewards = (efficiency: number = 0, foodBonus: number = 0, talent57: number = 0, useDementiaSetBonus: boolean = true) => { + return Math.floor(5 * (1 + this.getEfficiencyBonus(efficiency) / 100) * this.getWaveMultiplier() * (1 + (foodBonus + (useDementiaSetBonus ? this.dementiaSetBonus : 0) + this.bubbaBonus3) / 100) + * (1 + talent57 / 100) * (1 + this.arcadeBonus24 / 100) * (1 + this.vaultUpgrade50 / 100)); } - } - export enum TotalizerBonus { Damage = 0, Cooking = 1, @@ -70,6 +79,9 @@ export enum TotalizerBonus { FarmingExp = 6, JadeCoin = 7, EssenceGain = 8, + SpelunkingPow = 9, + // TODO : update this once the second part of World 7 releases + World7SeconSkill = 10, } export class Totalizer { @@ -85,14 +97,16 @@ export class Totalizer { switch (bonus) { case TotalizerBonus.Damage: case TotalizerBonus.BoatSpeed: - case TotalizerBonus.ExpMulti: case TotalizerBonus.SkillExp: - case TotalizerBonus.FarmingExp: - case TotalizerBonus.JadeCoin: - case TotalizerBonus.EssenceGain: return Math.floor(this.totalWaves / 10); - case TotalizerBonus.Cooking: return 10 * Math.floor(this.totalWaves / 10); + case TotalizerBonus.EssenceGain: return 1.5 * Math.floor(this.totalWaves / 10); + case TotalizerBonus.FarmingExp: return 1.75 * Math.floor(this.totalWaves / 10); + case TotalizerBonus.JadeCoin: return 2 * Math.floor(this.totalWaves / 10); + case TotalizerBonus.ExpMulti: return 1.12 * Math.floor(this.totalWaves / 10); + case TotalizerBonus.Cooking: return 13 * Math.floor(this.totalWaves / 10); case TotalizerBonus.BitValue: return 50 * Math.floor(this.totalWaves / 10); + case TotalizerBonus.SpelunkingPow: return 2.5 * Math.max(0, Math.floor((this.totalWaves - 300) / 10)); + case TotalizerBonus.World7SeconSkill: return 0; default: return 0; } } @@ -108,6 +122,8 @@ export class Totalizer { case TotalizerBonus.FarmingExp: return "+{% Farming EXP"; case TotalizerBonus.JadeCoin: return "+{% Jade Coins "; case TotalizerBonus.EssenceGain: return "+{% All Essence Gain"; + case TotalizerBonus.SpelunkingPow: return "+{% Spelunking Power"; + case TotalizerBonus.World7SeconSkill: return "Nothing for now"; default: return ""; } } @@ -145,6 +161,8 @@ export class Worship extends Domain { totalizer: Totalizer = new Totalizer(); + dementiaSetAlwaysActive: boolean = false; + static getEstimatedCharge = (currentCharge: number, chargeRate: number, maxCharge: number, timeAwayInSeconds: number) => { return Math.min(currentCharge + chargeRate * (timeAwayInSeconds / 3600), maxCharge); } @@ -176,7 +194,7 @@ export class Worship extends Domain { init(_allItems: Item[], _charCount: number) { this.totemInfo = []; - [...Array(7)].forEach((_, index) => { + [...Array(8)].forEach((_, index) => { this.totemInfo.push(new Totem(totemNames[index].replace(/_/g, " "), MapInfo[totemMapIds[index]], 0, index)); }); @@ -233,6 +251,12 @@ export const updateWorshipTotalizer = (data: Map) => { if (sneaking.jadeUpgrades.find(upgrade => upgrade.index == 14)?.purchased ?? false) { worship.totalizer.unlockedBonuses.push(TotalizerBonus.EssenceGain); } + if (gaming.superbits[27].unlocked || false) { + worship.totalizer.unlockedBonuses.push(TotalizerBonus.SpelunkingPow); + } + if (gaming.superbits[44].unlocked || false) { + worship.totalizer.unlockedBonuses.push(TotalizerBonus.World7SeconSkill); + } return worship; } @@ -295,3 +319,28 @@ export const updateWorship = (data: Map) => { return worship; } + +export const updateTotemsBonuses = (data: Map) => { + const worship = data.get("worship") as Worship; + const upgradeVault = data.get("upgradeVault") as UpgradeVault; + const arcade = data.get("arcade") as Arcade; + const equipmentSets = data.get("equipmentSets") as EquipmentSets; + const bubba = data.get("bubba") as Bubba; + + const bubbaBonus3 = bubba.getGlobalBonus(3); + const dementiaSet = equipmentSets.equipmentSets.find(set => set.data.name == "DEMENTIA_SET"); + const dementiaSetBonus = dementiaSet?.getBonus(true) || 0; + const arcadeBonus24 = arcade.bonuses.find(bonus => bonus.index == 24)?.getBonus() || 0; + const vaultUpgrade50 = upgradeVault.getBonusForId(50); + + worship.dementiaSetAlwaysActive = dementiaSet?.unlocked || false; + + worship.totemInfo.forEach(totem =>{ + totem.bubbaBonus3 = bubbaBonus3; + totem.dementiaSetBonus = dementiaSetBonus; + totem.arcadeBonus24 = arcadeBonus24; + totem.vaultUpgrade50 = vaultUpgrade50; + }); + + return worship; +} \ No newline at end of file diff --git a/data/domain/world-4/tome.tsx b/data/domain/world-4/tome.tsx index 7f6a8d55..d34261b5 100644 --- a/data/domain/world-4/tome.tsx +++ b/data/domain/world-4/tome.tsx @@ -444,7 +444,6 @@ export const updateTomeScores = (data: Map) => { const totalSigilsLevels = sigils.sigils.reduce((sum, sigil) => sum + (sigil.boostLevel + 1), 0); // Sum of best worship waves - // TODO : update worship to include the new totem const totalBestWorshipWaves = worshipData.totemInfo.reduce((sum, totem) => sum + totem.maxWave, 0); // Sum of all deathnote kills digit @@ -499,7 +498,6 @@ export const updateTomeScores = (data: Map) => { const totalBoatLevels = sailing.boats.reduce((sum, boat) => sum + boat.lootUpgrades + boat.speedUpgrades, 0); // Number of artifact found - // TODO : update this once new status is added, result is 0 right now const totalArtifactFound = sailing.artifacts.reduce((sum, artifact) => artifact.status == ArtifactStatus.Obtained ? sum + 1 : artifact.status == ArtifactStatus.Ancient ? sum + 2 From 95d0e1ef60e536ebf9099f5b9b73a8a4eba4442c Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Thu, 5 Feb 2026 14:29:06 +0100 Subject: [PATCH 33/46] Updated Compass to access bonus easily from outside the domain --- data/domain/compass.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/domain/compass.tsx b/data/domain/compass.tsx index b21d722b..53aa710a 100644 --- a/data/domain/compass.tsx +++ b/data/domain/compass.tsx @@ -1208,7 +1208,7 @@ export class Compass extends Domain implements EfficiencyDomain { /** * Get the bonus value for a specific compass upgrade ID */ - private getUpgradeBonus(upgradeId: number): number { + public getUpgradeBonus(upgradeId: number): number { const upgrade = this.upgrades.find(u => u.id === upgradeId); return upgrade?.bonus || 0; } From c3470e6f629aa4eff4f566cc66ae336859ecd13f Mon Sep 17 00:00:00 2001 From: Zoma-Ancestral Date: Thu, 5 Feb 2026 14:39:12 +0100 Subject: [PATCH 34/46] Updated AtomCollider cost and max level calculations Cost is still a bit off because of gaming palette bonus missing, but everything else should be fine I slightly changed how gaming gives atom the super bit bonuses to avoid having two foreach in a row --- .../world-3/construction/atomCollider.tsx | 35 ++++++++++++++++--- data/domain/world-5/gaming.tsx | 10 +++--- 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/data/domain/world-3/construction/atomCollider.tsx b/data/domain/world-3/construction/atomCollider.tsx index 022559f3..087f54df 100644 --- a/data/domain/world-3/construction/atomCollider.tsx +++ b/data/domain/world-3/construction/atomCollider.tsx @@ -9,6 +9,10 @@ import { TaskBoard } from '../../tasks'; import { Domain, RawData } from '../../base/domain'; import { Item } from '../../items'; import { getStampBonusForKey, Stamp } from '../../world-1/stamps'; +import { Grimoire } from '../../grimoire'; +import { Compass } from '../../compass'; +import { Bubba } from '../bubba'; +import { EventShop } from '../../eventShop'; export class Atom { level: number = 0; @@ -18,15 +22,21 @@ export class Atom { colliderBuildingLevel: number = 0; bubbleBonus: number = 0; // Y5 meritBonus: number = 0; - - gamingMaxLevelBoost: number = 0; + paletteBonus35: number = 0; + grimoireBonus51: number = 0; + compassBonus50: number = 0; + bubbaBonus7: number = 0; + + superbit23MaxLevelBoost: number = 0; + compass53MaxLevelBoost: number = 0; + eventShop28MaxLevelBoost: number = 0; gamingDiscount: number = 0; stampDiscount: number = 0; constructor(public index: number, public data: AtomColliderModel) { } getMaxLevel = () => { - return 20 + this.gamingMaxLevelBoost; + return 20 + this.superbit23MaxLevelBoost + this.compass53MaxLevelBoost + this.eventShop28MaxLevelBoost; } getBonus = (): number => { @@ -34,7 +44,7 @@ export class Atom { } getCost = (level: number = this.level): number => { - const bonusMath = (1 / (1 + (this.stampDiscount + this.nenoBonus + this.gamingDiscount + this.bubbleBonus + (this.colliderBuildingLevel / 10) + this.meritBonus) / 100)); + const bonusMath = 1 / (1 + (this.paletteBonus35 + this.stampDiscount + this.nenoBonus + this.gamingDiscount + this.grimoireBonus51 + this.compassBonus50 + this.bubbleBonus + (this.colliderBuildingLevel / 10) + this.meritBonus + this.bubbaBonus7) / 100); const baseMath = this.data.baseCost + (level * this.data.growthFactor); const exponentMath = Math.pow(this.data.baseExponent, level); return Math.floor(bonusMath * baseMath * exponentMath); @@ -173,6 +183,10 @@ export function updateAtomCollider(data: Map) { const alchemy = data.get("alchemy") as Alchemy; const taskBoard = data.get("taskboard") as TaskBoard; const stamps = data.get("stamps") as Stamp[][]; + const grimoire = data.get("grimoire") as Grimoire; + const compass = data.get("compass") as Compass; + const bubba = data.get("bubba") as Bubba; + const eventShop = data.get("eventShop") as EventShop; (collider.atoms[0] as HydrogenAtom).daysSinceUpgrade = optLacc[134]; (collider.atoms[5] as CarbonAtom).wizardTowersOver50 = construction.buildings.slice(9, 18).reduce((sum, tower) => sum += Math.max(0, tower.level - 50), 0); @@ -184,6 +198,13 @@ export function updateAtomCollider(data: Map) { // Not using getBonus here since Lava says the bonus is 5 but it's really 7. const meritBonus = (taskBoard.merits.find(merit => merit.descLine1.includes("reduction in Atom Upgrade Costs"))?.level ?? 0) * 7; const stampBonus = getStampBonusForKey(stamps, "AtomCost"); + // TODO : update this once palette have been added + const paletteBonus35 = 0; + const grimoireBonus51 = grimoire.getUpgradeBonus(51); + const compassBonus50 = compass.getUpgradeBonus(50); + const bubbaBonus7 = bubba.getGlobalBonus(7); + const compass53MaxLevelBoost = compass.getUpgradeBonus(53); + const eventShop28MaxLevelBoost = eventShop.isBonusOwned(28) ? 20 : 0; collider.atoms.forEach(atom => { atom.bubbleBonus = bubbleBonusY5; @@ -191,6 +212,12 @@ export function updateAtomCollider(data: Map) { atom.nenoBonus = nenoBonus; atom.meritBonus = meritBonus; atom.stampDiscount = stampBonus; + atom.paletteBonus35 = paletteBonus35; + atom.grimoireBonus51 = grimoireBonus51; + atom.compassBonus50 = compassBonus50; + atom.bubbaBonus7 = bubbaBonus7; + atom.compass53MaxLevelBoost = compass53MaxLevelBoost; + atom.eventShop28MaxLevelBoost = eventShop28MaxLevelBoost; }) return collider; diff --git a/data/domain/world-5/gaming.tsx b/data/domain/world-5/gaming.tsx index 60e28ece..bcf7e5c4 100644 --- a/data/domain/world-5/gaming.tsx +++ b/data/domain/world-5/gaming.tsx @@ -236,12 +236,10 @@ export const updateSuperbitImpacts = (data: Map) => { } const atomCollider = data.get("collider") as AtomCollider; - if (gaming.superbits[21].unlocked) { - atomCollider.atoms.forEach(atom => atom.gamingDiscount = 10); - } - if (gaming.superbits[23].unlocked) { - atomCollider.atoms.forEach(atom => atom.gamingMaxLevelBoost = 10); - } + atomCollider.atoms.forEach(atom => { + atom.gamingDiscount = (gaming.superbits[21].unlocked || false) ? 10 : 0; + atom.superbit23MaxLevelBoost = (gaming.superbits[23].unlocked || false) ? 10 : 0; + }); if (gaming.superbits[35].unlocked) { equinox.upgrades.forEach(upgrade => upgrade.bonusLevelFromSuperBit35 = 10); From 69d645b7bed662b42b64410a5f2029b4bfa36263 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 17:16:13 +1100 Subject: [PATCH 35/46] make code more readable --- data/domain/world-1/orion.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/data/domain/world-1/orion.tsx b/data/domain/world-1/orion.tsx index 9e6f6a60..dd685c63 100644 --- a/data/domain/world-1/orion.tsx +++ b/data/domain/world-1/orion.tsx @@ -118,7 +118,18 @@ export class Orion extends Domain { } getMegafeatherQuantity(index: number): number { - return this.ownedMegafeathers > index ? 9 == index ? this.ownedMegafeathers - 9 : 1 : 0 + // If we don't own this megafeather yet, return 0 + if (index > this.ownedMegafeathers) { + return 0; + } + + // If this is the last megafeather, we can have multiples + if (index == 9) { + return this.ownedMegafeathers - 9; + } + + // For everything else, quantity is simply 1. + return 1; } } @@ -144,4 +155,4 @@ export const updateOrionFeatherRate = (data: Map) => { orion.gambitBonus8 = hole.gambit.getBonus(8); return orion; -} \ No newline at end of file +} From 05f3b96b86a8f593af38ffa8e06e4e3ee3e01416 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 17:16:43 +1100 Subject: [PATCH 36/46] update latest and extract --- tests/fixtures/saves/latest.json | 21136 ++++++++-------- tests/results/big-fish-data.json | 38 +- tests/results/cooking-meal-bonus-data.json | 18 +- tests/results/cooking-speed-data.json | 80 +- tests/results/coral-kid-data.json | 26 +- .../results/coral-reef-daily-gains-data.json | 36 +- tests/results/coral-reef-data.json | 14 +- tests/results/dancing-coral-data.json | 42 +- tests/results/diamond-chef-data.json | 14 +- tests/results/divinity-blessing-data.json | 38 +- tests/results/divinity-minor-link-data.json | 10 +- tests/results/equinox-rate-data.json | 40 +- tests/results/legend-talents-data.json | 92 +- tests/results/sailing-speed-data.json | 60 +- tests/results/talents-sludgeadin-data.json | 48 +- 15 files changed, 10840 insertions(+), 10852 deletions(-) diff --git a/tests/fixtures/saves/latest.json b/tests/fixtures/saves/latest.json index f707f9b4..0aac0c82 100644 --- a/tests/fixtures/saves/latest.json +++ b/tests/fixtures/saves/latest.json @@ -1,154 +1,304 @@ { - "CurrentMap_3": 259, - "AnvilPAstats_5": [ - 0, - 600, - 700, - 149, - 1519, - 68 - ], - "PldTraps_5": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "SLpre_3": "{\"0\":245,\"1\":245,\"5\":245,\"6\":245,\"8\":245,\"9\":100,\"10\":848,\"11\":494,\"12\":104,\"13\":100,\"81\":245,\"85\":299,\"86\":417,\"87\":100,\"88\":299,\"89\":299,\"90\":121,\"91\":139,\"92\":198,\"93\":245,\"94\":245,\"95\":245,\"96\":245,\"97\":245,\"98\":219,\"99\":203,\"100\":197,\"101\":200,\"102\":180,\"103\":197,\"104\":153,\"111\":100,\"119\":136,\"120\":218,\"121\":211,\"122\":121,\"123\":139,\"124\":126,\"125\":211,\"127\":219,\"129\":245,\"130\":245,\"131\":245,\"132\":245,\"133\":144,\"141\":245,\"142\":299,\"143\":299,\"144\":299,\"149\":299,\"165\":245,\"166\":144,\"167\":147,\"168\":245,\"169\":245,\"170\":0,\"175\":175,\"176\":174,\"177\":199,\"178\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":27,\"625\":862,\"628\":100,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"639\":100,\"642\":116,\"652\":300,\"654\":150,\"655\":44,\"656\":200}", - "CauldUpgXPs": [ - 1513029.7841723, - 0, - 0, - 0, - 525463.785687685, - 0, - 1549853.93796372, - 0, - 1286289.06625569, - 0, - 0, - 0, - 97991.9828841686, - 0, - 0, - 0, - 0, - 0, - 46762.24501048119, - 15221.854756800238, - 0, - 0, - 52252.67066923671, - 11975.535024736875, + "Gaming": [ + 3.4007532204144796e+62, + 551, + 662, + 11, + 8, + 224245, + "0_abcdefgh", + 435, + 9829437.96747399, + 596.1000000000004, + 69000, + "ggggggffg", + "_fgahbcimldjnrsotukpeqvwxyDzEFAJGPK", + 664, 0, 0, - 31066.055368994977, - 28860.42950170877, 0, 0, - 39400.14636424983, - 52233.61526385307 - ], - "QuestStatus_0": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[15,6],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[30,18,3],\"Scripticus12\":[0,0,0],\"Scripticus13\":[1,1],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[18800,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[167366],\"Oinkin1\":[10],\"Slargon2\":[1045306],\"Oinkin2\":[14,5,7],\"Slargon3\":[37960476],\"Oinkin3\":[1],\"Slargon4\":[3627696],\"Poigu1\":[67],\"Poigu2\":[149],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[1],\"Dazey2\":[0,0,0],\"Bellows1\":[53],\"Mutton1\":[0,0,0],\"Bellows2\":[7186],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[12,32],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Stiltzcho4\":[407459],\"Builder_Bird1\":[0],\"Promotheus4\":[1],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[154374],\"Stiltzcho6\":[185175],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[3],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[1550],\"Glumlee5\":[0],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Royal_Worm2\":[8],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[76845113],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[1,1],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[150,7194],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[843],\"Royal_Worm7\":[100],\"Royal_Worm8\":[22],\"Pirate_Porkchop1\":[5776],\"Royal_Worm9\":[25000],\"Pirate_Porkchop2\":[51749247],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[3886257],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[99999999],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[21],\"Hoov2\":[21768],\"Hoov3\":[46],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"Scubidew2\":[5,41],\"TP_Pete1\":[62,68],\"Hamish3\":[0],\"Scubidew3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Cowbo_Jones10\":[1,1],\"Scripticus2\":[5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones12\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones13\":[\"0\"],\"Scripticus5\":[10],\"Meel1\":[43],\"Tired_Mole1\":[8159337],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Scripticus6\":[0],\"Meel2\":[0],\"Sussy_Gene1\":[1,1,1662],\"Tired_Mole2\":[15544982],\"Cowbo_Jones15\":[0,0,0],\"Scripticus7\":[1,1],\"Sussy_Gene2\":[1,1,1],\"Tired_Mole3\":[1,1],\"Scripticus8\":[0],\"Sussy_Gene3\":[1,1,\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[216],\"Sprout1\":[0,0],\"Capital_P2\":[1405],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[144],\"Capital_P3\":[14610],\"Lonely_Hunter2\":[35],\"Sprout3\":[0,0,0],\"Lonely_Hunter3\":[9,6,9],\"Shuvelle1\":[12,35],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[13],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[15],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[16],\"Whattso1\":[0],\"Whattso2\":[13],\"Whattso3\":[53],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[\"0\"],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[4,1],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[42],\"Cowbo_Jones3\":[5],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[6,1],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[7,1],\"Goldric2\":[16,91],\"Cowbo_Jones6\":[2],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[8,1],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[1,1,1],\"Wellington2\":[0,0,0],\"Wellington3\":[1],\"Wellington4\":[1],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[1,1,1],\"Tiki_Chief3\":[7580,\"3\"],\"Tiki_Chief4\":[10,1],\"Monolith1\":[3340,4],\"Monolith2\":[0],\"Monolith3\":[100000],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[8],\"Bill_Brr2\":[1],\"Bill_Brr3\":[3,\"1\"],\"Bill_Brr4\":[1],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[22,\"1\"],\"Bill_Brr7\":[1],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[25,4],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Toadstall2\":[1],\"Centurion3\":[409168],\"Centurion4\":[15,385979],\"Snouts1\":[0],\"Toadstall3\":[1],\"Centurion5\":[227,236,192,215,44],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion6\":[1],\"Snouts3\":[1],\"Lord_of_the_Hunt2\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt3\":[0,0],\"Snouts4\":[0],\"Centurion8\":[\"0\"],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Lord_of_the_Hunt4\":[0,0],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste971\":[0],\"Lord_of_the_Hunt7\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[3],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Woodsman4\":[0],\"Hoggindaz1\":[1,33],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,4],\"Hoggindaz4\":[1,9],\"Hoggindaz5\":[2],\"Funguy1\":[0,0,0],\"Hoggindaz6\":[0],\"Funguy2\":[39],\"Hoggindaz7\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Funguy3\":[0],\"Yondergreen1\":[4],\"Hoggindaz8\":[0],\"Iceland_Irwin1\":[0],\"Funguy4\":[35,\"0\"],\"Hoggindaz9\":[1],\"Yondergreen2\":[0],\"Yondergreen3\":[244386.25344],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Carpetiem1\":[802],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[10602640,0],\"Yondergreen7\":[1],\"Carpetiem3\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[35],\"Sad_Urie1\":[1],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "CardPreset_4": "[[\"wolfB\",\"snowball\",\"w5b3\",\"Boss3C\",\"Boss6C\",\"poopBig\",\"w6a1\",\"w5a1\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Crystal1\",\"Bug1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", - "PVStatList_1": [ - 134946, - 142837, - 364049, - 94658, - 921 - ], - "PVGender_6": 4, - "PlayerStuff_9": "[10998,0,2,0,0,0,0,0,0,0]", - "QuestStatus_9": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[\"0\",7],\"Scripticus11\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX1\":[15,8],\"XxX_Cattleprod_XxX2\":[33,32,34],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[\"0\",\"0\"],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Masterius1\":[\"0\"],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius2\":[\"0\"],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[246445],\"Oinkin1\":[\"0\"],\"Slargon2\":[447451],\"Oinkin2\":[\"0\",\"0\",\"0\"],\"Slargon3\":[1230519],\"Oinkin3\":[\"0\"],\"Slargon4\":[99921552],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[50],\"Bellows2\":[5185],\"Mutton1\":[0,0,0],\"Bellows3\":[\"0\"],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[11,129],\"Promotheus1\":[1],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[\"0\"],\"Builder_Bird1\":[0],\"Stiltzcho4\":[\"0\"],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[\"0\"],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[\"0\"],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[7608],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[27974],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[282335],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[572169396],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[\"0\"],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[\"0\",\"200\"],\"Scubidew2\":[\"0\",\"121\"],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete3\":[0],\"Cowbo_Jones10\":[\"0\"],\"Scripticus2\":[15],\"Cowbo_Jones11\":[\"0\"],\"Scripticus3\":[1,1],\"Cowbo_Jones12\":[\"0\"],\"Scripticus4\":[1,1,1],\"Cowbo_Jones13\":[\"0\"],\"Scripticus5\":[2764],\"Meel1\":[\"0\"],\"Tired_Mole1\":[6461185],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Scripticus6\":[0],\"Meel2\":[0],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Tired_Mole2\":[16660434],\"Cowbo_Jones15\":[0,0,0],\"Scripticus7\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Tired_Mole3\":[\"0\",\"0\"],\"Scripticus8\":[1,1,6071],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[\"0\"],\"Sprout1\":[0,0],\"Capital_P2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Lonely_Hunter2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[2],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[31],\"Cowbo_Jones3\":[10],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[30],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus1\":[\"0\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[\"0\",\"0\"],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[1],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Bill_Brr7\":[\"0\"],\"Centurion1\":[49,12],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Centurion3\":[\"0\"],\"Toadstall2\":[\"0\"],\"Centurion4\":[\"0\",\"0\"],\"Snouts1\":[0],\"Toadstall3\":[\"0\"],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion6\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt3\":[0,0],\"Snouts4\":[0],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste971\":[0],\"Lord_of_the_Hunt7\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Woodsman4\":[0],\"Hoggindaz1\":[1,223],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,16],\"Hoggindaz4\":[\"0\",\"0\"],\"Hoggindaz5\":[\"0\"],\"Funguy1\":[0,0,0],\"Hoggindaz6\":[0],\"Funguy2\":[28,28],\"Hoggindaz7\":[0],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Funguy4\":[\"0\",\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Carpetiem1\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem2\":[\"0\",\"1\"],\"Bushlyte2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[\"0\"],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[\"0\"],\"Speccius1\":[0,0],\"Loominadi3\":[\"0\"],\"Speccius2\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "AnvilPAstats_6": [ 0, - 600, - 700, - 123, - 1251, - 61 + 0 ], - "AttackLoadoutpre_8": "[[460,635,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "PostOfficeInfo1": [ - { - "0": 4418, - "1": -69, - "2": 0, - "length": 3 - }, - { - "0": 100, - "1": -858, - "2": 0, - "length": 3 - }, - { - "0": 661, - "1": -69, - "2": 0, - "length": 3 - }, - { - "0": 61, - "1": -69, - "2": 0, - "length": 3 - }, - { - "0": 274, - "1": -69, - "2": 0, - "length": 3 - }, - { - "0": 220, - "1": -69, - "2": 0, - "length": 3 - } + "SL_5": "{\"0\":189,\"1\":200,\"5\":194,\"6\":214,\"8\":226,\"9\":100,\"10\":498,\"11\":1038,\"12\":408,\"13\":100,\"144\":299,\"263\":299,\"265\":100,\"266\":100,\"267\":297,\"268\":299,\"269\":299,\"270\":130,\"271\":147,\"272\":152,\"273\":194,\"274\":154,\"276\":194,\"277\":200,\"278\":215,\"279\":219,\"280\":146,\"281\":100,\"282\":100,\"283\":100,\"284\":225,\"291\":100,\"293\":129,\"299\":100,\"300\":136,\"301\":150,\"302\":299,\"303\":150,\"304\":153,\"305\":198,\"307\":147,\"309\":100,\"310\":152,\"311\":142,\"312\":114,\"313\":150,\"315\":299,\"361\":100,\"362\":299,\"363\":299,\"364\":270,\"365\":174,\"366\":220,\"367\":173,\"368\":227,\"370\":100,\"371\":153,\"372\":147,\"373\":238,\"374\":299,\"420\":285,\"421\":299,\"422\":180,\"423\":299,\"424\":299,\"425\":100,\"426\":134,\"427\":134,\"428\":1,\"429\":54,\"430\":100,\"431\":100,\"432\":100,\"433\":100,\"434\":100,\"615\":46,\"616\":50,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"627\":50,\"628\":100,\"631\":100,\"632\":100,\"633\":0,\"634\":1,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":100,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":80}", + "PVStatList_4": [ + 124337, + 132460, + 320168, + 80048, + 920 ], - "AchieveReg": "[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,0,-1,0,-1,-1,-1,-1,-1,-1,-1,0,0,-1,-1,-1,-1,0,-1,-1,-1,0,0,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,0,-1,-1,-1,-1,0,-1,-1,0,-1,-1,-1,-1,28,28,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,107,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,6627,-1,-1,-1,-1,-1,-1,-1,-1,-1,56705,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,778,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,0,0,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", - "Lv0_7": [ - 917, - 68, - 123, - 16, - 39, + "Lv0_2": [ + 929, + 84, + 140, + 85, + 81, 142, - 36, - 122, - 1504, - 110, - 2, + 91, + 124, + 743, + 116, + 75, 84, - 223, - 166, - 227, + 244, + 165, + 236, 297, 353, - 826, - 149, - 32, + 827, + 148, + 79, -1, -1, -1, -1, -1 ], - "PVtStarSign_0": "44,69,6,", - "AnvilPAselect_5": [ - 2, - 2, - 2 + "InventoryOrder_4": [ + "Crystal5", + "EquipmentHats21", + "GoldricP1", + "BadgeG2", + "Quest37", + "EquipmentHats4Choppin", + "Blank", + "Blank", + "ClassSwap", + "Blank", + "EquipmentHats27", + "EquipmentHats27", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Spelunking0", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" ], - "FoodCD_2": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 + "CurrentMap_3": 259, + "Prayers_9": "[1,14,-1,4,-1,-1,16,-1,-1,-1,-1,-1]", + "ObolEqMAP_1": "{\"0\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"8\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"9\":{\"UQ1val\":1,\"SuperFunItemDisplayType\":\"Inventory\",\"STR\":-1,\"UQ1txt\":\"%_MONEY\"},\"11\":{\"LUK\":2,\"UQ1val\":1,\"SuperFunItemDisplayType\":\"ObolUpgradeReroll\",\"UQ1txt\":\"%_MONEY\"},\"14\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"15\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"17\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"UQ1val\":1,\"UQ1txt\":\"%_MONEY\",\"STR\":2},\"20\":{\"SuperFunItemDisplayType\":\"Inventory\"}}", + "FlagU": "[-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11]", + "CardPreset_1": "[[\"Boss6A\",\"babaMummy\",\"w5a3\",\"speaker\",\"mimicA\",\"Crystal0\",\"w6d2\",\"crabcakeB\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"poopD\",\"Boss6C\",\"w5a1\",\"w4c1\",\"babaMummy\",\"Boss6A\",\"w6d2\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6B\",\"Boss4C\",\"poopBig\",\"w6a1\",\"w5b3\",\"snowball\",\"skele2\",\"Boss3C\",\"B\",\"B\",\"B\",\"B\"],[\"demonP\",\"Boss5B\",\"Boss2A\",\"w5b4\",\"poopSmall\",\"Bug1\",\"ghost\",\"moonman\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"demonP\",\"poopSmall\",\"w5a3\",\"babaMummy\",\"mini3a\",\"mushP\",\"w5a1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", + "CharacterClass_5": 29, + "ObolInvOr": [ + { + "0": "ObolSilver2", + "1": "ObolGold3", + "2": "ObolSilver2", + "3": "ObolSilver2", + "4": "ObolSilver2", + "5": "ObolSilver2", + "6": "ObolSilver2", + "7": "ObolSilver2", + "8": "ObolSilverMining", + "9": "ObolSilverCatching", + "10": "ObolSilverChoppin", + "11": "ObolSilver2", + "12": "ObolSilver2", + "13": "ObolSilver2", + "14": "ObolPlatinum3", + "15": "ObolPlatinum3", + "16": "ObolPlatinum0", + "17": "ObolSilverPop", + "18": "ObolPlatinum0", + "19": "ObolPlatinum2", + "20": "ObolSilver2", + "21": "ObolHyper1", + "22": "ObolHyper1", + "23": "ObolHyper3", + "24": "ObolHyper2", + "25": "ObolHyper1", + "26": "ObolHyper3", + "27": "ObolHyper2", + "28": "LockedInvSpace", + "29": "LockedInvSpace", + "30": "LockedInvSpace", + "31": "LockedInvSpace", + "length": 32 + }, + { + "0": "ObolSilverLuck", + "1": "ObolSilverLuck", + "2": "ObolSilverLuck", + "3": "ObolSilverLuck", + "4": "ObolSilverLuck", + "5": "ObolSilverLuck", + "6": "ObolSilverLuck", + "7": "ObolSilverLuck", + "8": "ObolHyperB1", + "9": "ObolGoldMining", + "10": "ObolGoldMoney", + "11": "ObolPink0", + "12": "ObolGoldChoppin", + "13": "ObolGoldDef", + "14": "ObolPink0", + "15": "ObolPink3", + "16": "ObolGoldLuck", + "17": "ObolHyperB3", + "18": "ObolHyperB3", + "19": "ObolHyperB3", + "20": "ObolHyperB3", + "21": "ObolHyperB2", + "22": "ObolHyperB1", + "23": "ObolHyperB2", + "24": "LockedInvSpace", + "25": "LockedInvSpace", + "26": "LockedInvSpace", + "27": "LockedInvSpace", + "length": 28 + }, + { + "0": "Blank", + "1": "Blank", + "2": "Blank", + "3": "Blank", + "4": "Blank", + "5": "Blank", + "6": "Blank", + "7": "ObolChizoarA", + "8": "ObolChizoarA", + "9": "ObolEfauntA", + "10": "ObolAmarokA", + "11": "ObolSlush", + "12": "ObolSlush", + "13": "ObolEfauntA", + "14": "ObolPlatinumLuck", + "15": "ObolPlatinumFishing", + "16": "ObolPlatinumPop", + "17": "ObolPlatinumDef", + "18": "ObolPlatinumPop", + "19": "ObolPlatinumKill", + "20": "LockedInvSpace", + "21": "LockedInvSpace", + "22": "LockedInvSpace", + "23": "LockedInvSpace", + "length": 24 + }, + { + "0": "Blank", + "1": "Blank", + "2": "Blank", + "3": "Blank", + "4": "Blank", + "5": "Blank", + "6": "Blank", + "7": "Blank", + "8": "ObolKruk", + "9": "ObolTroll", + "10": "ObolTroll", + "11": "ObolKruk", + "12": "ObolTroll", + "13": "ObolTroll", + "14": "ObolKruk", + "15": "ObolKruk", + "16": "LockedInvSpace", + "17": "LockedInvSpace", + "18": "LockedInvSpace", + "19": "LockedInvSpace", + "length": 20 + } ], - "PVtStarSign_2": "55,7,22,", - "AtkCD_2": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "RespTime_6": 0, + "CurrentMap_8": 312, + "StatueLevels_2": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "EMm0_5": "{\"0\":{\"Defence\":165,\"STR\":0,\"WIS\":0,\"Weapon_Power\":11,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":110,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":24,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":21,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":135,\"STR\":0,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":90,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":150,\"STR\":0,\"WIS\":12,\"Weapon_Power\":10,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":100,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"UQ1val\":57,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"6\":{\"Defence\":135,\"STR\":0,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":90,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Weapon_Power\":9,\"UQ1val\":75,\"Upgrade_Slots_Left\":-3},\"9\":{\"UQ1val\":1.5,\"UQ2txt\":\"%_BASIC_ATK_SPEED\",\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"UQ2val\":4},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_LUK\",\"UQ2val\":3,\"UQ1val\":4,\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "CYDeliveryBoxMisc": 25424.12, "ObolEqO0_6": [ "ObolPink2", "ObolPlatinum3", @@ -172,30 +322,39 @@ "ObolSlush", "ObolGoldKill" ], - "FoodSlO_1": 6, - "PVInstaRevives_5": 1, - "MoneyBANK": 0, - "EMm1_1": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"UQ1txt\":0,\"UQ2val\":0,\"Reach\":0,\"AGI\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":60,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"WIS\":24,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":24,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":36,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":60,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":40,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0}}", - "POu_1": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,24997,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "EMmLENGTH0_6": 16, - "PVtStarSign_5": "69,38,44,", - "KLA_1": "[[0,0],[-9816553166.296286],[-169788846.87734333],[150,10],[150],[150],[0],[0,81],[-185101477.8694625],[-15774.6523456789],[0],[0,0],[0],[-368314776.492091,-368267276.492091],[-41440966.59514929,-41439616.59514929],[-417654.017967949],[-39744825.148101285,-39742025.148101285],[-4477949.08918171],[-8925156936.16013],[-36051962.18868222],[7],[5],[0],[0],[-4921040731.254192,-4921039031.254192],[0],[-130904517.02992266],[-438252871.069648,-438248701.069648],[-356818501.01],[0],[0],[-4645998.82386099],[0],[0],[0],[0],[0],[0],[-26303.8182716042],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-2111129021.7300365],[-703295081.005383,-703294681.005383],[-305402.03695940087],[0],[0],[30],[-6347064.723690668],[-224686145.59161693],[-1227620790.8310876],[-3453745.813467958,-3456245.813467958],[0],[-994923162.5940086],[-314713994.16778934],[-480211577.32014054],[-41788739],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-7445789.556481746],[4000],[-522135292.3191233],[-821955309.8356184,-821865309.8356225],[-257209409.4273966],[-1189704332.207085],[-378091495.1029307],[-4610092.285336152],[-193337308.33196777],[-307899684.7081478],[-358399528.5860909],[-351344846.2077822],[-536041513.9374012],[1],[1000],[-5040536.207058166],[-74249327.68190819],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-631621893.1961157],[-1431416579.2231934],[-6588313986.480515],[-304151512.2957],[-34509771.908361875],[-1298197202.824486],[-1370207620.6858335],[-362844619.372331],[-10705398.63463095],[-1637275093.2888706],[-1009779809.8754013],[-244945003.3485321],[-47058402.886527486],[250],[700],[-45982105.9729463],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-999192534.9786538],[-256783541.0468519],[-15530.3449522934],[-73121.5755644248],[-6769847.07658509],[-25795.7917862185],[-174058.689314603],[-379163721.158228],[-324.297825858812],[-980329337.232854],[-28012898.5669672],[-23326912.3869628],[-2516010470.787609],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-139264.734721529],[-118898164],[-643673.724258633],[-308347630.62172234],[-1885880.7398868],[-268296029.495471],[-1828119547.33922],[-227140.688556614],[-96994.5557821006],[-6346675.34305501],[-214223418.729282],[-1663181517.40015],[-16488014.5559387],[-11622653512.841309],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-3675808578.1778827],[-35934.99728566708],[-29238612.858253404,-37738612.85825509],[-41656495.594491966],[-8064085.577438563,-27064085.57741578],[0],[-21425711.691732213,-251425711.68275407],[-12022530.712710228],[-11210.132291492184],[-240528162.15732932,-665528162.1546082],[-310745882],[-192.50212170336667],[0],[0]]", - "WeeklyBoss": "{\"d_27\":-1,\"d_16\":-1,\"d_17\":-1,\"d_28\":-1,\"d_18\":-1,\"d_19\":-1,\"set3\":10,\"d_0\":-1,\"d_1\":-1,\"d_2\":-1,\"d_3\":-1,\"d_30\":-1,\"d_4\":-1,\"d_31\":-1,\"d_20\":-1,\"d_32\":71,\"d_10\":-1,\"d_21\":-1,\"d_5\":-1,\"d_33\":-1,\"d_6\":-1,\"d_22\":-1,\"d_11\":-1,\"d_34\":13,\"d_23\":-1,\"d_12\":-1,\"d_7\":-1,\"d_35\":20,\"d_8\":-1,\"d_24\":1726,\"d_13\":-1,\"d_25\":-1,\"d_14\":-1,\"d_9\":-1,\"d_26\":-1,\"UI_j\":1,\"d_15\":-1}", - "SL_3": "{\"0\":245,\"1\":245,\"5\":245,\"6\":245,\"8\":245,\"9\":100,\"10\":1254,\"11\":494,\"12\":408,\"13\":100,\"81\":245,\"85\":299,\"86\":444,\"87\":100,\"88\":299,\"89\":299,\"90\":121,\"91\":139,\"92\":198,\"93\":245,\"94\":245,\"95\":245,\"96\":245,\"97\":245,\"98\":219,\"99\":203,\"100\":197,\"101\":200,\"102\":180,\"103\":197,\"104\":153,\"111\":100,\"119\":136,\"120\":218,\"121\":211,\"122\":121,\"123\":139,\"124\":0,\"125\":211,\"127\":219,\"129\":245,\"130\":245,\"131\":245,\"132\":245,\"133\":144,\"141\":245,\"142\":313,\"143\":313,\"144\":313,\"149\":300,\"165\":313,\"166\":313,\"167\":313,\"168\":313,\"169\":313,\"170\":142,\"175\":175,\"176\":174,\"177\":199,\"178\":313,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "CharSAVED_2": 5, - "EquipOrder_8": [ + "StarSg": "{\"Blue_Hedgehog\":1,\"Fatty_Doodoo\":1,\"Activelius\":1,\"S._Snoozer_Major\":1,\"The_Fiesty\":1,\"Mount_Eaterest\":1,\"Pack_Mule\":1,\"Comatose_Major\":1,\"Beanbie_Major\":1,\"Sir_Savvy\":1,\"The_Big_Brain\":1,\"Gum_Drop_Major\":1,\"O.G._Signalais\":1,\"Artifosho\":1,\"Hydron_Cosmos\":1,\"Muscle_Man\":1,\"Lotto_Larrinald\":1,\"The_Buff_Guy\":\"1\",\"Lucky_Larry\":1,\"Wispommo\":1,\"Trapezoidburg\":1,\"Bob_Build_Guy\":1,\"Big_Brain_Major\":1,\"Mr_No_Sleep\":1,\"Druipi_Major\":1,\"Breedabilli\":1,\"Smart_Stooge\":1,\"Scienscion\":1,\"Centaurii\":1,\"Pie_Seas\":1,\"Intellostooge\":1,\"Grim_Reaper_Major\":1,\"Sumo_Magno\":1,\"The_Big_Comatose\":1,\"Dwarfo_Beardus\":1,\"All_Rounder\":1,\"Sneekee_E._X.\":1,\"Shoe_Fly\":1,\"Chronus_Cosmos\":1,\"Cullingo\":1,\"The_Fallen_Titan\":1,\"Killian_Maximus\":1,\"Divividov\":1,\"C._Shanti_Minor\":1,\"Pirate_Booty\":1,\"Sir_Savvy_Major\":1,\"The_Overachiever\":1,\"The_OG_Skiller\":1,\"Power_Bowower\":1,\"Cropiovo_Minor\":1,\"S._Tealio\":1,\"Strandissi\":1,\"Robinhood\":1,\"Fast_Frog\":1,\"Muscle_Magnus\":1,\"Gor_Bowzor\":1,\"Gordonius_Major\":1,\"The_Fuzzy_Dice\":\"1\",\"The_Forsaken\":1,\"All_Rounderi\":1,\"Ned_Kelly\":1,\"Flexo_Bendo\":\"1\",\"Jadaciussi\":1,\"The_Bulwark\":1,\"Gum_Drop\":1,\"Damarian_Major\":1,\"Silly_Snoozer\":1,\"Seraph_Cosmos\":1,\"Agitagi\":1,\"Hipster_Logger\":1,\"Murmollio\":1,\"Lightspeed_Frog\":1,\"Miniature_Game\":1,\"Fabarmi\":1,\"Lukiris\":1,\"Sawsaw_Salala\":1,\"Pokaminni\":1,\"The_Book_Worm\":\"1\",\"Preys_Bea\":1,\"Grim_Reaper\":1}", + "AnvilPAselect_5": [ + 2, + 2, + 2 + ], + "CardEquip_4": [ + "CritterCard7", + "SpelunkingCard0", + "w7a1", + "w7a4", + "wolfA", + "Boss2B", + "Boss4B", + "SpelunkingCard1", + "B", + "B", + "B", + "B" + ], + "EquipOrder_7": [ { "0": "EquipmentHats83", - "1": "EquipmentWands11", + "1": "EquipmentSword8", "2": "EquipmentShirts36", - "3": "EquipmentPendant26", + "3": "EquipmentPendant29", "4": "EquipmentPants27", "5": "EquipmentRings23", "6": "EquipmentShoes36", - "7": "EquipmentRings24", - "8": "Blank", + "7": "EquipmentRings23", + "8": "EquipmentHats116", "9": "Blank", - "10": "Blank", + "10": "Trophy5", "11": "Blank", "12": "Blank", "13": "Blank", @@ -205,9 +364,9 @@ }, { "0": "EquipmentTools8", - "1": "EquipmentToolsHatchet6", - "2": "FishingRod8", - "3": "CatchingNet3", + "1": "Blank", + "2": "FishingRod6", + "3": "Blank", "4": "TrapBoxSet8", "5": "WorshipSkull7", "6": "Blank", @@ -223,11 +382,11 @@ "length": 16 }, { - "0": "FoodPotGr2", - "1": "FoodG10", - "2": "FoodPotGr4", - "3": "FoodG9", - "4": "FoodPotYe5", + "0": "FoodG9", + "1": "FoodPotGr1", + "2": "FoodPotGr2", + "3": "FoodPotGr4", + "4": "FoodPotYe4", "5": "Blank", "6": "Blank", "7": "Blank", @@ -242,6180 +401,971 @@ "length": 16 } ], - "EMm1_6": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":60,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":72,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":72,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":60,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":60,\"Weapon_Power\":40,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":32,\"LUK\":48,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"Weapon_Power\":18,\"LUK\":18,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0}}", - "CSetEq_1": "{\"{%_Skill_AFK_Gain_Rate\":8}", - "PVMinigamePlays_9": 5, - "CharSAVED_4": 5, - "AnvilPAselect_8": [ - 3, - 3, - 3 - ], - "PVtStarSign_8": "69,55,5,", - "GemsOwned": 1236, - "EMm1_5": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":1,\"Weapon_Power\":2,\"LUK\":1,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":2,\"LUK\":2,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":3,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":8,\"Weapon_Power\":6,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":9,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"WIS\":0,\"STR\":0,\"Power\":0,\"LUK\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", - "CYObolFragments": 1157, - "CauldronP2W": "[[150,125,100,150,125,100,150,125,100,150,125,100],[100,80,100,80,100,80,100,80],[15,45],[157,157],[50655.8224883706,2,184802.003822916,2,184811.971758729,2,130130.790026936,2,130641.21770981,2,548900.570487982,2,162171.450177656,2,206571.030529399,2,244692.309260028,2,1545967.1295821825,2,1469101.4303825467,2,1018673.871881632,2,464222.420046791,2,3598057.0923383036,2,547135.238534344,2,3637778.2310065376,2,1825292.7117412393,2,3011369.811306295,2,3225329.017429792,2,1575417.2081617087,2,15058597.431938635,2,15384365.266945027,2,7869839.144497917,2,13014333.856712496,2],[18,18]]", - "ObolEqO1": [ - "ObolSilverPop", - "ObolSilverPop", - "ObolGoldLuck", - "ObolSilverPop", - "ObolHyper0", - "ObolSilverPop", - "ObolPlatinumLuck", - "ObolPinkLuck", - "ObolPlatinumLuck", - "ObolHyper0", - "ObolGoldLuck", - "ObolPinkLuck", - "ObolPinkLuck", - "ObolHyperB0", - "ObolSilverPop", - "ObolPlatinumLuck", - "ObolPinkLuck", - "ObolPlatinumLuck", - "ObolHyper0", - "ObolSilverPop", - "ObolSilverPop", - "ObolGoldLuck", - "ObolSilverPop", - "ObolSilverPop" - ], - "StatueLevels_3": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "FarmPlot": "[[0,59489.561706610686,1,1,7,19,9105.062028066488],[0,59489.561706610686,11,0,7,21,9105.062028066488],[0,59489.561706610686,11,0,7,19,9105.062028066488],[0,59489.561706610686,11,0,7,20,9105.062028066488],[0,59489.561706610686,11,0,6,18,9105.062028066488],[1,59489.561706610686,1,1,6,19,9105.062028066488],[1,59489.561706610686,11,0,6,20,9105.062028066488],[1,59489.561706610686,11,0,6,19,9105.062028066488],[1,59489.561706610686,11,0,6,18,9105.062028066488],[1,59489.561706610686,11,0,6,20,9105.062028066488],[3,59489.561706610686,1,1,7,19,41505.06202806649],[3,59489.561706610686,11,0,7,20,41505.06202806649],[3,59489.561706610686,11,0,6,18,41505.06202806649],[3,59489.561706610686,11,0,7,20,41505.06202806649],[3,59489.561706610686,11,0,7,19,41505.06202806649],[3,59489.561706610686,11,0,7,19,41505.06202806649],[3,59489.561706610686,11,0,7,17,41505.06202806649],[3,59489.561706610686,11,0,7,18,41505.06202806649],[3,59489.561706610686,11,0,7,17,41505.06202806649],[3,59489.561706610686,11,0,7,18,41505.06202806649],[4,118979.12341322137,11,0,7,18,17205.062028066488],[4,118979.12341322137,11,0,6,18,17205.062028066488],[4,118979.12341322137,11,0,7,18,17205.062028066488],[4,118979.12341322137,11,0,7,18,17205.062028066488],[4,118979.12341322137,11,0,7,19,17205.062028066488],[5,118979.12341322137,1,1,7,17,53655.06202806649],[5,118979.12341322137,11,0,7,17,53655.06202806649],[5,118979.12341322137,11,0,7,17,53655.06202806649],[5,118979.12341322137,11,0,6,17,53655.06202806649],[5,118979.12341322137,11,0,7,18,53655.06202806649],[6,5001012670.363481,0,1,7,6,592443185.8220785],[6,5001012670.363481,10,0,7,6,592443185.8220785],[6,5001012670.363481,10,0,7,6,592443185.8220785],[6,5001012670.363481,10,0,7,6,592443185.8220785],[6,5001012670.363481,10,0,7,6,592443185.8220785],[5,118979.12341322137,11,0,7,16,53655.06202806649]]", - "PVFishingToolkit_5": [ - 9, - 4 + "EMm0_8": "{\"0\":{\"Defence\":135,\"WIS\":90,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":9,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-10,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":28,\"Weapon_Power\":32,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":120,\"STR\":0,\"WIS\":80,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":90,\"STR\":0,\"WIS\":60,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":1,\"STR\":0,\"LUK\":0,\"Weapon_Power\":2,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"6\":{\"Defence\":105,\"STR\":0,\"WIS\":70,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-8,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", + "EMmLENGTH0_5": 16, + "RespTime_4": 0, + "PVInstaRevives_8": 1, + "IMmLENGTH_5": 112, + "FoodSlO_9": 6, + "CardEquip_3": [ + "poopSmall", + "Crystal0", + "mimicA", + "crabcakeB", + "Boss6A", + "babaMummy", + "w5a3", + "demonP", + "B", + "B", + "B", + "B" ], - "RespTime_5": 0, - "IMm_6": "{\"0\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"1\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ2txt\":0},\"23\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"24\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"25\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"26\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"27\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"28\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"29\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"30\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"31\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"32\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"33\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"34\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"35\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"36\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"37\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"38\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"39\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"40\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"41\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"42\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"43\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"44\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"45\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"46\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"47\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"48\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"49\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"50\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"51\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"52\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"53\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"54\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"55\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"56\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"57\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"58\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"59\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"60\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"61\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"62\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"64\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"65\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"66\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"67\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"68\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"69\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"70\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"72\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"73\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"74\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"75\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"76\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"77\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"78\":{\"Defence\":0,\"WIS\":4,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":8,\"Reach\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"79\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"80\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"81\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"82\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"83\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", - "EquipOrder_4": [ - { - "0": "EquipmentHats105", - "1": "EquipmentWands13", - "2": "EquipmentShirts37", - "3": "EquipmentPendant25", - "4": "EquipmentPants29", - "5": "EquipmentRings36", - "6": "EquipmentShoes37", - "7": "EquipmentRings36", - "8": "EquipmentHats69", - "9": "EquipmentKeychain24", - "10": "Trophy15", - "11": "EquipmentKeychain24", - "12": "EquipmentCape13", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "EquipmentTools14", - "1": "EquipmentToolsHatchet12", - "2": "FishingRod11", - "3": "CatchingNet11", - "4": "TrapBoxSet9", - "5": "WorshipSkull11", - "6": "DNAgun3", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "FoodPotGr4", - "1": "FoodPotGr2", - "2": "FoodG2", - "3": "FoodG9", - "4": "FoodPotOr4", - "5": "Blank", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - } - ], - "MaxCarryCap_1": "{\"Souls\":100,\"Chopping\":20000,\"Mining\":20000,\"Quests\":10,\"Fishing\":5000,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":10000,\"Bugs\":20000,\"Statues\":10}", - "Tower": "[10,184,51,10,25,60,41,5,130,110,104,118,103,132,103,105,90,70,234,220,222,187,192,179,200,159,96,10,185,51,10,25,60,41,5,130,110,104,118,103,132,103,105,90,70,234,221,223,188,193,179,200,159,97,13,17,18,9,6,23,11,10,18,475177355573252.5,831187906341832.8,16199269804047.666,0,0,0,0,0,0,45629438463754970,0,133632961632.57523,8244256923324.064,229608841831740.6,229611281383858.72,14536693714.6201,11196790921871120,38339104947173.7,292504325620183.4,0,4477467558251484,4477301058819421,0,0,0,0,8292212252287.24,0,32291441140.733807,0]", - "bun_c": 1, - "Divinity": [ - 5, - 5, - 5, - 5, - 5, - 7, - 5, - 5, - 7, - 5, - 0, - 0, - 6, - 3, - 5, - 8, - 5, - 5, - 0, - 5, - 5, - 5, - -1, - -1, - 6425008.396133125, - 14, - 0, - 4, - 110, - 110, - 110, - 110, - 110, - 110, - 110, - 110, - 110, - 110, - 2, - 30426843134.435883 - ], - "EMm0_4": "{\"0\":{\"Defence\":90,\"STR\":0,\"WIS\":60,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":35,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-7,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":90,\"STR\":0,\"WIS\":60,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":40,\"STR\":24,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":60,\"STR\":0,\"WIS\":40,\"Weapon_Power\":4,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":15,\"STR\":0,\"WIS\":10,\"Weapon_Power\":1,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":120,\"STR\":0,\"WIS\":80,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":15,\"STR\":0,\"WIS\":10,\"Weapon_Power\":1,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"UQ1val\":2.5,\"UQ2txt\":\"%_ALL_STATS\",\"UQ1txt\":\"%_ALL_STATS\",\"UQ2val\":2.5},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2txt\":\"%_WIS\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_ALL_STATS\",\"UQ2val\":2,\"UQ1val\":2.5,\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "QuestComplete_6": "{\"Eliteus1\":-1,\"Eliteus2\":-1,\"Scripticus10\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX1\":1,\"Scripticus12\":0,\"XxX_Cattleprod_XxX2\":0,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":1,\"Djonnut1\":1,\"Nebulyte2\":1,\"Djonnut2\":1,\"Nebulyte3\":1,\"Djonnut3\":1,\"Nebulyte4\":1,\"Lava_Larry1\":1,\"Masterius1\":-1,\"Masterius2\":-1,\"Crystalswine4\":1,\"Crystalswine5\":1,\"Crystalswine6\":1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":0,\"Oinkin2\":1,\"Slargon3\":-1,\"Oinkin3\":1,\"Slargon4\":-1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":0,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Mutton2\":1,\"Bellows3\":1,\"Mutton3\":1,\"Bellows4\":1,\"Mutton4\":1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Promotheus4\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Stiltzcho5\":0,\"Constructor_Crow1\":1,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":1,\"Glumlee5\":1,\"Royal_Worm2\":-1,\"Krunk2\":1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":1,\"Papua_Piggea1\":1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":0,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":1,\"Pirate_Porkchop4\":0,\"Rocklyte3\":1,\"Hoggindaz10\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":0,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Scubidew1\":-1,\"Hamish1\":0,\"Blobbo2\":1,\"Scubidew2\":-1,\"TP_Pete1\":1,\"Hamish2\":-1,\"Scubidew3\":-1,\"TP_Pete2\":1,\"Hamish3\":-1,\"TP_Pete3\":1,\"Scripticus2\":1,\"Cowbo_Jones10\":1,\"Scripticus3\":1,\"Cowbo_Jones11\":1,\"Scripticus4\":1,\"Cowbo_Jones12\":1,\"Meel1\":1,\"Scripticus5\":1,\"Cowbo_Jones13\":1,\"Tired_Mole1\":1,\"Meel2\":1,\"Scripticus6\":1,\"Cowbo_Jones14\":1,\"Sussy_Gene1\":1,\"Tired_Mole2\":0,\"Scripticus7\":1,\"Cowbo_Jones15\":0,\"Sussy_Gene2\":1,\"Tired_Mole3\":-1,\"Scripticus8\":1,\"Sussy_Gene3\":-1,\"Scripticus9\":1,\"Capital_P1\":1,\"Sprout1\":0,\"Capital_P2\":0,\"Sprout2\":-1,\"Lonely_Hunter1\":1,\"Capital_P3\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Sprout4\":-1,\"Shuvelle1\":1,\"Lonely_Hunter3\":-1,\"Gobo1\":1,\"Shuvelle2\":1,\"Gobo2\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":1,\"Shuvelle4\":1,\"Falloween_Pumpkin2\":-1,\"Gobo3\":1,\"Shuvelle5\":1,\"Falloween_Pumpkin3\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Shuvelle6\":1,\"Falloween_Pumpkin4\":-1,\"Typhoon1\":1,\"Shuvelle7\":0,\"Falloween_Pumpkin5\":-1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":1,\"Whattso4\":0,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":1,\"Cactolyte2\":1,\"Worldo1\":1,\"Cactolyte3\":1,\"Snake_Jar1\":1,\"Worldo2\":1,\"Cactolyte4\":1,\"Snake_Jar2\":0,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Goldric6\":1,\"Gangster_Gus1\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway11\":-1,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":1,\"Bill_Brr2\":1,\"Bill_Brr3\":1,\"Bill_Brr4\":1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":0,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Centurion3\":1,\"Toadstall2\":1,\"Toadstall3\":1,\"Snouts1\":0,\"Centurion4\":1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":0,\"Centurion6\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion7\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion8\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":0,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":1,\"Woodsman4\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":1,\"Funguy1\":1,\"Hoggindaz7\":0,\"Funguy2\":1,\"Yondergreen1\":1,\"Hoggindaz8\":-1,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Town_Marble1\":1,\"Funguy3\":0,\"Yondergreen2\":0,\"Hoggindaz9\":-1,\"Funguy4\":-1,\"Funguy5\":-1,\"Yondergreen3\":-1,\"Dog_Bone1\":1,\"Yondergreen4\":-1,\"Carpetiem1\":1,\"Dog_Bone2\":1,\"Bushlyte1\":1,\"Yondergreen5\":-1,\"Carpetiem2\":1,\"Bushlyte2\":1,\"Yondergreen6\":-1,\"Carpetiem3\":1,\"Bushlyte3\":1,\"Yondergreen7\":-1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "ObolInvMAP_0": "{\"17\":{\"UQ1val\":1,\"WIS\":-1,\"UQ1txt\":\"%_DROP_CHANCE\"}}", - "IMmLENGTH_6": 112, - "OptL_4": [ - 1, - 1, - 2, - 9, - 1, - 0, - 1066, - 0, - 0, + "FamValMinigameHiscores": [ + 109, + 26, + 134, + 34, 0, 0, 0, - 2, 0, 0, - 5, - 28, 0, 0, 0, - 1, - 1, - 1, - 1, - 1, - 1, 0, - 1, - 1, 0, - 9, 0, - 3008, 0 ], - "EMmLENGTH1_6": 16, - "ShopStock": [ - { - "0": 1225, - "1": 1225, - "2": 1225, - "3": 8167, - "4": 817, - "5": 653, - "6": 653, - "7": 653, - "8": 1633, - "9": 20, - "10": 39, - "11": 26, - "12": 2, - "13": 5, - "14": 7, - "15": 2, - "16": 2, - "17": 2, - "18": 2, - "19": 2, - "20": 2, - "21": 2, - "22": 2, - "23": 2, - "24": 82, - "25": 2, - "length": 26 - }, - { - "0": 1633, - "1": 1633, - "2": 1633, - "3": 817, - "4": 817, - "5": 10, - "6": 2, - "7": 2, - "8": 2, - "9": 3, - "10": 2, - "11": 2, - "12": 49, - "13": 2, - "length": 14 - }, - { - "0": 40833, - "1": 40833, - "2": 40833, - "3": 16333, - "4": 2, - "5": 20, - "6": 39, - "7": 26, - "8": 32667, - "9": 32667, - "10": 32667, - "11": 2, - "12": 2, - "13": 2, - "14": 2, - "15": 2, - "16": 2, - "17": 2, - "18": 65, - "19": 3, - "20": 2, - "length": 21 - }, - { - "0": 2, - "1": 2, - "2": 2, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 3, - "8": 2, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "length": 13 - }, - { - "0": 40833, - "1": 40833, - "2": 40833, - "3": 162, - "4": 162, - "5": 20, - "6": 49, - "7": 34, - "8": 32667, - "9": 32667, - "10": 32667, - "11": 2, - "12": 2, - "13": 2, - "14": 2, - "15": 2, - "16": 2, - "17": 2, - "18": 98, - "19": 5, - "20": 2, - "21": 2, - "22": 2, - "length": 23 - }, - { - "0": 2, - "1": 2, - "2": 8166667, - "3": 8166667, - "4": 16, - "5": 20, - "6": 49, - "7": 34, - "8": 490000, - "9": 490000, - "10": 490000, - "11": 490000, - "12": 2, - "13": 2, - "14": 2, - "15": 2, - "16": 2, - "length": 17 - }, - { - "0": 12250000, - "1": 12250000, - "2": 326667, - "3": 20, - "4": 49, - "5": 34, - "6": 2, - "7": 2, - "8": 2, - "length": 9 - }, - { - "0": 2, - "1": 2, - "2": 12250000, - "3": 12250000, - "4": 326667, - "5": 20, - "6": 49, - "7": 34, - "8": 2, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "length": 13 - }, - { - "0": 16, - "1": 16, - "2": 14700000, - "3": 14700000, - "4": 2, - "5": 7, - "6": 7, - "7": 7, - "8": 2, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "length": 13 - } - ], - "PVStatList_5": [ - 66980, - 156629, - 84640, - 56625, - 836 - ], - "KLA_7": "[[0,0],[-1177351478.08],[-1814919070.4],[150,10],[150],[150],[0],[0,81],[-1068194469.69667],[-75174.98464891067],[0],[0,0],[0],[-1494430851,-1494383351],[-1228900750.92347,-1228899400.92347],[-1280222560.54667],[-1149224521.59086,-1149221721.59086],[-1570801342.69333],[-1292145050],[-1296437187.07658],[7],[5],[0],[0],[-1197171514.41,-1197169814.41],[0],[-1104893280.12],[-1198661356.46,-1198657186.46],[-1066926604],[0],[-10739.283521272951],[-1341299900.94109],[0],[0],[0],[0],[0],[0],[-295752.2766265876],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-1257571253],[-1311555431.49,-1311555031.49],[-1689217535.73333],[0],[0],[30],[-1602712799.64],[-3465468671.19169],[-1719114375.96],[-2130138563,-2130141063],[0],[-1649057202],[-1319018006],[-4224817569.12393],[-1776869514],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-22950503561.74131],[4000],[-64721726074.75911],[-23775234263.319492,-23775144263.319492],[-5030217199.633663],[-9564578222.488438],[-1856407529],[-1202987133],[-1781480404],[-1848583089],[-1576545766],[-1477024510.0288382],[-2018416882.6747148],[1],[1000],[-1606667844],[-1241250607],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1827773493],[-1180609467],[-4439161537.284012],[-1089654852.2266667],[-5308531079.680681],[-4879724049.40834],[-3314854060.6700554],[-6605102507.917538],[-2939214580.30932],[-4059877859.0485697],[-2907071181.792106],[-5531904490.888628],[-2002690503.3828135],[250],[700],[-12044377],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-4476324897.582029],[-11185014152.240139],[-11996684228.868055],[-3324514586.361496],[-5692590823.56631],[-66455.4065100219],[-109600.911728624],[-644122779.779669],[-986002.51186764],[-2537421.26780146],[-390606121.78196],[-552412115.066149],[-3110110756.33075],[0],[0],[-11933.3661422141],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-87993.515852123],[-118767805.031704],[-310999715.488615],[-549873879.429674],[-480631821],[-289768666],[-1661271953],[-815692943],[-552599717],[-599356336],[-278035672],[-1876747.61817326],[-2500409],[-1928917058.20957],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-7230.993148820609],[-1965.804720493415],[-1993087825.0579293,-2001587825.0579333],[-11831337],[19996933.732184444,996933.7321844411],[0],[-41180785.02993703,-271180785.02986705],[-906573381],[0],[-238658685,-663658685],[-217401268],[0],[0],[0]]", - "IMmLENGTH_2": 112, - "Atoms": [ - 32, - 10, - 32, - 32, - 32, - 32, - 32, - 32, - 32, - 32, - 7, - 20, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "AttackLoadoutpre_9": "[[273,\"Null\",635,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "QuestComplete_8": "{\"Eliteus1\":1,\"Eliteus2\":0,\"Scripticus10\":-1,\"XxX_Cattleprod_XxX1\":-1,\"Scripticus11\":-1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":-1,\"Djonnut1\":0,\"Nebulyte2\":-1,\"Djonnut2\":-1,\"Nebulyte3\":-1,\"Djonnut3\":-1,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":0,\"Oinkin1\":-1,\"Slargon2\":-1,\"Oinkin2\":-1,\"Slargon3\":-1,\"Oinkin3\":-1,\"Slargon4\":-1,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":-1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Stiltzcho2\":1,\"Promotheus2\":1,\"Stiltzcho3\":0,\"Promotheus3\":0,\"Builder_Bird1\":1,\"Stiltzcho4\":-1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":-1,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":-1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":0,\"Glumlee5\":-1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":-1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":-1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":-1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":-1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":0,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":-1,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":-1,\"Scubidew2\":-1,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":-1,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":0,\"Sussy_Gene3\":-1,\"Sprout1\":-1,\"Capital_P1\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P2\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":-1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":-1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":-1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":0,\"Cowbo_Jones2\":-1,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":0,\"Centurion2\":-1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":-1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":-1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":0,\"Woodsman4\":0,\"Hoggindaz2\":-1,\"Hoggindaz3\":-1,\"Hoggindaz4\":-1,\"Hoggindaz5\":-1,\"Hoggindaz6\":-1,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":0,\"Funguy3\":-1,\"Town_Marble1\":1,\"Telescope1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Iceland_Irwin1\":1,\"Funguy4\":-1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Bushlyte1\":-1,\"Dog_Bone2\":0,\"Carpetiem1\":-1,\"Yondergreen6\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":-1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Loominadi2\":-1,\"Speccius1\":1,\"Loominadi3\":-1,\"Speccius2\":1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "ItemQTY_8": [ - 5, - 3, - 3, - 5, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "Cooking": "[[2,0,-1,-1,-1,-1,493,491,387,0,0],[2,0,6,7,8,9,481,487,357,0,0],[2,0,6,7,8,9,485,443,351,0,0],[2,0,4,7,8,9,472,429,350,0,0],[2,0,4,7,8,9,461,450,350,0,0],[2,0,4,7,8,9,450,431,351,0,0],[2,0,-1,-1,-1,-1,429,414,351,0],[2,0,-1,-1,-1,-1,414,404,351,0],[2,0,-1,-1,-1,-1,391,366,351,0],[2,0,-1,-1,-1,-1,375,363,362,0,0]]", - "EMmLENGTH0_7": 16, - "Breeding": "[[9,9,9,8,10,9,9,9,9,8,8,7,9,8,9,0,0,0,0,0],[17,17,18,16,1,0,0,0],[20,14,5,10,9,7,7,3,7,3,4,1,15],[640018.796182431,413.919727337723,85173.7577058902,20790.2322627247,0,0,0,0,22.15393681824098],[0,2,0,50,20,20,20,10,48,49,42,28,37,43,38,50,25],[0,1,25,6,0,37,48,29,13,19,24,26,7,33,28,0,0],[2,0,0,0,0,37,11,8,38,24,39,39,43,21,0,0,0,0],[52,43,17,4,0,0,0,0,0,0,0,0,0,0,0,0],[0],[0],[0],[0],[0],[257746.74356717517,257746.64999698437,257746.5213707513,257660.58758531362,257660.10901242364,257660.09181161074,637951.414573131,257660.4876309958,257664.22929373075,257660.1359097442,608797.3474252479,601417.4671178865,257695.31409008295,66448.0799834593,258257.98546977708,70192.9185171995,257659.9957831371],[257659.97454429162,66251.0227947943,66303.0268351777,66302.7447381877,261139.1898827033,260854.46928628118,649525.9215953947,3333.70539397002,3377.72480580787,3406.48961717731,3423.02128526998,3405.80118300702,591385.0603813251,591158.8877950726,3558.18132109843,593797.0195507413,3334.68882150959],[3334.69684806509,51993.7197544043,3334.13149937284,3375.13176350821,591072.8895343229,3334.62077027814,48857.8079259067,48857.79195863,48618.642120709,48619.7376689504,48749.8668116653,48808.1560908106,1064.16955301403,48618.6505331656,48617.9246794666,48617.9507053355,998.570392499098,48617.9401989948],[390.173555657487,48643.2504058779,316.776476677461,889.24914177745,1912.25295982404,48617.7407031573,48617.7490490631,48636.8558492513,590931.3729829008,114.241295058285,2794.37452872647,356.724864828522,635736.8484513779,635736.8163451559,1923.03208152349,48617.5686655616],[0],[0],[0],[0],[0],[86.8874566558514,86.8874272866383,211541.52370445526,170.829152709922,90.0209899810932,587.938147852367,793.708555638286,792.123833470933,65213.5470897578,589.521039681755,740.793532117358,65102.5015200492,211541.43978671444,65187.896595344,\"2.15185185185185e-05\",211541.41658379455,211541.50951517088],[793.708808051476,211541.48318778034,52.9165666968395,211541.45592828543,\"2.15185185185185e-05\",211541.38329323335,46.3634297307169,65102.5915588404,212282.28905578103,536.602504226697,25.7297169225894,65102.4879092226,211541.40044300133,211541.47106485153,211539.1390108703,7714.85025873981,7714.8625940338],[30859.4189071996,29471.6511003991,1020.93878593617,29471.376553228,29471.3716078655,29471.385728691,29471.6652227986,29471.659115252,894.380267518857,54.3084666718273,100.671942072767,211542.98288416723,211542.92919589774,526.588936363495,7742.09446888076,7810.11281722426,7810.11005076622,7810.10782359054],[54.3068546463654,211542.94600161802,211542.96539361103,590.913517140546,520.25404721906,7810.10510895195,7810.10236408534,7810.09878870377,7810.09548728166,7810.09366024945,95.2309182559824,95.2308870165379,95.2308630009882,95.2289291609359,95.2288850468792,95.22885961865],[0],[0],[0],[0],[0]]", - "PVFishingToolkit_0": [ - 13, - 12 - ], - "NPCdialogue_5": "{\"Loominadi\":0,\"Stiltzcho\":33,\"Promotheus\":17,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":19,\"Masterius\":5,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Blobbo\":6,\"Town_Marble\":3,\"Telescope\":9999,\"Hamish\":0,\"Scubidew\":5,\"Yondergreen\":0,\"Krunk\":0,\"Obol_Altar\":9999,\"Tribal_Shaman\":0,\"Royal_Worm\":0,\"Goldric\":0,\"Funguy\":9,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":26,\"Woodlin_Elder\":7,\"Cowbo_Jones\":4,\"Eliteus\":5,\"Typhoon\":5,\"Egggulyte\":0,\"Woodsman\":7,\"Gobo\":18,\"Bandit_Bob\":0,\"Picnic_Stowaway\":20,\"Poigu\":0,\"Tiki_Chief\":5,\"Sprout\":0,\"Capital_P\":10,\"Coastiolyte\":0,\"Snake_Jar\":0,\"Oinkin\":10,\"Slargon\":15,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Wellington\":3,\"Speccius\":11,\"Meel\":0,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Dog_Bone\":16,\"Mutton\":12,\"Gangster_Gus\":12,\"Djonnut\":13,\"Nebulyte\":0,\"TP_Pete\":2,\"Bill_Brr\":2,\"Potti\":0,\"Whattso\":4,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":0,\"Hoggindaz\":25,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Monolith\":0,\"Shuvelle\":0,\"Lonely_Hunter\":2,\"Fishpaste97\":3,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", - "QuestStatus_8": "{\"Eliteus1\":[10],\"Eliteus2\":[\"0\"],\"Scripticus10\":[\"0\"],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"Scripticus11\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[\"0\",\"0\"],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[30078],\"Oinkin1\":[\"0\"],\"Slargon2\":[\"0\"],\"Oinkin2\":[\"0\",\"0\",\"0\"],\"Slargon3\":[\"0\"],\"Oinkin3\":[\"0\"],\"Slargon4\":[\"0\"],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[51],\"Mutton1\":[0,0,0],\"Bellows2\":[6299],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[15,71],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[\"0\"],\"Builder_Bird1\":[0],\"Stiltzcho4\":[\"0\"],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[\"0\"],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[143],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[\"0\"],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[\"0\"],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[\"0\"],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[\"0\"],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[\"0\",\"200\"],\"Scubidew2\":[\"0\",\"121\"],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[17],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[8004623],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[13658745],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[\"0\"],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[\"0\"],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[\"0\",\"0\"],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[\"0\",\"0\"],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[1],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[\"0\",0],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Toadstall2\":[\"0\"],\"Centurion3\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[\"0\",\"0\"],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[\"0\",1096],\"Woodsman4\":[0],\"Hoggindaz2\":[\"0\",\"0\"],\"Hoggindaz3\":[\"0\",\"0\",\"0\"],\"Hoggindaz4\":[\"0\",\"0\"],\"Hoggindaz5\":[\"0\"],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[\"0\"],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Iceland_Irwin1\":[0],\"Funguy4\":[\"0\",\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Carpetiem1\":[\"0\"],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[\"0\",\"1\"],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[\"0\"],\"Speccius1\":[0,0],\"Loominadi3\":[\"0\"],\"Speccius2\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "Prayers_8": "[16,-1,1,14,-1,4,-1,-1,-1,-1,-1,-1]", - "ItemQTY_5": [ - 1, - 920, - 138, - 0, - 1, - 0, - 0, - 1, - 2233, - 5534, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 37, - 0, - 0, - 0, - 0, - 0, - 8999, - 8980, - 9114, - 9152, - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 4, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "CardEquip_5": [ - "poopSmall", - "moonman", - "Crystal1", - "Crystal2", - "w5b4", - "Boss2A", - "babaMummy", - "demonP", - "B", - "B", - "B", - "B" - ], - "TaskZZ4": "[11737,7,23,38,10,14,2,0,0]", - "EMmLENGTH1_3": 16, - "NPCdialogue_6": "{\"Loominadi\":3,\"Promotheus\":23,\"Stiltzcho\":26,\"Postboy_Pablob\":9999,\"Centurion\":19,\"Carpenter_Cardinal\":9999,\"Rocklyte\":10,\"Lava_Larry\":9999,\"Masterius\":0,\"Carpetiem\":19,\"Bushlyte\":14,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":10,\"Town_Marble\":3,\"Iceland_Irwin\":9999,\"Blobbo\":6,\"Yondergreen\":6,\"Hamish\":2,\"Scubidew\":0,\"Telescope\":9999,\"Royal_Worm\":0,\"Tribal_Shaman\":0,\"Krunk\":15,\"Obol_Altar\":9999,\"Goldric\":26,\"Funguy\":9,\"Hoov\":0,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":26,\"Cowbo_Jones\":59,\"Eliteus\":0,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":14,\"Gobo\":18,\"Bandit_Bob\":23,\"Poigu\":9,\"Picnic_Stowaway\":20,\"Sprout\":3,\"Capital_P\":5,\"Tiki_Chief\":5,\"Coastiolyte\":0,\"Snake_Jar\":6,\"Oinkin\":10,\"Slargon\":6,\"Sussy_Gene\":8,\"Clown\":9999,\"Builder_Bird\":9999,\"Rift_Ripper\":9999,\"Cactolyte\":17,\"Meel\":8,\"Wellington\":3,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":5,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Crystalswine\":14,\"Giftmas_Blobulyte\":0,\"Gangster_Gus\":12,\"Mutton\":15,\"Dog_Bone\":16,\"Nebulyte\":14,\"Djonnut\":16,\"TP_Pete\":15,\"Potti\":0,\"Bill_Brr\":18,\"Whattso\":10,\"Legumulyte\":0,\"Walupiggy\":12,\"XxX_Cattleprod_XxX\":6,\"Hoggindaz\":28,\"Dazey\":3,\"Mr_Pigibank\":9999,\"Muhmuguh\":9999,\"Falloween_Pumpkin\":0,\"Shuvelle\":21,\"Lonely_Hunter\":5,\"Lafu_Shi\":19,\"Fishpaste97\":3,\"Omar_Da_Ogar\":14,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":5,\"Lord_of_the_Hunt\":33,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":2,\"Bloo_Radley\":6,\"Sad_Urie\":9999,\"Bort\":0,\"Zenelith\":9999}", - "OptL2_6": [ - { - "0": 710, - "1": 10, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Scripticus2", - "3": 0, - "length": 4 - } - ], - "IMmLENGTH_3": 112, - "AttackLoadoutpre_2": "[[273,288,635,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "Lv0_1": [ - 929, - 99, - 136, - 113, - 80, - 157, - 81, - 122, - 771, - 125, - 58, - 84, - 336, - 166, - 230, - 297, - 353, - 826, - 148, - 54, - -1, - -1, - -1, - -1, - -1 - ], - "Lv0_8": [ - 918, - 109, - 125, - 136, - 112, - 151, - 112, - 121, - 744, - 116, - 1, - 84, - 322, - 166, - 182, - 297, - 353, - 826, - 148, - 43, - -1, - -1, - -1, - -1, - -1 - ], - "ObolEqO0_7": [ - "ObolSilverMoney", - "ObolSilverFishing", - "ObolPinkDamage", - "ObolBronzeFishing", - "ObolSilverMoney", - "ObolSilverFishing", - "ObolSilverFishing", - "ObolSilverFishing", - "ObolBronzeFishing", - "ObolSilverLuck", - "ObolKruk", - "ObolSilverLuck", - "ObolSilverFishing", - "ObolSilverFishing", - "ObolSilverFishing", - "ObolSilverFishing", - "ObolSilverFishing", - "ObolSilverFishing", - "ObolSilverMoney", - "ObolChizoarA", - "ObolGoldLuck" - ], - "AttackLoadoutpre_0": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[94,115,635,\"Null\",\"Null\",100],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "MaxCarryCap_8": "{\"Mining\":30000,\"Chopping\":20000,\"Souls\":100,\"Quests\":10,\"Fishing\":10,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":10000,\"Bugs\":100,\"Statues\":10}", - "Pets": "[[\"snakeB\",5,1,60],[\"w4a3\",5,1,300],[\"w4a2\",5,1,240],[\"Pet7\",5,1,120],[\"frogG\",5,1,120],[\"ratB\",5,1,180],[\"steak\",5,1,180],[\"mimicA\",5,1,60],[\"shovelR\",5,1,60],[\"coconut\",5,1,300],[\"Pet2\",5,1,60],[\"poopSmall\",5,1,180],[\"snailZ\",5,1,60],[\"sandcastle\",5,1,120],[\"steakR\",5,1,180],[\"frogBIG\",4,131309.729780163,0],[\"potatoB\",4,30209.8129473249,0],[\"snailZ\",4,62410.2021828766,0],[\"shovelR\",4,55118.3645069433,0],[\"Pet6\",4,88970.9188275364,0],[\"w4b4\",4,49430.7573690515,0],[\"w4c3\",4,42113.8596414127,0],[\"w4c2\",4,123045.508187271,0],[\"pincermin\",4,67292.7207668578,0],[\"Pet1\",4,109553.260619799,0],[\"plank\",4,251130.429683344,0],[\"none\",0,0,0],[\"bloque\",\"17\",171701.989693691,0],[\"bloque\",\"17\",153279.407256233,0],[\"bloque\",\"17\",119684.117288538,0],[\"speaker\",\"27\",74906.2725347515,0],[\"bloque\",\"17\",127627.727488086,0],[\"bloque\",\"17\",132049.13687345,0],[\"bloque\",\"17\",105153.591851,0],[\"speaker\",\"27\",60119.2289293375,0],[\"bloque\",\"17\",229159.11538015,0],[\"bloque\",\"17\",259886.578064501,0],[\"bloque\",\"17\",233052.214580652,0],[\"speaker\",\"27\",69077.5575987562,0],[\"bloque\",\"17\",294650.715319003,0],[\"bloque\",\"17\",205163.379350088,0],[\"bloque\",\"17\",245364.694155019,0],[\"speaker\",\"27\",72831.8904269015,0],[\"bloque\",\"17\",113256.584708749,0],[\"bloque\",\"17\",199215.947616965,0],[\"bloque\",\"17\",133068.203529523,0],[\"speaker\",\"27\",135297.746850699,0],[\"stache\",\"2\",10279.3368126925,0],[\"Pet4\",\"18\",112234.702785589,0],[\"Pet4\",\"18\",257722.432704864,0],[\"speaker\",\"27\",155725.746791177,0],[\"w4b1\",\"33\",50334.7816788556,0],[\"plank\",\"26\",237102.181621623,0],[\"bloque\",\"17\",145552.235451083,0],[\"speaker\",\"27\",131225.450229369,0],[\"coconut\",\"2\",138090.302608744,0],[\"Pet4\",\"18\",19325.7382504366,0],[\"Pet4\",\"18\",18346.8439156557,0],[\"speaker\",\"27\",124669.296214112,0],[\"acorn\",\"33\",139701.204870758,0],[\"plank\",\"26\",285312.552529854,0],[\"bloque\",\"17\",178686.894226449,0],[\"speaker\",\"27\",129315.447219021,0],[\"Pet0\",\"2\",8309.48799006565,0],[\"plank\",\"26\",260576.32065651,0],[\"bloque\",\"17\",291152.660753734,0],[\"speaker\",\"27\",103944.927792542,0],[\"w4b1\",\"33\",59264.9085500195,0],[\"plank\",\"26\",192105.529773545,0],[\"bloque\",\"17\",126044.874638248,0],[\"speaker\",\"27\",102900.413359543,0],[\"Pet0\",\"2\",24325.4501768594,0],[\"plank\",\"26\",166915.720713804,0],[\"bloque\",\"17\",153797.915683759,0],[\"speaker\",\"27\",38465.6026315659,0],[\"w4b1\",\"33\",57146.1940598767,0],[\"plank\",\"26\",186407.31549712,0],[\"bloque\",\"17\",212840.84568987,0],[\"speaker\",\"27\",31491.2026629134,0],[\"Pet0\",\"2\",99166.5008156038,0],[\"plank\",\"26\",160705.477819634,0],[\"bloque\",\"17\",135289.841925876,0],[\"speaker\",\"27\",23689.7072417026,0],[\"Pet10\",\"33\",55806.8607785292,0],[\"plank\",\"26\",101011.446455416,0],[\"bloque\",\"17\",158178.69345767,0],[\"speaker\",\"27\",14508.5793441207,0],[\"Pet0\",\"2\",88538.8177686374,0],[\"plank\",\"26\",125843.735199325,0],[\"bloque\",\"17\",161856.750801725,0],[\"speaker\",\"27\",24288.9422258644,0],[\"w4b1\",\"33\",70539.034533663,0],[\"plank\",\"26\",126774.726401659,0],[\"snakeG\",\"20\",12435.3594475821,0],[\"speaker\",\"27\",8399.07817971503,0],[\"acorn\",\"33\",47463.1726348594,0],[\"plank\",\"26\",139786.997510467,0],[\"Pet0\",\"2\",37847.9377461237,0],[\"speaker\",\"27\",29319.1123014821,0],[\"acorn\",\"33\",50805.3135937846,0],[\"plank\",\"26\",184648.224651691,0],[\"Pet0\",\"2\",12282.0735014945,0],[\"speaker\",\"27\",26202.4874541028,0],[\"acorn\",\"33\",52864.6199720899,0],[\"plank\",\"26\",52187.2272116596,0],[\"Pet0\",\"2\",33252.7903842316,0],[\"speaker\",\"27\",51117.4437870125,0],[\"acorn\",\"33\",57030.4105357332,0],[\"plank\",\"26\",146242.655424734,0],[\"Pet0\",\"2\",84587.036955905,0],[\"speaker\",\"27\",54061.1360322729,0],[\"Pet10\",\"33\",65202.6980704045,0],[\"plank\",\"26\",122126.960375857,0],[\"Pet0\",\"2\",86239.7966765404,0],[\"speaker\",\"27\",109711.918434352,0],[\"Pet10\",\"33\",70999.0892549757,0],[\"plank\",\"26\",111634.275803597,0],[\"Pet0\",\"2\",109896.300770277,0],[\"w4b5\",\"10\",66894.0566909434,0],[\"acorn\",\"33\",127204.473391142,0],[\"plank\",\"26\",105493.440095555,0],[\"Pet0\",\"2\",102642.750497164,0],[\"w4b5\",\"10\",74134.2806294631,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0]]", - "POu_6": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,22176,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "FoodCD_0": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "EquipQTY_8": [ - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 259332, - "1": 300, - "2": 3874, - "3": 262, - "4": 359784, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - } - ], - "DoOnceREAL": 315.3, - "OptL2_4": [ - { - "0": 710, - "1": 10, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Scripticus2", - "3": 0, - "length": 4 - } - ], - "CardEquip_9": [ - "poopSmall", - "moonman", - "Crystal1", - "Crystal2", - "w5b4", - "babaMummy", - "Boss2A", - "demonP", - "B", - "B", - "B", - "B" - ], - "ObolEqO0_8": [ - "ObolSilverLuck", - "ObolSilverChoppin", - "ObolPlatinumChoppin", - "ObolSilverChoppin", - "ObolSilverMoney", - "ObolSilverChoppin", - "ObolSilverChoppin", - "ObolSilverChoppin", - "ObolSilverChoppin", - "ObolSilverLuck", - "ObolKruk", - "ObolGoldChoppin", - "ObolSilverChoppin", - "ObolBronzeChoppin", - "ObolSilverChoppin", - "ObolSilverDamage", - "ObolSilverChoppin", - "ObolBronzeChoppin", - "ObolGoldChoppin", - "ObolPlatinumChoppin", - "ObolGoldChoppin" - ], - "CardEquip_4": [ - "CritterCard7", - "SpelunkingCard0", - "w7a1", - "w7a4", - "wolfA", - "Boss2B", - "Boss4B", - "SpelunkingCard1", - "B", - "B", - "B", - "B" - ], - "FoodCD_4": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "ObolEqMAP_0": "{\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"9\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"10\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Speed\":0,\"Reach\":0,\"AGI\":0},\"13\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"Speed\":0,\"AGI\":0,\"Reach\":0},\"15\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"Speed\":0,\"AGI\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"17\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"18\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"Speed\":0,\"AGI\":0,\"Reach\":0}}", - "InventoryOrder_6": [ - "Trophy13", - "Trophy20", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "EquipmentHats104", - "EquipmentHats104", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "EquipmentPendant32", - "EquipmentShoes18", - "EquipmentPants18", - "WorshipSkull8", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "FarmCrop": "{\"0\":1650203754496,\"1\":1335346167808,\"2\":602931200000,\"3\":140083200000,\"4\":1543208960000,\"5\":390922240000,\"6\":361758720000,\"7\":439091200000,\"8\":57344000000,\"9\":208404480000,\"10\":1108213760000,\"11\":214958080000,\"12\":150732800000,\"13\":146800640000,\"14\":81264640000,\"15\":131072000000,\"16\":70778880000,\"17\":89128960000,\"18\":325058560000,\"19\":146800640000,\"20\":7163365901312,\"21\":1204410187776,\"22\":545126932480,\"23\":414351360000,\"24\":191528960000,\"25\":440074240000,\"26\":271319040000,\"27\":203161600000,\"28\":490864640000,\"29\":11468800000,\"30\":179568640000,\"31\":492830720000,\"32\":98304000000,\"33\":90439680000,\"34\":95682560000,\"35\":37355520000,\"36\":98304000000,\"37\":1086606993.2443924,\"38\":4352481586.917946,\"39\":114032640000,\"40\":112721920000,\"41\":461373440000,\"42\":0,\"43\":201850880000,\"44\":175636480000,\"45\":4134379315200,\"46\":29525596221.22516,\"47\":2327134208,\"48\":0,\"49\":5160960000,\"50\":6881280000,\"51\":0,\"52\":34734080000,\"53\":57534688075.878876,\"54\":456873455.28019714,\"55\":17694720000,\"56\":43253760000,\"57\":47841280000,\"58\":52428800000,\"59\":55705600000,\"60\":4155964674048,\"61\":754459012096,\"62\":287610880000,\"63\":424099840000,\"64\":262676480000,\"65\":819200000000,\"66\":206039876207.11053,\"67\":195663613650.52286,\"68\":413859840000,\"69\":38993920000,\"70\":295403520000,\"71\":774307840000,\"72\":35389440000,\"73\":0,\"74\":43253760000,\"75\":0,\"76\":39976960000,\"77\":36700160000,\"78\":32768000000,\"79\":104857600000,\"80\":44564480000,\"81\":191365120000,\"82\":104857600000,\"83\":2355882070016,\"84\":501622078336,\"85\":1994579968,\"86\":274350080000,\"87\":130252800000,\"88\":553287680000,\"89\":119275520000,\"90\":126812160000,\"91\":160235520000,\"92\":26378240000,\"93\":99942400000,\"94\":302776320000,\"95\":25559040000,\"96\":16232105711.960835,\"97\":43581440000,\"98\":18350080000,\"99\":46530560000,\"100\":19988480000,\"101\":32112640000,\"102\":58982400000,\"103\":45219840000,\"104\":165150720000,\"105\":149422080000,\"106\":1767234414592,\"107\":411343168960,\"108\":215135279104,\"109\":166461440000,\"110\":67706880000,\"111\":243343360000,\"112\":95027200000,\"113\":74219520000,\"114\":263782400000,\"115\":28590080000,\"116\":57180160000,\"117\":282951680000,\"118\":27197440000,\"119\":24576000000,\"120\":33751040000,\"121\":28672000000,\"122\":30801920000,\"123\":22282240000,\"124\":19005440000,\"125\":52428800000,\"126\":49479680000,\"127\":87818240000,\"128\":77332480000,\"129\":70778880000,\"130\":26869760000,\"131\":70778880000,\"132\":72089600000,\"133\":180879360000,\"134\":188743680000,\"135\":59637760000,\"136\":45219840000,\"137\":51773440000,\"138\":19333120000,\"139\":78643200000,\"140\":27525120000,\"141\":110100480000,\"142\":99614720000,\"143\":207093760000,\"144\":232960000,\"145\":1360000,\"146\":0,\"147\":0,\"148\":0,\"149\":0,\"150\":0,\"151\":0,\"152\":0,\"153\":0,\"154\":0,\"155\":880128,\"156\":5877504,\"157\":0,\"158\":0,\"159\":0,\"160\":0,\"161\":0,\"162\":0,\"163\":0,\"164\":0,\"165\":0,\"166\":0,\"167\":0,\"168\":0,\"169\":0,\"230\":225110000,\"231\":84480000,\"232\":230400000,\"233\":394240000,\"234\":8960000,\"235\":1040000,\"236\":34560000,\"237\":270000,\"238\":540000,\"239\":952320000}", - "ServerGemsReceived": 14371, - "ObolEqMAP_2": "{\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", - "InventoryOrder_2": [ - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Quest61", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "Exp0_8": [ - 1.7508778373054202e+22, - 5050636805.42786, - 16122968370.420967, - 171377962017.76703, - 8136685523.671736, - 282476704269.2618, - 11422600306.512526, - 39502318418.91868, - 44455094210.70268, - 178412.72414167225, - 8, - 1569701.8838126808, - 18505664.48639608, - 125082671.85668279, - 128285.15875900153, - 4.350655207507805e+33, - 4.678235540557281e+23, - 3.875598913277647e+49, - 552885038.0711806, - 2033508.147943181, - 0, - 0, - 0, - 0 - ], - "PVInstaRevives_3": 1, - "AttackLoadout_1": "[[588,490,529,526,482,586],[585,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",639,635,460],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "QuestComplete_2": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX1\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Masterius1\":-1,\"Lava_Larry1\":1,\"Nebulyte4\":-1,\"Masterius2\":-1,\"Crystalswine4\":1,\"Crystalswine5\":1,\"Crystalswine6\":1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":1,\"Slargon4\":1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":0,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":0,\"Stiltzcho3\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Glumlee5\":1,\"Obol_Altar1\":1,\"Krunk1\":0,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Papua_Piggea1\":-1,\"Krunk3\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Scubidew1\":-1,\"Hamish1\":-1,\"Blobbo2\":1,\"TP_Pete1\":0,\"Scubidew2\":-1,\"Hamish2\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"TP_Pete3\":-1,\"Cowbo_Jones10\":1,\"Scripticus2\":1,\"Cowbo_Jones11\":1,\"Scripticus3\":1,\"Cowbo_Jones12\":1,\"Scripticus4\":1,\"Meel1\":1,\"Scripticus5\":1,\"Cowbo_Jones13\":1,\"Tired_Mole1\":1,\"Cowbo_Jones14\":1,\"Meel2\":1,\"Scripticus6\":1,\"Sussy_Gene1\":1,\"Tired_Mole2\":1,\"Cowbo_Jones15\":1,\"Scripticus7\":1,\"Sussy_Gene2\":1,\"Tired_Mole3\":0,\"Scripticus8\":1,\"Sussy_Gene3\":-1,\"Scripticus9\":1,\"Capital_P1\":-1,\"Sprout1\":-1,\"Capital_P2\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P3\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Sprout4\":-1,\"Shuvelle1\":1,\"Lonely_Hunter3\":-1,\"Shuvelle2\":1,\"Gobo1\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":1,\"Gobo2\":1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":1,\"Cactolyte4\":-1,\"Snake_Jar3\":1,\"Snake_Jar4\":1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":-1,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":1,\"Bill_Brr2\":1,\"Bill_Brr3\":1,\"Bill_Brr4\":1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":1,\"Bill_Brr7\":1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Centurion3\":0,\"Toadstall2\":1,\"Centurion4\":-1,\"Snouts1\":-1,\"Toadstall3\":1,\"Centurion5\":-1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion6\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt3\":1,\"Snouts4\":-1,\"Centurion8\":-1,\"QuestNameFiller2\":-1,\"Lord_of_the_Hunt4\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Fishpaste971\":-1,\"Lord_of_the_Hunt7\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":-1,\"Woodsman2\":-1,\"Woodsman3\":-1,\"Woodsman4\":-1,\"Hoggindaz1\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Funguy1\":1,\"Hoggindaz6\":1,\"Funguy2\":1,\"Hoggindaz7\":0,\"Telescope1\":1,\"Hoggindaz8\":-1,\"Yondergreen1\":0,\"Funguy3\":0,\"Town_Marble1\":1,\"Iceland_Irwin1\":1,\"Yondergreen2\":-1,\"Hoggindaz9\":-1,\"Funguy4\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Carpetiem1\":1,\"Bushlyte1\":-1,\"Dog_Bone2\":0,\"Yondergreen6\":-1,\"Carpetiem2\":1,\"Bushlyte2\":-1,\"Yondergreen7\":-1,\"Carpetiem3\":1,\"Bushlyte3\":-1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":1,\"Speccius1\":1,\"Loominadi2\":1,\"Loominadi3\":1,\"Speccius2\":1,\"Loominadi4\":1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "Dream": [ - 56000, - 0, - 5, - 4, - 3, - 11, - 28, - 10, - 7, - 11, - 26, - 2, - 15, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "EquipOrder_7": [ - { - "0": "EquipmentHats83", - "1": "EquipmentSword8", - "2": "EquipmentShirts36", - "3": "EquipmentPendant29", - "4": "EquipmentPants27", - "5": "EquipmentRings23", - "6": "EquipmentShoes36", - "7": "EquipmentRings23", - "8": "EquipmentHats116", - "9": "Blank", - "10": "Trophy5", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "EquipmentTools8", - "1": "Blank", - "2": "FishingRod6", - "3": "Blank", - "4": "TrapBoxSet8", - "5": "WorshipSkull7", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "FoodG9", - "1": "FoodPotGr1", - "2": "FoodPotGr2", - "3": "FoodPotGr4", - "4": "FoodPotYe4", - "5": "Blank", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - } - ], - "EMmLENGTH0_2": 16, - "FlagU": "[-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11]", - "CharSAVED_7": 5, - "PVStatList_9": [ - 109416, - 200161, - 126200, - 81472, - 912 - ], - "SL_7": "{\"0\":142,\"1\":100,\"5\":146,\"6\":146,\"8\":100,\"9\":100,\"10\":1004,\"11\":494,\"12\":408,\"13\":100,\"81\":128,\"85\":151,\"86\":100,\"87\":294,\"88\":145,\"89\":152,\"90\":100,\"91\":100,\"92\":130,\"93\":100,\"94\":140,\"95\":150,\"96\":195,\"97\":154,\"98\":202,\"99\":225,\"100\":188,\"101\":178,\"102\":142,\"103\":188,\"104\":100,\"105\":141,\"106\":138,\"107\":100,\"108\":100,\"109\":100,\"110\":135,\"111\":100,\"112\":100,\"114\":100,\"115\":150,\"116\":142,\"117\":141,\"118\":148,\"119\":100,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":100,\"141\":100,\"142\":191,\"143\":190,\"144\":100,\"145\":100,\"146\":100,\"147\":100,\"148\":100,\"149\":299,\"197\":100,\"198\":100,\"199\":254,\"202\":100,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":299,\"616\":50,\"617\":150,\"618\":0,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":92,\"637\":0,\"638\":96,\"639\":0,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":0,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100}", - "SM_1": "{\"0\":193,\"1\":203,\"5\":218,\"6\":208,\"8\":245,\"9\":155,\"10\":498,\"11\":494,\"12\":1010,\"13\":138,\"23\":420,\"75\":100,\"144\":155,\"445\":210,\"446\":100,\"447\":343,\"448\":210,\"449\":196,\"450\":129,\"451\":130,\"452\":199,\"453\":100,\"454\":100,\"455\":220,\"456\":194,\"457\":220,\"458\":145,\"459\":189,\"460\":204,\"461\":199,\"462\":188,\"463\":169,\"464\":206,\"472\":213,\"480\":296,\"481\":296,\"482\":313,\"483\":313,\"484\":100,\"485\":188,\"486\":167,\"487\":189,\"488\":186,\"489\":145,\"490\":206,\"491\":212,\"492\":220,\"493\":206,\"494\":100,\"525\":296,\"526\":313,\"527\":296,\"528\":296,\"529\":313,\"530\":100,\"531\":220,\"532\":220,\"533\":220,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":296,\"585\":299,\"586\":299,\"587\":313,\"588\":313,\"589\":100,\"590\":299,\"591\":299,\"592\":313,\"593\":299,\"594\":100,\"595\":299,\"596\":299,\"597\":299,\"598\":313,\"599\":313,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "Money_9": 2.3755875761237584e+33, - "Prayers_2": "[-1,16,-1,14,-1,4,1,-1,-1,-1,-1,-1]", - "ObolInvMAP_1": "{\"10\":{\"UQ1val\":1,\"WIS\":1,\"UQ1txt\":\"%_MONEY\"},\"16\":{\"UQ1val\":1,\"AGI\":2,\"UQ1txt\":\"%_DROP_CHANCE\"}}", - "EMm1_3": "{\"0\":{\"Defence\":0,\"STR\":72,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-7,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":60,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":60,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":72,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"STR\":36,\"WIS\":0,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":60,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":40,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-5,\"Power\":0,\"Speed\":0}}", - "InvBagsUsed_6": "{\"0\":1,\"1\":1,\"2\":1,\"3\":\"2\",\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\"}", - "PVInstaRevives_6": 1, - "Grimoire": [ - 133, - 328, - 128, - 170, - 1, - 30, - 126, - 105, - 98, - 8, - 40, - 25, - 237, - 39, - 255, - 92, - 111, - 55, - 84, - 119, - 59, - 32, - 45, - 53, - 230, - 155, - 20, - 41, - 62, - 43, - 25, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "KLA_8": "[[0,0],[-8245606640.5],[-15.1999999999999],[150,10],[150],[150],[0],[0,81],[-16758299],[0],[0],[0,0],[0],[-338910899,-338863399],[-163605979.69,-163604629.69],[-25245726],[-365019468.17,-365016668.17],[0],[-7950514167.09833],[-262534430.65],[7],[5],[0],[0],[-178457025.92,-178455325.92],[0],[-137447428.32],[-401718754.061858,-401714584.061858],[-310329401],[0],[0],[-316331],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-172115.03],[-1700970,-1700570],[-45556],[0],[0],[30],[-78929],[-2738],[-408044],[-1646280779,-1646283279],[0],[-970],[-843457501],[-38018],[-276787],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-115784],[4000],[-94654840.95],[-173822386,-173732386],[-177554356],[-529122811.19326],[-166383924],[-118042792],[-145133409],[-314466508],[-367949735],[-528493772.156955],[-491752888.01],[1],[1000],[-418478617],[-318320496.07],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-222031023],[-180442975],[-303619353],[-2940512040.01566],[-281047],[-160365],[-199322.244652427],[-133961],[-132137.638710794],[-739360332.472275],[-779985515],[300000],[350000],[250],[700],[-10491940],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-5210.85548900522],[-805927470],[-97173728],[-870013752],[-8181.8360821251],[-895625761],[-600598360.0568],[-447932522],[-513554],[-415032],[-419968438],[-556921810],[-3687508734.5216017],[0],[0],[-26756.8401829145],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-74129],[-147689690],[-1893380],[-561932618.3968083],[-478192440],[-335831174],[-1568254189],[-928658064],[-662308830],[-708290858.834764],[-316649300.779726],[-6301725.39454264],[-24603459.5198784],[-41956500709.189415],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-46819.62500534692],[-12477831.179636505],[-15705439.691325948,-24205439.69132615],[-1221443285],[-7328963,-26328963],[0],[-41114987,-271114987],[-3735925],[0],[-133537084,-558537084],[-71369021],[0],[0],[0]]", - "IMm_1": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"2\":{\"UQ1val\":41,\"UQ2val\":22},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"5\":{\"UQ1val\":35,\"UQ2val\":38},\"6\":{\"Speed\":0,\"Weapon_Power\":21,\"UQ1val\":51,\"UQ2val\":27},\"7\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"12\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"17\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"29\":{\"UQ1val\":42,\"UQ2val\":15},\"30\":{\"UQ1val\":16,\"UQ2val\":35},\"60\":{\"UQ1val\":30,\"UQ2val\":32},\"84\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", - "QuestComplete_4": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":0,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":-1,\"Masterius2\":-1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":0,\"Oinkin3\":1,\"Slargon4\":-1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":1,\"Mutton4\":0,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":0,\"Stiltzcho3\":1,\"Builder_Bird1\":1,\"Promotheus4\":-1,\"Stiltzcho4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":0,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":-1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":-1,\"Royal_Worm2\":1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":1,\"Papua_Piggea1\":-1,\"Krunk3\":-1,\"Royal_Worm4\":1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":0,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":0,\"Scubidew1\":-1,\"Blobbo2\":1,\"TP_Pete1\":1,\"Hamish2\":-1,\"Scubidew2\":-1,\"Hamish3\":-1,\"Scubidew3\":-1,\"TP_Pete2\":1,\"TP_Pete3\":1,\"Scripticus2\":1,\"Cowbo_Jones10\":1,\"Scripticus3\":1,\"Cowbo_Jones11\":1,\"Scripticus4\":1,\"Cowbo_Jones12\":1,\"Scripticus5\":1,\"Meel1\":1,\"Cowbo_Jones13\":1,\"Scripticus6\":1,\"Meel2\":0,\"Cowbo_Jones14\":1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":0,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":0,\"Capital_P1\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P2\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":-1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":0,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":1,\"Cactolyte4\":-1,\"Snake_Jar3\":1,\"Snake_Jar4\":0,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":0,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":0,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":0,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion5\":-1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":1,\"Woodsman4\":0,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Town_Marble1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Funguy3\":1,\"Funguy4\":1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Yondergreen3\":-1,\"Funguy5\":1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Dog_Bone2\":1,\"Bushlyte1\":-1,\"Carpetiem1\":1,\"Yondergreen6\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":1,\"Speccius1\":1,\"Loominadi2\":1,\"Speccius2\":1,\"Loominadi3\":1,\"Loominadi4\":0,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "ObolInvOr": [ - { - "0": "ObolSilver2", - "1": "ObolGold3", - "2": "ObolSilver2", - "3": "ObolSilver2", - "4": "ObolSilver2", - "5": "ObolSilver2", - "6": "ObolSilver2", - "7": "ObolSilver2", - "8": "ObolSilverMining", - "9": "ObolSilverCatching", - "10": "ObolSilverChoppin", - "11": "ObolSilver2", - "12": "ObolSilver2", - "13": "ObolSilver2", - "14": "ObolPlatinum3", - "15": "ObolPlatinum3", - "16": "ObolPlatinum0", - "17": "ObolSilverPop", - "18": "ObolPlatinum0", - "19": "ObolPlatinum2", - "20": "ObolSilver2", - "21": "ObolHyper1", - "22": "ObolHyper1", - "23": "ObolHyper3", - "24": "ObolHyper2", - "25": "ObolHyper1", - "26": "ObolHyper3", - "27": "ObolHyper2", - "28": "LockedInvSpace", - "29": "LockedInvSpace", - "30": "LockedInvSpace", - "31": "LockedInvSpace", - "length": 32 - }, - { - "0": "ObolSilverLuck", - "1": "ObolSilverLuck", - "2": "ObolSilverLuck", - "3": "ObolSilverLuck", - "4": "ObolSilverLuck", - "5": "ObolSilverLuck", - "6": "ObolSilverLuck", - "7": "ObolSilverLuck", - "8": "ObolHyperB1", - "9": "ObolGoldMining", - "10": "ObolGoldMoney", - "11": "ObolPink0", - "12": "ObolGoldChoppin", - "13": "ObolGoldDef", - "14": "ObolPink0", - "15": "ObolPink3", - "16": "ObolGoldLuck", - "17": "ObolHyperB3", - "18": "ObolHyperB3", - "19": "ObolHyperB3", - "20": "ObolHyperB3", - "21": "ObolHyperB2", - "22": "ObolHyperB1", - "23": "ObolHyperB2", - "24": "LockedInvSpace", - "25": "LockedInvSpace", - "26": "LockedInvSpace", - "27": "LockedInvSpace", - "length": 28 - }, - { - "0": "Blank", - "1": "Blank", - "2": "Blank", - "3": "Blank", - "4": "Blank", - "5": "Blank", - "6": "Blank", - "7": "ObolChizoarA", - "8": "ObolChizoarA", - "9": "ObolEfauntA", - "10": "ObolAmarokA", - "11": "ObolSlush", - "12": "ObolSlush", - "13": "ObolEfauntA", - "14": "ObolPlatinumLuck", - "15": "ObolPlatinumFishing", - "16": "ObolPlatinumPop", - "17": "ObolPlatinumDef", - "18": "ObolPlatinumPop", - "19": "ObolPlatinumKill", - "20": "LockedInvSpace", - "21": "LockedInvSpace", - "22": "LockedInvSpace", - "23": "LockedInvSpace", - "length": 24 - }, - { - "0": "Blank", - "1": "Blank", - "2": "Blank", - "3": "Blank", - "4": "Blank", - "5": "Blank", - "6": "Blank", - "7": "Blank", - "8": "ObolKruk", - "9": "ObolTroll", - "10": "ObolTroll", - "11": "ObolKruk", - "12": "ObolTroll", - "13": "ObolTroll", - "14": "ObolKruk", - "15": "ObolKruk", - "16": "LockedInvSpace", - "17": "LockedInvSpace", - "18": "LockedInvSpace", - "19": "LockedInvSpace", - "length": 20 - } - ], - "EMmLENGTH1_9": 16, - "ObolEqMAP_8": "{\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"2\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"11\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"13\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"18\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"19\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"Speed\":0}}", - "DungUpg": "[[10,10,10,10,10,8,8,10,8,6,7,7,8,10,10,4,8,5,5,11,5,5,5,5,0,0,6,0,4,0,5,0,5,5,6,5,5,4,5,5,0,-1,0,5,5,10,1,0],[100,100,100,100,100,100,100,100],[1,5,9,11,12,18,21,22,-1],[18,18,18,18,3,3,3,3,3,3],[20,20,31,18],[50,50,50,50,50,50,50,50],[1,1,1,1,1,1,1,1,1,1]]", - "Money_5": 4.0806615922504725e+33, - "CauldronInfo": [ - { - "0": 10120, - "1": 2001, - "2": 1000, - "3": 1053, - "4": 1000, - "5": 576, - "6": 571, - "7": 665, - "8": 606, - "9": 756, - "10": 571, - "11": 1001, - "12": 2179, - "13": 574, - "14": 571, - "15": 413, - "16": 1011, - "17": 539, - "18": 413, - "19": 415, - "20": 413, - "21": 600, - "22": 542, - "23": 564, - "24": 454, - "25": 1013, - "26": 553, - "27": 1412, - "28": 330, - "29": 1017, - "30": 81, - "31": 64, - "32": 122, - "33": 1, - "34": 1, - "35": 1, - "length": 36 - }, - { - "0": 13608, - "1": 2020, - "2": 577, - "3": 1000, - "4": 710, - "5": 1578, - "6": 1007, - "7": 572, - "8": 576, - "9": 573, - "10": 573, - "11": 573, - "12": 578, - "13": 575, - "14": 572, - "15": 405, - "16": 1014, - "17": 796, - "18": 403, - "19": 407, - "20": 406, - "21": 541, - "22": 405, - "23": 404, - "24": 410, - "25": 1024, - "26": 304, - "27": 318, - "28": 309, - "29": 422, - "30": 80, - "31": 1, - "32": 97, - "33": 1, - "34": 1, - "length": 35 - }, - { - "0": 14478, - "1": 1260, - "2": 1001, - "3": 575, - "4": 1006, - "5": 574, - "6": 1003, - "7": 1564, - "8": 572, - "9": 574, - "10": 572, - "11": 575, - "12": 571, - "13": 572, - "14": 578, - "15": 414, - "16": 1003, - "17": 659, - "18": 418, - "19": 414, - "20": 415, - "21": 540, - "22": 419, - "23": 419, - "24": 416, - "25": 1022, - "26": 1465, - "27": 356, - "28": 900, - "29": 1021, - "30": 121, - "31": 67, - "32": 60, - "33": 1, - "34": 1, - "35": 1, - "36": 1, - "37": 1, - "length": 38 - }, - { - "0": 5882, - "1": 574, - "2": 576, - "3": 571, - "4": 571, - "5": 574, - "6": 574, - "7": 581, - "8": 21528, - "9": 4174, - "10": 577, - "11": 575, - "12": 576, - "13": 573, - "14": 572, - "15": 452, - "16": 412, - "17": 599, - "18": 410, - "19": 409, - "20": 409, - "21": 4502, - "22": 409, - "23": 411, - "24": 412, - "25": 282, - "26": 282, - "27": 457, - "28": 1312, - "29": 284, - "30": 990, - "31": 84, - "32": 79, - "33": 1, - "34": 1, - "length": 35 - }, - { - "0": 13, - "1": 13, - "2": 13, - "3": 13, - "4": 13, - "5": 13, - "6": 13, - "7": 13, - "8": 13, - "9": 13, - "10": 13, - "11": 13, - "12": 13, - "13": 13, - "14": 13, - "15": 13, - "16": 13, - "17": 13, - "18": 13, - "19": 13, - "20": 2, - "21": 13, - "22": 13, - "23": 13, - "24": 13, - "25": 10, - "26": 13, - "27": 13, - "28": 5, - "29": 13, - "30": 13, - "31": 13, - "32": 13, - "33": 9, - "34": 13, - "35": 13, - "36": 13, - "37": 13, - "38": 13, - "39": 7, - "40": 13, - "41": 0, - "42": 13, - "43": 13, - "44": 13, - "45": 13, - "46": 13, - "47": 13, - "48": 13, - "49": 3, - "50": 13, - "51": 13, - "52": 13, - "53": 13, - "54": 4, - "55": 9, - "56": 13, - "57": 13, - "58": 12, - "59": 13, - "60": 13, - "61": 13, - "62": 13, - "63": 13, - "64": 13, - "65": 13, - "66": 13, - "67": 13, - "68": 13, - "69": 7, - "70": 11, - "71": 13, - "72": 13, - "73": 13, - "74": 13, - "75": 0, - "76": 0, - "77": 0, - "78": 0, - "79": 0, - "80": 0, - "81": 0, - "82": 0, - "83": 0, - "84": 0, - "85": 0, - "length": 86 - }, - { - "0": 2133228861774.7273, - "1": 981567165724.3254, - "2": 72932591696.42534, - "3": 640081025643.0225, - "length": 4 - }, - { - "0": 40719.306611346336, - "1": 42260.41336294855, - "2": 36246.45711347962, - "3": 32572.184312578636, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 1, - "4": 0, - "length": 5 - }, - { - "length": 0 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "4": 0, - "5": 0, - "6": 4, - "7": 0, - "8": 28, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "16": 0, - "17": 34, - "18": 0, - "length": 19 - } - ], - "EMm0_7": "{\"0\":{\"Defence\":120,\"WIS\":0,\"STR\":80,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":8,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-10,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":42,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":60,\"WIS\":0,\"STR\":40,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":4,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"4\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"STR\":4,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":1,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"6\":{\"Defence\":105,\"STR\":70,\"WIS\":0,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-8,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"STR\":3,\"WIS\":1,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "Rift": [ - 59, - 0, - "", - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "PVFishingSpotIndex_7": 2, - "PVFishingToolkit_4": [ - 9, - 4 - ], - "POu_9": "[400,400,400,400,0,400,0,400,0,400,400,400,400,400,100,0,0,400,0,0,400,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "CardEquip_2": [ - "CritterCard7", - "SpelunkingCard0", - "w7a1", - "w7a4", - "wolfA", - "Boss2B", - "Boss4B", - "SpelunkingCard1", - "B", - "B", - "B", - "B" - ], - "EquipOrder_9": [ - { - "0": "EquipmentHats19", - "1": "EquipmentBows10", - "2": "EquipmentShirts27", - "3": "EquipmentPendant17", - "4": "EquipmentPants19", - "5": "EquipmentRings14", - "6": "EquipmentShoes5", - "7": "EquipmentRings14", - "8": "EquipmentHats34", - "9": "Blank", - "10": "Trophy2", - "11": "EquipmentKeychain5", - "12": "EquipmentCape8", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "EquipmentTools5", - "1": "EquipmentToolsHatchet2", - "2": "FishingRod4", - "3": "CatchingNet8", - "4": "TrapBoxSet7", - "5": "WorshipSkull7", - "6": "DNAgun2", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "FoodG9", - "1": "FoodPotYe5", - "2": "FoodPotGr4", - "3": "FoodPotGr2", - "4": "FoodPotGr1", - "5": "FoodG10", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - } - ], - "ForgeItemOrder": [ - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "OilBarrel7", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Prehistrium", - "Blank", - "PrehistriumBar", - "Godshard", - "OilBarrel7", - "GodshardBar", - "Godshard", - "Blank", - "GodshardBar", - "Godshard", - "Blank", - "GodshardBar", - "Godshard", - "Blank", - "GodshardBar", - "Godshard", - "Blank", - "GodshardBar" - ], - "AttackLoadoutpre_6": "[[15,30,46,45,19,25],[\"Null\",\"Null\",\"Null\",16,40,32],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "CharacterClass_7": 14, - "Exp0_2": [ - 9.359046780143954e+22, - "2.803096072371317E8", - 229093629197.61276, - "4.663155702146538E8", - "8.235332092938209E7", - 259176379685.86536, - 799083545.2696723, - 27887000855.150307, - 24009385391.338543, - 44144300.99628039, - 20313318.334378302, - 1569701.8838126916, - 587729.465188635, - 1320476697.123318, - 279328.7922801819, - 4.350655207507805e+33, - 4.678235540557281e+23, - 5.850593452391528e+49, - 501524132.38953424, - 459468.30219942797, - 0, - 0, - 0, - 0 - ], - "PVInstaRevives_2": 1, - "SLpre_5": "{}", - "AttackLoadoutpre_3": "[[\"Null\",\"Null\",635,94,100,130],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "EquipQTY_6": [ - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 155000, - "1": 151639, - "2": 70000, - "3": 175744, - "4": 0, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - } - ], - "PetsStored": "[[\"snailZ\",\"16\",283150.217994149,0],[\"glass\",4,74327.1159919026,0],[\"snakeB\",4,266685.398809472,0],[\"speaker\",4,78898.9986615754,0],[\"penguin\",4,75560.2905863908,0],[\"thermostat\",4,166672.63523736,0],[\"mamoth\",4,64919.0046983086,0],[\"Pet11\",4,31999.4787969466,0],[\"Pet9\",4,109982.451696154,0],[\"snowball\",4,131934.754947672,0],[\"w4b2\",4,31115.9877958131,0],[\"w4b3\",4,28014.1296292924,0],[\"w4a2\",4,102988.974674545,0],[\"flake\",4,65905.2202475261,0],[\"eye\",4,51438.5116181126,0],[\"ram\",4,108707.858949556,0],[\"Pet8\",4,33332.7295970397,0],[\"poopSmall\",4,27834.2697703435,0],[\"branch\",4,30274.4524004514,0],[\"crabcake\",4,24008.2229646983,0],[\"mimicA\",4,25003.6947733761,0],[\"coconut\",4,46872.9720261804,0],[\"Pet3\",4,168351.337797833,0],[\"sandcastle\",4,195364.588160064,0],[\"acorn\",4,37683.2750686984,0],[\"mushG\",4,49879.666550092,0],[\"Pet0\",4,64984.2503706647,0],[\"frogG\",4,30859.8262393048,0],[\"Pet2\",4,34890.6969053132,0],[\"beanG\",4,46058.390918463,0],[\"snakeG\",4,30179.3919909181,0],[\"slimeG\",4,30984.306358556,0],[\"mushR\",4,32800.8561887267,0],[\"goblinG\",4,66369.5266986928,0],[\"jarSand\",4,40644.6813157196,0],[\"ratB\",4,33976.3239656429,0],[\"carrotO\",\"6\",116474.847186955,0],[\"Pet4\",\"18\",57762.338771444,0],[\"crabcake\",\"3\",138525.734483211,0],[\"slimeG\",\"12\",142113.256524009,0],[\"snailZ\",\"16\",155928.786512718,0],[\"mimicA\",\"1\",64872.6968286902,0],[\"sandgiant\",\"11\",64614.722645143,0],[\"snailZ\",\"16\",53825.1941281885,0],[\"jarSand\",\"21\",54607.9394745963,0],[\"goblinG\",\"22\",38947.08523501,0],[\"branch\",\"22\",34223.7816787989,0],[\"Pet9\",\"32\",33078.5862541008,0],[\"carrotO\",4,78690.0962614529,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0]]", - "CogM": "{\"0\":{\"d\":42,\"h\":\"corners\",\"a\":129,\"e\":22,\"c\":92},\"1\":{\"h\":\"corners\",\"f\":23,\"c\":470,\"a\":2696},\"2\":{\"h\":\"down\",\"e\":63,\"a\":1324},\"3\":{\"d\":35,\"h\":\"column\",\"a\":1163,\"f\":47,\"c\":94},\"4\":{\"a\":15826,\"d\":59},\"5\":{\"a\":10850,\"d\":139},\"6\":{\"d\":94,\"a\":2062},\"7\":{\"d\":102,\"c\":384},\"8\":{\"d\":97,\"a\":2187},\"9\":{\"d\":94,\"a\":736,\"c\":351},\"10\":{\"d\":89,\"a\":1234},\"11\":{\"d\":94,\"a\":2122},\"12\":{\"h\":\"right\",\"a\":840,\"e\":59},\"13\":{\"h\":\"down\",\"f\":65,\"a\":914},\"14\":{\"h\":\"around\",\"e\":164,\"f\":202},\"15\":{\"h\":\"around\",\"e\":164,\"f\":202},\"16\":{\"d\":30,\"h\":\"left\",\"a\":93,\"e\":53,\"c\":86},\"17\":{\"h\":\"left\",\"c\":29,\"a\":482,\"e\":64},\"18\":{\"d\":91,\"a\":4409},\"19\":{\"d\":155},\"20\":{\"d\":93,\"c\":565,\"a\":3086},\"21\":{\"d\":97,\"a\":2063},\"22\":{\"a\":5221,\"d\":73,\"c\":1181,\"h\":\"left\",\"j\":51},\"23\":{\"d\":92,\"a\":2424},\"24\":{\"h\":\"around\",\"e\":164,\"f\":202},\"25\":{\"h\":\"around\",\"e\":164,\"f\":202},\"26\":{\"a\":22904034686.570686,\"b\":1885391894143.8616,\"c\":426416435},\"27\":{\"a\":217826633070.6836,\"b\":9421265967790.959,\"c\":2892697851},\"28\":{\"h\":\"around\",\"e\":164,\"f\":202},\"29\":{\"h\":\"around\",\"e\":164,\"f\":202},\"30\":{\"f\":25,\"h\":\"row\",\"d\":49,\"a\":294},\"31\":{\"d\":24,\"h\":\"row\",\"a\":451,\"e\":51},\"32\":{\"d\":68,\"a\":21412,\"h\":\"row\",\"f\":53},\"33\":{\"h\":\"row\",\"c\":123,\"a\":1565,\"e\":56},\"34\":{\"h\":\"row\",\"f\":48,\"a\":6622},\"35\":{\"a\":20707,\"h\":\"row\",\"f\":60},\"36\":{\"d\":31,\"h\":\"right\",\"a\":1012,\"e\":44,\"c\":54},\"37\":{\"d\":23,\"h\":\"right\",\"a\":722,\"e\":49},\"38\":{\"h\":\"around\",\"e\":164,\"f\":202},\"39\":{\"h\":\"around\",\"e\":164,\"f\":202},\"40\":{\"d\":86,\"h\":\"left\",\"f\":47,\"a\":3116},\"41\":{\"d\":30,\"h\":\"left\",\"a\":235,\"e\":50,\"c\":58},\"42\":{\"d\":85,\"c\":162,\"a\":1081},\"43\":{\"d\":99,\"a\":1647,\"c\":561},\"44\":{\"d\":105,\"a\":7597},\"45\":{\"a\":18225,\"d\":63},\"46\":{\"d\":121,\"a\":8308},\"47\":{\"d\":80,\"a\":207},\"48\":{\"d\":97,\"h\":\"down\",\"c\":220,\"e\":38},\"49\":{\"d\":65,\"h\":\"down\",\"a\":469,\"e\":42},\"50\":{\"d\":46,\"h\":\"up\",\"a\":3284,\"f\":61,\"c\":414},\"51\":{\"d\":81,\"h\":\"up\",\"f\":46,\"a\":3367},\"52\":{\"h\":\"up\",\"f\":32,\"a\":2430,\"c\":624},\"53\":{\"h\":\"corners\",\"f\":55,\"c\":430,\"a\":3284},\"54\":{\"d\":81,\"a\":15427},\"55\":{\"d\":79,\"a\":817},\"56\":{\"d\":107,\"a\":2121,\"c\":195},\"57\":{\"d\":101,\"a\":1819},\"58\":{\"d\":74,\"c\":664},\"59\":{\"d\":121,\"a\":4979},\"60\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"61\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"62\":{\"a\":13814235598.425005,\"b\":326441230359.55304,\"c\":277451177},\"63\":{\"h\":\"column\",\"a\":4192,\"e\":65},\"64\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"65\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"66\":{\"d\":175,\"a\":9609},\"67\":{\"d\":97,\"a\":2219},\"68\":{\"d\":101,\"a\":2241},\"69\":{\"d\":133,\"a\":3789},\"70\":{\"d\":96,\"a\":1228},\"71\":{\"d\":89,\"a\":1016},\"72\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"73\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"74\":{\"h\":\"column\",\"f\":64,\"c\":167,\"a\":3320},\"75\":{\"h\":\"column\",\"c\":47,\"a\":229,\"e\":64},\"76\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"77\":{\"l\":1,\"d\":107,\"a\":36302,\"c\":4445,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"78\":{\"d\":92,\"a\":2522},\"79\":{\"d\":103,\"c\":412,\"a\":760},\"80\":{\"a\":13398,\"d\":59},\"81\":{\"d\":95,\"a\":1161},\"82\":{\"d\":83,\"a\":1298},\"83\":{\"d\":87,\"a\":2431},\"84\":{\"d\":85,\"h\":\"column\",\"a\":4403,\"e\":26},\"85\":{\"d\":77,\"a\":1025},\"86\":{\"d\":20,\"h\":\"column\",\"a\":262,\"e\":54,\"c\":106},\"87\":{\"h\":\"column\",\"d\":32,\"e\":63,\"a\":766},\"88\":{\"d\":18,\"h\":\"row\",\"a\":35,\"e\":57,\"c\":71},\"89\":{\"d\":75,\"h\":\"row\",\"j\":28,\"a\":102},\"90\":{\"d\":76,\"a\":2328},\"91\":{\"d\":87,\"a\":22868},\"92\":{\"d\":82,\"a\":287},\"93\":{\"d\":90},\"94\":{\"d\":79,\"a\":678},\"95\":{\"d\":89,\"a\":3287},\"99\":{\"a\":6787116050.776944,\"b\":13815237867.384253,\"c\":151649585},\"102\":{\"a\":3738442034.872295,\"b\":4819979094.4512615,\"c\":91347317},\"103\":{\"a\":4154385217.3176928,\"b\":5189095537.801988,\"c\":99917025},\"104\":{\"a\":3803708784.63834,\"b\":4878683698.2371025,\"c\":92701106},\"105\":{\"a\":4154385217.3176928,\"b\":5189095537.801988,\"c\":99917025},\"106\":{\"a\":4044455645.1287217,\"b\":5092666139.612093,\"c\":97665192},\"107\":{\"a\":3790599806.3283753,\"b\":4866917175.023135,\"c\":92429476},\"108\":{\"a\":28702,\"d\":74},\"109\":{\"a\":13398,\"d\":67},\"121\":{\"h\":\"row\",\"a\":730,\"c\":125,\"e\":60},\"122\":{\"h\":\"row\",\"a\":474,\"e\":54},\"165\":{\"h\":\"column\",\"e\":60,\"a\":405},\"166\":{\"d\":52,\"h\":\"down\",\"a\":92,\"e\":17,\"c\":37},\"167\":{\"h\":\"right\",\"a\":888,\"e\":55},\"169\":{\"h\":\"up\",\"a\":238,\"c\":22,\"e\":57}}", - "Ribbon": [ - 13, - 9, - 8, - 6, - 5, - 3, - 4, - 2, - 4, - 2, - 1, - 4, - 2, - 6, - 1, - 3, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 12, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 8, - 13, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 8, - 10, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 7, - 0, - 11, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 7, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 11, - 0, - 13, - 10, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "Exp0_5": [ - 4.104264775055552e+22, - 672807633.4167166, - 200268419448.4309, - 105962017891.25896, - 979978618.9692888, - 56678231227.2163, - 9158009218.781584, - 30557491675.798927, - 44412511092.63493, - 12847757.697194502, - 70375356.04117039, - 1569701.8838126916, - 3057646.860563253, - 125082671.8566704, - 189092.49825824882, - 4.3506552075077863e+33, - 4.678235540557281e+23, - 2.5652971542466147e+49, - 1102353871.4254024, - 57294.40865499916, - 0, - 0, - 0, - 0 - ], - "StarSg": "{\"Blue_Hedgehog\":1,\"Fatty_Doodoo\":1,\"Activelius\":1,\"S._Snoozer_Major\":1,\"The_Fiesty\":1,\"Mount_Eaterest\":1,\"Pack_Mule\":1,\"Comatose_Major\":1,\"Beanbie_Major\":1,\"Sir_Savvy\":1,\"The_Big_Brain\":1,\"Gum_Drop_Major\":1,\"O.G._Signalais\":1,\"Artifosho\":1,\"Hydron_Cosmos\":1,\"Muscle_Man\":1,\"Lotto_Larrinald\":1,\"The_Buff_Guy\":\"1\",\"Lucky_Larry\":1,\"Wispommo\":1,\"Trapezoidburg\":1,\"Bob_Build_Guy\":1,\"Big_Brain_Major\":1,\"Mr_No_Sleep\":1,\"Druipi_Major\":1,\"Breedabilli\":1,\"Smart_Stooge\":1,\"Scienscion\":1,\"Centaurii\":1,\"Pie_Seas\":1,\"Intellostooge\":1,\"Grim_Reaper_Major\":1,\"Sumo_Magno\":1,\"The_Big_Comatose\":1,\"Dwarfo_Beardus\":1,\"All_Rounder\":1,\"Sneekee_E._X.\":1,\"Shoe_Fly\":1,\"Chronus_Cosmos\":1,\"Cullingo\":1,\"The_Fallen_Titan\":1,\"Killian_Maximus\":1,\"Divividov\":1,\"C._Shanti_Minor\":1,\"Pirate_Booty\":1,\"Sir_Savvy_Major\":1,\"The_Overachiever\":1,\"The_OG_Skiller\":1,\"Power_Bowower\":1,\"Cropiovo_Minor\":1,\"S._Tealio\":1,\"Strandissi\":1,\"Robinhood\":1,\"Fast_Frog\":1,\"Muscle_Magnus\":1,\"Gor_Bowzor\":1,\"Gordonius_Major\":1,\"The_Fuzzy_Dice\":\"1\",\"The_Forsaken\":1,\"All_Rounderi\":1,\"Ned_Kelly\":1,\"Flexo_Bendo\":\"1\",\"Jadaciussi\":1,\"The_Bulwark\":1,\"Gum_Drop\":1,\"Damarian_Major\":1,\"Silly_Snoozer\":1,\"Seraph_Cosmos\":1,\"Agitagi\":1,\"Hipster_Logger\":1,\"Murmollio\":1,\"Lightspeed_Frog\":1,\"Miniature_Game\":1,\"Fabarmi\":1,\"Lukiris\":1,\"Sawsaw_Salala\":1,\"Pokaminni\":1,\"The_Book_Worm\":\"1\",\"Preys_Bea\":1,\"Grim_Reaper\":1}", - "Lv0_9": [ - 921, - 107, - 125, - 123, - 94, - 142, - 116, - 124, - 745, - 116, - 12, - 84, - 205, - 166, - 228, - 297, - 353, - 826, - 148, - 47, - -1, - -1, - -1, - -1, - -1 - ], - "TotemInfo": "[[190,140,160,160,140,140,110,130,0],[0,140,150,140,0,100,0,120,0],[0,3762660.543134562,6249597.592787499,3532146.8374900515,0,584105.49848235,0,1668063.0000000002,0]]", - "ArcadeUpg": "[20,18,30,25,21,54,88,17,66,11,50,50,26,16,20,25,10,30,15,20,0,0,15,30,32,21,5,84,0,20,20,4,26,33,25,27,25,20,30,101,42,26,27,25,25,26,26,30,10,25,32,0,0,0,25,0,0,0,0,0,31,30]", - "OptL2_5": [ - { - "0": 710, - "1": 10, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Tired_Mole3", - "3": 0, - "length": 4 - } - ], - "BuffsActive_3": [ - { - "0": 94, - "1": 2335, - "2": 5280, - "length": 3 - }, - { - "0": 167, - "1": 53, - "2": 60, - "length": 3 - }, - { - "0": 168, - "1": 131.20000000000002, - "2": 219.20000000000002, - "length": 3 - } - ], - "Money_0": 4.031170070451829e+32, - "KLA_3": "[[0,0],[-1867893.4374663],[-230804088.303098],[150,10],[150],[150],[0],[0,0],[-5618984063.257525],[-230369.8162584719],[0],[0,0],[0],[-146070.596126316,-98570.5961263162],[-40193394032.775955,-40193392682.775955],[-21611833.6786251],[-405216914.442128,-405214114.442128],[-98140.7475745668],[-802534.4532825605],[-263168553.237723],[7],[5],[0],[0],[-10376202.4572566,-10374502.4572566],[0],[-67132.79952726657],[-57130588,-57126418],[-30103929.3480906],[0],[-11959.988154386387],[-305350],[0],[0],[0],[0],[0],[0],[-336481.08886911656],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-939445.475384385],[-17030.0992038367,-16630.0992038367],[-41975],[0],[0],[30],[-13370],[-46086.2069230773],[-1501],[-22958.7055818211,-25458.7055818211],[0],[-197338350.096297],[-14278550.08],[-1724074.23642712],[-13250917.6096789],[0],[0],[0],[-2682.30034285714],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1741492.25],[4000],[-578253],[-139931957462.7841,-139931867462.7841],[-100234558770.1049],[-937180.4902344709],[-125099],[-1381786221.21407],[-18182],[-391226014.739459],[-662826440.97702],[-5076.05],[107876.769999999],[1],[1000],[-29461549.02804386],[-28509820.3431763],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-568248.804943523],[-32437],[-9042750.83954462],[-17882065906.505848],[-393998.089178809],[-376751.886699254],[-258499.062238536],[-688518.923615384],[-36521],[-4307127.55542834],[-20689],[-2979807900.51439],[-677663.524355084],[250],[700],[-6979009.678977848],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-779298686.182146],[-14410993.8779367],[-14410875.3715023],[-75299938.1671226],[-41497.3267487175],[-432537.571833901],[-1889455.75519778],[-122126670976.1987],[-87544.7436481499],[-1293491.91494146],[-161475758.665563],[-366078708.19463],[-8622809549.36386],[0],[0],[-1003320242.3379469],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1302035536.26931],[-448648855.367886],[-16981277.6352672],[-131801519.133382],[-446411482.611152],[-212306472.85787418],[-2260520730.32993],[-909035762.2799201],[-40147508924.80874],[-699483091.655868],[-1191704.8303479082],[-185329923.921104],[-17093903197.476233],[-84438727055.15675],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-6676148.3529474065],[-671225.245285153],[8391463.941096697,-108536.05890215105],[-12702536.849195197],[17669965.1003595,-1330034.8996405108],[-822297360.021297],[250000000,20000000],[60000000],[0],[500000000,75000000],[1000000000],[0],[0],[0]]", - "PTimeAway_0": 1770033.157665, - "ObolEqMAP_6": "{\"4\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", - "Money_7": 3.431202163564129e+33, - "EMmLENGTH0_0": 16, - "InventoryOrder_1": [ - "EquipmentHats108", - "EquipmentHats113", - "EquipmentRingsArc0", - "EquipmentHats21", - "EquipmentHats101", - "EquipmentRingsArc0", - "EquipmentWandsArc0", - "Trophy7", - "Crystal6", - "GemP37", - "Blank", - "Blank", - "EquipmentCape15", - "Blank", - "Blank", - "Blank", - "Blank", - "EquipmentHats21", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "EquipmentRingsArc0", - "EquipmentRingsArc0", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "EquipmentRingsArc0", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "EquipmentRings33", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "CardEquip_0": [ - "CritterCard7", - "SpelunkingCard0", - "w7a1", - "w7a4", - "wolfA", - "Boss2B", - "Boss4B", - "SpelunkingCard1", - "B", - "B", - "B", - "B" - ], - "OptL2_3": [ - { - "0": 5, - "1": 3, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Scripticus2", - "3": 0, - "length": 4 - } - ], - "QuestStatus_5": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[16477,2],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Lava_Larry1\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[37259],\"Oinkin1\":[5],\"Slargon2\":[780559],\"Oinkin2\":[11,5,5],\"Slargon3\":[1316212],\"Oinkin3\":[1],\"Slargon4\":[11713055],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[254],\"Mutton1\":[0,0,0],\"Bellows2\":[4569],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[12,50],\"Promotheus1\":[1],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[1],\"Builder_Bird1\":[0],\"Stiltzcho4\":[472629],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[115567],\"Stiltzcho6\":[103289],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[65],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[142119],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[43732],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[292232],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[572169396],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[10835,0],\"Scubidew2\":[\"0\",0],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[12],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[10732931],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[15672340],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[206],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[1405],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[10024],\"Sprout4\":[0],\"Shuvelle1\":[\"0\",\"50\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle2\":[0],\"Gobo1\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[6],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[\"0\",\"0\"],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[4371,3],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[0],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,30],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Toadstall2\":[\"0\"],\"Centurion3\":[307919],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[15,364981],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[257,268,\"0\",88],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,89],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,2],\"Hoggindaz4\":[1,15],\"Hoggindaz5\":[2],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[100,171],\"Iceland_Irwin1\":[0],\"Hoggindaz8\":[0],\"Yondergreen1\":[\"0\"],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Yondergreen2\":[0],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[\"0\",\"0\"],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Carpetiem1\":[\"0\"],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[\"0\",\"1\"],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "InventoryOrder_0": [ - "Trophy8", - "EquipmentRings23", - "EquipmentStatues12", - "EquipmentHats52", - "EquipmentShirts26", - "EquipmentPants20", - "EquipmentShoes21", - "EquipmentHats4Choppin", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Trophy2", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Quest56", - "EquipmentHats2", - "EquipmentHats2", - "Blank", - "Ht", - "Trophy2", - "Trophy2", - "Trophy2", - "Trophy2", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "PTimeAway_5": 1769845.1767750003, - "FoodSlO_0": 6, - "FoodSlO_6": 6, - "FamValFishingToolkitOwned": [ - { - "0": 0, - "1": 1, - "2": 10, - "3": 5, - "4": 11, - "5": 12, - "6": 3, - "7": 2, - "8": 6, - "9": 7, - "10": 13, - "11": 8, - "12": 4, - "13": 9, - "14": 14, - "length": 15 - }, - { - "0": 0, - "1": 11, - "2": 1, - "3": 5, - "4": 10, - "5": 2, - "6": 12, - "7": 13, - "8": 8, - "9": 3, - "10": 4, - "11": 9, - "12": 14, - "13": 6, - "length": 14 - } - ], - "ItemQTY_0": [ - 1, - 1, - 8576, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 2, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "FoodCD_3": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "CYTalentPoints": [ - 8, - 38, - 45, - 6, - 0, - 7 - ], - "Guild": "[[5,4,5,8,6,0,9,5,3,1,6,5,8,5,1,6,0,0],[0,1,7146],[1,0,0],[2,0,0],[13,0,0],[9,0,0],[3,0,0],[4,0,13],[5,0,120],[22,1,86354]]", - "ExpReq0_7": [ - 6.12432945747071e+22, - 64311429.13389351, - 50816951992.94115, - 8489.824649195, - 842332.392336849, - 417544674105.16296, - 503336.881374075, - 46088152414.911224, - 31753852770772.973, - 40233415.172563404, - 42.9086095044379, - 34509590.81999272, - 1283930.1671739637, - 1557331638.5250974, - 1009646.2030019957, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 1947411660.8388212, - 1002075.3450182463, - 15, - 15, - 15, - 15, - 15 - ], - "ExpReq0_9": [ - 7.335211173201587e+22, - 8290514280.819875, - 63576701503.91206, - 51563590595.920746, - 1770863238.8453548, - 417544674105.16296, - 23377126849.030804, - 57675762854.00842, - 135949588031.3525, - 75595210.02694722, - 2958.60843497224, - 34509590.81999272, - 766295.5774381312, - 1557331638.5250974, - 1036259.7890284089, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 1805021782.6773589, - 6888744.020159356, - 15, - 15, - 15, - 15, - 15 - ], - "InventoryOrder_7": [ - "Quest28", - "Key5", - "InvBag105", - "Blank", - "EquipmentHats13", - "Trash3", - "EquipmentHats13", - "EquipmentHats13", - "EquipmentHats13", - "EquipmentHats13", - "EquipmentHats13", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Trophy2", - "EquipmentHats85", - "Blank", - "Blank", - "Blank", - "EquipmentHats21", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "PlayerStuff_7": "[10998,1,5,0,0,0,0,0,0,0]", - "EMmLENGTH0_3": 16, - "PVMinigamePlays_8": 5, - "PVStatList_7": [ - 275037, - 121939, - 129723, - 74372, - 873 - ], - "Meals": "[[111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,111,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,113,113,113,113,113,113,113,113,111,111,113,113,113,111,113,111,113,112,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,\"-4.7428439751604714e+80\",0,0,0,0,0,0,0,0,0,0,0,\"7.588550360256754e+81\",\"-7.588550360256754e+81\",0,\"1.517710072051351e+82\",0,\"1.517710072051351e+82\",0,\"1.517710072051351e+82\",\"1.517710072051351e+82\",\"1.517710072051351e+82\",0,\"1.517710072051351e+82\",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\"-2.4866161820489332e+86\",0,0,0,0,\"1.5541351137805833e+85\",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[4.64626158618718e+119,\"2.7602467543190306e+97\",\"1.8671094081861984e+97\",\"1.567077516536518e+97\",\"1.9446029105305487e+97\",\"1.088129075165703e+97\",\"1.3274385532918703e+97\",\"5.746644180392147e+96\",\"8.050363572011951e+96\",\"7.2107456909715e+96\",\"4.779771336524462e+96\",\"4.825237130741074e+96\",\"4.277499312499335e+96\",\"4.904503187174571e+96\",\"3.742282483793616e+96\",\"3.249503589109622e+96\",\"2.2267866093635246e+96\",\"4.041570415011519e+96\",\"1.793105806668018e+96\",\"1.6468556946067166e+96\",\"1.2272885279240164e+96\",\"8.148112874457494e+95\",\"7.136700622039577e+95\",\"6.761103754602894e+95\",\"4.770485576645687e+95\",\"2.283393391722114e+95\",\"1.5187995950752563e+95\",\"5.335388328410982e+94\",\"1.950038320594803e+94\",\"1.2643739638145985e+94\",\"4.509543794602158e+94\",\"2.208117030208479e+94\",\"8.64873962674765e+93\",\"7.186570670996874e+93\",\"4.910754015578241e+93\",7.481532429335511e+93,\"9.14881089761085e+93\",\"8.856643821553888e+93\",\"2.092539056553239e+93\",\"2.0796154970868126e+94\",\"1.4456661784844972e+94\",\"5.7085543742824e+93\",\"1.1230944104323904e+93\",\"1.3027977392593869e+93\",\"6.830232788649744e+93\",\"1.888316334125777e+94\",\"2.0391650773422585e+93\",\"1.2850415824038817e+94\",\"3.2945081524772055e+93\",\"3.2613140611980085e+92\",\"1.8892125588697936e+93\",\"1.0209634008088217e+93\",\"2.940327459006516e+93\",\"1.2032632199866556e+93\",\"5.139875951107121e+92\",\"1.3698090545769178e+94\",\"2.380808683498799e+94\",\"1.0664521528636236e+93\",\"1.233291558892798e+93\",\"1.6938512012946666e+93\",\"3.9445316836787125e+95\",\"5.050345136306716e+94\",\"1.8570502826077028e+94\",\"4.0991142450908216e+93\",\"1.314215250092465e+93\",\"2.176195319791929e+97\",\"4.8215270925951616e+91\",\"1.817166830734316e+75\",\"1.026832567372395e+67\",\"2.584975756968548e+62\",\"2.828659568445324e+56\",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[171320.1332467016,167148.29884393868,246548.0415633616,214621.43207573297,205392.3070525569,82047.24563403663,138505.40668129153,58491.30769537227,125757.07801670836,104141.58668758397,94735.58400975508,56909.61564982902,61809.082017959714,38497.46550441287,44093.8823899818,31787.604082094003,21220.343788374135,9793.158897015914,11292.58085096901,7759.917805605079,6850.210897750758,23832.5,5877.5,3146,-1,-1,-1,-1,-1,-1]]", - "PVFishingToolkit_7": [ - 8, - 3 - ], - "POu_4": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,21516,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "BuffsActive_9": [ - { - "0": 273, - "1": 216, - "2": 1020, - "length": 3 - } - ], - "AttackLoadout_5": "[[302,300,361,362,363,301],[315,420,421,423,\"Null\",429],[273,\"Null\",310,634,639,635],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "PTimeAway_7": 1769845.1105820003, - "RespTime_0": 0, - "Exp0_3": [ - 932570061069751300000, - 11632123277.51573, - 28538580780.411163, - "4.722881556767174E10", - 2757802906.9108996, - 105770372663.906, - 1063552302.2093807, - 10829072105.746294, - 11404486515366.232, - 112368823.92169318, - 8144917.738411337, - 1569701.8838126916, - 996983.0174882906, - 150522330.28172886, - 656467.3202732919, - 9.672326896324762e+33, - 4.6953447024117674e+23, - 7.675362699337261e+49, - 1281254799.3812156, - 3044.701415875934, - 0, - 0, - 0, - 0 - ], - "PlayerStuff_6": "[11686,0,0,0,0,0,0,0,0,0]", - "PVFishingSpotIndex_1": 0, - "AFKtarget_8": "Spelunking3", - "ArcUnclaim": "{}", - "InvStorageUsed": "{\"0\":\"3\",\"1\":\"3\",\"2\":\"3\",\"3\":\"3\",\"4\":\"3\",\"5\":\"4\",\"6\":\"4\",\"7\":\"4\",\"8\":\"4\",\"9\":\"5\",\"10\":\"5\",\"11\":\"5\",\"12\":\"5\",\"13\":\"6\",\"14\":\"5\",\"15\":\"6\",\"16\":\"6\",\"17\":\"6\",\"18\":\"6\",\"19\":\"7\",\"20\":\"7\",\"21\":\"8\",\"22\":\"9\",\"23\":\"9\",\"24\":\"9\",\"25\":\"9\",\"26\":\"9\",\"27\":\"10\",\"28\":\"5\",\"30\":9,\"31\":9,\"32\":9,\"33\":9,\"34\":9,\"35\":9,\"36\":9,\"37\":9,\"38\":9,\"39\":9,\"40\":9,\"41\":9,\"100\":\"3\",\"101\":\"3\",\"102\":\"4\",\"103\":\"4\",\"104\":\"3\",\"106\":\"16\"}", - "NPCdialogue_9": "{\"Loominadi\":0,\"Promotheus\":17,\"Stiltzcho\":10,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":6,\"Masterius\":2,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":7,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Town_Marble\":3,\"Telescope\":9999,\"Yondergreen\":0,\"Hamish\":0,\"Iceland_Irwin\":9999,\"Blobbo\":9999,\"Royal_Worm\":0,\"Tribal_Shaman\":0,\"Krunk\":0,\"Obol_Altar\":9999,\"Goldric\":11,\"Funguy\":9,\"Hoov\":0,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":0,\"Cowbo_Jones\":38,\"Typhoon\":2,\"Egggulyte\":0,\"Eliteus\":5,\"Woodsman\":8,\"Gobo\":9999,\"Bandit_Bob\":19,\"Poigu\":0,\"Picnic_Stowaway\":8,\"Capital_P\":0,\"Sprout\":0,\"Tiki_Chief\":0,\"Coastiolyte\":0,\"Slargon\":12,\"Snake_Jar\":0,\"Oinkin\":0,\"Sussy_Gene\":8,\"Clown\":9999,\"Builder_Bird\":9999,\"Rift_Ripper\":9999,\"Speccius\":11,\"Wellington\":0,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":9999,\"Scripticus\":39,\"Desert_Davey\":9999,\"questDisp\":0,\"Pirate_Porkchop\":11,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Mutton\":0,\"Dog_Bone\":0,\"Gangster_Gus\":12,\"Djonnut\":2,\"TP_Pete\":0,\"Potti\":0,\"Bill_Brr\":0,\"Whattso\":0,\"Legumulyte\":1,\"Walupiggy\":9999,\"XxX_Cattleprod_XxX\":11,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Hoggindaz\":15,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Shuvelle\":0,\"Lonely_Hunter\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Fishpaste97\":0,\"Scubidew\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", - "NPCdialogue_0": "{\"Loominadi\":3,\"Stiltzcho\":35,\"Promotheus\":23,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":28,\"Masterius\":5,\"Lava_Larry\":9999,\"Bushlyte\":0,\"Carpetiem\":9,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":15,\"Town_Marble\":3,\"Hamish\":13,\"Iceland_Irwin\":9999,\"Yondergreen\":24,\"Blobbo\":6,\"Scubidew\":14,\"Telescope\":9999,\"Tribal_Shaman\":0,\"Krunk\":10,\"Obol_Altar\":9999,\"Royal_Worm\":34,\"Goldric\":26,\"Funguy\":16,\"Hoov\":10,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":26,\"Cowbo_Jones\":44,\"Typhoon\":5,\"Egggulyte\":0,\"Eliteus\":5,\"Woodsman\":7,\"Gobo\":18,\"Bandit_Bob\":19,\"Poigu\":4,\"Picnic_Stowaway\":20,\"Capital_P\":10,\"Sprout\":12,\"Tiki_Chief\":17,\"Coastiolyte\":0,\"Oinkin\":10,\"Snake_Jar\":16,\"Slargon\":12,\"Sussy_Gene\":9,\"Clown\":9999,\"Builder_Bird\":2,\"Rift_Ripper\":9999,\"Meel\":8,\"Wellington\":17,\"Speccius\":11,\"Bubbulyte\":2,\"Snouts\":18,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":14,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Gangster_Gus\":12,\"Mutton\":12,\"Dog_Bone\":14,\"Djonnut\":13,\"TP_Pete\":15,\"Potti\":0,\"Bill_Brr\":23,\"Whattso\":10,\"Legumulyte\":1,\"Walupiggy\":12,\"XxX_Cattleprod_XxX\":14,\"Hoggindaz\":41,\"Mr_Pigibank\":9999,\"Dazey\":11,\"Muhmuguh\":9999,\"Falloween_Pumpkin\":0,\"Monolith\":9,\"Shuvelle\":23,\"Lonely_Hunter\":10,\"Lafu_Shi\":19,\"Fishpaste97\":11,\"Omar_Da_Ogar\":14,\"Constructor_Crow\":3,\"Worldo\":9,\"Tired_Mole\":10,\"Lord_of_the_Hunt\":37,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":2,\"Sad_Urie\":6,\"Bloo_Radley\":6,\"Zenelith\":9999}", - "ItemQTY_9": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "AFKtarget_7": "Spelunking3", - "AFKtarget_9": "Spelunking3", - "AtkCD_6": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "AFKtarget_2": "Spelunking3", - "BuffsActive_5": [], - "EquipQTY_7": [ - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 0, - "10": 1, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 1, - "1": 0, - "2": 1, - "3": 0, - "4": 1, - "5": 1, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 2585, - "1": 131735, - "2": 230887, - "3": 230890, - "4": 225602, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - } - ], - "EMm1_0": "{\"0\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"3\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":24,\"LUK\":0,\"Weapon_Power\":16,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":36,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0}}", - "Summon": "[[443,162,0,140,218,182,1,30,1,10,157,371,189,231,1,150,113,10,419,10,156,179,30,268,3,1,20,367,30,127,303,137,3,223,1,197,30,189,386,100,246,3,111,223,231,30,304,10,40,158,111,128,95,158,305,30,129,219,89,138,75,72,123,116,123,306,353,327,20,30,1,1,185,220,81,3,24,72,4,8,114,39],[\"Pet1\",\"Pet2\",\"Pet3\",\"Pet0\",\"Pet4\",\"mushG\",\"mushR\",\"Pet6\",\"frogG\",\"beanG\",\"jarSand\",\"Pet5\",\"slimeG\",\"mimicA\",\"snakeG\",\"crabcake\",\"carrotO\",\"coconut\",\"goblinG\",\"sandcastle\",\"Pet10\",\"plank\",\"pincermin\",\"sheep\",\"frogBIG\",\"Pet11\",\"mushP\",\"poopSmall\",\"ratB\",\"branch\",\"acorn\",\"mushW\",\"potato\",\"steak\",\"moonman\",\"sandgiant\",\"flake\",\"stache\",\"bloque\",\"mamoth\",\"snowball\",\"w4a2\",\"penguin\",\"w4a3\",\"thermostat\",\"snailZ\",\"glass\",\"snakeB\",\"demonP\",\"w4b2\",\"w5a1\",\"w5a2\",\"w5a3\",\"speaker\",\"eye\",\"ram\",\"w4b1\",\"w4b3\",\"w4b4\",\"w4b5\",\"w4c1\",\"w4c2\",\"w4c3\",\"w5a4\",\"w5a5\",\"w5b1\",\"w5b2\",\"w5b3\",\"w5b4\",\"w5b5\",\"w6a1\",\"rift1\",\"skele2\",\"w4c4\",\"w6a2\",\"w5b6\",\"w5c1\",\"w5c2\",\"w6a3\",\"w6a4\",\"w6a5\",\"w6b1\",\"w6b2\",\"w6b3\",\"w6b4\",\"w6c1\",\"w6c2\",\"w6d1\",\"w6d2\",\"w6d3\",\"rift2\",\"babaMummy\",\"Boss6\",\"mini6a\",\"slimeB\",\"rift3\",\"mini3a\",\"w7a1\",\"w7a2\",\"w7a3\",\"w7a4\",\"w7a5\",\"w7a6\"],[4.171848927375648e+22,1.0634814800375327e+22,3.448977208203025e+21,4.582738266466061e+21,1.0378279950735838e+21,156396223598284340000,120168988283511770000,224577044049384640,0],[3,186085.91599988937,8,2,0,0,0,0,0],[0,2,3,0,5,0,0,0,0,0,0,0,0,0]]", - "CardPreset_5": "[[\"poopSmall\",\"moonman\",\"Crystal1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"babaMummy\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"wolfB\",\"poopD\",\"w5a1\",\"w4c1\",\"w5b3\",\"w6a1\",\"poopBig\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w6d2\",\"babaMummy\",\"w5a3\",\"Crystal0\",\"speaker\",\"xmasEvent\",\"crabcakeB\",\"Boss6A\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w6a3\",\"Boss3C\",\"w5c2\",\"w4c4\",\"w4b5\",\"bloque\",\"coconut\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"poopD\",\"mini6a\",\"w4c1\",\"w5a1\",\"w6a5\",\"Boss3C\",\"Boss6C\",\"B\",\"B\",\"B\",\"B\"]]", - "BuffsActive_0": [ - { - "0": 94, - "1": 3284, - "2": 4800, - "length": 3 - }, - { - "0": 198, - "1": 49, - "2": 300, - "length": 3 - } - ], - "ObolEqO0_9": [ - "ObolSilverLuck", - "ObolSilverDamage", - "ObolChizoarA", - "ObolSilverDamage", - "ObolSilverLuck", - "ObolSilverDamage", - "ObolSilverCatching", - "ObolSilver2", - "ObolBronze2", - "ObolSilverLuck", - "ObolKruk", - "ObolSilverLuck", - "ObolSilverCatching", - "ObolSilverCatching", - "ObolSilverCatching", - "ObolBronzeCatching", - "ObolSilverCatching", - "ObolSilverCatching", - "ObolSilverLuck", - "ObolChizoarA", - "ObolSilverLuck" - ], - "CauldUpgLVs": [ - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 170, - 0, - 0, - 254, - 259, - 0, - 0, - 284, - 290, - 0, - 0, - 300, - 306, - 0, - 0, - 295, - 299 - ], - "ForgeLV": [ - 16, - 50, - 90, - 85, - 75, - 60 - ], - "FoodCD_6": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "AFKtarget_5": "Spelunking3", - "AnvilPA_8": [ - { - "0": 0, - "1": 0, - "2": 80.7628345976759, - "3": 40168759, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 11882128, - "1": 17904929357.880642, - "2": 700, - "3": 840871098, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - } - ], - "Money_3": 1.0684750592560082e+33, - "KLA_0": "[[0,0],[-10788544863.6027],[-279807021.829868],[150,10],[150],[150],[0],[0,81],[-156993651.395632],[-9517.2799379732],[0],[0,0],[0],[-706752086.975611,-706704586.975611],[-211328264.413649,-211326914.413649],[-213818139.661569],[-310464891.554692,-310462091.554692],[-377207719.219645],[-178930205.714219],[-153253935.346875],[7],[5],[0],[0],[-150336837.934067,-150335137.934067],[0],[-214875125.978131],[-514519044.249129,-514514874.249129],[-460142158.961148],[0],[-1026.69696649004],[-126390422.746623],[0],[0],[0],[0],[0],[0],[-47081.6327607729],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-714733546.625351],[-364744189.973611,-364743789.973611],[-1006608674.35377],[0],[0],[30],[-122502300.0535],[-166368510.652698],[-151961621.95622],[-3970854342.90675,-3970856842.90675],[0],[-335208853.722314],[-250686146.361596],[-529877062.679316],[-231915217.693459],[0],[-1],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-240958984.33139],[4000],[-120871855.319621],[-59109999.5903869,-59019999.5903869],[-411138352.320333],[-2058102.54993696],[-1410631.15501638],[-1518818.15373324],[-42258502.1018243],[-3918141.52354027],[-2387769.79658552],[-6463576.89279964],[-23337277.010148],[1],[1000],[-382021405.759337],[-1052896],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-296643667.83315736],[-2167215.84347381],[-62336948.7390756],[-153412096.162926],[-47337863.581175],[-20332492.1514805],[-44239865.5777961],[-1702168.41075314],[-433534256.164129],[-244216860.046433],[-49489061.15087032],[-63218378.5086466],[-284420165.1193201],[250],[700],[-13721208],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-437554574.091033],[-1039779.12041119],[-126676181.6616829],[-11531811.219337],[-11194890.79300804],[-4149331.6430502],[-4215523.863831006],[-1741485.99349329],[-605063.519345113],[-514113],[-19163318.201135103],[-876482446],[21720.2033859072],[0],[0],[-6031612165.182801],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-15605.9685503033],[-259242.992825455],[-535364045.956851],[-1258046173.30285],[-2229999.41137936],[-846530.604275152],[-1557175.29481285],[-3443167.52966041],[-626430.952825455],[-3383029.16427515],[-96322631.4928255],[-7064694.54657409],[-8776961.35420121],[-17635048540.879204],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-11380.946996160272],[-2923557554.1372094],[-5437102.5812283885,-13937102.581226867],[-14963876.519075707],[-6359540.953581784,-25359540.95358174],[0],[-59917849.89647204,-289917849.89647216],[-81566367.83363402],[-143403556],[-457818416.34786713,-882818416.3478671],[304480945.1701193],[0],[0],[0]]", - "MaxCarryCap_6": "{\"Chopping\":30000,\"Mining\":30000,\"Souls\":2000,\"Quests\":10,\"Fishing\":30000,\"fillerz\":10,\"Critters\":30000,\"Foods\":20000,\"bCraft\":30000,\"Statues\":10,\"Bugs\":30000}", - "QuestHm_9": [ - { - "0": "Slargon4", - "1": "Defeat_Cheese_Nubs:", - "2": 99921552, - "3": "10000000", - "length": 4 - }, - { - "0": "XxX_Cattleprod_XxX3", - "1": "Quest32", - "2": 0, - "3": 1000, - "4": "Quest33", - "5": 0, - "6": 1, - "7": "Quest34", - "8": 0, - "9": 1, - "length": 10 - }, - { - "0": "Funguy3", - "1": "Quest21", - "2": 0, - "3": 50, - "length": 4 - }, - { - "0": "Bandit_Bob4", - "1": "Quest45", - "2": 0, - "3": 1, - "length": 4 - }, - { - "0": "Goldric3", - "1": "GoldricP1", - "2": 0, - "3": 200, - "4": "GoldricP2", - "5": 0, - "6": 200, - "7": "GoldricP3", - "8": 0, - "9": 200, - "length": 10 - } - ], - "CharSAVED_6": 5, - "AttackLoadout_9": "[[270,271,273,285,286,288],[360,316,317,\"Null\",\"Null\",318],[634,635,639,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "SL_1": "{\"0\":193,\"1\":203,\"5\":218,\"6\":208,\"8\":245,\"9\":155,\"10\":498,\"11\":494,\"12\":1004,\"13\":138,\"144\":155,\"445\":210,\"446\":100,\"447\":342,\"448\":210,\"449\":196,\"450\":129,\"451\":130,\"452\":199,\"453\":100,\"454\":100,\"455\":220,\"456\":194,\"457\":220,\"458\":145,\"459\":189,\"460\":204,\"461\":199,\"462\":188,\"463\":169,\"464\":206,\"480\":296,\"481\":296,\"482\":313,\"483\":313,\"484\":100,\"485\":188,\"486\":167,\"487\":189,\"488\":186,\"489\":145,\"490\":206,\"491\":212,\"492\":220,\"493\":206,\"494\":100,\"525\":296,\"526\":313,\"527\":296,\"528\":296,\"529\":313,\"530\":100,\"531\":220,\"532\":220,\"533\":220,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":296,\"585\":299,\"586\":299,\"587\":313,\"588\":306,\"589\":1,\"590\":299,\"591\":242,\"592\":313,\"593\":1,\"594\":1,\"595\":1,\"596\":1,\"597\":1,\"598\":1,\"599\":313,\"616\":50,\"617\":75,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":0,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "IMm_0": "{\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"3\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0},\"4\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"5\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"6\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"44\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"72\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"73\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"74\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"76\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"77\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"78\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"79\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "CardEquip_6": [ - "Boss4B", - "Boss3C", - "Boss2B", - "w6b3", - "w5c2", - "CritterCard7", - "w6c2", - "wolfA", - "B", - "B", - "B", - "B" - ], - "EMmLENGTH0_9": 16, - "InvBagsUsed_7": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"103\":\"4\",\"105\":\"1\",\"109\":\"3\",\"110\":\"1\"}", - "ChestQuantity": [ - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 672089192, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1046397484, - 810483781, - 4198358, - 18956610, - 69768320, - 68041998, - 29109319, - 13004808, - 8744614, - 9708689, - 4064319, - 1761019, - 1050000000, - 1050000000, - 27019310, - 780405330, - 1050000000, - 965729098, - 453039906, - 331978665, - 523529361, - 156688887, - 36869467, - 48839554, - 1020001876, - 18831698, - 5106149, - 1025000000, - 206541843, - 482341977, - 519992, - 1050000000, - 92925753, - 24000, - 108464607, - 49330077, - 730, - 967160492, - 1049991750, - 936653370, - 1049750000, - 1050000000, - 1050000000, - 987629007, - 1050000000, - 920343081, - 1016343664, - 658527267, - 1050000000, - 1050000000, - 1049999868, - 933914508, - 1050000000, - 1044260316, - 940896781, - 1049739458, - 1049250000, - 356599040, - 874201676, - 51368195, - 27543405, - 334215690, - 592170678, - 92134721, - 11901, - 1050000000, - 23937, - 1000212298, - 1814, - 981531600, - 24257, - 1050000000, - 20443, - 1050000000, - 22531, - 1050000000, - 22391, - 50000000, - 31428, - 1050000000, - 30723, - 1050000000, - 30274, - 1050000000, - 30384, - 62234459, - 1038985814, - 2263063, - 110340921, - 269599520, - 695624530, - 20287275, - 11922964, - 23513704, - 9782880, - 444027, - 688250, - 3406106, - 2808391, - 1050000000, - 184597, - 251342063, - 1050000000, - 1050000000, - 262907660, - 38208862, - 1050000000, - 13512565, - 158062759, - 96246278, - 256098884, - 53796, - 148416, - 3010, - 11288161, - 58198041, - 38, - 905775400, - 1050000000, - 1050000000, - 1050000000, - 1049999875, - 1050000000, - 574746721, - 947782177, - 1050000000, - 431686624, - 1050000000, - 10066, - 487876027, - 1033386, - 1050000000, - 7704, - 1050000000, - 469861733, - 1722, - 771295884, - 1050000000, - 2731, - 1050000000, - 576074906, - 1050000000, - 1049995000, - 1050000000, - 1050000000, - 35356, - 398592266, - 1049999871, - 745098036, - 1049982276, - 31250, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 12204, - 1050000000, - 1050000000, - 709051090, - 1049999791, - 1050000000, - 1050000000, - 854910060, - 29, - 580485936, - 1050000000, - 1050000000, - 1286, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 5663, - 1050000000, - 1050000000, - 1050000000, - 1050000000, - 6568, - 1050000000, - 1050000000, - 1050000000, - 852007333, - 5581, - 1050000000, - 1018439431, - 1050000000, - 76449, - 1050000000, - 1050000000, - 1050000000, - 1047909597, - 64814259, - 1040000000, - 1050000000, - 1124, - 848058737, - 1050000000, - 97051959, - 166588152, - 1050000000, - 486, - 1010607093, - 1050000000, - 1020000000, - 78029192, - 659495887, - 1050000000, - 1050000000, - 5233823, - 11132030, - 11814547, - 2518911, - 7926636, - 5656, - 4290626, - 422729, - 128708, - 4690323, - 18448, - 1011, - 606, - 8131, - 1505, - 3012, - 689, - 2329, - 8743, - 948, - 323, - 1, - 1, - 1, - 5958113, - 810, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 10588, - 1, - 1, - 388, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 78935842, - 43485214, - 6081731, - 267, - 50642, - 57624, - 708, - 1370703, - 13404813, - 28120313, - 32916487, - 1822174, - 1403296, - 83489791, - 89780499, - 144940571, - 125436791, - 90590910, - 94338095, - 96761473, - 3284397, - 47979212, - 17247905, - 39045853, - 1195309, - 19768417, - 17642892, - 245900317, - 16046185, - 9641151, - 17733592, - 57620, - 47440463, - 2804418, - 9856367, - 18256760, - 25321, - 18604315, - 11541, - 6147, - 16658721, - 213598755, - 57614, - 1107, - 29647, - 600, - 4394, - 978, - 2065, - 5818, - 542, - 7237, - 8884, - 2103, - 14, - 5076, - 10612485, - 6, - 15000, - 6248, - 57617, - 153, - 8487, - 246, - 20097, - 2760018, - 13213124, - 110, - 952119, - 9974704, - 3349064, - 1479217, - 262348, - 743259, - 234, - 22691, - 26587, - 11759574, - 4467863, - 2, - 3, - 1, - 2930796, - 9505, - 127293965, - 29994, - 193, - 55, - 558, - 22746, - 258, - 267, - 1775, - 213, - 37, - 82, - 26, - 84, - 3, - 1, - 30, - 60, - 58, - 1323848, - 1287, - 10762, - 3164, - 29, - 5529, - 4214, - 1863, - 677, - 216, - 33, - 3, - 41, - 174, - 5800964, - 177621, - 570, - 3, - 31, - 265, - 127, - 1104, - 387, - 74, - 459, - 7350749, - 2, - 77135, - 19453, - 1081, - 292, - 596, - 3, - 726, - 84, - 13199025, - 334, - 30839, - 516, - 220, - 211, - 322, - 602, - 14005, - 36, - 33, - 559, - 8793752, - 56439559, - 463348, - 19092, - 139, - 192, - 26, - 6, - 26663331, - 15798013, - 10697990, - 115758, - 4968, - 580467, - 184528, - 35255871, - 16328628, - 212568569, - 8228, - 1, - 5089860, - 10414100, - 851663, - 682, - 4, - 3617661, - 50238, - 14421, - 771197, - 186365201, - 119135228, - 144366518, - 1130914, - 10723, - 120323257, - 871, - 87296, - 119284190, - 102328, - 56377780, - 2118203, - 1593969, - 1034290, - 1491796, - 411966, - 869710, - 17, - 2419, - 1920, - 1352, - 34846, - 307, - 228, - 47181, - 22466, - 3218, - 79, - 11820, - 3, - 38, - 333067, - 1521, - 342, - 144, - 4, - 4, - 2, - 1, - 0 - ], - "Lv0_6": [ - 853, - 130, - 136, - 160, - 125, - 142, - 145, - 124, - 1229, - 130, - 21, - 84, - 232, - 166, - 187, - 297, - 353, - 826, - 149, - 26, - -1, - -1, - -1, - -1, - -1 - ], - "CardPreset_9": "[[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w6a1\",\"w5a1\",\"w5b3\",\"poopBig\",\"wolfB\",\"poopD\",\"Boss6C\",\"Boss3C\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Crystal1\",\"Crystal2\",\"w5b4\",\"babaMummy\",\"Boss2A\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a4\",\"w7a1\",\"Boss4B\",\"wolfA\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", - "CSetEq_6": "{\"{%_Skill_EXP_Gain\":25}", - "OptLacc": [ - 3, - 1, - 1, - 0, - 1, - 900, - 1, - 1, - 654, - 305, - 0, - 0, - -1, - 1, - 1, - 130, - 130, - 1, - 1, - "none.|.0.|.1.|.2.|.3.|.4.|.5.|.6.|.7.|", - 10, - 1, - "You_can_minimize_and_let_IdleOn_grind_itself_at_any_time,_and_come_back_to_check_in_whenever_you_want!", - 1, - 0, - 1351, - 0, - 1, - 0, - 0, - 1, - 130, - "1111", - 5, - 0, - 130, - 0, - "Efficiency", - 29, - 4, - 3, - 0, - 0, - 0, - 0, - 93173244.37994225, - 1, - 11, - 1, - 47, - 0, - 0, - 0, - 0, - 0, - 473, - 130, - 0, - 1, - 0, - "bun_v", - 331, - 0, - 32, - 0, - 3, - 12, - 0, - 0, - 3, - 3, - 765301, - 147575, - 10105, - 635, - 88, - 1906, - 0, - 47, - 1.7, - 122, - 3, - -6.3, - 0, - 0, - 24, - 0, - 758.7164315986299, - 1, - 200, - 0, - 2, - 0, - 1, - 287, - 1, - 117, - 18, - 117, - 105, - 0, - 1010, - 0, - -1, - 1, - 0, - 35, - 3, - 1, - 2, - 0, - 0, - 41, - 0, - 33, - 0, - 0, - 4, - 31, - 1, - 10, - -1067, - 0, - 4, - 617661.4159998894, - 49, - 7100, - 0, - 7, - 1, - 1, - 25515, - 1, - 4, - 35, - 148, - "Did_you_know_that_I_post_daily_to_Discord.gg/idleon_with_development_updates_about_what_I'm_working_on?_@_I_even_do_giveaways..._there's_one_right_now!_Go_join_it!", - 0, - 19102983, - 56705, - 87, - 83, - 65, - 68, - 69, - 82, - "W", - "S", - "A", - "D", - "E", - "R", - 5527072, - 2, - 109, - "0,w5a1,Boss4B,poopD,wolfB,Boss3B,w5b3,demonP,poopSmall,Boss6C,Boss4A,Boss3C,Boss3A,wolfA,w5c2,w5c1,w5b6,w5b5,w5b4,w5a4,w5a3,w5a2,w5b1,w5b2,shovelR,Bandit_Bob,Crystal5,w6b3,babaMummy,crabcakeB,Boss6A", - 4, - 1, - 71, - 0, - 103, - 337.93168128, - 200.45140000000004, - 9, - 0, - 1, - 5, - 5, - 0, - "_cdabe", - 109, - 14, - 1636646954665690000, - 0, - 11, - 1, - 2, - 0, - 6, - 1, - 13, - 0, - 0, - 13, - 1314, - 0, - 0, - 0, - 19, - 0, - 0, - 2926, - 3091, - 0, - 1, - 0, - 1, - 1, - "1.0556036996582346E20", - 0, - 222.45255130558118, - 0, - 0.10527361920000003, - 496257, - 949, - 1726, - 1179, - 996, - 41502145, - 2, - 30, - 97977235976.3825, - "2.7362171667421795E10", - 546669, - "7.59701630596883E8", - "5.891199839138739E8", - 0, - 53, - 967, - 23, - 771.75, - 475617142.89790905, - 78, - 0, - 225, - 74, - 117, - 1, - 17, - 1, - 2, - 4, - 5, - 15430, - 9776, - 9020, - 5558, - 4050, - 7640, - 31445, - 10353, - 119, - 7, - 0, - 0, - 0, - 26, - 1, - 1, - 1, - 1, - 1, - 1, - 6.265868333296089e+34, - 960, - 26, - 719, - 453, - 25, - 625, - 180, - 244, - 20, - 6.840002699914552e+34, - 663, - 1, - 1, - 1.0767934191185162e+21, - 768, - 273, - 42, - 54, - 355, - 553, - 13, - 19, - 276, - 61, - 251, - 15, - 2.5661553906818215e+21, - 143531342.50730634, - 116076444.92764157, - 4414496.085740177, - 38890826.3537577, - 149313.52751923056, - 211874.75679754463, - 0, - 721935.5856436009, - 1447464814863.7495, - 0, - 223, - 224, - 228, - 227, - 227, - 2497547.929924066, - 5, - 5, - 5, - 3, - 15, - 2, - 5, - 4, - 721934.6481066841, - 0, - 0, - 0, - 2911, - 17, - "imenlc", - 5, - 1, - 0, - 0, - 1, - 0, - 0, - 46, - 0, - 1, - 0, - 0, - 4, - 7, - 0, - 1, - 3.6403930079999998, - 77106064174, - 483432455803.3555, - 826363451489.8726, - 310822567030.6627, - 581768, - 44, - 51, - 0, - 1, - 48, - 1, - 202880510, - 0, - 0, - 0, - 24, - 754956, - 99875895, - 3450, - 0, - 3, - 0, - 0, - 1, - 0, - 100, - 0, - 113432596.11534189, - 92830064000.40558, - 2266242474.8922195, - 1810725750.131372, - 5486705408.8766, - 0, - 545435187651, - 60, - 100, - 34, - 7, - 1, - 0, - 66, - -9, - 254, - 259, - 284, - 290, - 300, - 306, - 295, - 299, - "0,COPPER_SET,IRON_SET,GOLD_SET,PLATINUM_SET,DEMENTIA_SET,VOID_SET,LUSTRE_SET,DIABOLICAL_SET,AMAROK_SET,CHIZOAR_SET,TROLL_SET,MAGMA_SET,KATTLEKRUK_SET,MARBIGLASS_SET,EFAUNT_SET", - 1, - 130, - 0, - 2, - "0c17,c9,_1,b1,a1,_16,b16,a16,", - 34, - 1, - 0, - 740778414.9252197, - 1067670216.3270671, - 25361029.131515652, - 286821837.3495892, - 0, - 0, - 9842036773, - 41, - 0, - 0, - 1, - 1, - 0, - 1, - 0, - 1, - 0, - 1, - 10, - 1, - 1, - 18, - 0, - 1, - 2, - 1, - 0, - 143, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - -974, - 0, - 0, - 1, - 10, - 5, - 6, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - -974, - 0, - 0, - 0, - 0, - -52, - 0, - 999458.6666576677, - 0, - 671, - 0, - 0, - 0, - 1, - 4, - 969.1356999756275, - 28, - 3, - 5, - 1, - 0, - 0, - 0, - 0, - 0, - 2, - 3, - 4, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 4, - 1, - "0,11999,TheRealMaxion;1,11999,TheRealMaxion;2,11999,TheRealMaxion;3,11999,TheRealMaxion;4,11999,TheRealMaxion", - "5,11999,TheRealMaxion", - 15, - 20, - 0, - 2926, - 1, - 0, - 10, - 491273, - 2, - 0, - 1, - 1, - 8, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "OptL2_7": [ - { - "0": 488, - "1": 10, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Scripticus2", - "3": 0, - "length": 4 - } - ], - "ForgeIntProg": [ - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 8878.736014651724, - 3878.736014613022, - 3878.736014613022, - 3878.736014613022, - 3878.736014613022, - 3878.736014613022 - ], - "OptL_6": [ - 1, - 1, - 2, - 8, - 1, - 0, - 692, - 0, - 0, - 0, - 0, - 0, - 2, - 0, - 1, - 2, - 20, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 1, - 0, - 6, - 0, - 3458, - 0 - ], - "QuestStatus_1": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[18,18],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[2542,237231,0],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[873674,18],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Masterius1\":[1],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[230609572],\"Oinkin1\":[10],\"Slargon2\":[1520886],\"Oinkin2\":[7,3,4],\"Slargon3\":[\"0\"],\"Oinkin3\":[1],\"Slargon4\":[\"0\"],\"Poigu1\":[86],\"Poigu2\":[156],\"Poigu3\":[156],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[50],\"Mutton1\":[0,0,0],\"Bellows2\":[4688],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[14,64],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Stiltzcho4\":[70651],\"Builder_Bird1\":[0],\"Promotheus4\":[1],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[137532],\"Stiltzcho6\":[192894],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[1],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[6],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Glumlee5\":[0],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[10648],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[99999999],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[711882889],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[\"0\"],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Scubidew1\":[0,0,0],\"Hamish1\":[0],\"Blobbo2\":[0,0,0],\"TP_Pete1\":[194388,0],\"Scubidew2\":[\"0\",\"121\"],\"Hamish2\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[15],\"Cowbo_Jones10\":[1,1],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[10],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[4],\"Meel1\":[\"0\"],\"Cowbo_Jones13\":[100],\"Scripticus5\":[21],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[1,1],\"Tired_Mole1\":[8659144],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[23287517],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[1,\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[74376],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[40],\"Capital_P2\":[50],\"Lonely_Hunter2\":[25],\"Sprout3\":[0,0,0],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Gobo3\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Shuvelle5\":[\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[\"0\"],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[34],\"Cowbo_Jones3\":[10],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[29],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[4941,10],\"Monolith2\":[0],\"Monolith3\":[887320],\"Muhmuguh1\":[1],\"Muhmuguh2\":[4],\"Muhmuguh3\":[1],\"Bill_Brr1\":[0],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,10],\"Centurion2\":[0],\"Toadstall1\":[1,\"0\"],\"Centurion3\":[\"0\"],\"Toadstall2\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[\"0\",\"0\"],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,87],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[3,56],\"Hoggindaz5\":[3],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[51],\"Iceland_Irwin1\":[0],\"Town_Marble1\":[0],\"Funguy3\":[0],\"Yondergreen1\":[0],\"Hoggindaz8\":[0],\"Telescope1\":[1],\"Funguy4\":[35,\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Carpetiem1\":[1214],\"Yondergreen5\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[1491,\"1\"],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[1],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[37],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[39],\"Speccius1\":[0,0],\"Speccius2\":[1],\"Loominadi3\":[1],\"Loominadi4\":[1],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[66],\"Sad_Urie1\":[0],\"Snootie1\":[1],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[1],\"Bloo_Radley2\":[1],\"Toobus_Goobus1\":[1,1],\"Toobus_Goobus2\":[5],\"Toobus_Goobus3\":[1,1],\"Zenelith1\":[0]}", - "EMm0_6": "{\"0\":{\"Defence\":120,\"STR\":0,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":80,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":35,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":30,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":20,\"Weapon_Power\":2,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":1,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":1,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":5,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":105,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":70,\"Weapon_Power\":7,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":5,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":75,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":50,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"6\":{\"Defence\":45,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":30,\"Weapon_Power\":3,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":5,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":75,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":50,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"9\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":\"%_ALL_STATS\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"UQ2val\":2.5,\"UQ1val\":4,\"Speed\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"UQ2txt\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2val\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":4,\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"Reach\":0,\"AGI\":0,\"UQ1val\":3,\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "PostOfficeInfo2": [ - { - "0": 0, - "1": 1, - "2": 0, - "3": 5248, - "4": "StoneW1", - "5": "1", - "6": "EquipmentStatues1", - "7": "1", - "length": 8 - }, - { - "0": 0, - "1": 1, - "2": 0, - "3": 31893, - "4": "ExpBalloon1", - "5": "1", - "6": "Blank", - "7": 0, - "length": 8 - }, - { - "0": 0, - "1": 1, - "2": 0, - "3": 3468, - "4": "ExpBalloon1", - "5": "1", - "6": "Blank", - "7": 0, - "length": 8 - }, - { - "0": 0, - "1": 1, - "2": 0, - "3": 249, - "4": "StoneA2", - "5": "2", - "6": "Blank", - "7": 0, - "length": 8 - }, - { - "0": 0, - "1": 1, - "2": 0, - "3": 164234, - "4": "StoneW1", - "5": "2", - "6": "StoneHelm1", - "7": "1", - "length": 8 - }, - { - "0": 0, - "1": 1, - "2": 0, - "3": 1944101, - "4": "Ladle", - "5": "3", - "6": "Blank", - "7": 0, - "length": 8 - } - ], - "CharSAVED_0": 5, - "FlagP": "[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]", - "InvBagsUsed_3": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\",\"114\":\"1\"}", - "FoodCD_8": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "EMm0_2": "{\"0\":{\"Defence\":90,\"STR\":0,\"WIS\":0,\"Weapon_Power\":6,\"LUK\":9,\"UQ2txt\":0,\"Reach\":0,\"AGI\":60,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":48,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":50,\"Reach\":0,\"Upgrade_Slots_Left\":-7,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":105,\"STR\":0,\"WIS\":0,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":70,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":135,\"STR\":0,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":90,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":120,\"WIS\":0,\"STR\":10,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":8,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":80,\"Reach\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":15,\"STR\":0,\"WIS\":0,\"Weapon_Power\":1,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":10,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":90,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":6,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":60,\"Reach\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":7,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"UQ2txt\":\"%_ALL_STATS\",\"UQ1val\":1,\"UQ2val\":2.5,\"UQ1txt\":\"%_ALL_STATS\"},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"UQ1val\":1.5,\"UQ2val\":2.5,\"UQ1txt\":\"%_TOTAL_DAMAGE\"},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "OptL_3": [ - 1, - 1, - 2, - 21, - 1, - 0, - 748, - 0, - 0, - 0, - 0, - 0, - 2, - 0, - 0, - 1, - 33, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 1, - 0, - 1, - 0, - 3882, - 0 - ], - "EMmLENGTH0_1": 16, - "OptL_0": [ - 1, - 0, - 2, - 10, - 1, - 0, - 1323, - 0, - 0, - 1, - 0, - 0, - 2, - 0, - 0, - 1, - 20, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 1, - 0, - 0, - 0, - 3471, - 0 - ], - "NPCdialogue_3": "{\"Promotheus\":20,\"Stiltzcho\":26,\"Loominadi\":0,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":33,\"Masterius\":2,\"Lava_Larry\":9999,\"Carpetiem\":9,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Hamish\":2,\"Yondergreen\":0,\"Iceland_Irwin\":9999,\"Blobbo\":6,\"Scubidew\":0,\"Telescope\":9999,\"Town_Marble\":3,\"Obol_Altar\":9999,\"Krunk\":10,\"Tribal_Shaman\":3,\"Royal_Worm\":16,\"Goldric\":0,\"Funguy\":6,\"Grasslands_Gary\":9999,\"Hoov\":14,\"Glumlee\":26,\"Woodlin_Elder\":8,\"Cowbo_Jones\":4,\"Egggulyte\":0,\"Typhoon\":5,\"Eliteus\":5,\"Woodsman\":0,\"Gobo\":18,\"Picnic_Stowaway\":20,\"Poigu\":7,\"Tiki_Chief\":5,\"Capital_P\":0,\"Sprout\":3,\"Coastiolyte\":0,\"Snake_Jar\":0,\"Oinkin\":8,\"Slargon\":15,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":9,\"Rift_Ripper\":9999,\"Wellington\":3,\"Speccius\":11,\"Meel\":3,\"Bubbulyte\":2,\"Snouts\":0,\"Loveulyte\":0,\"Toadstall\":12,\"Nebula_Neddy\":9999,\"Desert_Davey\":9999,\"Scripticus\":47,\"Pirate_Porkchop\":14,\"questDisp\":0,\"Crystalswine\":0,\"Giftmas_Blobulyte\":0,\"Dog_Bone\":14,\"Mutton\":3,\"Gangster_Gus\":12,\"Djonnut\":13,\"Nebulyte\":0,\"TP_Pete\":0,\"Bill_Brr\":0,\"Potti\":0,\"Whattso\":4,\"Walupiggy\":12,\"Legumulyte\":1,\"XxX_Cattleprod_XxX\":0,\"Mr_Pigibank\":9999,\"Hoggindaz\":25,\"Dazey\":0,\"Muhmuguh\":12,\"Falloween_Pumpkin\":3,\"Monolith\":9,\"Shuvelle\":0,\"Lonely_Hunter\":5,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":2,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Sad_Urie\":9999}", - "Prayers_6": "[17,9,16,14,2,-1,4,-1,-1,-1,-1,-1]", - "ObolEqMAP_4": "{\"0\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"3\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"5\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"15\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"16\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"17\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"20\":{\"SuperFunItemDisplayType\":\"Inventory\"}}", - "AttackLoadout_7": "[[90,91,94,105,106,107],[\"Null\",634,635,\"Null\",\"Null\",\"Null\"],[108,135,136,137,198,\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "MapBon": "[[0],[16,0,0],[48,0,0],[0,0,0],[0],[0],[0,0,0],[0,0,0],[9380,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[6,0,0],[0,0,0],[6,0,0],[0,0,0],[0,0,0],[93,0,0],[0],[0],[0],[0],[361,0,0],[0],[6,10,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0,0,0],[0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[20,0,0],[20,0,10],[20,0,0],[0,0,0],[0,0,0],[0,0,0],[128,0,0],[7150,1480,0],[140,0,0],[20,0,0],[0,0,0],[967,3270,0],[39,0,0],[53,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[40,0,0],[0],[40,0,0],[43483,0,0],[2090,2910,0],[35472,0,0],[3667,0,0],[112,30,0],[2848,0,0],[132,0,0],[40,0,0],[2860,0,0],[5369,0,0],[0,0,0],[0,0,0],[40,0,0],[5804,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1968,0,0],[14428,0,0],[220105,0,11557],[23337,0,0],[313,0,0],[25710,0,0],[74869,0,7009],[26324,0,0],[479,0,0],[51295,0,0],[33836,0,0],[75,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[6384,0,0],[7517,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0]]", - "CharSAVED_1": 5, - "CSetEq_3": "{\"{%_Dmg,_Drop,_and_EXP\":30}", - "CYGems": 0, - "PVtStarSign_6": "44,50,69,", - "PrayOwned": "[50,50,50,50,20,2,10,50,50,8,10,12,14,50,1,1,30,50,30,0,0,0,0,0,0]", - "EMm1_4": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":84,\"Weapon_Power\":56,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":60,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":72,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":48,\"Weapon_Power\":32,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Upgrade_Slots_Left\":-5,\"Weapon_Power\":40,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":60,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"5\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":84,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"6\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":32,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":48,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0}}", - "PVMinigamePlays_4": 5, - "POu_7": "[400,400,400,0,400,0,0,400,400,0,0,400,400,400,0,400,0,247,0,0,500,800,800,0,0,0,0,0,0,0,0,0,0,0,0,0]", - "LockedSlots_2": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "Gaming": [ - 1.0093964152995593e+62, - 550, - 662, - 11, - 8, - 224137, - "0_abcdefgh", - 435, - 9829437.96747399, - 509.10000000000036, - 69000, - "ggggggffg", - "_fgahbcimldjnrsotukpeqvwxyDzEFAJGPK", - 598, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "AnvilPAstats_0": [ - 6, - 600, - 700, - 128, - 1269, - 30 - ], - "CharSAVED_5": 5, - "RespTime_9": 0, - "CharSAVED_8": 5, - "PVStatList_4": [ - 124337, - 132460, - 320168, - 80048, - 920 - ], - "LockedSlots_5": [ - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "CardEquip_8": [ - "poopSmall", - "moonman", - "Crystal1", - "Crystal2", - "w5b4", - "Boss2A", - "babaMummy", - "demonP", - "B", - "B", - "B", - "B" - ], - "PVGender_9": 0, - "bun_i": 1, - "CardPreset_6": "[[\"Boss4B\",\"Boss3C\",\"Boss2B\",\"w6b3\",\"w5c2\",\"CritterCard7\",\"w6c2\",\"wolfA\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4B\",\"wolfA\",\"CritterCard7\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"poopD\",\"wolfB\",\"w5b3\",\"w6a1\",\"skele2\",\"w4c1\",\"w5a1\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"w4c1\",\"w5a1\",\"w6a5\",\"Boss4C\",\"poopBig\",\"w6c2\",\"w6a1\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"Boss2B\",\"Boss3C\",\"w5c2\",\"w4c4\",\"w6c2\",\"w5b5\",\"glass\",\"w6a3\",\"B\",\"B\",\"B\",\"B\"]]", - "ItemQTY_2": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 2, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "QuestStatus_2": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX1\":[15,12],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[35422,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Masterius1\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[20,65],\"Crystalswine5\":[60,130],\"Crystalswine6\":[172,190],\"Slargon1\":[30649],\"Oinkin1\":[3],\"Slargon2\":[409198],\"Oinkin2\":[7,2,3],\"Slargon3\":[1284006],\"Oinkin3\":[1],\"Slargon4\":[17830837],\"Poigu1\":[40],\"Poigu2\":[50],\"Poigu3\":[88],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[51],\"Mutton1\":[0,0,0],\"Bellows2\":[4709],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[12,17],\"Promotheus1\":[1],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[\"0\"],\"Stiltzcho3\":[0,0],\"Stiltzcho4\":[81863],\"Builder_Bird1\":[0],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[95503],\"Stiltzcho6\":[106888],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[6],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Glumlee5\":[0],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[72281373],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[536487],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[945599],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[476323],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Scubidew1\":[0,0,0],\"Hamish1\":[0],\"Blobbo2\":[0,0,0],\"TP_Pete1\":[14,0],\"Scubidew2\":[\"0\",\"121\"],\"Hamish2\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"TP_Pete3\":[0],\"Cowbo_Jones10\":[1,1],\"Scripticus2\":[6],\"Cowbo_Jones11\":[10],\"Scripticus3\":[1,5],\"Cowbo_Jones12\":[4],\"Scripticus4\":[1,0,0],\"Meel1\":[38],\"Scripticus5\":[10],\"Cowbo_Jones13\":[100],\"Tired_Mole1\":[15464879],\"Cowbo_Jones14\":[1,1],\"Meel2\":[0],\"Scripticus6\":[0],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Tired_Mole2\":[26262511],\"Cowbo_Jones15\":[0,0,0],\"Scripticus7\":[1,1],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Tired_Mole3\":[\"0\",2],\"Scripticus8\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[\"0\"],\"Sprout1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P3\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Sprout4\":[0],\"Shuvelle1\":[9,3],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle2\":[0],\"Gobo1\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[12],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[15],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[16],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[21],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[0],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[4,1],\"Snake_Jar4\":[1],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[22],\"Cowbo_Jones3\":[6],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[11],\"Walupiggy3\":[8,1],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[1],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[3336,0],\"Monolith2\":[0],\"Monolith3\":[100045],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[13],\"Bill_Brr2\":[1],\"Bill_Brr3\":[3,\"1\"],\"Bill_Brr4\":[1],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[19,\"1\"],\"Bill_Brr7\":[1],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[24,25],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Centurion3\":[\"0\"],\"Toadstall2\":[\"0\"],\"Centurion4\":[\"0\",\"0\"],\"Snouts1\":[0],\"Toadstall3\":[\"0\"],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion6\":[\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt3\":[0,0],\"Snouts4\":[0],\"Centurion8\":[\"0\"],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Lord_of_the_Hunt4\":[0,0],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste971\":[0],\"Lord_of_the_Hunt7\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Woodsman4\":[0],\"Hoggindaz1\":[1,85],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[1,4],\"Hoggindaz5\":[2],\"Funguy1\":[0,0,0],\"Hoggindaz6\":[0],\"Funguy2\":[72,72],\"Hoggindaz7\":[0],\"Telescope1\":[1],\"Hoggindaz8\":[0],\"Yondergreen1\":[0],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Iceland_Irwin1\":[0],\"Yondergreen2\":[0],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[\"0\",\"0\"],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem1\":[772],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem2\":[517,\"1\"],\"Bushlyte2\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem3\":[1],\"Bushlyte3\":[0],\"Carpetiem4\":[32],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[44],\"Loominadi3\":[1],\"Speccius2\":[1],\"Loominadi4\":[1],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[37],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "OptL2_1": [ - { - "0": 174, - "1": 7, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Toobus_Goobus2", - "3": 0, - "length": 4 - } - ], - "IMmLENGTH_9": 112, - "CYWorldTeleports": 420, - "BGsel": 0, - "ExpReq0_6": [ - 3.3978714675831825e+21, - 112410888607.03102, - 214533185274.25186, - 2851638862332.696, - 64497302448.79582, - 417544674105.16296, - 577233640929.251, - 57675762854.00842, - 5584236710149.339, - 325808826.30549127, - 27239.7851477687, - 34509590.81999272, - 1657413.983387411, - 1557331638.5250974, - 347187.25353805936, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 1947411660.8388212, - 360302.94119123596, - 15, - 15, - 15, - 15, - 15 - ], - "Exp0_4": [ - 6.097671417306367e+22, - 76377486.49597818, - 36744561177.79342, - "3.4324404558030817E11", - "6.465660061392218E7", - 159987320339.61392, - "7.045107220294012E7", - 35097225479.91869, - 154491994493.87253, - 95534860.74545702, - 15923.0383709013, - 1569701.8838126808, - 106938.62951517384, - 1336610480.0870898, - 28411.212068476132, - 4.350655207507805e+33, - 4.678235540557281e+23, - 2.3483277679545707e+49, - 1084200240.3941486, - 613916.9035187077, - 0, - 0, - 0, - 0 - ], - "AtkCD_8": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "SLpre_7": "{\"0\":142,\"1\":100,\"5\":146,\"6\":146,\"8\":100,\"9\":100,\"10\":952,\"11\":494,\"12\":408,\"13\":100,\"81\":128,\"85\":151,\"86\":100,\"87\":268,\"88\":145,\"89\":152,\"90\":100,\"91\":100,\"92\":130,\"93\":100,\"94\":140,\"95\":150,\"96\":195,\"97\":154,\"98\":202,\"99\":225,\"100\":188,\"101\":178,\"102\":142,\"103\":188,\"104\":100,\"105\":141,\"106\":138,\"107\":100,\"108\":100,\"109\":100,\"110\":135,\"111\":100,\"112\":100,\"114\":100,\"115\":150,\"116\":142,\"117\":141,\"118\":148,\"119\":100,\"142\":191,\"143\":190,\"144\":100,\"145\":100,\"146\":100,\"147\":100,\"148\":100,\"149\":299,\"203\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"631\":100,\"633\":92,\"635\":100,\"636\":92,\"637\":100,\"642\":116,\"652\":300}", - "AnvilPAstats_3": [ - 2, - 600, - 700, - 137, - 1246, - 44 - ], - "KLA_4": "[[0,0],[-8152200379.62613],[-243350.36],[150,10],[150],[150],[0],[0,81],[-59601.3599999999],[-2920.00049382716],[0],[0,0],[0],[-339202510.741939,-339155010.741939],[-251635569.692176,-251634219.692175],[-428933033.029607],[-50769803.1830439,-50767003.1830439],[-45555992.7292753],[-6857867393.10402],[-260178563.274043],[7],[5],[0],[0],[-56151767.5622193,-56150067.5622193],[0],[-434554293.178849],[-12472.5624809961,-8302.56248099612],[-315730530.917226],[0],[0],[-222643.797069034],[0],[0],[0],[0],[0],[0],[-10953.2592592593],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-90941042.8689419],[-308263844.879148,-308263444.879148],[-103502609.913985],[0],[0],[30],[-103753323.875306],[-237964.376370552],[-106061208.336432],[-113738263.154351,-113740763.154351],[0],[-91780908.3480973],[-95233526.6586592],[-93176059.7895624],[-32012736.6490966],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-222160126.118891],[4000],[-103166289.577414],[-173767176.226685,-173677176.226685],[-180667253.467068],[-1117094206.74286],[-345979811.930543],[-1348476.73818917],[-195430009.529727],[-586763025.143335],[-371686697.351211],[-278870988.524865],[-498531025.089275],[1],[1000],[-373475560.380956],[-282763255],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-721691067.032553],[-182331681],[-6373513685.44244],[-3466054.50598829],[-4120697.30800537],[-3326204.47611966],[-1215052507.43008],[-1693850216.33185],[-2354988.07605309],[-4692412.28690077],[-276676526.932137],[-6595051.66565261],[-1453169540.43898],[250],[700],[-32176158.8266927],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-8070908.55477509],[-207153233.515784],[-225445427.222867],[-653670925.867716],[-4602.91736169731],[-645111143.481036],[-613740035.806875],[-561733346.173494],[-1479896282.54785],[-792681887.044067],[-26665747.3712449],[-20851752.1490494],[-3090621523.31878],[0],[0],[-14771.275298696128],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-48373],[-117022749],[-1347346],[-41012],[-39984],[-251598809.571513],[-1777606006.9765],[-776367890],[-518619450.022788],[-522267039],[-218084223],[-1507924070.75518],[-13689666],[-36468570065.99159],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-26193.34241162718],[-9771.091643205065],[-19217647.940831736,-27717647.94079081],[-8597757.31764875],[20000000,1000000],[0],[-899304440,-1129304440],[-763582369],[0],[-104641743.89229953,-529641743.89229953],[205852527],[0],[0],[0]]", - "BuffsActive_7": [ - { - "0": 94, - "1": 230, - "2": 3660, - "length": 3 - } - ], - "Cards1": "[\"Grasslands1\",\"OakTree\",\"Copper\",\"StoneA1\",\"EquipmentStatues7\",\"FoodPotGr1\",\"FoodHealth1\",\"Leaf1\",\"EquipmentPants10\",\"Grasslands2\",\"Quest3\",\"Quest4\",\"FoodPotMana1\",\"EquipmentStatues3\",\"FoodPotOr1\",\"StoneW1\",\"StoneT1\",\"EquipmentHats13\",\"SmithingRecipes1\",\"Grasslands3\",\"EquipmentHats7\",\"EquipmentPunching1\",\"InvStorageF\",\"SilverPen\",\"BirchTree\",\"EquipmentToolsHatchet0\",\"Quest16\",\"EquipmentStatues1\",\"FoodHealth3\",\"Jungle1\",\"Iron\",\"EquipmentTools1\",\"EquipmentHats6\",\"InvBag2\",\"StoneZ1\",\"Jungle2\",\"FoodPotOr2\",\"OilBarrel2\",\"EquipmentHats5\",\"rtt0\",\"TixCol\",\"PremiumGem\",\"ResetFrag\",\"FoodG4\",\"TalentBook1\",\"OilBarrel1\",\"StoneW2\",\"EquipmentShirts16\",\"StampB3\",\"Cutter\",\"Grasslands4\",\"Quest7\",\"FoodHealth2\",\"EquipmentShirts21\",\"InvBag100\",\"EquipmentHats25\",\"StampA7\",\"StoneA2\",\"EquipmentBows4\",\"Jungle3\",\"Forest1\",\"FoodPotMana2\",\"StoneT2\",\"Forest2\",\"Quest12\",\"Key1\",\"JungleTree\",\"StampB9\",\"EquipmentStatues5\",\"StoneHelm1\",\"Crystal1\",\"DesertA1\",\"FoodPotRe1\",\"TreeInterior1\",\"CraftMat2\",\"EquipmentShirts19\",\"FoodHealth6\",\"Gold\",\"FoodPotGr2\",\"EquipmentHats9\",\"StoneHelm6\",\"Sewers1\",\"Quest11\",\"Timecandy1\",\"EquipmentStatues2\",\"Timecandy4\",\"Timecandy2\",\"CraftMat1\",\"IronBar\",\"Forest3\",\"StampA8\",\"StampB11\",\"Fish1\",\"Fish2\",\"Meatloaf\",\"Quest17\",\"TreeInterior1b\",\"EquipmentStatues15\",\"FoodPotRe2\",\"Quest49\",\"Quest50\",\"StoneAeB\",\"StoneT1eb\",\"Pearl3\",\"Pearl2\",\"DesertA2\",\"Pearl4\",\"Pearl1\",\"ForestTree\",\"FoodMining1\",\"CraftMat6\",\"Bug1\",\"StoneWeb\",\"InvBag101\",\"EquipmentStatues10\",\"DesertA3\",\"Trophy5\",\"EquipmentStatues4\",\"EquipmentStatues14\",\"NPCtoken4\",\"FoodG1\",\"Quest10\",\"EquipmentStatues12\",\"EquipmentStatues13\",\"TreeInterior2\",\"DesertB1\",\"FoodHealth7\",\"ObolBronzeEXP\",\"CopperBar\",\"CraftMat5\",\"Fish3\",\"Fish4\",\"TestObj1\",\"EquipmentStatues9\",\"ObolBronze2\",\"DesertA3b\",\"StoneA2b\",\"EquipmentStatues11\",\"DesertB2\",\"Quest22\",\"Bug2\",\"EquipmentHats63\",\"DesertB3\",\"StampC3\",\"DesertB4\",\"Quest21\",\"ButterBar\",\"SmithingRecipes2\",\"DesertC1\",\"FoodPotRe3\",\"DesertC2\",\"Quest18\",\"DesertC3\",\"ToiletTree\",\"Quest23\",\"Sewers2\",\"Peanut\",\"BobJoePickle\",\"Timecandy3\",\"ExpBalloon2\",\"EfauntDrop1\",\"Crystal2\",\"DesertC4\",\"Sewers1b\",\"Quest14\",\"Soul1\",\"EquipmentWands2\",\"InvBag7\",\"SnowA1\",\"FoodPotOr3\",\"StoneA1b\",\"ExpBalloon1\",\"EquipmentStatues18\",\"FoodHealth10\",\"Leaf3\",\"SmithingHammerChisel2\",\"Critter1\",\"TalentBook4\",\"FoodG3\",\"GoldBar\",\"EquipmentHats15\",\"EquipmentHats1\",\"EquipmentHats17\",\"EquipmentShirts12\",\"EquipmentShoes15\",\"EquipmentPants3\",\"EquipmentPendant12\",\"EquipmentRings3\",\"DesertC2b\",\"Quest24\",\"Key2\",\"StoneZ2\",\"SnowA2\",\"ObolSilver0\",\"Critter1A\",\"EquipmentTools3\",\"EquipmentTools2\",\"TalentBook5\",\"EquipmentToolsHatchet3\",\"Sewers3\",\"EquipmentHats14\",\"EquipmentShirts1\",\"EquipmentPendant9\",\"InvBag3\",\"PeanutS\",\"EquipmentPunching2\",\"ObolBronzeDef\",\"EquipmentStatues6\",\"Quest25\",\"FoodPotYe2\",\"StampB16\",\"Refinery1\",\"TalentBook3\",\"Critter2\",\"MidnightCookie\",\"StampA10\",\"JobApplication\",\"Quest41\",\"PureWater\",\"EquipmentStatues8\",\"ObolBronzePop\",\"EquipmentStatues16\",\"CraftMat3\",\"Mayo\",\"StampB5\",\"SnowA2a\",\"StampB7\",\"PalmTree\",\"ObolBronze1\",\"Leaf2\",\"FoodG5\",\"ObolSilver3\",\"DesertA1b\",\"EquipmentHats8\",\"EquipmentHats18\",\"EquipmentBows5\",\"EquipmentShirts18\",\"EquipmentPants17\",\"EquipmentShoes20\",\"FishingRod2\",\"WorshipSkull1\",\"TrapBoxSet1\",\"StampA3\",\"StampA6\",\"StampA5\",\"InvBag104\",\"InvStorage2\",\"Trophy8\",\"EquipmentHats28\",\"EquipmentSword1\",\"EquipmentPendant10\",\"EquipmentTools10\",\"StoneA3\",\"EquipmentToolsHatchet1\",\"StampB23\",\"EquipmentShoes1\",\"Bullet\",\"EquipmentHats3\",\"InvStorage19\",\"InvStorage8\",\"InvBag105\",\"InvStorage12\",\"Weight12\",\"NPCtoken18\",\"EquipmentPendant11\",\"EquipmentHats16\",\"EquipmentPants2\",\"EquipmentShirts11\",\"Quest37\",\"InvStorage20\",\"InvStorage21\",\"WorshipSkull2\",\"Quest45\",\"GoldricP3\",\"EquipmentHats11\",\"GoldricP2\",\"GoldricP1\",\"Plat\",\"Bug4\",\"Bug3\",\"Soul2\",\"StampA23\",\"ObolSilverDamage\",\"EquipmentPants22\",\"ExpBalloon3\",\"Trophy9\",\"Critter2A\",\"MaxCapBagT1\",\"StampA11\",\"Trash\",\"StumpTree\",\"EquipmentToolsHatchet2b\",\"SnowA3\",\"FoodPotGr3\",\"EquipmentStatues17\",\"StampB36\",\"SnowB1\",\"MaxCapBagF3\",\"Quest27\",\"EquipmentHats44\",\"ObolBronzeWorship\",\"StampB30\",\"ObolSilver2\",\"FoodPotMana3\",\"StampB27\",\"EquipmentHats39\",\"Quest32\",\"FoodG2\",\"Dementia\",\"Hgg\",\"TalentBook2\",\"EquipmentStatues19\",\"StoneW3\",\"EquipmentPants1\",\"Trash2\",\"TestObj7\",\"TestObj3\",\"NPCtoken15\",\"EquipmentShirts23\",\"StoneW6\",\"ResetCompleted\",\"TrapBoxSet2\",\"ObolSilverMoney\",\"ObolBronze3\",\"EquipmentPants18\",\"EquipmentShoes16\",\"EquipmentShirts25\",\"InvStorage4\",\"EquipmentHats30\",\"Quest19\",\"Quest20\",\"EquipmentHats12\",\"InvBag1\",\"Quest1\",\"MaxCapBagT2\",\"OilBarrel4\",\"MaxCapBagM1\",\"Quest5\",\"MaxCapBag6\",\"Timecandy5\",\"Quest35\",\"SnowB2\",\"Trophy13\",\"EquipmentWands1\",\"EquipmentBows1\",\"Critter3\",\"SnowB5\",\"StampB10\",\"PlatBar\",\"EquipmentPants4\",\"ObolBronzeTrapping\",\"SnowB2a\",\"Critter3A\",\"ObolSilverLuck\",\"SnowB3\",\"SaharanFoal\",\"NPCtoken6\",\"StampB25\",\"EquipmentHats19\",\"EquipmentPants20\",\"EquipmentShoes4\",\"EquipmentToolsHatchet2\",\"EquipmentHats4Choppin\",\"EquipmentPants15\",\"EquipmentWands5\",\"FoodChoppin1\",\"EquipmentRings2\",\"EquipmentToolsHatchet4\",\"EquipmentTools6\",\"FoodFish1\",\"NPCtoken20\",\"NPCtoken19\",\"NPCtoken14\",\"NPCtoken13\",\"NPCtoken16\",\"NPCtoken11\",\"NPCtoken21\",\"NPCtoken23\",\"NPCtoken26\",\"NPCtoken22\",\"EquipmentHats26\",\"PeanutG\",\"EquipmentShoes17\",\"FoodPotYe1\",\"FoodHealth5\",\"EquipmentBows6\",\"EquipmentRings13\",\"EquipmentShirts13\",\"EquipmentPunching3\",\"FoodHealth11\",\"FoodHealth9\",\"EquipmentPants23\",\"EquipmentShoes19\",\"EquipmentShoes18\",\"Weight1\",\"ObolSilver1\",\"MaxCapBag8\",\"EquipmentSmithingTabs3\",\"SnowB4\",\"PureWater2\",\"Quest38\",\"FoodPotYe3\",\"TrapBoxSet3\",\"SnowC1\",\"EquipmentRings7\",\"EquipmentTools5\",\"EquipmentHats20\",\"EquipmentTools7\",\"Critter4\",\"StampB12\",\"ObolBronze0\",\"EquipmentShirts24\",\"Bug5\",\"Critter4A\",\"SnowA4\",\"ObolGold3\",\"Soul3\",\"Trash3\",\"Quest34\",\"Quest33\",\"ObolBronzeCons\",\"FoodHealth4\",\"Critter5\",\"StampB34\",\"InvBag110\",\"ObolBronzeKill\",\"EquipmentShirts17\",\"Critter5A\",\"StampA28\",\"StampC19\",\"SnowC2\",\"EquipmentShirts2\",\"EquipmentShirts3\",\"SnowC3\",\"MaxCapBagM4\",\"MaxCapBagM5\",\"InvStorage5\",\"StampA9\",\"StampA14\",\"StampA16\",\"StampB15\",\"MaxCapBagM6\",\"Trophy2\",\"Bug6\",\"Critter6\",\"Critter6A\",\"Refinery2\",\"EquipmentPunching4\",\"SmithingHammerChisel\",\"StampB31\",\"WorshipSkull3\",\"FishingRod4\",\"Quest29\",\"TrapBoxSet4\",\"StampB21\",\"CatchingNet3\",\"CatchingNet4\",\"MaxCapBag9\",\"MaxCapBagT3\",\"MaxCapBag7\",\"MaxCapBagT4\",\"ObolAmarokA\",\"FishingRod3\",\"FishingRod5\",\"NPCtoken27\",\"WorshipSkull4\",\"MaxCapBag10\",\"EquipmentHats29\",\"EquipmentPants5\",\"Critter7\",\"TrapBoxSet5\",\"Critter7A\",\"StampA20\",\"EquipmentBows7\",\"NPCtoken5\",\"NPCtoken7\",\"NPCtoken9\",\"EquipmentSword2\",\"EquipmentWands6\",\"FoodWorship1\",\"SnowC4\",\"SnowC4a\",\"ResetCompletedS\",\"Critter8\",\"Void\",\"Critter8A\",\"EfauntDrop2\",\"MaxCapBagS4\",\"StampA27\",\"Soul4\",\"ObolEfauntA\",\"Critter9\",\"EquipmentPunching5\",\"DungeonA1\",\"FoodHealth1d\",\"DungEnhancer0\",\"DungCredits1\",\"DungWeaponSwordA1\",\"DungCredits2\",\"DungRNG1\",\"DungeonA2\",\"DungEnhancer1\",\"DungeonA3\",\"DungRNG0\",\"DungRNG2\",\"XP\",\"EquipmentKeychain7\",\"FoodHealth2d\",\"DungRNG3\",\"XPskill\",\"DungWeaponSwordA2\",\"DungEquipmentHats1\",\"DungWeaponSwordA3\",\"DungWeaponSwordA4\",\"EquipmentKeychain5\",\"DungWeaponPunchA2\",\"DungWeaponPunchA3\",\"DungEquipmentHats0\",\"DungEquipmentShirt1\",\"DungeonA4\",\"DungWeaponPunchA4\",\"DungEquipmentShirt0\",\"DungWeaponPunchA5\",\"DungEquipmentShirt2\",\"ItemsCoupon2\",\"FoodHealth3d\",\"EquipmentKeychain3\",\"DungEquipmentPendant0\",\"DungEnhancer2\",\"DungEquipmentPendant1\",\"DungeonA5\",\"DungEquipmentHats2\",\"DungEquipmentHats3\",\"DungEquipmentPendant2\",\"DungWeaponPunchB1\",\"EquipmentKeychain8\",\"DungEquipmentPants0\",\"DungRNG4\",\"Quest36\",\"Quest56\",\"EquipmentKeychain0\",\"Cash\",\"DungWeaponSwordA5\",\"DungWeaponSwordB1\",\"DungWeaponSwordB2\",\"EquipmentKeychain16\",\"EquipmentKeychain4\",\"DungEquipmentPants1\",\"EquipmentKeychain10\",\"EquipmentKeychain22\",\"DungEquipmentShoes0\",\"DungEquipmentPants2\",\"EquipmentKeychain2\",\"EquipmentKeychain13\",\"TalentPoint3\",\"DungEquipmentShirt3\",\"DungeonA6\",\"EquipmentKeychain18\",\"Quest15\",\"DungEquipmentShoes1\",\"EquipmentPants19\",\"DungEquipmentShoes2\",\"EquipmentKeychain6\",\"StampA13\",\"Lustre\",\"VoidBar\",\"Timecandy6\",\"ObolSilverChoppin\",\"ObolSilverCard\",\"ObolGold1\",\"MaxCapBagM7\",\"StampA17\",\"StampC7\",\"StampA26\",\"ObolSilverCons\",\"MaxCapBag4\",\"MaxCapBag5\",\"EquipmentPendant19\",\"EquipmentShoes9\",\"EquipmentKeychain1\",\"EquipmentKeychain14\",\"NPCtoken25\",\"Quest9\",\"EquipmentHats52\",\"EquipmentShoes5\",\"CatchingNet5\",\"DementiaBar\",\"SnowC5\",\"Tree7\",\"StoneA3b\",\"Gfoodcoupon\",\"Quest61\",\"ItemsCoupon1\",\"StampC8\",\"ObolGoldTrapping\",\"ObolGoldDamage\",\"ObolPink2\",\"EquipmentPendant14\",\"Key3\",\"Quest63\",\"EquipmentSmithingTabs2\",\"MaxCapBagT5\",\"MaxCapBagT6\",\"MaxCapBagM2\",\"EquipmentRings21\",\"StampB13\",\"OilBarrel3\",\"FoodG6\",\"InvStorage15\",\"InvStorage13\",\"InvStorage10\",\"InvStorage17\",\"InvStorage18\",\"InvStorage16\",\"InvStorage7\",\"InvStorage6\",\"InvStorage9\",\"InvBag106\",\"StampA15\",\"StampB8\",\"Weight10\",\"Weight5\",\"Weight11\",\"Line1\",\"Line5\",\"Line10\",\"InvStorage3\",\"NPCtoken10\",\"Chiz0\",\"MaxCapBagFi4\",\"StampA22\",\"NPCtoken38\",\"NPCtoken33\",\"StampA25\",\"StoneT1e\",\"FoodEvent2\",\"FoodEvent4\",\"FoodEvent3\",\"FoodEvent1\",\"StoneHelm1b\",\"MaxCapBagF4\",\"MaxCapBagF5\",\"MaxCapBagF6\",\"EquipmentRings23\",\"Quest64\",\"LootDice\",\"Quest54\",\"Quest52\",\"Quest51\",\"Timecandy9\",\"EquipmentHats42\",\"EquipmentPants6\",\"EquipmentPants21\",\"EquipmentPants9\",\"EquipmentKeychain9\",\"DungeonA7\",\"MaxCapBagMi6\",\"EquipmentShirts15\",\"EquipmentShirts27\",\"EquipmentShoes22\",\"EquipmentShoes23\",\"EquipmentShoes7\",\"MaxCapBagFi5\",\"MaxCapBagFi6\",\"MaxCapBagFi1\",\"StampB4\",\"StampB19\",\"Chiz1\",\"ObolChizoarA\",\"EquipmentShirts6\",\"StampB24\",\"ObolGoldDef\",\"ObolSilverFishing\",\"Crystal3\",\"Ladle\",\"GalaxyA1\",\"EquipmentSmithingTabs4\",\"Fish7\",\"Fish5\",\"FoodPotMana4\",\"StampA31\",\"Fish6\",\"GalaxyA2\",\"Line12\",\"GalaxyA2b\",\"EquipmentShoes30\",\"GalaxyA3\",\"StampB41\",\"StampB38\",\"StoneW4\",\"StoneA4\",\"Quest66\",\"Quest65\",\"StoneT4\",\"EquipmentShoes32\",\"GalaxyA4\",\"FoodG7\",\"GalaxyB2\",\"GalaxyB1\",\"GalaxyB3\",\"GalaxyB5\",\"GalaxyB4\",\"GalaxyC3\",\"GalaxyC1\",\"GalaxyC2\",\"GalaxyC4\",\"Bug7\",\"AlienTree\",\"Genetic0\",\"DNAgun0\",\"CraftMat13\",\"CraftMat12\",\"CraftMat11\",\"CraftMat10\",\"CraftMat8\",\"EquipmentPendant20\",\"Soul5\",\"EquipmentTools11\",\"Weight3\",\"Fish8\",\"EquipmentBows8\",\"InvStorageS\",\"StampA29\",\"EquipmentRings25\",\"StampB37\",\"SmithingRecipes4\",\"Genetic1\",\"LustreBar\",\"StampA32\",\"Critter10\",\"DungWeaponBowA3\",\"DungWeaponBowA4\",\"DungWeaponBowA5\",\"DungWeaponBowB1\",\"DungWeaponBowB2\",\"KeyFrag\",\"GalaxyC1b\",\"EquipmentRings6\",\"FoodPotOr4\",\"FoodPotGr4\",\"FoodPotRe4\",\"FoodPotYe4\",\"FoodHealth12\",\"FoodHealth13\",\"Cashb\",\"DungEquipmentRings0\",\"Tree8\",\"PetEgg\",\"Leaf4\",\"Refinery5\",\"EquipmentToolsHatchet5\",\"EquipmentToolsHatchet7\",\"EquipmentWands7\",\"EquipmentWands8\",\"EquipmentHats54\",\"FoodG8\",\"ObolGoldChoppin\",\"SmithingRecipes3\",\"EquipmentPendant24\",\"Critter10A\",\"Weight7\",\"Critter9A\",\"Weight13\",\"Bug8\",\"Line13\",\"Line8\",\"EquipmentRings24\",\"ObolGoldEXP\",\"EquipmentPunching6\",\"Starfire\",\"StarfireBar\",\"StampB42\",\"EquipmentShoes24\",\"TalentPoint2\",\"Quest44\",\"Quest42\",\"StoneTe\",\"StoneAe\",\"Quest43\",\"StoneWe\",\"EquipmentHats56\",\"StampB40\",\"DungWeaponWandA3\",\"DungWeaponWandA4\",\"DungWeaponWandA5\",\"DungWeaponWandB1\",\"DungWeaponWandB2\",\"Quest68\",\"EquipmentPendant21\",\"InvBag108\",\"StampB39\",\"WorshipSkull8\",\"EquipmentSword3\",\"EquipmentSword4\",\"EquipmentWands3\",\"Quest69\",\"EquipmentRings14\",\"Line3\",\"TalentPoint1\",\"TalentPoint4\",\"EquipmentShirts26\",\"TestObj13\",\"EquipmentRings20\",\"EquipmentKeychain11\",\"EquipmentPendant25\",\"CardPack1\",\"EquipmentPendant16\",\"EquipmentPendant26\",\"MaxCapBagB1\",\"MaxCapBagB2\",\"MaxCapBagB3\",\"CatchingNet8\",\"StonePremSTR\",\"ObolPlatinum0\",\"ObolGoldFishing\",\"InvBag107\",\"EquipmentPendant17\",\"InvStorage14\",\"InvBag109\",\"Key4\",\"InvStorage22\",\"DNAgun2\",\"InvStorage23\",\"BabaYagaETC\",\"StampC9\",\"Quest70\",\"Pearl5\",\"Quest71\",\"EquipmentHats75\",\"Genetic2\",\"TrollPart\",\"Crystal4\",\"MaxCapBagM9\",\"CardPack3\",\"DNAgun3\",\"Genetic3\",\"StonePremLUK\",\"StonePremAGI\",\"EquipmentStatues20\",\"EquipmentStatues21\",\"StampA1\",\"StampA2\",\"StampA4\",\"StampA12\",\"StampA18\",\"StampA19\",\"StampA21\",\"StampA24\",\"StampA30\",\"StampB1\",\"StampB2\",\"StampB6\",\"StampB14\",\"StampB17\",\"StampB18\",\"StampB20\",\"StampB22\",\"StampB26\",\"StampC1\",\"StampC2\",\"StampC6\",\"StampC14\",\"StampC15\",\"StampC18\",\"StampC20\",\"StampC21\",\"ObolBronzeFishing\",\"ObolSilverKill\",\"ObolGoldLuck\",\"ObolSilverPop\",\"ObolPlatinumLuck\",\"ObolGoldMoney\",\"ObolGoldCatching\",\"ObolSilverCatching\",\"ObolBronzeCatching\",\"ObolGoldCons\",\"ObolSilverMining\",\"ObolBronzeMining\",\"ObolGoldWorship\",\"ObolSilverWorship\",\"ObolGoldKill\",\"ObolPlatinumKill\",\"ObolSilverTrapping\",\"ObolBronzeDamage\",\"ObolPinkLuck\",\"ObolBronzeChoppin\",\"ObolPlatinumChoppin\",\"DungWeaponPunchA1\",\"DungWeaponBowA1\",\"DungWeaponBowA2\",\"DungWeaponWandA1\",\"DungWeaponWandA2\",\"CraftMat7\",\"Refinery3\",\"Refinery4\",\"Refinery6\",\"StoneT3\",\"BulletB\",\"CraftMat9\",\"StonePremWIS\",\"Timecandy8\",\"FoodTrapping1\",\"StoneW3b\",\"CraftMat14\",\"FoodCatch1\",\"EquipmentShoes33\",\"StoneW5\",\"StoneA5\",\"StoneT5\",\"StampC22\",\"Quest72\",\"Quest73\",\"LavaA1\",\"FoodPotYe5\",\"EquipmentStatues24\",\"EquipmentStatues23\",\"FoodG9\",\"LavaA1b\",\"EquipmentStatues25\",\"FoodG10\",\"LavaA2\",\"StampA33\",\"SmithingRecipes5\",\"LavaA3\",\"StoneZ3\",\"Tree9\",\"Leaf5\",\"LavaA4\",\"LavaA5\",\"FoodHealth15\",\"LavaA5b\",\"LavaB1\",\"Tree10\",\"StampA35\",\"LavaB2\",\"LavaB3\",\"LavaB3b\",\"StampC16\",\"LavaB4\",\"FoodHealth14\",\"LavaB5\",\"EquipmentSmithingTabs5\",\"LavaB6\",\"EquipmentWands9\",\"EquipmentStatues22\",\"StampB43\",\"InvStorage24\",\"InvStorage25\",\"EquipmentToolsHatchet6\",\"EquipmentToolsHatchet8\",\"EquipmentHats68\",\"EquipmentToolsHatchet9\",\"Bug9\",\"EquipmentShirts14\",\"EquipmentShirts32\",\"EquipmentPants24\",\"EquipmentTools8\",\"Dreadlo\",\"EquipmentKeychain23\",\"DungEquipmentPendant3\",\"DungEquipmentRings1\",\"DungWeaponSwordB3\",\"DungEquipmentRings2\",\"EquipmentRings19\",\"EquipmentTools12\",\"EquipmentPendant22\",\"EquipmentRings22\",\"EquipmentRings26\",\"OilBarrel6\",\"EquipmentTools9\",\"EquipmentHats53\",\"TrapBoxSet6\",\"TrapBoxSet7\",\"FishingRod6\",\"FishingRod7\",\"FishingRod8\",\"StampB45\",\"MaxCapBagFi2\",\"MaxCapBagFi3\",\"MaxCapBagFi7\",\"EquipmentBows9\",\"EquipmentBows10\",\"DNAgun1\",\"EquipmentShoes34\",\"NPCtoken2\",\"NPCtoken1\",\"EquipmentPants16\",\"EquipmentRings12\",\"NPCtoken3\",\"BadgeG1\",\"EquipmentHats22\",\"BadgeG2\",\"BadgeG3\",\"Trophy6\",\"EquipmentHats27\",\"InvStorageC\",\"InvBag103\",\"EquipmentCape3\",\"InvBag111\",\"InvBag102\",\"EquipmentShoes3\",\"ObolSilverEXP\",\"TalentPoint6\",\"MaxCapBagMi9\",\"WorshipSkull5\",\"WorshipSkull6\",\"MaxCapBagB4\",\"CatchingNet6\",\"EquipmentShirts10\",\"MaxCapBagT9\",\"NPCtoken35\",\"EquipmentKeychain24\",\"InvStorage11\",\"OilBarrel5\",\"NPCtoken28\",\"NPCtoken29\",\"NPCtoken30\",\"BadgeD1\",\"BadgeD2\",\"NPCtoken37\",\"BadgeD3\",\"Trophy11\",\"EquipmentBows3\",\"MaxCapBagB5\",\"MaxCapBagB6\",\"DungEquipmentPants3\",\"EquipmentKeychain21\",\"Quest6\",\"Quest13\",\"EquipmentHats76\",\"EquipmentPendant27\",\"CatchingNet2\",\"EquipmentRings11\",\"MaxCapBag1\",\"MaxCapBag2\",\"MaxCapBag3\",\"MaxCapBagTr1\",\"MaxCapBagTr3\",\"MaxCapBagTr4\",\"MaxCapBagTr5\",\"MaxCapBagS1\",\"MaxCapBagS3\",\"MaxCapBagS5\",\"Quest67\",\"Quest57\",\"Quest58\",\"EquipmentRings16\",\"EquipmentShoes21\",\"Fish3D\",\"Fish1D\",\"CardPack4\",\"ObolGoldMining\",\"Tree7D\",\"Dung3Ice\",\"PlatD\",\"DungWeaponBowB3\",\"Quest55\",\"PalmTreeD\",\"EquipmentShirts20\",\"EquipmentShirts5\",\"EquipmentShirts34\",\"EquipmentPants8\",\"DreadloBar\",\"CatchingNet7\",\"InvBag4\",\"InvBag5\",\"InvBag6\",\"Line2\",\"Weight2\",\"InvBag8\",\"NPCtoken24\",\"Weight8\",\"EquipmentShoes29\",\"ObolGoldPop\",\"DungWeaponSwordB4\",\"DungWeaponSwordB5\",\"DungWeaponSwordC1\",\"ObolPlatinumCons\",\"Bug10\",\"DungWeaponSwordC2\",\"DungEquipmentRings3\",\"DungeonA8\",\"ObolGold2\",\"ObolPlatinumCatching\",\"EquipmentShoes26\",\"EquipmentPendant23\",\"EquipmentHats69\",\"EquipmentWands10\",\"MaxCapBagF7\",\"MaxCapBagF9\",\"EquipmentShoes27\",\"EquipmentSword5\",\"Soul6\",\"EquipmentKeychain15\",\"DungWeaponSwordC3\",\"DungWeaponSwordC4\",\"EquipmentKeychain12\",\"DungEquipmentShoes3\",\"DungWeaponBowB4\",\"DungWeaponBowB5\",\"DungWeaponBowC1\",\"DungWeaponBowC2\",\"DungWeaponBowC3\",\"DungWeaponBowC4\",\"DungWeaponBowC5\",\"DungWeaponWandB3\",\"DungWeaponWandB4\",\"DungWeaponWandB5\",\"DungWeaponWandC1\",\"DungWeaponWandC2\",\"DungWeaponWandC3\",\"DungWeaponWandC4\",\"DungWeaponWandC5\",\"ObolSilverDef\",\"ObolPinkCons\",\"StampB44\",\"DungWeaponSwordC5\",\"EquipmentRings18\",\"DungWeaponSwordD1\",\"EquipmentShoes28\",\"EquipmentHats64\",\"ObolPlatinum2\",\"StampB46\",\"Quest39\",\"Quest40\",\"EquipmentHats51\",\"FoodEvent5\",\"FoodEvent6\",\"FoodEvent7\",\"FoodEvent8\",\"StampA34\",\"Pearl6\",\"ObolPink3\",\"EquipmentCape4\",\"EquipmentHats2\",\"EquipmentCape8\",\"ObolPlatinum1\",\"ObolPink1\",\"EquipmentHats67\",\"ObolPlatinumDamage\",\"ObolSlush\",\"EquipmentKeychain20\",\"EquipmentShirts35\",\"EquipmentShoes35\",\"ObolPinkDamage\",\"MaxCapBagM8\",\"ObolGold0\",\"ObolPink0\",\"ObolPlatinumEXP\",\"ObolPinkEXP\",\"DungWeaponSwordD2\",\"DungWeaponSwordD3\",\"ObolPlatinum3\",\"EquipmentCape9\",\"EquipmentCape10\",\"EquipmentHats74\",\"EquipmentHats77\",\"Weight4\",\"EquipmentPants26\",\"Trophy16\",\"LavaC1\",\"ObolPlatinumWorship\",\"ObolPinkWorship\",\"MaxCapBagS6\",\"EquipmentHats82\",\"Line4\",\"Weight9\",\"LavaC2\",\"StampA37\",\"Quest74\",\"ClassSwap\",\"MaxCapBagS7\",\"EquipmentSword6\",\"MaxCapBagM10\",\"ObolPlatinumDef\",\"EquipmentBows11\",\"NPCtoken12\",\"NPCtoken17\",\"MaxCapBagB7\",\"MaxCapBagB9\",\"MaxCapBagTr6\",\"Quest75\",\"EquipmentNametag5\",\"ObolTroll\",\"ObolPlatinumPop\",\"Key5\",\"KrukPart\",\"StoneA6\",\"StoneT6\",\"KrukPart2\",\"EquipmentHats21\",\"StoneHelm7\",\"StoneW7\",\"EquipmentWands11\",\"Island1\",\"Island0\",\"EquipmentRingsFishing1\",\"EquipmentRings31\",\"Fish9\",\"Fish10\",\"EquipmentRingsFishing2\",\"SmithingHammerChisel3\",\"Bullet3\",\"Fish11\",\"ObolKruk\",\"EquipmentSword7\",\"Quest78\",\"Crystal5\",\"Quest26\",\"Quest81\",\"SpiA1\",\"EquipmentStatues26\",\"EquipmentStatues27\",\"EquipmentStatues28\",\"StampB49\",\"FoodG12\",\"FoodG11\",\"SpiA2\",\"SpiA3\",\"StampB50\",\"SpiA4\",\"StampC23\",\"StampB52\",\"StampB54\",\"StampA42\",\"SpiA5\",\"Quest82\",\"SpiB1\",\"SpiB2\",\"SpiB2b\",\"SmithingRecipes6\",\"StoneZ4\",\"SpiA2b\",\"Bug12\",\"Godshard\",\"EquipmentSmithingTabs6\",\"Tree12\",\"Marble\",\"EquipmentHats83\",\"EquipmentShirts36\",\"EquipmentPants27\",\"EquipmentShoes36\",\"Quest80\",\"StoneW8\",\"StoneT7\",\"FoodHealth17\",\"FoodHealth16\",\"OilBarrel7\",\"EquipmentBows12\",\"MarbleBar\",\"SpiB3\",\"Tree11\",\"StampB47\",\"StampB32\",\"Fish12\",\"Bug13\",\"StoneA7\",\"Fish13\",\"Bug11\",\"SpiB4\",\"StampB48\",\"GodshardBar\",\"Quest77\",\"EquipmentPunching7\",\"EquipmentToolsHatchet12\",\"FishingRod9\",\"CatchingNet9\",\"CatchingNet10\",\"FishingRod10\",\"FishingRod11\",\"CatchingNet11\",\"EquipmentCape13\",\"EquipmentPendant29\",\"SpiC1\",\"BoneJoePickle\",\"StampA36\",\"EquipmentPunching8\",\"EquipmentPunching9\",\"EquipmentSword8\",\"WorshipSkull7\",\"Soul7\",\"InvStorageD\",\"SpiC2\",\"Tree13\",\"Leaf6\",\"ObolHyper3\",\"ObolHyper2\",\"ObolHyper0\",\"StampA40\",\"Line9\",\"StampA38\",\"Quest83\",\"InvStorage1\",\"InvStorage26\",\"InvStorage27\",\"Weight6\",\"Line11\",\"FoodG13\",\"SpiD1\",\"Quest85\",\"Quest76\",\"EquipmentHats108\",\"DungWeaponSwordD4\",\"EquipmentTools14\",\"MaxCapBagB10\",\"SpiD2\",\"TrapBoxSet8\",\"WorshipSkull9\",\"EquipmentNametag10\",\"SpiD3\",\"Quest84\",\"InvStorage28\",\"Quest86\",\"ObolHyperB3\",\"ObolHyperB0\",\"ObolHyperB1\",\"ObolHyperB2\",\"MaxCapBagFi9\",\"ObolHyper1\",\"Trophy22\",\"EquipmentHats104\",\"EquipmentHats101\",\"Line14\",\"Motherlode\",\"Quest87\",\"Quest90\",\"EquipmentCape0\",\"Bug14\",\"Quest47\",\"Quest48\",\"Trophy3\",\"Bone0\",\"Bone1\",\"EquipmentNametag4\",\"EquipmentKeychain19\",\"EquipmentKeychain26\",\"Trophy20\",\"Trophy10\",\"Bone2\",\"ResetBox\",\"Quest62\",\"Quest53\",\"BadgeI3\",\"BadgeI2\",\"NPCtoken31\",\"NPCtoken34\",\"NPCtoken39\",\"NPCtoken40\",\"NPCtoken41\",\"BadgeI1\",\"Trophy15\",\"EquipmentPendant30\",\"Trophy17\",\"Quest93\",\"EquipmentCape6\",\"Trophy19\",\"StampB53\",\"StampB51\",\"Weight14\",\"InvStorageL\",\"EquipmentHats96\",\"EquipmentPendant32\",\"StampA39\",\"EquipmentHats113\",\"EquipmentStatues29\",\"EquipmentTools13\",\"EquipmentHats102\",\"Quest94\",\"MaxCapBagT10\",\"EquipmentSword9\",\"EquipmentHats105\",\"EquipmentShirts37\",\"EquipmentPants29\",\"EquipmentShoes37\",\"EquipmentShirts38\",\"MaxCapBagFi10\",\"MaxCapBagMi10\",\"MaxCapBagMi11\",\"MaxCapBagT11\",\"MaxCapBagFi11\",\"MaxCapBagB11\",\"MaxCapBagTr9\",\"MaxCapBagTr10\",\"EquipmentHats97\",\"Bone3\",\"EquipmentBows13\",\"EquipmentBows14\",\"TrapBoxSet9\",\"Critter11\",\"Critter11A\",\"Quest95\",\"EquipmentHats116\",\"InvBag113\",\"Ht\",\"MotherlodeTREE\",\"EquipmentHats99\",\"EquipmentHats100\",\"EquipmentNametag18\",\"EquipmentTools15\",\"EquipmentHats106\",\"EquipmentShoes38\",\"EquipmentRings36\",\"MaxCapBagM12\",\"EquipmentHats90\",\"EquipmentHats91\",\"EquipmentWands12\",\"EquipmentWands13\",\"MaxCapBagM3\",\"InvStorageN\",\"ObolPlatinumFishing\",\"EquipmentHats93\",\"EquipmentHats94\",\"Whetstone\",\"InvBag114\",\"Quest96\",\"Dust0\",\"EquipmentBowsTempest2\",\"Dust1\",\"EquipmentHats95\",\"EquipmentBowsTempest3\",\"StoneTempestB0\",\"StoneTempestR1\",\"StoneTempestB1\",\"StoneTempestR0\",\"WWcoin\",\"StoneTempestB2\",\"StoneTempestR2\",\"EquipmentBowsTempest0\",\"EquipmentRingsTempest7\",\"EquipmentRingsTempest0\",\"EquipmentRingsTempest8\",\"Dust2\",\"EquipmentBowsTempest1\",\"EquipmentRingsTempest4\",\"EquipmentBowsTempest4\",\"EquipmentRingsTempest1\",\"EquipmentRingsTempest6\",\"EquipmentRingsTempest3\",\"MaxCapBagS9\",\"EquipmentPants30\",\"EquipmentRingsTempest5\",\"Quest98\",\"Quest97\",\"Dust3\",\"EquipmentRingsTempest2\",\"EmpPart\",\"EquipmentHats70\",\"EquipmentHats71\",\"EquipmentShirts33\",\"EquipmentPants25\",\"EquipmentShoes25\",\"Quest88\",\"Quest89\",\"EquipmentNametag20\",\"Tach0\",\"Quest99\",\"EquipmentWandsArc0\",\"Tach1\",\"EquipmentStatues30\",\"StampC24\",\"WorshipSkull10\",\"EquipmentHats119\",\"EquipmentShirts39\",\"EquipmentPants31\",\"EquipmentShoes40\",\"WorshipSkull11\",\"EquipmentHats118\",\"EquipmentHats112\",\"EquipmentRings28\",\"EquipmentRings29\",\"EquipmentRings35\",\"Quest100\",\"Tach2\",\"StampC25\",\"Tach3\",\"EquipmentRingsArc0\",\"Line6\",\"EquipmentHats103\",\"StampC26\",\"StampC10\",\"StampC11\",\"StampC12\",\"EquipmentHatsBeg1\",\"EquipmentHats33\",\"EquipmentHats24\",\"EquipmentHats57\",\"EquipmentHats62\",\"EquipmentHats34\",\"GemP36\",\"Quest28\",\"Quest108\",\"w7A1\",\"Spelunking0\",\"EquipmentStatues31\",\"w7A2\",\"SmithingRecipes7\",\"EquipmentSmithingTabs7\",\"w7A3\",\"EquipmentNametag3\",\"EquipmentNametag12\",\"FoodG14\",\"EquipmentStatues32\",\"w7A4\",\"Coral1\",\"Spelunking1\",\"Prehistrium\",\"w7A5\",\"Bug15\",\"w7A7\",\"Coral2\",\"Crystal6\",\"ClamPearl0\",\"Quest107\",\"w7A6\",\"ClamPearl1\",\"w7A8\",\"Soul8\",\"Tree14\",\"Quest101\",\"PrehistriumBar\",\"EquipmentWands14\",\"Trophy7\",\"GemP37\",\"EquipmentCape15\",\"EquipmentRings33\",\"EquipmentHats109\",\"Quest109\",\"w7A9\",\"StampB57\",\"StampC27\",\"w7A10\",\"EquipmentHats86\",\"Spelunking2\",\"EquipmentHats40\",\"GfoodcouponS\",\"Quest112\",\"EquipmentHats38\",\"EquipmentNametag11\",\"Quest114\",\"Quest113\",\"EquipmentHats85\",\"SmithingHammerChisel4\",\"Quest110\",\"EquipmentHats125\",\"EquipmentNametag22\",\"EquipmentNametag23\",\"CaveGoldPiece\",\"EquipmentNametag15\",\"EquipmentHats88\",\"InvStorage29\",\"EquipmentNametag14\",\"Quest106\",\"w7A11\",\"Coral3\",\"EquipmentSword10\"]", - "BuffsActive_8": [], - "Prayers_0": "[4,14,-1,16,1,-1,-1,-1,-1,-1,-1,-1]", - "QuestHm_0": [ - { - "0": "Snootie1", - "1": "Find_Pommsie:", - "2": "0", - "3": "1", - "length": 4 - } - ], - "IMm_2": "{}", - "OptL_9": [ - 1, - 1, - 2, - 22, - 1, - 0, - 782, - 0, - 0, - 0, - 0, - 0, - 2, - 0, - 0, - 1, - 27, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 0, - 1, - 1, - 0, - 6, - 0, - 3653, - 0 - ], - "TaskZZ5": "[15,0,2,0,0,0,0,0]", - "QuestComplete_9": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":0,\"Scripticus11\":-1,\"XxX_Cattleprod_XxX1\":1,\"XxX_Cattleprod_XxX2\":1,\"Scripticus12\":-1,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":0,\"Nebulyte1\":-1,\"Djonnut1\":0,\"Nebulyte2\":-1,\"Djonnut2\":-1,\"Nebulyte3\":-1,\"Djonnut3\":-1,\"Masterius1\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius2\":-1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":-1,\"Slargon2\":1,\"Oinkin2\":-1,\"Slargon3\":1,\"Oinkin3\":-1,\"Slargon4\":0,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Bellows2\":1,\"Mutton1\":-1,\"Bellows3\":0,\"Mutton2\":-1,\"Bellows4\":-1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Stiltzcho2\":0,\"Promotheus2\":1,\"Stiltzcho3\":-1,\"Promotheus3\":0,\"Builder_Bird1\":1,\"Stiltzcho4\":-1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":-1,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":-1,\"Woodlin_Elder2\":1,\"Glumlee2\":-1,\"Woodlin_Elder3\":-1,\"Glumlee3\":-1,\"Woodlin_Elder4\":-1,\"Glumlee4\":-1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":-1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":0,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":-1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":-1,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":-1,\"Scubidew2\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete3\":-1,\"Cowbo_Jones10\":0,\"Scripticus2\":1,\"Cowbo_Jones11\":-1,\"Scripticus3\":1,\"Cowbo_Jones12\":-1,\"Scripticus4\":1,\"Cowbo_Jones13\":-1,\"Scripticus5\":1,\"Meel1\":-1,\"Tired_Mole1\":1,\"Cowbo_Jones14\":-1,\"Scripticus6\":-1,\"Meel2\":-1,\"Sussy_Gene1\":1,\"Tired_Mole2\":1,\"Cowbo_Jones15\":-1,\"Scripticus7\":-1,\"Sussy_Gene2\":1,\"Tired_Mole3\":0,\"Scripticus8\":1,\"Sussy_Gene3\":-1,\"Scripticus9\":-1,\"Capital_P1\":-1,\"Sprout1\":-1,\"Capital_P2\":-1,\"Lonely_Hunter1\":-1,\"Sprout2\":-1,\"Capital_P3\":-1,\"Lonely_Hunter2\":-1,\"Sprout3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":-1,\"Gobo3\":1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo4\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo5\":1,\"Typhoon1\":0,\"Shuvelle6\":-1,\"Falloween_Pumpkin4\":-1,\"Shuvelle7\":-1,\"Falloween_Pumpkin5\":-1,\"Whattso1\":-1,\"Whattso2\":-1,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":-1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":0,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":0,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":1,\"Goldric5\":-1,\"Cowbo_Jones9\":1,\"Goldric6\":-1,\"Gangster_Gus1\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":-1,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Giftmas_Blobulyte3\":-1,\"Bill_Brr7\":-1,\"Centurion1\":1,\"Centurion2\":-1,\"Toadstall1\":1,\"Centurion3\":-1,\"Toadstall2\":1,\"Centurion4\":-1,\"Snouts1\":-1,\"Toadstall3\":1,\"Centurion5\":-1,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion6\":-1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion7\":-1,\"Lord_of_the_Hunt3\":1,\"Snouts4\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt4\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Fishpaste971\":-1,\"Lord_of_the_Hunt7\":1,\"Lafu_Shi2\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":1,\"Woodsman2\":1,\"Woodsman3\":0,\"Woodsman4\":-1,\"Hoggindaz1\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":0,\"Hoggindaz5\":-1,\"Funguy1\":1,\"Hoggindaz6\":-1,\"Funguy2\":1,\"Hoggindaz7\":-1,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Funguy3\":0,\"Town_Marble1\":1,\"Funguy4\":-1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Funguy5\":-1,\"Yondergreen3\":-1,\"Dog_Bone1\":-1,\"Yondergreen4\":-1,\"Carpetiem1\":-1,\"Dog_Bone2\":-1,\"Bushlyte1\":-1,\"Yondergreen5\":-1,\"Carpetiem2\":-1,\"Bushlyte2\":-1,\"Yondergreen6\":-1,\"Carpetiem3\":-1,\"Bushlyte3\":-1,\"Yondergreen7\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":-1,\"Loominadi2\":-1,\"Speccius1\":1,\"Loominadi3\":-1,\"Speccius2\":1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "ExpReq0_0": [ - 5.34912695927152e+22, - 4610988767.988826, - 154361500558.53253, - 41184147894.63169, - 3637894427.872396, - 417544674105.16296, - "3.5315527736585766E8", - 46088152414.911224, - 660947487814.438, - 157211947.61079043, - 273548009.31108826, - 34509590.81999272, - 1247884.2641006373, - 1557331638.5250974, - 1063544.6526257473, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 2634945585.475608, - 4947273.424520293, - 15, - 15, - 15, - 15, - 15 - ], - "EquipOrder_0": [ - { - "0": "EquipmentHats106", - "1": "EquipmentSword9", - "2": "EquipmentShirts38", - "3": "EquipmentPendant30", - "4": "EquipmentPants30", - "5": "EquipmentRings26", - "6": "EquipmentShoes38", - "7": "EquipmentRings26", - "8": "EquipmentHats112", - "9": "EquipmentKeychain16", - "10": "Trophy17", - "11": "EquipmentKeychain22", - "12": "EquipmentCape13", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "EquipmentTools14", - "1": "EquipmentToolsHatchet12", - "2": "FishingRod11", - "3": "CatchingNet11", - "4": "TrapBoxSet8", - "5": "WorshipSkull9", - "6": "DNAgun3", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "FoodHealth17", - "1": "FoodPotGr3", - "2": "FoodHealth13", - "3": "FoodHealth12", - "4": "FoodPotYe5", - "5": "FoodPotGr4", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - } - ], - "NPCdialogue_7": "{\"Loominadi\":3,\"Promotheus\":20,\"Stiltzcho\":29,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":7,\"Masterius\":5,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Scubidew\":2,\"Yondergreen\":0,\"Telescope\":9999,\"Hamish\":0,\"Town_Marble\":3,\"Blobbo\":6,\"Obol_Altar\":9999,\"Krunk\":0,\"Tribal_Shaman\":0,\"Funguy\":14,\"Goldric\":0,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":26,\"Woodlin_Elder\":7,\"Cowbo_Jones\":1,\"Eliteus\":4,\"Typhoon\":5,\"Egggulyte\":0,\"Woodsman\":0,\"Gobo\":18,\"Picnic_Stowaway\":20,\"Poigu\":0,\"Tiki_Chief\":5,\"Sprout\":0,\"Capital_P\":0,\"Coastiolyte\":0,\"Slargon\":6,\"Oinkin\":0,\"Snake_Jar\":6,\"Builder_Bird\":9999,\"Clown\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Speccius\":11,\"Wellington\":3,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":0,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Gangster_Gus\":12,\"Mutton\":9,\"Dog_Bone\":14,\"Djonnut\":2,\"TP_Pete\":2,\"Bill_Brr\":0,\"Potti\":0,\"Whattso\":7,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":0,\"Dazey\":0,\"Hoggindaz\":7,\"Mr_Pigibank\":9999,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Shuvelle\":0,\"Lonely_Hunter\":0,\"Fishpaste97\":3,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Meel\":3,\"Royal_Worm\":0,\"Monolith\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Bloo_Radley\":6,\"Sad_Urie\":9999,\"Zenelith\":9999,\"Coralcave_Prince\":0}", - "ObolEqMAP_3": "{\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", - "PlayerStuff_0": "[12977,0,5,0,0,0,0,0,0,0]", - "RespTime_4": 0, - "CurrentMap_8": 312, - "ExpReq0_3": [ - 1.3735723736513616e+21, - "1.4789522948094542E10", - 154361500558.53253, - "1.2553868114862338E11", - 2866050755.9359174, - 417544674105.16296, - "1.9985439953817718E9", - 46088152414.911224, - 125286205673146.45, - 264658419.73111945, - 211413925.4593358, - 34509590.81999272, - 1398255.1090094226, - 1557331638.5250974, - 909590.1132770344, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 2634945585.475608, - 81392.07669049683, - 15, - 15, - 15, - 15, - 15 - ], - "PldTraps_0": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "CardPreset_2": "[[\"demonP\",\"Crystal0\",\"babaMummy\",\"w6d2\",\"w5a3\",\"speaker\",\"mimicA\",\"poopSmall\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"w5a1\",\"w6a5\",\"Boss3C\",\"poopBig\",\"w4c1\",\"w5b3\",\"poopD\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4B\",\"wolfA\",\"CritterCard7\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\"]]", - "AttackLoadout_0": "[[195,196,198,136,106,105],[137,135,94,91,90,107],[\"Null\",\"Null\",635,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "AnvilPAselect_4": [ - 0, - 0, - 0 - ], - "FoodCD_5": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "PVFishingSpotIndex_0": 0, - "FarmUpg": [ - 1, - 559003.4730017185, - 20, - 205, - 209, - 238, - 235, - 137, - 172, - 118, - 1, - 187, - 101, - 209, - 100, - 1, - 105, - 50, - 0, - 5943, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 84, - 0, - 29, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 31, - 0, - 0, - 0, - 27, - 0, - 81, - 0, - 0, - 0, - 0, - 0, - 25, - 0, - 0, - 0, - 0, - 0, - 0, - 85, - 83, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "MaxCarryCap_7": "{\"Mining\":20000,\"Chopping\":100,\"Souls\":100,\"Quests\":10,\"Fishing\":1000,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":10000,\"Bugs\":10,\"Statues\":10}", - "FoodSlO_5": 6, - "AnvilPAselect_0": [ - 10, - 10, - 10 - ], - "PTimeAway_1": 1769845.1435890002, - "AtkCD_1": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "ObolEqMAP_1": "{\"0\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"8\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"9\":{\"UQ1val\":1,\"SuperFunItemDisplayType\":\"Inventory\",\"STR\":-1,\"UQ1txt\":\"%_MONEY\"},\"11\":{\"LUK\":2,\"UQ1val\":1,\"SuperFunItemDisplayType\":\"ObolUpgradeReroll\",\"UQ1txt\":\"%_MONEY\"},\"14\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"15\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"17\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"UQ1val\":1,\"UQ1txt\":\"%_MONEY\",\"STR\":2},\"20\":{\"SuperFunItemDisplayType\":\"Inventory\"}}", - "QuestHm_8": [ - { - "0": "Eliteus2", - "1": "Select_an_Elite_Class:", - "2": "0", - "3": "1", - "length": 4 - }, - { - "0": "Slargon1", - "1": "Defeat_Suggmas:", - "2": 30078, - "3": "30000", - "length": 4 - }, - { - "0": "Bubbulyte1", - "1": "Open_Spring_Baggies:", - "2": "0", - "3": "500", - "length": 4 - }, - { - "0": "Tired_Mole3", - "1": "Equip_the_Divine_Scarf:", - "2": "0", - "3": "1", - "4": "Get_Kattlekruk_Cape:", - "5": "0", - "6": "1", - "length": 7 - } - ], - "PVStatList_6": [ - 128749, - 135614, - 143671, - 141162, - 825 - ], - "PVFishingSpotIndex_6": 0, - "CurrentMap_2": 312, - "PVStatList_2": [ - 114624, - 304089, - 129767, - 90737, - 903 - ], - "FamValColosseumHighscores": [ - 0, - 426954.32, - 1324052.304, - 9173466.24666667, - "8.581120178333332E7", - "2.3102800095000003E7", - "2.119556434689176E8", - 0 - ], - "Tess": "[[\"1_0\",\"2_0\",\"14_0\",\"14_1\",\"16_0\",\"16_1\",\"19_0\",\"24_0\",\"24_1\",\"26_0\",\"0_0\",\"8_0\",\"51_0\",\"52_0\",\"52_1\",\"53_0\",\"57_0\",\"58_0\",\"59_0\",\"60_0\",\"60_1\",\"62_0\",\"63_0\",\"64_0\",\"50_0\",\"101_0\",\"103_0\",\"104_0\",\"104_1\",\"105_0\",\"106_0\",\"107_0\",\"108_0\",\"109_0\",\"110_0\",\"111_0\",\"112_0\",\"116_0\",\"117_0\",\"100_0\",\"113_0\",\"151_0\",\"152_0\",\"153_0\",\"154_0\",\"155_0\",\"156_0\",\"157_0\",\"158_0\",\"159_0\",\"160_0\",\"161_0\",\"162_0\",\"150_0\",\"201_0\"],[]]", - "SM_8": "{\"0\":299,\"1\":299,\"5\":245,\"6\":245,\"8\":299,\"9\":100,\"10\":498,\"11\":494,\"12\":944,\"13\":100,\"75\":100,\"144\":217,\"445\":245,\"446\":100,\"447\":299,\"448\":245,\"449\":245,\"450\":100,\"451\":100,\"452\":141,\"453\":100,\"454\":100,\"455\":146,\"456\":141,\"457\":152,\"458\":100,\"459\":145,\"460\":142,\"461\":157,\"462\":148,\"463\":100,\"464\":109,\"472\":147,\"480\":100,\"481\":140,\"482\":100,\"483\":299,\"484\":100,\"485\":147,\"486\":100,\"487\":149,\"488\":159,\"489\":100,\"490\":100,\"491\":128,\"492\":147,\"493\":147,\"494\":100,\"525\":198,\"526\":224,\"527\":200,\"528\":100,\"529\":299,\"530\":155,\"531\":209,\"532\":214,\"533\":181,\"535\":299,\"536\":299,\"537\":299,\"538\":299,\"539\":299,\"585\":100,\"586\":100,\"587\":100,\"588\":100,\"589\":100,\"590\":100,\"591\":100,\"592\":100,\"593\":100,\"594\":100,\"595\":100,\"596\":100,\"597\":100,\"598\":100,\"599\":100,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "MaxCarryCap_2": "{\"Souls\":25000,\"Mining\":20000,\"Chopping\":20000,\"Quests\":10,\"Fishing\":250,\"fillerz\":10,\"Critters\":100,\"Foods\":20000,\"bCraft\":20000,\"Bugs\":1000,\"Statues\":10}", - "PVFishingToolkit_1": [ - 7, - 3 - ], - "PVGender_8": 0, - "EquipOrder_1": [ - { - "0": "EquipmentHats119", - "1": "EquipmentWands14", - "2": "EquipmentShirts39", - "3": "EquipmentPendant30", - "4": "EquipmentPants31", - "5": "EquipmentRings36", - "6": "EquipmentShoes40", - "7": "EquipmentRings36", - "8": "EquipmentHats82", - "9": "EquipmentKeychain11", - "10": "Trophy20", - "11": "EquipmentKeychain11", - "12": "EquipmentCape9", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "EquipmentTools11", - "1": "EquipmentToolsHatchet12", - "2": "FishingRod7", - "3": "CatchingNet7", - "4": "TrapBoxSet8", - "5": "WorshipSkull9", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - }, - { - "0": "FoodG6", - "1": "FoodG13", - "2": "FoodG2", - "3": "FoodG9", - "4": "FoodHealth17", - "5": "FoodPotGr4", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 - } - ], - "Prayers_1": "[18,4,14,-1,-1,16,1,-1,-1,-1,-1,-1]", - "PVMinigamePlays_5": 5, - "AnvilPAselect_1": [ - 0, - 0, - 0 - ], - "CharacterClass_1": 40, - "FamValMinigameHiscores": [ - 109, - 26, - 134, - 34, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "InventoryOrder_8": [ - "StonePremLUK", - "StonePremWIS", - "StonePremAGI", - "StoneA7", - "EquipmentHats57", - "EquipmentHats75", - "EquipmentHats62", - "EquipmentHats34", - "EquipmentHats56", - "EquipmentHats4Choppin", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "KLA_5": "[[0,0],[-38055610440.232796],[-113272586.532373],[150,10],[150],[150],[0],[0,81],[-1277686068.02222],[-137414.636741817],[0],[0,0],[0],[-387905942.590677,-387858442.590677],[-5094619.30080875,-5093269.30080875],[-7513607.14888956],[-4809887.53526314,-4807087.53526314],[-530736877.608621],[-8128426142.6497],[-1663035.34033607],[7],[5],[0],[0],[-178378715.53815246,-178377015.53815246],[0],[-122290266.244601],[-469976313.797591,-469972143.797591],[-267475998.681798],[0],[0],[-809286671.129473],[0],[0],[0],[0],[0],[0],[-4653.44294796695],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-17610393.1897422],[-7419212.19677253,-7418812.19677253],[-4459351.91166695],[0],[0],[30],[-900211199.475116],[-7732890.15375554],[-2415955.58805695],[-1725750.10896349,-1728250.10896349],[0],[-4350186.05146499],[-12659859.6300686],[-6576657.93892296],[-296592415.983778],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-4867315.65313312],[4000],[-117300136.553477],[-195349521.067751,-195259521.067751],[-220371877.373436],[-574604707.800489],[-521282035.567722],[-130753589.441348],[-235820167.837334],[-354564343.458722],[-402241849.279286],[-301983151.013258],[-549844481.870227],[1],[1000],[-479189754.915402],[-333756547.073671],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-338868173.802898],[-230643055.038681],[-400432956.008437],[-3173361926.83601],[-369373203.456881],[-246156499.051619],[-52950375.6685916],[-2453760.89301278],[-787870887.03049],[-960077974.323851],[-25194730.6358842],[-35146971.7018471],[-2525867.46327926],[250],[700],[-16778322.3879048],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-13419365.5840719],[-348249067.005782],[-398973340.803834],[-441991083.8871],[-81488223.4162837],[-133212229.19548],[-1287393.3243736],[-462239368.952444],[-64626812.26820691],[-744416.4060542986],[-32719244.9814801],[-38979872.322890945],[-3366857083],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-91729],[-131315231],[-2364144],[-49003040.1113398],[-422699.938686918],[-277699081],[-2037874158.77719],[-889968043],[-603851562.422604],[-609611911],[-389661550.576309],[-1761419711.46926],[-10594823509.982304],[-87637125240.12871],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-7932.512693735513],[-2179504098.7449884],[-17462004.09097924,-25962004.090978548],[5000000],[20000000,1000000],[0],[-758209159.7892559,-988209159.78926],[-9882155],[-43802200],[-3331456,-428331456],[-336952100],[0],[0],[0]]", - "MaxCarryCap_9": "{\"Mining\":10,\"Chopping\":25,\"Souls\":10,\"Quests\":10,\"Fishing\":10,\"fillerz\":10,\"Critters\":10,\"Foods\":250,\"bCraft\":10000,\"Bugs\":2000,\"Statues\":10}", - "Spelunk": "[[1,1,1,1,1,0,0,0,0,0,0,0,0,0,0],[32,63,124,54,100,39,0,0,0,0,0,0,0,0,0],[62710154644533.12,16465910934857566,759301730334219100,2914231172389474,16074722225436746000,256094373950799600,0,0,0,0,0,0,0,0,0],[273,323,270,127,223,126,174,220,272,276,39,39],[151972021357731600000,12,17499.33035302011,4,11,518.5968689102901,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[104,315,226,198,39,52,85,435,275,147,109,1,1,37,207,100,62,33,4,14,120,14,33,10,2,3,9,80,74,66,40,12,17,67,1,33,1,2,15,19,1,92,20,10,2,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[\"Smol_Pebbles\",\"Smooth_Rocks\",\"Stubby_Coral\",\"Fuzzy_Fungi\",\"Vibrant_Coral\",\"Big_Stone\",\"Sheet_Metal\",\"CTR_Television\",\"Rusted_Girders\",\"Corroded_Pipe\",\"Gravel_Pile\",\"Sign_of_Haltage\",\"Lil_Shroomie\",\"Fly_Amanita\",\"Toadstool_Sprouts\",\"Fungi_Trunk\",\"Tabletop_Shroomie\",\"Spikey_Shell\",\"Speckled_Amanita\",\"Granite_Stack\",\"Toadshool_Thicket\",\"Rotwood_Colony\",\"Seaweed_Tuft\",\"Cotton_Candy\",\"Tiny_Teddy\",\"Nacho_Box\",\"Milk_Stack\",\"Stuffed_Grizzly\",\"Discarded_Popcorn\",\"Broken_Horsey\",\"Broken_Dispenser\",\"Knockdown_Tower\",\"Skull_Pile\",\"Stonespire\",\"Forgotten_Funhouse\",\"Giant_Conch\",\"Coralissimus\",\"E-Waste_Pile\",\"Scrap_Heap\",\"No_Man's_Crossroad\",\"Stuck_Sword\",\"Proud_Flag\",\"Old_Bones\",\"Wall_Remnants\",\"Heroic_Remains\"],[0,2,3,-1,-1],[120,0,38,0,87,106,52,0,9,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,6,12,22,9,0,0,0,4,15,17,15,5,0,0,0,0,12,7,9,0,0,0,0,0,0,0,0,0],[9,16,25,27,-1,-1,-1,-1,-1,-1,-1,-1,-1],[70,41,14,2,0,0,0,0,0,0],[1,0,1,1,1,0],[15,0,10,12,8,0],[2,2,1,2,1,2,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,2,2,3,2,2,2,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,2,2,2],[0,0,0,0,0,0,0,0,0,0,0,4362],[-1,-1,5,-1,-1,9,10,11,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,8,17,6,16,22,15,20,2,19,3,7,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[0,0,0,5,1,1,0,0,0,0,1,1,5,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,4,1,1,1,1,2,1,2,1,2,4,1,1,1,1,2,2,0,2,1,5,1,1,1,3,2,3,2,2,2,3,1,2,2,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0],[1554,292167,1418759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[588,599,483,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[318,328,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[290,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[168,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[9,2,1,10,2,1,0,0,0,0,0,0,0,0,0],[\"EquipmentHats38\",\"EquipmentHatsBeg1\",\"EquipmentHats21\",\"EquipmentHats24\",\"EquipmentHats42\",\"EquipmentHats51\",\"EquipmentHats108\",\"EquipmentHats56\",\"EquipmentHats63\",\"EquipmentHats64\",\"EquipmentHats67\",\"EquipmentHats75\",\"EquipmentHats76\",\"EquipmentHats33\",\"EquipmentHats34\",\"EquipmentHats57\",\"EquipmentHats62\",\"EquipmentHats69\",\"EquipmentHats109\",\"EquipmentHats82\",\"EquipmentHats86\",\"EquipmentHats90\",\"EquipmentHats91\",\"EquipmentHats93\",\"EquipmentHats94\",\"EquipmentHats95\",\"EquipmentHats96\",\"EquipmentHats97\",\"EquipmentHats99\",\"EquipmentHats100\",\"EquipmentHats101\",\"EquipmentHats102\",\"EquipmentHats103\",\"EquipmentHats104\",\"EquipmentHats112\",\"EquipmentHats113\",\"EquipmentHats118\",\"EquipmentHats40\",\"EquipmentHats116\",\"EquipmentHats85\"]]", - "InventoryOrder_4": [ - "Crystal5", - "EquipmentHats21", - "GoldricP1", - "BadgeG2", - "Quest37", - "EquipmentHats4Choppin", - "Blank", - "Blank", - "ClassSwap", - "Blank", - "EquipmentHats27", - "EquipmentHats27", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Spelunking0", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "AnvilPA_1": [ - { - "0": 56871415, - "1": 21446290743.585396, - "2": 100, - "3": 4943350050, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 159.357647274359, - "3": 275490169, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 395.682841421328, - "3": 13415, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 619.469635862564, - "3": 2590137, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 474.771428790922, - "3": 1545114, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 1561.12033297132, - "3": 14765366, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 246.225349833762, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 1985.71553326271, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 4854.24891269057, - "3": 10185, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - } + "KLA_0": "[[0,0],[-10788544863.6027],[-279807021.829868],[150,10],[150],[150],[0],[0,81],[-156993651.395632],[-9517.2799379732],[0],[0,0],[0],[-706752086.975611,-706704586.975611],[-211328264.413649,-211326914.413649],[-213818139.661569],[-310464891.554692,-310462091.554692],[-377207719.219645],[-178930205.714219],[-153253935.346875],[7],[5],[0],[0],[-150336837.934067,-150335137.934067],[0],[-214875125.978131],[-514519044.249129,-514514874.249129],[-460142158.961148],[0],[-1026.69696649004],[-126390422.746623],[0],[0],[0],[0],[0],[0],[-47081.6327607729],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-714733546.625351],[-364744189.973611,-364743789.973611],[-1006608674.35377],[0],[0],[30],[-122502300.0535],[-166368510.652698],[-151961621.95622],[-3970854342.90675,-3970856842.90675],[0],[-335208853.722314],[-250686146.361596],[-529877062.679316],[-231915217.693459],[0],[-1],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-240958984.33139],[4000],[-120871855.319621],[-59109999.5903869,-59019999.5903869],[-411138352.320333],[-2058102.54993696],[-1410631.15501638],[-1518818.15373324],[-42258502.1018243],[-3918141.52354027],[-2387769.79658552],[-6463576.89279964],[-23337277.010148],[1],[1000],[-382021405.759337],[-1052896],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-296643667.83315736],[-2167215.84347381],[-62336948.7390756],[-153412096.162926],[-47337863.581175],[-20332492.1514805],[-44239865.5777961],[-1702168.41075314],[-433534256.164129],[-244216860.046433],[-49489061.15087032],[-63218378.5086466],[-284420165.1193201],[250],[700],[-13721208],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-437554574.091033],[-1039779.12041119],[-126676181.6616829],[-11531811.219337],[-11194890.79300804],[-4149331.6430502],[-4215523.863831006],[-1741485.99349329],[-605063.519345113],[-514113],[-19163318.201135103],[-876482446],[21720.2033859072],[0],[0],[-6031612165.182801],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-15605.9685503033],[-259242.992825455],[-535364045.956851],[-1258046173.30285],[-2229999.41137936],[-846530.604275152],[-1557175.29481285],[-3443167.52966041],[-626430.952825455],[-3383029.16427515],[-96322631.4928255],[-7064694.54657409],[-8776961.35420121],[-17635048540.879204],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-11380.946996160272],[-2923557554.1372094],[-5437102.5812283885,-13937102.581226867],[-14963876.519075707],[-6359540.953581784,-25359540.95358174],[0],[-59917849.89647204,-289917849.89647216],[-81566367.83363402],[-143403556],[-457818416.34786713,-882818416.3478671],[-10830791.829880714],[0],[0],[0]]", + "ChestQuantity": [ + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 672089192, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1046397484, + 810483781, + 4198358, + 18956610, + 69768320, + 67223378, + 29109319, + 13004808, + 8744614, + 9708689, + 4071640, + 1771158, + 1050000000, + 1050000000, + 27019310, + 780405330, + 1050000000, + 965729098, + 453039906, + 331978665, + 522710741, + 156688887, + 36869467, + 48839554, + 1020001876, + 18831698, + 5106149, + 1025000000, + 206541843, + 482341977, + 519992, + 1050000000, + 92925753, + 24000, + 108464607, + 94035825, + 730, + 967160492, + 1049991750, + 931267990, + 1049750000, + 1050000000, + 1050000000, + 987629007, + 1050000000, + 920343081, + 1016343664, + 658527267, + 1050000000, + 1050000000, + 1049999868, + 928529128, + 1050000000, + 1044260316, + 925536691, + 1049739458, + 1049250000, + 356599040, + 874201676, + 51368195, + 27543405, + 334215690, + 592170678, + 92134721, + 11901, + 1050000000, + 23937, + 1000212298, + 1814, + 976146220, + 24257, + 1050000000, + 20443, + 1050000000, + 22531, + 1050000000, + 22391, + 50000000, + 31428, + 1050000000, + 30723, + 1050000000, + 30274, + 1050000000, + 30384, + 62234459, + 1038985814, + 2263063, + 109522301, + 269599520, + 695624530, + 20287275, + 11922964, + 23513704, + 9782880, + 444027, + 140718, + 3406106, + 2808391, + 1050000000, + 184597, + 251342063, + 1050000000, + 1050000000, + 262907660, + 38208862, + 1050000000, + 13512565, + 161712731, + 98822729, + 269268972, + 53796, + 148416, + 3010, + 11288161, + 58198041, + 38, + 905775400, + 1050000000, + 1050000000, + 1050000000, + 1049999875, + 1050000000, + 574746721, + 947782177, + 1050000000, + 431686624, + 1050000000, + 10066, + 487876027, + 1033386, + 1050000000, + 7704, + 1050000000, + 469861733, + 1722, + 771295884, + 1050000000, + 2731, + 1050000000, + 576074906, + 1050000000, + 1049995000, + 1050000000, + 1050000000, + 35356, + 398592266, + 1049999871, + 745098036, + 1049982276, + 31250, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 12204, + 1050000000, + 1050000000, + 682124190, + 1049999791, + 1050000000, + 1050000000, + 846723860, + 29, + 580485936, + 1050000000, + 1050000000, + 1286, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 5663, + 1050000000, + 1050000000, + 1050000000, + 1050000000, + 6568, + 1050000000, + 1050000000, + 1050000000, + 852007333, + 5581, + 1050000000, + 1018439431, + 1050000000, + 76449, + 1050000000, + 1050000000, + 1050000000, + 1047909597, + 64814259, + 1040000000, + 1050000000, + 1124, + 848058737, + 1050000000, + 97051959, + 166588152, + 1050000000, + 486, + 1010607093, + 1050000000, + 1020000000, + 78029192, + 659495887, + 1050000000, + 1050000000, + 5233823, + 11132030, + 11814547, + 2518911, + 7926636, + 5656, + 4290626, + 422729, + 128708, + 4717687, + 18448, + 1011, + 606, + 8131, + 1505, + 3012, + 689, + 2329, + 8743, + 948, + 323, + 1, + 1, + 1, + 6312171, + 917, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 10588, + 1, + 1, + 388, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 78935842, + 43485214, + 6081731, + 267, + 50642, + 57624, + 708, + 1370703, + 13404813, + 28120313, + 32916487, + 1822174, + 1403296, + 83489791, + 89780499, + 144940571, + 125436791, + 90590910, + 94338095, + 96761473, + 3284397, + 47979212, + 17247905, + 39045853, + 1195309, + 19768417, + 17642892, + 245900317, + 16046185, + 9641151, + 17733592, + 57620, + 47440463, + 2804418, + 9856367, + 18256760, + 25321, + 18604315, + 11541, + 6187, + 16658721, + 213598755, + 57614, + 1107, + 29647, + 600, + 4394, + 978, + 2065, + 5818, + 542, + 7237, + 8884, + 2103, + 14, + 5076, + 10612485, + 6, + 15000, + 6248, + 57617, + 153, + 8487, + 246, + 20097, + 2760018, + 13213124, + 110, + 952119, + 9974704, + 3349064, + 1479217, + 564580, + 1202095, + 234, + 23153, + 26587, + 11759574, + 4467863, + 2, + 3, + 1, + 3010344, + 9613, + 127293965, + 30011, + 193, + 55, + 558, + 22991, + 258, + 269, + 1775, + 213, + 37, + 82, + 26, + 84, + 3, + 1, + 30, + 60, + 58, + 1323848, + 1287, + 10842, + 3164, + 29, + 5533, + 4221, + 1866, + 678, + 216, + 33, + 3, + 41, + 174, + 5800964, + 177621, + 570, + 3, + 31, + 265, + 127, + 1104, + 387, + 74, + 459, + 7350749, + 2, + 77135, + 19453, + 1081, + 292, + 596, + 3, + 726, + 84, + 13199025, + 334, + 30839, + 516, + 220, + 211, + 322, + 602, + 14005, + 36, + 33, + 559, + 8793752, + 56439559, + 463348, + 32567, + 139, + 192, + 26, + 6, + 26663331, + 15798013, + 10697990, + 115758, + 4968, + 580467, + 184528, + 35899752, + 16328628, + 216861113, + 8306, + 1, + 5089860, + 10414100, + 851663, + 682, + 4, + 3617661, + 50238, + 14421, + 771204, + 186365217, + 119135246, + 144366533, + 1130939, + 10738, + 120323267, + 880, + 87296, + 119284190, + 102328, + 56377780, + 2118203, + 1593969, + 1034290, + 1491796, + 411966, + 869710, + 17, + 2419, + 1920, + 1352, + 37134, + 317, + 228, + 47181, + 22466, + 3218, + 79, + 11820, + 3, + 38, + 333067, + 1521, + 342, + 144, + 4, + 4, + 2, + 1, + 0 ], - "IMm_7": "{\"2\":{\"WIS\":0,\"STR\":0,\"Power\":0,\"LUK\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"4\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"6\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"7\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"8\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"9\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"10\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"16\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"17\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"21\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", - "FoodCD_7": [ + "ItemQTY_1": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 15, + 100, 0, 0, + 1, 0, 0, 0, 0, + 1, 0, - 0 - ], - "AFKtarget_0": "w7a11", - "ObolEqO0_1": [ - "ObolGoldMoney", - "ObolSilverTrapping", - "ObolChizoarA", - "ObolSilverTrapping", - "ObolGoldTrapping", - "ObolSilverTrapping", - "ObolBronzeTrapping", - "ObolSilverTrapping", - "ObolSilverTrapping", - "ObolGoldMoney", - "ObolKruk", - "ObolGoldMoney", - "ObolBronzeTrapping", - "ObolSilverTrapping", - "ObolSilverTrapping", - "ObolSilverTrapping", - "ObolSilverTrapping", - "ObolSilverTrapping", - "ObolGoldMoney", - "ObolChizoarA", - "ObolSilverLuck" - ], - "EMmLENGTH1_1": 16, - "ObolEqO0_0": [ - "ObolGoldFishing", - "ObolBronzeMining", - "ObolChizoarA", - "ObolBronzeCatching", - "ObolGoldFishing", - "ObolSilverMining", - "ObolBronzeMining", - "ObolBronzeMining", - "ObolBronzeMining", - "ObolGoldMining", - "ObolKruk", - "ObolGoldKill", - "ObolSilverMining", - "ObolSilverMining", - "ObolSilverMining", - "ObolSilverMining", - "ObolSilverMining", - "ObolBronzeMining", - "ObolGoldMining", - "ObolChizoarA", - "ObolGoldLuck" - ], - "EMm0_1": "{\"0\":{\"Upgrade_Slots_Left\":-12,\"Weapon_Power\":12,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":180,\"STR\":0,\"AGI\":0,\"WIS\":120,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Upgrade_Slots_Left\":-7,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":49,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"2\":{\"Upgrade_Slots_Left\":-11,\"Weapon_Power\":11,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":165,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"3\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":11,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"Defence\":165,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ2txt\":0},\"4\":{\"Upgrade_Slots_Left\":-11,\"Weapon_Power\":11,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":165,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"5\":{\"Upgrade_Slots_Left\":-1,\"Weapon_Power\":1,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":15,\"STR\":0,\"AGI\":0,\"WIS\":10,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"6\":{\"Upgrade_Slots_Left\":-10,\"Weapon_Power\":10,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":150,\"STR\":0,\"AGI\":0,\"WIS\":100,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"7\":{\"Upgrade_Slots_Left\":-1,\"Weapon_Power\":1,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":15,\"STR\":0,\"AGI\":0,\"WIS\":10,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"9\":{\"UQ2txt\":\"%_DROP_CHANCE\",\"UQ1val\":15,\"UQ1txt\":\"%_DROP_CHANCE\",\"UQ2val\":10},\"10\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ2txt\":0},\"11\":{\"UQ2txt\":\"%_DROP_CHANCE\",\"UQ1val\":15,\"UQ1txt\":\"%_DROP_CHANCE\",\"UQ2val\":10},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "QuestHm_1": [ - { - "0": "Snootie1", - "1": "Find_Pommsie:", - "2": "0", - "3": "1", - "length": 4 - } - ], - "GemItemsPurchased": "[0,5,10,0,12,18,0,0,8,0,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,5,4,8,0,0,0,0,0,0,0,0,0,0,6,12,0,10,2,0,1,0,4,0,2,5,11,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,16,4,4,0,0,10,10,1,6,4,0,8,2,4,2,5,10,0,2,5,12,6,4,0,0,12,6,4,0,6,0,12,0,6,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", - "CurrentMap_6": 310, - "AnvilPA_0": [ - { - "0": 0, - "1": 0, - "2": 51.4001487262973, - "3": 366090711, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 149.248419858553, - "3": 84526427, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 250.175441816608, - "3": 20883, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 90.2489392269498, - "3": 4013, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 190.005565498659, - "3": 14692, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 480.831335186581, - "3": 801388, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 2467.96275802825, - "3": 12, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 344.341622177351, - "3": 3, - "length": 4 - }, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "AnvilPAselect_9": [ + 0, + 0, + 0 + ], + "CharacterClass_6": 4, + "QuestHm_7": [ { - "0": 0, - "1": 0, - "2": 3820.74364047781, - "3": 5, - "length": 4 + "0": "Hoggindaz2", + "1": "Buy_Trap_from_Shop:", + "2": 1, + "3": "1", + "4": "Place_a_Trap_in_Jungle:", + "5": "0", + "6": "1", + "length": 7 }, { - "0": 0, - "1": 0, - "2": 5260.46641493066, - "3": 948759, - "length": 4 + "0": "Tired_Mole3", + "1": "Equip_the_Divine_Scarf:", + "2": "0", + "3": "1", + "4": "Get_Kattlekruk_Cape:", + "5": "0", + "6": "1", + "length": 7 }, { - "0": 1546930, - "1": 13337011539.585428, - "2": 5936.911534341052, - "3": 130360308, + "0": "Stiltzcho6", + "1": "AFK_at_Slimes:", + "2": 125862, + "3": "57600", "length": 4 }, { - "0": 0, - "1": 0, + "0": "Loominadi1", + "1": "Quest18", "2": 0, - "3": 0, + "3": 10, "length": 4 }, { - "0": 0, - "1": 0, - "2": 0, - "3": 0, + "0": "Slargon2", + "1": "Defeat_Maccies:", + "2": "0", + "3": "250000", "length": 4 + } + ], + "Guild": "[[5,4,5,8,6,0,9,5,3,1,6,5,8,5,1,6,0,0],[0,0,0],[1,0,0],[2,0,0],[7,0,63],[14,0,0],[3,0,0],[4,0,1],[5,0,0],[23,0,0]]", + "InventoryOrder_1": [ + "EquipmentHats108", + "EquipmentHats113", + "EquipmentRingsArc0", + "EquipmentHats21", + "EquipmentHats101", + "EquipmentRingsArc0", + "EquipmentWandsArc0", + "Trophy7", + "Crystal6", + "GemP37", + "Blank", + "Blank", + "EquipmentCape15", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentHats21", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentRingsArc0", + "EquipmentRingsArc0", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentRingsArc0", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentRings33", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "Meals": "[[111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,110,110,110,110,110,111,110,110,110,110,110,110,110,110,110,110,110,110,110,113,113,113,113,113,113,113,113,113,113,113,111,111,113,113,113,111,113,111,113,112,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,\"-4.7428439751604714e+80\",0,0,0,0,0,0,0,0,0,0,0,\"7.588550360256754e+81\",\"-7.588550360256754e+81\",0,\"1.517710072051351e+82\",0,\"1.517710072051351e+82\",0,\"1.517710072051351e+82\",\"1.517710072051351e+82\",\"1.517710072051351e+82\",0,\"1.517710072051351e+82\",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\"-2.4866161820489332e+86\",0,0,0,0,\"1.5541351137805833e+85\",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[5.561739942443822e+119,\"2.7602467543190306e+97\",\"1.8671094081861984e+97\",\"1.567077516536518e+97\",\"1.9446029105305487e+97\",\"1.088129075165703e+97\",\"1.3274385532918703e+97\",\"5.746644180392147e+96\",\"8.050363572011951e+96\",\"7.2107456909715e+96\",\"4.779771336524462e+96\",\"4.825237130741074e+96\",\"4.277499312499335e+96\",\"4.904503187174571e+96\",\"3.742282483793616e+96\",\"3.249503589109622e+96\",\"2.2267866093635246e+96\",\"4.041570415011519e+96\",\"1.793105806668018e+96\",\"1.6468556946067166e+96\",\"1.2272885279240164e+96\",\"8.148112874457494e+95\",\"7.136700622039577e+95\",\"6.761103754602894e+95\",\"4.770485576645687e+95\",\"2.283393391722114e+95\",\"1.5187995950752563e+95\",\"5.335388328410982e+94\",\"1.950038320594803e+94\",\"1.2643739638145985e+94\",\"4.509543794602158e+94\",\"2.208117030208479e+94\",\"8.64873962674765e+93\",\"7.186570670996874e+93\",\"4.910754015578241e+93\",\"7.481532429335511e+93\",\"9.14881089761085e+93\",\"8.856643821553888e+93\",\"2.092539056553239e+93\",\"2.0796154970868126e+94\",\"1.4456661784844972e+94\",\"5.7085543742824e+93\",\"1.1230944104323904e+93\",\"1.3027977392593869e+93\",\"6.830232788649744e+93\",\"1.888316334125777e+94\",\"2.0391650773422585e+93\",\"1.2850415824038817e+94\",\"3.2945081524772055e+93\",\"3.2613140611980085e+92\",\"1.8892125588697936e+93\",\"1.0209634008088217e+93\",\"2.940327459006516e+93\",\"1.2032632199866556e+93\",\"5.139875951107121e+92\",\"1.3698090545769178e+94\",\"2.380808683498799e+94\",\"1.0664521528636236e+93\",\"1.233291558892798e+93\",\"1.6938512012946666e+93\",\"3.9445316836787125e+95\",\"5.050345136306716e+94\",\"1.8570502826077028e+94\",\"4.0991142450908216e+93\",\"1.314215250092465e+93\",\"2.176195319791929e+97\",\"4.8215270925951616e+91\",\"1.817166830734316e+75\",\"1.026832567372395e+67\",\"2.584975756968548e+62\",\"2.828659568445324e+56\",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[180893.1332467016,184158.29884393868,255971.0415633616,224275.43207573297,213186.3070525569,84609.24563403663,147205.40668129153,61254.30769537227,131682.07801670837,107150.58668758397,100501.58400975508,59018.61564982902,67362.0820179597,40003.46550441287,46691.8823899818,34742.604082094,22489.343788374135,10591.158897015914,11766.58085096901,8416.917805605079,7192.210897750758,24036.5,5949.5,3182,-1,-1,-1,-1,-1,-1]]", + "OptL2_4": [ + { + "0": 710, + "1": 10, + "length": 2 }, { - "0": 0, + "0": 1, "1": 0, - "2": 0, + "2": "Scripticus2", "3": 0, "length": 4 } ], - "CharacterClass_8": 40, - "SL_6": "{\"0\":143,\"1\":139,\"5\":299,\"6\":299,\"8\":144,\"9\":100,\"10\":498,\"11\":494,\"12\":408,\"13\":148,\"15\":140,\"16\":138,\"17\":142,\"18\":214,\"19\":215,\"20\":205,\"21\":210,\"22\":144,\"23\":642,\"24\":0,\"25\":141,\"26\":205,\"27\":100,\"28\":144,\"29\":151,\"30\":147,\"31\":299,\"32\":299,\"33\":151,\"34\":299,\"35\":299,\"36\":154,\"37\":145,\"38\":143,\"39\":134,\"40\":299,\"41\":143,\"42\":220,\"43\":220,\"44\":146,\"45\":1,\"46\":1,\"47\":1,\"48\":6,\"49\":250,\"50\":208,\"51\":199,\"52\":197,\"53\":154,\"54\":160,\"55\":151,\"56\":296,\"57\":296,\"58\":299,\"59\":296,\"75\":544,\"76\":299,\"77\":299,\"78\":299,\"79\":313,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":415,\"626\":0,\"627\":50,\"628\":100,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":0,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":46,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "CauldronJobs1": "[123.1,123.2,4,4,123.3,123.4,4,5,5,5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]", - "Sailing": "[[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0],[5141605422567.447,421377894.8201921,739114813.1301589,364186333.6228069,144112358.0016983,297012568.9550437,515344958.0480428,166693359.4678322,23388139.238395467,159871084.6173613,472448805.2999436,983766111.3189875,586810650.5981276,1029120926.3770175,819606624.7793374,2877597835.8343334,2367704799.331753,440464989.82956636,711882889.4575475,91235163515.95535,5452996553.933789,383554539.4369757,18155634.777017895,416564193.0614442,466400.798195817,28833368.6694443,34456430.8185546,7595830.44912696,27523069.4017361,268308766.61270022,3525483.4190736627,43443095318.16757,1830895324.6090531],[19,19],[5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,4,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]", - "FoodSlO_4": 6, - "Prayers_5": "[16,14,18,5,1,3,4,-1,-1,-1,-1,-1]", - "POu_0": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,21400,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "PldTraps_6": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "EMm1_8": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":36,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":48,\"STR\":0,\"LUK\":0,\"Weapon_Power\":32,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0}}", - "CYDeliveryBoxStreak": 1896, - "Territory": "[[4067.797130372788,167,0,\"CookingSpice0\",428,\"Blank\",0,\"Blank\",0],[1516.3007668705586,156,0,\"CookingSpice1\",409,\"Blank\",0,\"Blank\",0],[1662217.4037641268,425,0,\"CookingSpice2\",1059,\"Blank\",0,\"Blank\",0],[1062569.3614750702,414,0,\"CookingSpice3\",1054,\"Blank\",0,\"Blank\",0],[1626162.984547813,405,0,\"CookingSpice4\",1009,\"Blank\",0,\"Blank\",0],[6899.478036404361,63,0,\"CookingSpice5\",63,\"Blank\",0,\"Blank\",0],[17988.859827826767,125,0,\"CookingSpice6\",194,\"Blank\",0,\"Blank\",0],[8216.178705028042,17,0,\"CookingSpice7\",17,\"Blank\",0,\"Blank\",0],[90406.63874275306,78,0,\"CookingSpice8\",111,\"Blank\",0,\"Blank\",0],[22248.928189294646,23,0,\"CookingSpice9\",35,\"Blank\",0,\"Blank\",0],[49415.86618224357,21,0,\"CookingSpice10\",32,\"Blank\",0,\"Blank\",0],[18232.69074474866,5,0,\"CookingSpice11\",7,\"Blank\",0,\"Blank\",0],[22650.638160505972,5,0,\"CookingSpice12\",9,\"Blank\",0,\"Blank\",0],[184179.50599262206,1,0,\"CookingSpice13\",2,\"Blank\",0,\"Blank\",0],[4034353.509947728,155,0,\"CookingSpice14\",239,\"Blank\",0,\"Blank\",0],[1230417.7295283012,1,0,\"CookingSpice15\",1,\"Blank\",0,\"Blank\",0],[1126610.949210008,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[386013.26658631343,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[981945.6804022132,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[922496.059086872,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[26906746.153788194,40,0,\"CookingSpice20\",40,\"Blank\",0,\"Blank\",0],[5357502.44482237,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[5281793.2174966065,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[8027659.593293304,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[0,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[0,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0]]", - "AtkCD_0": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":300,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":31,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "CardPreset_7": "[[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w5b3\",\"poopBig\",\"wolfB\",\"poopD\",\"snowball\",\"skele2\",\"w6a1\",\"Boss4C\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Bug1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"babayaga\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", - "Lv0_4": [ - 923, - 85, - 130, - 141, - 80, - 142, - 81, - 121, - 771, - 121, - 30, - 84, - 220, - 165, - 228, - 297, - 353, - 826, - 148, - 34, - -1, - -1, - -1, - -1, - -1 + "AnvilPAstats_6": [ + 0, + 600, + 700, + 123, + 1251, + 61 + ], + "Exp0_9": [ + 7.213357511627595e+22, + 8105852992.532756, + 46484286489.04174, + 473176786.7191391, + 1294637255.6715217, + 29551191717.717754, + 6066523637.996732, + 29906366981.879974, + 105482140212.854, + 40244007.72414167, + 43.1330680384708, + 1569701.8838126808, + 360358.9343485618, + 125082671.85668279, + 957353.6272764262, + 4.350655207507805e+33, + 4.678235540557281e+23, + 3.4348580631580594e+49, + 608783938.2866113, + 34684699.85030529, + 0, + 0, + 0, + 0 + ], + "Prayers_8": "[16,-1,1,14,-1,4,-1,-1,-1,-1,-1,-1]", + "EMm1_2": "{\"0\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":84,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":48,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":72,\"WIS\":0,\"LUK\":11,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"2\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":48,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":72,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"3\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":48,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":72,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"4\":{\"Upgrade_Slots_Left\":-5,\"Weapon_Power\":40,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":60,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"5\":{\"Upgrade_Slots_Left\":-5,\"Weapon_Power\":40,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":60,\"WIS\":0,\"LUK\":9,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"6\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":32,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":12,\"AGI\":48,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0}}", + "POu_3": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,24607,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "bun_h": 1, + "ObolEqO0_5": [ + "ObolGoldLuck", + "ObolSilverPop", + "ObolPlatinumLuck", + "ObolSilverPop", + "ObolGoldLuck", + "ObolSilverPop", + "ObolSilverPop", + "ObolSilverPop", + "ObolSilverPop", + "ObolGoldLuck", + "ObolPinkLuck", + "ObolGoldLuck", + "ObolSilverPop", + "ObolSilverPop", + "ObolSilverPop", + "ObolSilverPop", + "ObolSilverPop", + "ObolSilverPop", + "ObolGoldLuck", + "ObolPlatinumLuck", + "ObolGoldLuck" + ], + "CYGoldPens": 0, + "CharacterClass_7": 14, + "PVStatList_6": [ + 149169, + 152896, + 161484, + 157790, + 857 ], - "QuestStatus_6": "{\"Eliteus1\":[\"0\"],\"Eliteus2\":[\"0\"],\"Scripticus10\":[1],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX1\":[15,12],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX2\":[461,10507,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[40,1],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[1],\"Djonnut2\":[12732,1],\"Nebulyte3\":[43439145],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[1],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[20,51],\"Crystalswine5\":[62,46],\"Crystalswine6\":[168,19],\"Slargon1\":[59688],\"Oinkin1\":[8],\"Slargon2\":[5],\"Oinkin2\":[7,2,3],\"Slargon3\":[\"0\"],\"Oinkin3\":[1],\"Slargon4\":[\"0\"],\"Poigu1\":[52],\"Poigu2\":[52],\"Poigu3\":[143],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[52],\"Mutton1\":[0,0,0],\"Bellows2\":[8290],\"Mutton2\":[0],\"Bellows3\":[1],\"Mutton3\":[0,0],\"Bellows4\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[15,55],\"Promotheus1\":[1],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Promotheus4\":[1],\"Stiltzcho4\":[262570],\"Builder_Bird1\":[0],\"Stiltzcho5\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[88],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[4988],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[27974],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[15800588],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[22465796],\"Rocklyte3\":[1],\"Hoggindaz10\":[0,0,0],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Scubidew1\":[0,0,0],\"Hamish1\":[0],\"Blobbo2\":[0,0,0],\"Scubidew2\":[\"0\",\"121\"],\"TP_Pete1\":[59,103],\"Hamish2\":[0],\"Scubidew3\":[0],\"TP_Pete2\":[0],\"Hamish3\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[1,1],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[10],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[4],\"Meel1\":[30],\"Scripticus5\":[11],\"Cowbo_Jones13\":[100],\"Tired_Mole1\":[11967571],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[4,4],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Tired_Mole2\":[\"0\"],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Tired_Mole3\":[\"0\",\"0\"],\"Scripticus8\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[19703],\"Sprout1\":[0,0],\"Capital_P2\":[0],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P3\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Sprout4\":[0],\"Shuvelle1\":[7,16],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Shuvelle4\":[0],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Gobo3\":[1,1],\"Shuvelle5\":[12],\"Falloween_Pumpkin3\":[\"0\"],\"Gobo4\":[1,1,35],\"Gobo5\":[16,14],\"Shuvelle6\":[15],\"Falloween_Pumpkin4\":[\"0\"],\"Typhoon1\":[7],\"Shuvelle7\":[0],\"Falloween_Pumpkin5\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[22],\"Whattso3\":[63],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[32,35,33],\"Cactolyte2\":[23,34,25],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[1],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[17],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[21],\"Cowbo_Jones3\":[8],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[23],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Goldric6\":[18,\"6\"],\"Gangster_Gus1\":[1],\"Gangster_Gus2\":[1],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[\"0\",\"0\"],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[1],\"Bill_Brr1\":[10],\"Bill_Brr2\":[1],\"Bill_Brr3\":[3,\"1\"],\"Bill_Brr4\":[1],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[166,0],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,16],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Centurion3\":[342202],\"Toadstall2\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[15,395611],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[163,103,\"0\"],\"Centurion6\":[\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion7\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,60],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,3],\"Hoggindaz4\":[1,13],\"Hoggindaz5\":[5],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[97,97],\"Yondergreen1\":[4],\"Hoggindaz8\":[0],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Town_Marble1\":[0],\"Funguy3\":[0],\"Yondergreen2\":[2],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[\"0\",\"0\"],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Carpetiem1\":[793],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem2\":[4021,\"1\"],\"Bushlyte2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[1],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[32],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "CYSilverPens": 30, - "CYColosseumTickets": 728, - "Lv0_2": [ - 929, - 84, - 140, - 85, - 81, - 142, - 91, - 124, - 740, - 116, - 75, - 84, - 244, - 165, - 228, - 297, - 353, - 826, - 148, - 41, - -1, - -1, - -1, - -1, - -1 + "PVFishingToolkit_6": [ + 8, + 3 ], - "Money_8": 3.6535694363402325e+33, - "PVMinigamePlays_2": 5, - "ObolEqMAP_7": "{\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"13\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"15\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"20\":{\"UQ1val\":1,\"AGI\":-1,\"UQ1txt\":\"%_DROP_CHANCE\"}}", - "CYAFKdoubles": 3, - "Jars": "[[5,4,326,329,0.5184380274579565],[3,4,748,325,0.8206825892614871],[6,4,808,314,0.31350066313043223],[3,4,611,323,0.0707832446811929],[5,4,309,327,0.762721286291276],[3,4,330,315,0.6951587785232132],[6,4,758,319,0.42480841866065866],[3,4,245,324,0.34689051916330227],[5,4,140,328,0.5313741051605363],[3,4,425,325,0.6201858859551512],[6,4,422,324,0.7141665923650049],[5,4,740,315,0.44051073265939067],[3,4,266,328,0.32751634757849635],[3,4,110,319,0.9358034063510876],[6,4,130,323,0.14000044342024287],[5,4,134,315,0.7180673511781497],[3,4,689,323,0.8154701330014202],[5,3,284,329,0.7729104338177581],[3,3,642,330,0.3356624233738852],[6,4,467,325,0.11721722272148072],[3,3,138,315,0.09649775682994766],[5,3,273,313,0.8968120789796084],[6,3,377,325,0.36366931618808773],[3,3,431,327,0.0714364954206348],[3,3,365,316,0.9747590622464299],[5,3,460,328,0.521490647974409],[6,3,204,322,0.14367518746801555],[3,3,265,315,0.1118719039375684],[5,3,426,325,0.46924742714803536],[3,3,487,330,0.6326121994379172],[6,3,675,325,0.9728151123710469],[3,3,375,327,0.9192722533530218],[5,3,636,313,0.09119940695038209],[3,3,784,329,0.5010019498633831],[6,3,683,328,0.3474093100939555],[5,3,238,317,0.8928486913887448],[3,3,742,312,0.18957994003021317],[3,3,207,316,0.3129382943991077],[6,3,413,329,0.9409080332128927],[5,3,348,317,0.1097487872680678],[3,3,348,328,0.8564540252850485],[3,3,772,320,0.686212750048121],[6,3,316,328,0.11092245291337788],[5,3,608,318,0.698009485532445],[3,3,206,323,0.2358014699800226],[5,3,163,318,0.5147083736758251],[6,3,124,314,0.21975067815448712],[3,3,412,324,0.9202109479854701],[3,3,697,318,0.675129875469628],[5,3,319,316,0.11492563059353267],[6,3,697,329,0.7347190025264234],[3,3,350,324,0.6840354257871137],[5,3,714,313,0.0981986307590057],[3,3,407,328,0.6697051406649042],[6,3,647,323,0.4808415236202961],[3,3,396,323,0.3408387234466199],[5,3,356,323,0.9622180268500338],[3,3,379,330,0.6503319357853499],[6,3,445,330,0.7371608610460594],[3,3,402,328,0.6140232240171213],[5,3,101,322,0.857463034188712],[3,3,375,325,0.1961983288163962],[6,3,292,329,0.00960558043440396],[5,3,334,328,0.00644012696262064],[3,3,198,323,0.008942343764835048],[3,3,243,319,0.4695164453905496],[6,3,477,324,0.380700444093081],[5,3,451,323,0.7662997851215825],[3,3,776,328,0.9790573808509173],[5,3,239,313,0.7027637953217931],[3,3,730,321,0.977849806858921],[6,3,356,325,0.2160650495741807],[3,3,277,313,0.363753523604184],[5,3,649,316,0.9204935056475845],[6,3,492,326,0.9267360414971284],[3,3,641,330,0.6899415781626852],[3,3,384,323,0.2272295557985906],[5,3,784,315,0.09711275442070755],[6,3,172,318,0.9145352469115886],[3,3,259,321,0.6751603808187268],[5,3,807,320,0.7068357935694234],[3,3,300,330,0.345360483706767],[6,3,431,327,0.2589138454659319],[3,3,746,317,0.3620627896510631],[5,3,639,329,0.3819371852134461],[3,3,310,313,0.8487374823524005],[6,3,369,328,0.8313482809811255],[5,3,341,328,0.3707094874504544],[3,3,298,316,0.28745729427689737],[3,3,401,330,0.9735825837396141],[6,3,629,318,0.43075972687816133],[5,3,632,320,0.777841298935525],[3,3,807,325,0.9213332979726014],[3,3,157,313,0.9016110548793197],[6,3,290,319,0.7104531564706287],[5,3,774,325,0.7088845869726854],[3,3,416,330,0.04219053534697137],[5,3,739,328,0.03473290755563596],[3,3,742,322,0.1777926762836275],[6,3,711,330,0.19578010460848105],[3,3,221,323,0.6063519987606576],[5,3,800,315,0.9406886287630731],[6,3,433,328,0.2716666468576665],[3,3,275,330,0.5102002573471511],[3,3,138,326,0.5639654961020863],[5,3,385,328,0.019240954013433065],[6,3,158,314,0.317245505836931],[3,3,170,315,0.5518847232424351],[5,3,187,327,0.7598195641789813],[3,3,371,324,0.5579467628806993],[6,3,342,314,0.6295918417259014],[3,3,414,324,0.9369428432348244],[5,3,641,314,0.26298944373788125],[3,3,312,328,0.1980598845862287],[6,3,720,327,0.564684363686099],[5,3,409,328,0.4180573494390101],[3,3,132,315,0.38052496953188975],[3,3,446,324,0.15460153499389673],[6,3,382,327,0.4772514916725894],[5,3,713,326,0.6153591419983468]]", - "QuestComplete_0": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":1,\"Scripticus12\":0,\"Scripticus13\":1,\"XxX_Cattleprod_XxX3\":1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":1,\"Slargon4\":0,\"Poigu1\":1,\"Poigu2\":0,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":1,\"Dazey1\":1,\"Mr_Pigibank1\":1,\"Dazey2\":1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":1,\"Mutton4\":0,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Promotheus4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":1,\"Glumlee5\":1,\"Obol_Altar1\":1,\"Krunk1\":1,\"Royal_Worm2\":1,\"Krunk2\":1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":1,\"Papua_Piggea1\":1,\"Krunk3\":1,\"Royal_Worm4\":1,\"Papua_Piggea2\":1,\"Royal_Worm5\":1,\"Papua_Piggea3\":1,\"Royal_Worm6\":1,\"Papua_Piggea4\":1,\"Royal_Worm7\":1,\"Royal_Worm8\":1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":1,\"Hoggindaz10\":1,\"Rocklyte3\":-1,\"Bubbulyte1\":0,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":0,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":1,\"Hoov2\":1,\"Hoov3\":1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":1,\"Scubidew1\":1,\"Blobbo2\":1,\"Hamish2\":1,\"Scubidew2\":1,\"TP_Pete1\":1,\"Hamish3\":1,\"Scubidew3\":1,\"TP_Pete2\":1,\"TP_Pete3\":1,\"Cowbo_Jones10\":1,\"Scripticus2\":1,\"Cowbo_Jones11\":0,\"Scripticus3\":1,\"Cowbo_Jones12\":-1,\"Scripticus4\":1,\"Cowbo_Jones13\":-1,\"Scripticus5\":1,\"Meel1\":1,\"Tired_Mole1\":1,\"Cowbo_Jones14\":-1,\"Scripticus6\":1,\"Meel2\":1,\"Sussy_Gene1\":1,\"Tired_Mole2\":1,\"Cowbo_Jones15\":-1,\"Scripticus7\":1,\"Sussy_Gene2\":1,\"Tired_Mole3\":1,\"Scripticus8\":1,\"Sussy_Gene3\":0,\"Scripticus9\":1,\"Capital_P1\":1,\"Sprout1\":1,\"Capital_P2\":1,\"Lonely_Hunter1\":1,\"Sprout2\":1,\"Capital_P3\":1,\"Lonely_Hunter2\":1,\"Sprout3\":1,\"Lonely_Hunter3\":1,\"Shuvelle1\":1,\"Sprout4\":0,\"Gobo1\":1,\"Shuvelle2\":1,\"Gobo2\":1,\"Shuvelle3\":1,\"Falloween_Pumpkin1\":-1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":1,\"Whattso4\":0,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":1,\"Cactolyte4\":-1,\"Snake_Jar3\":1,\"Snake_Jar4\":0,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":0,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":1,\"Wellington2\":1,\"Wellington3\":1,\"Wellington4\":1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":1,\"Tiki_Chief3\":1,\"Tiki_Chief4\":1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":1,\"Bill_Brr2\":1,\"Bill_Brr3\":1,\"Bill_Brr4\":1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":1,\"Bill_Brr7\":1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Centurion4\":1,\"Snouts1\":1,\"Toadstall3\":1,\"Centurion5\":1,\"Snouts2\":1,\"Lord_of_the_Hunt1\":1,\"Centurion6\":1,\"Snouts3\":1,\"Lord_of_the_Hunt2\":1,\"Centurion7\":0,\"Lord_of_the_Hunt3\":1,\"Snouts4\":1,\"Centurion8\":-1,\"QuestNameFiller2\":-1,\"Lord_of_the_Hunt4\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Fishpaste971\":1,\"Lord_of_the_Hunt7\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":1,\"Woodsman2\":1,\"Woodsman3\":-1,\"Woodsman4\":-1,\"Hoggindaz1\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Funguy1\":1,\"Hoggindaz6\":1,\"Funguy2\":1,\"Hoggindaz7\":1,\"Town_Marble1\":1,\"Telescope1\":1,\"Funguy3\":1,\"Yondergreen1\":1,\"Hoggindaz8\":1,\"Iceland_Irwin1\":1,\"Funguy4\":1,\"Hoggindaz9\":1,\"Yondergreen2\":1,\"Yondergreen3\":1,\"Funguy5\":1,\"Yondergreen4\":1,\"Dog_Bone1\":1,\"Yondergreen5\":1,\"Dog_Bone2\":0,\"Bushlyte1\":-1,\"Carpetiem1\":1,\"Yondergreen6\":1,\"Bushlyte2\":-1,\"Carpetiem2\":0,\"Yondergreen7\":1,\"Carpetiem3\":-1,\"Bushlyte3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "Money_4": 1.5432244247814193e+34, - "StatueLevels_9": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "SLpre_6": "{\"0\":143,\"1\":139,\"5\":187,\"6\":196,\"8\":144,\"9\":100,\"10\":498,\"11\":494,\"12\":408,\"13\":148,\"15\":140,\"16\":138,\"17\":142,\"18\":214,\"19\":215,\"20\":205,\"21\":210,\"22\":144,\"23\":616,\"24\":155,\"25\":141,\"26\":205,\"27\":100,\"28\":144,\"29\":151,\"30\":147,\"31\":218,\"32\":220,\"33\":151,\"34\":245,\"35\":137,\"36\":154,\"37\":145,\"38\":143,\"39\":134,\"40\":299,\"41\":143,\"42\":220,\"43\":220,\"44\":146,\"45\":299,\"46\":299,\"47\":299,\"48\":299,\"49\":250,\"54\":160,\"56\":296,\"58\":216,\"75\":492,\"76\":141,\"77\":179,\"78\":148,\"79\":287,\"616\":50,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":25,\"624\":50,\"631\":100,\"638\":96,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"654\":150,\"655\":44,\"656\":200,\"658\":200}", + "SailChests": "[]", + "EMmLENGTH0_0": 16, + "PVInstaRevives_7": 1, + "PVFishingSpotIndex_5": -1, "EquipOrder_6": [ { "0": "EquipmentHats105", @@ -6475,133 +1425,91 @@ "length": 16 } ], - "PVMinigamePlays_0": 5, - "SM_5": "{\"0\":189,\"1\":200,\"5\":194,\"6\":214,\"8\":226,\"9\":100,\"10\":498,\"11\":1044,\"12\":408,\"13\":100,\"75\":100,\"144\":299,\"263\":299,\"265\":100,\"266\":100,\"267\":301,\"268\":299,\"269\":299,\"270\":130,\"271\":147,\"272\":152,\"273\":194,\"274\":154,\"276\":194,\"277\":200,\"278\":215,\"279\":219,\"280\":146,\"281\":100,\"282\":100,\"283\":100,\"284\":225,\"291\":100,\"293\":129,\"299\":100,\"300\":136,\"301\":150,\"302\":299,\"303\":150,\"304\":153,\"305\":198,\"307\":147,\"309\":100,\"310\":152,\"311\":142,\"312\":114,\"313\":150,\"315\":299,\"361\":100,\"362\":299,\"363\":299,\"364\":299,\"365\":174,\"366\":220,\"367\":173,\"368\":227,\"370\":100,\"371\":153,\"372\":147,\"373\":238,\"374\":299,\"420\":299,\"421\":299,\"422\":299,\"423\":299,\"424\":299,\"425\":100,\"426\":299,\"427\":299,\"428\":100,\"429\":100,\"430\":100,\"431\":100,\"432\":100,\"433\":100,\"434\":100,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "InvBagsUsed_0": "{\"0\":1,\"1\":1,\"2\":1,\"3\":\"2\",\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\"}", - "SLpre_0": "{\"0\":188,\"1\":163,\"5\":195,\"6\":219,\"8\":267,\"9\":100,\"10\":1020,\"11\":494,\"12\":408,\"13\":100,\"81\":200,\"85\":205,\"86\":100,\"87\":355,\"88\":200,\"89\":213,\"90\":103,\"91\":100,\"92\":183,\"93\":100,\"94\":220,\"95\":188,\"96\":185,\"97\":208,\"98\":180,\"99\":217,\"100\":200,\"101\":207,\"102\":210,\"103\":189,\"104\":110,\"105\":127,\"106\":130,\"107\":107,\"108\":115,\"109\":202,\"110\":207,\"111\":105,\"112\":201,\"114\":191,\"115\":147,\"116\":128,\"117\":131,\"118\":145,\"119\":111,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":176,\"141\":100,\"142\":214,\"143\":194,\"144\":152,\"145\":192,\"146\":216,\"147\":202,\"148\":201,\"149\":207,\"195\":0,\"196\":0,\"197\":0,\"198\":0,\"199\":0,\"200\":0,\"201\":0,\"202\":0,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":100,\"616\":50,\"617\":150,\"618\":0,\"619\":0,\"620\":50,\"621\":144,\"622\":25,\"624\":0,\"625\":862,\"627\":0,\"628\":100,\"631\":100,\"632\":0,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":0,\"639\":0,\"640\":0,\"641\":0,\"642\":116,\"643\":0,\"644\":0,\"645\":0,\"651\":100,\"652\":300,\"654\":0,\"655\":0,\"656\":0,\"657\":0,\"658\":0}", - "Exp0_0": [ - 9.263886365653134e+21, - 1264670101.9937348, - 107739487035.36867, - 20845708251.483902, - 3614483675.935172, - 88393935101.8807, - 10361937.916362936, - 9040557093.476017, - 53592855797.077835, - 34135964.58823362, - 157953685.26675737, - 1569701.8838126916, - 826547.4352501908, - 150522330.28172886, - 224543.7761293687, - 9.672326896324762e+33, - 4.6953447024117674e+23, - 7.338114616018434e+49, - 2406933700.420948, - 3970814.460674463, - 0, - 0, - 0, - 0 - ], - "IMmLENGTH_0": 112, - "EMm0_9": "{\"0\":{\"Defence\":12,\"STR\":0,\"WIS\":4,\"Weapon_Power\":0,\"LUK\":8,\"Reach\":0,\"AGI\":4,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":25,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":25,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-5,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":-4,\"STR\":0,\"WIS\":1,\"LUK\":1,\"Weapon_Power\":3,\"UQ1txt\":0,\"Reach\":0,\"AGI\":2,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"5\":{\"Defence\":21,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":12,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":21,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":12,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"UQ1val\":10,\"UQ2txt\":\"%_MONEY\",\"UQ1txt\":\"%_MONEY\",\"UQ2val\":7},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "ExpReq0_1": [ - 1.0521439762776678e+23, - 3229581652.022975, - 214533185274.25186, - 16589957300.757141, - "3.1089793380915135E8", - 2077439436239.546, - "3.5315527736585766E8", - 46088152414.911224, - 171634466178.0136, - 193666651.79807866, - 15975707.158295264, - 34509590.81999272, - 28884178.77898245, - 1557331638.5250974, - 1091517.1777554918, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 1805021782.6773589, - 13774444.225548383, - 15, - 15, - 15, - 15, - 15 + "AnvilPAselect_0": [ + 10, + 10, + 10 ], - "SLpre_4": "{\"0\":209,\"1\":215,\"5\":194,\"6\":190,\"8\":158,\"9\":100,\"10\":168,\"11\":104,\"12\":659,\"13\":100,\"144\":157,\"445\":204,\"446\":300,\"447\":100,\"448\":196,\"449\":219,\"450\":148,\"451\":197,\"452\":208,\"453\":100,\"454\":100,\"455\":206,\"456\":217,\"457\":210,\"458\":153,\"459\":220,\"460\":210,\"461\":210,\"462\":208,\"463\":216,\"464\":120,\"465\":187,\"466\":187,\"467\":199,\"468\":201,\"469\":188,\"470\":220,\"472\":192,\"474\":128,\"475\":195,\"476\":209,\"477\":100,\"478\":129,\"486\":167,\"488\":215,\"494\":100,\"505\":127,\"506\":142,\"507\":160,\"508\":146,\"532\":208,\"533\":196,\"539\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"635\":100,\"636\":92,\"637\":100,\"652\":300}", - "RespTime_2": 0, - "QuestHm_4": [ + "EMmLENGTH1_0": 16, + "RespTime_7": 0, + "PldTraps_7": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "AFKtarget_1": "w7a12", + "SLpre_3": "{\"0\":245,\"1\":245,\"5\":245,\"6\":245,\"8\":245,\"9\":100,\"10\":848,\"11\":494,\"12\":104,\"13\":100,\"81\":245,\"85\":299,\"86\":417,\"87\":100,\"88\":299,\"89\":299,\"90\":121,\"91\":139,\"92\":198,\"93\":245,\"94\":245,\"95\":245,\"96\":245,\"97\":245,\"98\":219,\"99\":203,\"100\":197,\"101\":200,\"102\":180,\"103\":197,\"104\":153,\"111\":100,\"119\":136,\"120\":218,\"121\":211,\"122\":121,\"123\":139,\"124\":126,\"125\":211,\"127\":219,\"129\":245,\"130\":245,\"131\":245,\"132\":245,\"133\":144,\"141\":245,\"142\":299,\"143\":299,\"144\":299,\"149\":299,\"165\":245,\"166\":144,\"167\":147,\"168\":245,\"169\":245,\"170\":0,\"175\":175,\"176\":174,\"177\":199,\"178\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":27,\"625\":862,\"628\":100,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"639\":100,\"642\":116,\"652\":300,\"654\":150,\"655\":44,\"656\":200}", + "BossInfo": [ { - "0": "Tired_Mole3", - "1": "Equip_the_Divine_Scarf:", - "2": "0", - "3": "1", - "4": "Get_Kattlekruk_Cape:", - "5": "0", - "6": "1", - "length": 7 + "0": 0, + "1": 30000, + "2": 5, + "length": 3 }, { - "0": "Royal_Worm5", - "1": "Clash_of_Cans_wave:", - "2": "0", - "3": "55", - "4": "Person_DMG_dealt:", - "5": "0", - "6": "5000", - "length": 7 + "0": 0, + "1": 1000000, + "2": 150, + "length": 3 }, { - "0": "Monolith2", - "1": "EquipmentStatues1", - "2": 140, - "3": 20000, - "length": 4 + "0": 0, + "1": 20000000, + "2": 1250, + "length": 3 }, { - "0": "Slargon3", - "1": "Defeat_Mr_BSs:", - "2": "0", - "3": "1000000", - "length": 4 + "0": 0, + "1": 80000000, + "2": 2500, + "length": 3 }, { - "0": "Snootie1", - "1": "Find_Pommsie:", - "2": "0", - "3": "1", - "length": 4 + "0": 2, + "1": 1000000000, + "2": 25, + "length": 3 + }, + { + "0": 0, + "1": 2.0853580021527238e+26, + "2": 2500, + "length": 3 } ], - "CSetEq_5": "{\"{%_Skill_AFK_Gain_Rate\":8}", - "EMm0_5": "{\"0\":{\"Defence\":165,\"STR\":0,\"WIS\":0,\"Weapon_Power\":11,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":110,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":24,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":21,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":135,\"STR\":0,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":90,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":150,\"STR\":0,\"WIS\":12,\"Weapon_Power\":10,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":100,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"UQ1val\":57,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"6\":{\"Defence\":135,\"STR\":0,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":90,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Weapon_Power\":9,\"UQ1val\":75,\"Upgrade_Slots_Left\":-3},\"9\":{\"UQ1val\":1.5,\"UQ2txt\":\"%_BASIC_ATK_SPEED\",\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"UQ2val\":4},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_LUK\",\"UQ2val\":3,\"UQ1val\":4,\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "PVInstaRevives_1": 1, - "QuestStatus_7": "{\"Eliteus1\":[10],\"Eliteus2\":[\"0\"],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[\"0\",\"0\"],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Lava_Larry1\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[4476316288.211468],\"Oinkin1\":[\"0\"],\"Slargon2\":[10993512673.240139],\"Oinkin2\":[\"0\",\"0\",\"0\"],\"Slargon3\":[\"0\"],\"Oinkin3\":[\"0\"],\"Slargon4\":[\"0\"],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[53],\"Mutton1\":[0,0,0],\"Bellows2\":[6549],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[15,93],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[1],\"Builder_Bird1\":[0],\"Stiltzcho4\":[63563],\"Promotheus4\":[1],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[54142],\"Stiltzcho6\":[125862],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[108],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[\"0\"],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[\"0\"],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[\"0\"],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[\"0\"],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[53,0],\"Scubidew2\":[\"0\",\"121\"],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[28],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[11],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[8231496],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[21579829],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Sprout4\":[0],\"Shuvelle1\":[\"0\",\"50\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle2\":[0],\"Gobo1\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo2\":[\"0\"],\"Gobo3\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Shuvelle5\":[\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[19],\"Whattso3\":[15],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[10,20],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[4941,3],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,30],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Toadstall2\":[\"0\"],\"Centurion3\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[\"0\",\"0\"],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,409],\"Woodsman4\":[0],\"Hoggindaz2\":[1,\"0\"],\"Hoggindaz3\":[\"0\",\"0\",\"0\"],\"Hoggindaz4\":[\"0\",\"0\"],\"Hoggindaz5\":[\"0\"],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[100,105],\"Iceland_Irwin1\":[0],\"Hoggindaz8\":[0],\"Yondergreen1\":[\"0\"],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Yondergreen2\":[0],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[35,\"0\"],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Carpetiem1\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem2\":[\"0\",\"1\"],\"Bushlyte2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[\"0\"],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[\"0\"],\"Speccius1\":[0,0],\"Loominadi3\":[\"0\"],\"Speccius2\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "ItemQTY_1": [ - 1, - 1, - 1, - 1, - 1, + "Arcane": [ + 130, + 107, + 97, 1, + 60, + 65, + 105, + 45, + 38, + 85, 1, + 63, + 76, + 39, + 39, + 76, + 6, + 41, + 16, + 51, 1, - 15, - 100, - 0, - 0, + 47, + 40, + 22, + 37, + 9, + 48, + 28, 1, + 30, + 10, + 38, 0, 0, 0, 0, - 1, 0, 0, 0, @@ -6613,8 +1521,6 @@ 0, 0, 0, - 1, - 1, 0, 0, 0, @@ -6644,7 +1550,6 @@ 0, 0, 0, - 1, 0, 0, 0, @@ -6668,144 +1573,295 @@ 0, 0, 0, + 0 + ], + "PVtStarSign_0": "44,69,6,", + "PTimeAway_8": 1770328.4310950001, + "OptL_8": [ 1, 0, + 2, + 14, + 1, 0, + 1243, 0, 0, 0, 0, 0, + 2, 0, + 1, + 6, + 20, 0, 0, 0, + 1, + 1, + 1, + 1, 0, + 1, 0, + 1, + 1, 0, + 3, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, + 3220, 0 ], - "QuestHm_5": [], - "ExpReq0_5": [ - 9.19038691024977e+22, - 9313637011.986156, - 331829503637.59314, - 125538681148.62338, - 6562871516.195835, + "AttackLoadout_2": "[[360,316,317,285,286,318],[273,270,271,288,\"Null\",635],[639,634,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "AtkCD_4": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "BuffsActive_7": [ + { + "0": 94, + "1": 214, + "2": 3660, + "length": 3 + } + ], + "AFKtarget_5": "w7a12", + "OptL2_2": [ + { + "0": 710, + "1": 10, + "length": 2 + }, + { + "0": 1, + "1": 0, + "2": "Scripticus2", + "3": 0, + "length": 4 + } + ], + "InvBagsUsed_3": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\",\"114\":\"1\"}", + "ExpReq0_4": [ + 1.005762996007229e+23, + "5.849207034510633E8", + 110861626429.97466, + "3.7468514239611273E11", + "3.1089793380915135E8", 417544674105.16296, - 23377126849.030804, - 57675762854.00842, - 159846267417.30502, - 83950041.13268706, - 143010176.75027055, + "3.5315527736585766E8", + 41184147894.63169, + 176253639537.1536, + 127583008.24608237, + 169535.140750577, 34509590.81999272, - 3632108.0329237496, - 1557331638.5250974, - 242105.43395091518, + 1178722.1372879073, + 1429108928.249691, + 1274761.0302086878, 2.9152553683778915e+34, "8.47933174281193E23", 1.0019892833102583e+50, 1805021782.6773589, - 63553.70723912323, + 1355911.9435049952, 15, 15, 15, 15, 15 ], - "PVFishingToolkit_2": [ - 7, - 3 + "MaxCarryCap_5": "{\"Chopping\":250,\"Mining\":30000,\"Souls\":25000,\"Quests\":10,\"Fishing\":25000,\"fillerz\":10,\"Critters\":5000,\"Foods\":20000,\"bCraft\":10000,\"Statues\":10,\"Bugs\":50}", + "PVFishingSpotIndex_9": 0, + "PetsStored": "[[\"snailZ\",\"16\",283150.217994149,0],[\"glass\",4,74327.1159919026,0],[\"snakeB\",4,266685.398809472,0],[\"speaker\",4,78898.9986615754,0],[\"penguin\",4,75560.2905863908,0],[\"thermostat\",4,166672.63523736,0],[\"mamoth\",4,64919.0046983086,0],[\"Pet11\",4,31999.4787969466,0],[\"Pet9\",4,109982.451696154,0],[\"snowball\",4,131934.754947672,0],[\"w4b2\",4,31115.9877958131,0],[\"w4b3\",4,28014.1296292924,0],[\"w4a2\",4,102988.974674545,0],[\"flake\",4,65905.2202475261,0],[\"eye\",4,51438.5116181126,0],[\"ram\",4,108707.858949556,0],[\"Pet8\",4,33332.7295970397,0],[\"poopSmall\",4,27834.2697703435,0],[\"branch\",4,30274.4524004514,0],[\"crabcake\",4,24008.2229646983,0],[\"mimicA\",4,25003.6947733761,0],[\"coconut\",4,46872.9720261804,0],[\"Pet3\",4,168351.337797833,0],[\"sandcastle\",4,195364.588160064,0],[\"acorn\",4,37683.2750686984,0],[\"mushG\",4,49879.666550092,0],[\"Pet0\",4,64984.2503706647,0],[\"frogG\",4,30859.8262393048,0],[\"Pet2\",4,34890.6969053132,0],[\"beanG\",4,46058.390918463,0],[\"snakeG\",4,30179.3919909181,0],[\"slimeG\",4,30984.306358556,0],[\"mushR\",4,32800.8561887267,0],[\"goblinG\",4,66369.5266986928,0],[\"jarSand\",4,40644.6813157196,0],[\"ratB\",4,33976.3239656429,0],[\"carrotO\",\"6\",116474.847186955,0],[\"Pet4\",\"18\",57762.338771444,0],[\"crabcake\",\"3\",138525.734483211,0],[\"slimeG\",\"12\",142113.256524009,0],[\"snailZ\",\"16\",155928.786512718,0],[\"mimicA\",\"1\",64872.6968286902,0],[\"sandgiant\",\"11\",64614.722645143,0],[\"snailZ\",\"16\",53825.1941281885,0],[\"jarSand\",\"21\",54607.9394745963,0],[\"goblinG\",\"22\",38947.08523501,0],[\"branch\",\"22\",34223.7816787989,0],[\"Pet9\",\"32\",33078.5862541008,0],[\"carrotO\",4,78690.0962614529,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0]]", + "PrayOwned": "[50,50,50,50,20,2,10,50,50,8,10,12,14,50,1,1,30,50,30,0,0,0,0,0,0]", + "CharSAVED_4": 5, + "InventoryOrder_0": [ + "Trophy8", + "EquipmentRings23", + "EquipmentStatues12", + "EquipmentHats52", + "EquipmentShirts26", + "EquipmentPants20", + "EquipmentShoes21", + "EquipmentHats4Choppin", + "Blank", + "Blank", + "Spelunking3", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Trophy2", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Quest56", + "EquipmentHats2", + "EquipmentHats2", + "Blank", + "Ht", + "Trophy2", + "Trophy2", + "Trophy2", + "Trophy2", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" ], - "InvBagsUsed_5": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\"}", - "AnvilPA_7": [ - { - "0": 21981937, - "1": 7978631110.638306, - "2": 100, - "3": 1771117317, - "length": 4 - }, + "PldTraps_1": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "AnvilPA_0": [ { "0": 0, "1": 0, - "2": 196.94413008378, - "3": 159914758, + "2": 51.4001487262973, + "3": 366090711, "length": 4 }, { "0": 0, "1": 0, - "2": 305.052941777139, - "3": 51285547, + "2": 149.248419858553, + "3": 84526427, "length": 4 }, { "0": 0, "1": 0, - "2": 429.092875565562, - "3": 13535856, + "2": 250.175441816608, + "3": 20883, "length": 4 }, { "0": 0, "1": 0, - "2": 615.746272576302, - "3": 6, + "2": 90.2489392269498, + "3": 4013, "length": 4 }, { "0": 0, "1": 0, - "2": 0, - "3": 0, + "2": 190.005565498659, + "3": 14692, "length": 4 }, { "0": 0, "1": 0, - "2": 0, - "3": 0, + "2": 480.831335186581, + "3": 801388, "length": 4 }, { "0": 0, "1": 0, - "2": 0, - "3": 0, + "2": 2467.96275802825, + "3": 12, "length": 4 }, { "0": 0, "1": 0, - "2": 0, - "3": 0, + "2": 344.341622177351, + "3": 3, "length": 4 }, { "0": 0, "1": 0, - "2": 0, - "3": 0, + "2": 3820.74364047781, + "3": 5, "length": 4 }, { "0": 0, "1": 0, - "2": 0, - "3": 0, + "2": 5260.46641493066, + "3": 948759, + "length": 4 + }, + { + "0": 16255, + "1": 140147545.0424008, + "2": 5507.067362152971, + "3": 134502433, "length": 4 }, { @@ -6830,265 +1886,98 @@ "length": 4 } ], - "ObolEqO0_3": [ - "ObolGoldCons", - "ObolSilverCons", - "ObolPlatinumCons", - "ObolSilverCons", - "ObolGoldCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolGoldCons", - "ObolPinkCons", - "ObolGoldCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolSilverCons", - "ObolGoldCons", - "ObolPlatinumCons", - "ObolGoldCons" + "ForgeLV": [ + 16, + 50, + 90, + 85, + 75, + 60 ], - "Compass": "[[1,17,1,1,1,1,5,6,26,1,82,25,1,21,164,94,25,171,43,30,18,19,1,0,0,0,0,20,163,109,71,26,4,0,38,57,1,1,13,0,20,196,34,137,4,77,15,1,10,6,2,0,5,2,0,0,0,0,0,0,187,103,59,87,140,100,11,14,110,21,5,24,70,18,17,17,1,6,9,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,66,0,0,2,0,0,0,0,0,4,0,113,381,240,82,230,139,48,0,0,0,0,48,16,0,0,0,0,0,0,151,0,163,40,32,121,0,0,75,1,0,0,0,0,97,12,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0],[\"1_0\",\"2_0\",\"14_0\",\"16_1\",\"16_0\",\"19_0\",\"24_0\",\"26_0\",\"27_1\",\"13_0\",\"18_0\",\"14_1\",\"51_0\",\"52_0\",\"53_0\",\"57_0\",\"58_0\",\"59_0\",\"60_0\",\"62_0\",\"63_0\",\"52_1\",\"64_0\",\"101_0\",\"103_0\",\"104_0\",\"105_0\",\"106_0\",\"13_1\",\"8_0\",\"15_0\",\"54_0\",\"55_0\",\"107_0\",\"104_1\",\"108_0\",\"109_0\",\"110_0\",\"111_0\",\"112_0\",\"151_0\",\"152_0\",\"153_0\",\"154_0\",\"155_0\",\"156_0\",\"157_0\",\"158_0\",\"159_0\",\"160_0\",\"116_0\",\"161_0\",\"162_0\",\"201_0\",\"202_0\",\"203_0\",\"204_0\",\"205_0\",\"206_0\",\"207_0\",\"208_0\",\"209_0\",\"210_0\",\"211_0\",\"212_0\"],[\"goblinG\",\"mimicA\",\"plank\",\"mushG\",\"frogG\",\"crabcake\",\"beanG\",\"slimeG\",\"snakeG\",\"carrotO\",\"frogBIG\",\"mushR\",\"branch\",\"acorn\",\"mushW\",\"poopSmall\",\"ratB\",\"flake\",\"w4b2\",\"w4a3\",\"jarSand\",\"coconut\",\"sandcastle\",\"pincermin\",\"potato\",\"steak\",\"w4b1\",\"moonman\",\"sandgiant\",\"snailZ\",\"sheep\",\"stache\",\"bloque\",\"mamoth\",\"snowball\",\"penguin\",\"reindeer\",\"glass\",\"snakeB\",\"speaker\",\"eye\",\"ram\",\"thermostat\",\"w4b3\",\"w4c1\",\"skele2\",\"w4c4\",\"w5b1\",\"w5a4\",\"mushP\",\"w4a2\",\"demonP\",\"w4b4\",\"w4b5\",\"w4c2\",\"w4c3\",\"w5a1\",\"w5a3\",\"w5b3\",\"w5c1\"],[\"b2\",\"a45\",\"b1\",\"a50\",\"a7\",\"b6\",\"a14\",\"_37\",\"b8\",\"b5\",\"a9\"]]", - "AtkCD_3": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":1,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":8,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":16,\"167\":30,\"168\":142,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "PVMinigamePlays_7": 5, - "BugInfo": "[[-10,0,-0.04999999999999061,-0.04999999999999061,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-10,-10,-10,-10,-10],[0,\"4.8026647517617e+18\",42746.60042199488,39430.1938746803,127826,685403.123731663,13115100,35080154.24,48045818.0448681,664543238.393425,0,0,0,0,0],[0,0,-10,-10,-10,-10,-10,-10,-10,-10,0,0,0,0,0]]", - "EMmLENGTH1_8": 16, - "KLA_9": "[[0,0],[-7658563108.70426],[-4888018047.28801],[150,10],[150],[150],[0],[0,81],[20000],[0],[0],[0,0],[0],[-365796727,-365749227],[-2225814.55213981,-2224394.55213981],[34740.3125370604],[-12852901.2393705,-12850101.2393705],[0],[-8701724660.2492],[-4842760170.99872],[7],[5],[0],[0],[-186540768,-186539068],[0],[-243805865.913786],[-421850171,-421846001],[-367107265],[0],[0],[-93.8602328658756],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-1784456.07946937],[-402.08,-2.0799999999982],[-52.1230291262121],[0],[0],[30],[-4642471021.1756],[-13982471761.9712],[-89181150.0580465],[-32623.5741514563,-35123.5741514563],[0],[-32100],[-5097496.29166026],[-45986],[-272447412],[0],[-116.964235190873],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-787372333.701818],[4000],[-92482755.0576621],[-363197900,-363100900],[-1948583287],[-513985513.852154],[-1669600],[-121086275.861887],[-288366291],[-303838796],[-626526366],[-267714145.774142],[-477192069.618175],[1],[1000],[-163368521],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-214747085.4],[-339892068.844155],[-181289749],[-6075257348.222],[-1480991991],[-2311872726.64457],[-60185.4981386216],[-24886],[-202791],[-842999516.465051],[-765174642],[-25618569.323443],[350000],[250],[700],[-18445666.9191483],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1312030.34711451],[-452459.349245886],[-4293182],[-99968495.3151841],[-45193435.2856311],[-305300.261109878],[-1277046.71660198],[-2474434],[-43556],[-1231566],[-412131037],[-532846360],[60000],[0],[0],[-25400.72874666223],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-100968],[-1277325],[-204796009],[-450147489],[-477991244],[-275211235],[-52679],[-35733],[-2362596],[-14526407],[-425876103],[-3607119.2825498],[-24488675],[-53474278646.034],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-5226.533488932932],[-4434176.606374109],[-1112661.600565806,-9612661.600565817],[-1615847.9479321176],[-1835003006,-1854003006],[0],[-15169613,-245169613],[-258831],[0],[-98671575,-523671575],[-11687921],[0],[0],[0]]", - "OptL_2": [ - 1, - 1, - 2, - 10, - 1, - 0, - 782, - 0, - 0, - 0, - 0, - 0, - 2, - 0, - 0, - 1, - 26, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 1, - 0, - 6, - 0, - 3184, - 0 + "IMmLENGTH_3": 112, + "ObolEqMAP_8": "{\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"2\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"11\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"13\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"18\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"19\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"Speed\":0}}", + "Print": "[0,0,0,0,0,\"Fish4\",89354295.8910248,\"Fish1\",759701630.596883,\"Fish2\",469712085.917926,\"Fish3\",220280519.515746,\"Fish5\",80346802.5941547,\"Copper\",\"1.0101132105699354E10\",\"Copper\",\"1.0101132105699354E10\",\"OakTree\",97977235976.3825,\"BirchTree\",9805103814.49083,\"JungleTree\",6654794591.18817,\"ForestTree\",4351795185.42951,\"StumpTree\",1398013135.23677,\"OakTree\",97977235976.3825,\"OakTree\",97977235976.3825,\"Bug1\",589119983.913874,\"Bug2\",282868241.970187,\"Bug15\",2459345.1798800486,\"Bug4\",90855713.5534249,\"Bug5\",56965090.243814,\"Bug1\",589119983.913874,\"Bug1\",589119983.913874,\"Copper\",27362171667.4218,\"Iron\",14900556119.4728,\"Gold\",7446915787.47449,\"Plat\",3658152220.95784,\"Dementia\",2026674264.94808,\"Copper\",27362171667.4218,\"Godshard\",\"1.7716588456986153E8\",\"OakTree\",13018537151.4598,\"Tree8\",437848993.641343,\"Tree9\",268415958.898141,\"Tree10\",162273892.430109,\"Tree12\",72006445.8737185,\"OakTree\",13018537151.4598,\"BirchTree\",\"7.983066213212927E9\",\"Forest3\",503780.2182,\"SnowA1\",674807.33232,\"SnowB4\",740230.84224,\"SnowC4\",820162.11456,\"Forest1\",835148.66688,\"GalaxyA1\",533565.8712,\"LavaA1\",455442.6528,\"SnowC4\",2054727,\"GalaxyA1\",1961922,\"GalaxyA3\",1865059,\"GalaxyB3\",1768196,\"SnowB4\",455,\"GalaxyA1\",1961922,\"GalaxyA3\",1865059,\"Copper\",6331015254.76345,\"Fish13\",6282792.00758552,\"Fish7\",10302099.4652166,\"Fish11\",1327234.29717881,\"Prehistrium\",134801162.3928993,\"Prehistrium\",134801162.3928993,\"Void\",\"3.3939241069613475E8\",\"OakTree\",9897662705.37914,\"PalmTree\",1949706199.69276,\"SaharanFoal\",749933982.829663,\"Tree7\",587263356.446902,\"AlienTree\",435484943.470246,\"OakTree\",9897662705.37914,\"OakTree\",9897662705.37914,\"Bug1\",144669513.679334,\"Bug12\",796606.95831295,\"Bug13\",398303.479156475,\"Bug11\",1308711.43151413,\"Bug10\",1934616.89876002,\"Bug1\",144669513.679334,\"Bug1\",144669513.679334,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0]", + "PVStatList_5": [ + 66980, + 156629, + 84640, + 56625, + 836 ], - "CharacterClass_4": 34, - "HintStatus": "[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1],[1,0,1,1,1,1,1,1,-1,1,0,-1],[0,0,0,-1,1,1,1,1,1,1,1,1,1,-1],[1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[]]", - "CurrentMap_4": 311, - "AFKtarget_3": "w6b4", - "AttackLoadout_3": "[[168,165,120,121,167,91],[90,639,634,94,\"Null\",\"Null\"],[130,\"Null\",100,635,\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "bun_d": 1, - "AttackLoadoutpre_1": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[460,635,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "LockedSlots_0": [ - 1, - 1, - 0, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 0, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, + "EquipQTY_0": [ + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 1, + "10": 1, + "11": 1, + "12": 1, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 259105, + "1": 2186, + "2": 259332, + "3": 259329, + "4": 258871, + "5": 678802, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + } + ], + "StatueLevels_7": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "AnvilPAselect_7": [ 0, 0, 0 ], - "EMm0_3": "{\"0\":{\"Defence\":135,\"STR\":90,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Upgrade_Slots_Left\":-7,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":49,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"2\":{\"Defence\":90,\"STR\":60,\"WIS\":0,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":135,\"STR\":90,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":75,\"STR\":50,\"WIS\":0,\"Weapon_Power\":5,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":\"%_ALL_STATS\",\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":2.5,\"UQ1txt\":\"%_ALL_AFK_GAIN\",\"Reach\":0,\"AGI\":0,\"UQ1val\":5,\"Speed\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"UQ1val\":8,\"UQ2txt\":\"%_ALL_AFK_GAIN\",\"UQ2val\":5,\"UQ1txt\":\"%_ALL_AFK_GAIN\"},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", - "PldTraps_4": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "SM_6": "{\"0\":143,\"1\":139,\"5\":299,\"6\":299,\"8\":144,\"9\":100,\"10\":498,\"11\":494,\"12\":408,\"13\":148,\"15\":140,\"16\":138,\"17\":142,\"18\":214,\"19\":215,\"20\":205,\"21\":210,\"22\":144,\"23\":646,\"24\":155,\"25\":141,\"26\":205,\"27\":100,\"28\":144,\"29\":151,\"30\":147,\"31\":299,\"32\":299,\"33\":151,\"34\":299,\"35\":299,\"36\":154,\"37\":145,\"38\":143,\"39\":134,\"40\":299,\"41\":143,\"42\":220,\"43\":220,\"44\":146,\"45\":299,\"46\":299,\"47\":299,\"48\":299,\"49\":299,\"50\":208,\"51\":199,\"52\":197,\"53\":154,\"54\":160,\"55\":151,\"56\":296,\"57\":296,\"58\":299,\"59\":296,\"75\":552,\"76\":299,\"77\":299,\"78\":299,\"79\":317,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "CardEquip_7": [ - "SpelunkingCard0", - "CritterCard7", - "w7a1", - "w7a4", - "wolfA", - "Boss4B", - "SpelunkingCard1", - "B", - "B", - "B", - "B", - "B" - ], - "PVFishingToolkit_6": [ - 8, - 3 - ], - "CYGoldPens": 0, - "EMmLENGTH1_2": 16, - "NPCdialogue_1": "{\"Stiltzcho\":35,\"Promotheus\":23,\"Loominadi\":17,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":7,\"Lava_Larry\":9999,\"Carpetiem\":19,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Hamish\":6,\"Telescope\":9999,\"Blobbo\":6,\"Town_Marble\":3,\"Yondergreen\":3,\"Scubidew\":0,\"Krunk\":0,\"Obol_Altar\":2,\"Tribal_Shaman\":0,\"Royal_Worm\":0,\"Goldric\":26,\"Funguy\":14,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":26,\"Woodlin_Elder\":8,\"Cowbo_Jones\":59,\"Eliteus\":5,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":12,\"Gobo\":18,\"Bandit_Bob\":23,\"Picnic_Stowaway\":20,\"Poigu\":9,\"Capital_P\":5,\"Tiki_Chief\":5,\"Sprout\":15,\"Coastiolyte\":0,\"Slargon\":6,\"Oinkin\":10,\"Snake_Jar\":6,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":7,\"Meel\":0,\"Wellington\":0,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":5,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":55,\"Desert_Davey\":9999,\"Pirate_Porkchop\":8,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Dog_Bone\":14,\"Mutton\":0,\"Gangster_Gus\":12,\"Djonnut\":13,\"TP_Pete\":2,\"Bill_Brr\":2,\"Potti\":0,\"Whattso\":0,\"Walupiggy\":12,\"Legumulyte\":1,\"XxX_Cattleprod_XxX\":6,\"Dazey\":11,\"Mr_Pigibank\":9999,\"Hoggindaz\":25,\"Muhmuguh\":9999,\"Falloween_Pumpkin\":0,\"Monolith\":9,\"Shuvelle\":0,\"Lonely_Hunter\":7,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Masterius\":5,\"Nebulyte\":0,\"Humble_Hugh\":1,\"Toobus_Goobus\":12,\"Snootie\":2,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Bort\":0,\"Zenelith\":9999,\"Coralcave_Prince\":0}", - "EMm0_8": "{\"0\":{\"Defence\":135,\"WIS\":90,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":9,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-10,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":28,\"Weapon_Power\":32,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":120,\"STR\":0,\"WIS\":80,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":90,\"STR\":0,\"WIS\":60,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":1,\"STR\":0,\"LUK\":0,\"Weapon_Power\":2,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"6\":{\"Defence\":105,\"STR\":0,\"WIS\":70,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-8,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", - "PVFishingToolkit_9": [ + "LockedSlots_5": [ + 0, 0, - 0 - ], - "ExpReq0_4": [ - 8.02756692091443e+22, - "5.849207034510633E8", - 110861626429.97466, - "3.7468514239611273E11", - "3.1089793380915135E8", - 417544674105.16296, - "3.5315527736585766E8", - 41184147894.63169, - 171634466178.0136, - 127583008.24608237, - 169535.140750577, - 34509590.81999272, - 1178722.1372879073, - 1429108928.249691, - 1036259.7890284089, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 1805021782.6773589, - 1355911.9435049952, - 15, - 15, - 15, - 15, - 15 - ], - "FarmRank": "[[170,170,170,172,170,170,175,173,174,173,175,175,175,174,176,176,175,174,174,173,174,174,176,176,173,173,174,176,174,174,172,172,172,170,173,173],[29860096937.822754,38609502711.16162,74369057628.39105,7647260890.829483,85636397868.40839,71898080149.29007,83217510954.2532,21260956844.1156,64983877653.85518,88626473306.69409,114552385224.38202,347049204.3204651,32698792372.821045,150360135259.32184,13230624176.118134,75206668437.66925,99377424412.08435,145906851437.17358,155899146201.35873,114279419928.87314,111967535637.41872,62685620111.19351,93817996729.72263,99461895342.81538,108744789307.75145,71173813662.27975,111331108027.5407,27077037976.81543,68112304421.414406,24888097861.73172,42724112715.6263,38583771444.834274,39897745148.85896,70713389979.70522,13697317901.601673,135377575448.35791],[128,252,602,117,19,100,305,308,200,19,125,739,100,500,19,120,100,430,1270,19]]", - "Print": "[0,0,0,0,0,\"Fish4\",89354295.8910248,\"Fish1\",759701630.596883,\"Fish2\",469712085.917926,\"Fish3\",220280519.515746,\"Fish5\",80346802.5941547,\"Copper\",\"1.0101132105699354E10\",\"Copper\",\"1.0101132105699354E10\",\"OakTree\",97977235976.3825,\"BirchTree\",9805103814.49083,\"JungleTree\",6654794591.18817,\"ForestTree\",4351795185.42951,\"StumpTree\",1398013135.23677,\"OakTree\",97977235976.3825,\"OakTree\",97977235976.3825,\"Bug1\",589119983.913874,\"Bug2\",282868241.970187,\"Bug15\",2459345.1798800486,\"Bug4\",90855713.5534249,\"Bug5\",56965090.243814,\"Bug1\",589119983.913874,\"Bug1\",589119983.913874,\"Copper\",27362171667.4218,\"Iron\",14900556119.4728,\"Gold\",7446915787.47449,\"Plat\",3658152220.95784,\"Dementia\",2026674264.94808,\"Copper\",27362171667.4218,\"Godshard\",\"1.7716588456986153E8\",\"OakTree\",13018537151.4598,\"Tree8\",437848993.641343,\"Tree9\",268415958.898141,\"Tree10\",162273892.430109,\"Tree12\",72006445.8737185,\"OakTree\",13018537151.4598,\"BirchTree\",\"7.983066213212927E9\",\"Forest3\",503780.2182,\"SnowA1\",674807.33232,\"SnowB4\",740230.84224,\"SnowC4\",820162.11456,\"Forest1\",835148.66688,\"GalaxyA1\",533565.8712,\"LavaA1\",455442.6528,\"SnowC4\",2054727,\"GalaxyA1\",1961922,\"GalaxyA3\",1865059,\"GalaxyB3\",1768196,\"SnowB4\",455,\"GalaxyA1\",1961922,\"GalaxyA3\",1865059,\"Copper\",6331015254.76345,\"Fish13\",6282792.00758552,\"Fish7\",10302099.4652166,\"Fish11\",1327234.29717881,\"Prehistrium\",134801162.3928993,\"Prehistrium\",134801162.3928993,\"Void\",\"3.3939241069613475E8\",\"OakTree\",9897662705.37914,\"PalmTree\",1949706199.69276,\"SaharanFoal\",749933982.829663,\"Tree7\",587263356.446902,\"AlienTree\",435484943.470246,\"OakTree\",9897662705.37914,\"OakTree\",9897662705.37914,\"Bug1\",144669513.679334,\"Bug12\",796606.95831295,\"Bug13\",398303.479156475,\"Bug11\",1308711.43151413,\"Bug10\",1934616.89876002,\"Bug1\",144669513.679334,\"Bug1\",144669513.679334,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0,\"Blank\",0]", - "AnvilPAselect_7": [ 0, 0, - 0 - ], - "AtkCD_4": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "KLA_6": "[[0,0],[-1999979],[-1999970],[150,10],[150],[150],[-1999990],[-1999975,-1999919],[-1980000],[-2000000],[-1999960],[-1999950,-1999940],[-1999940],[-1997500,-1950000],[-1999960,-1999500],[-1965000],[-1999940,-1997000],[-2000000],[-1995000],[-1999900],[7],[5],[0],[0],[-1999875,-1998000],[0],[-1999850],[-1999970,-1995800],[-2000000],[-2000000],[-2000000],[-2000000],[0],[0],[0],[0],[0],[0],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[-1999999,0,0],[-1999750],[-1999400,-1999000],[-1999000],[0],[0],[30],[-1998800],[-1998400],[-1998000],[-1997500,-2000000],[0],[-1997000],[-1996000],[-1995000],[-1999999],[-2000000],[-2000000],[0],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1999000],[4000],[-1998000],[-1997000,-1900000],[-1996000],[-1994000],[-1992000],[-1989000],[-1985000],[-1982000],[-1978000],[-1965000],[-1880000],[1],[1000],[-1750000],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1995000],[-1988000],[-1982000],[-1975000],[-1960000],[-1940000],[-1910000],[-1880000],[-1850000],[-1814333.20547555],[-1750000],[-1700000],[-1650000],[250],[700],[-1999900],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1985000],[-1975000],[-1960000],[-1950000],[-1926936.84926176],[-1900000],[-1800000],[-1700000],[-1550000],[-1400000],[-1000000],[-1],[-1940000],[-1999900],[0],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1970000],[-5078104546],[-1900000],[-1750000],[-1600000],[-900000],[-1],[-1],[-1],[-1],[-1],[-1],[-1],[-140216004551.8901],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-13361465.41196875],[-9249905],[-13997141.989300808,-22497141.9893008],[-16061],[20000000,1000000],[0],[-24600918.1844576,-254600918.18445826],[60000000],[0],[370902152,-54097848],[1000000000],[0],[0],[0]]", - "PVtStarSign_7": "69,55,6,", - "FoodSlO_7": 6, - "Holes": "[[9,-1,9,-1,9,3,1,10,9,1,-1,-1],[16,34,46,21,98,0,0,0],[15304529011335.234,2969595559434.3813,4341367319264.0645,2759342159583.2,2599139825429.1763,0,0,0,0,0,0,0],[114,30,50,30,30,0,0,0,0,0,0,0],[4,5,1,5,0,0,0,0,0],[5,4,3,4,1,1,0,0,0,0,0,0],[2,3,3,1,4,2,0,0,0,0,0,0],[19,19,14,12,20,7,9,17,12,10,6,19,7,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[81,86,44,41,33,30,39,38,17,15],[7883171035761094,162255536879010780,24543537063.387394,391874415.6562408,2473675856.5840864,17719506087.08315,6047848966356.494,3395236909108.5547,248163201318.219,713050041652.9105,198597524833091230,217514655954369820,199149178541418720,217495210637836200,1524718365050515500,13313437564014473000,1336097890771215600,174301293129677120,217448788586439260,217410950509113700,1365674.1389526445,4056247.8910203874,68015087.58306566,6956056347393.691,10410472130791.629,4499306677917.913,2863343519996.0654,3358526442939.3735,4239437111382.5757,720534809.9562802],[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[10268191,19,6164515,17,11205311,19,0,0,2020145.80572576,19,1,10843155.795997374,10842531.795997374,11530584.784994317,0,0,0,0,1000,0,9,5,1942624.102650854,1,9,1007,12,1000191693.8311291,6940208037.094105,1,0,0,1301268548,0,331,0,0,9,64471941192770.805,6918900504.657827,5863,1,173365,95107,55153,247002,63496,32039,2468,3244,0,0,0,0,0,14,2.2349989747806838,137,166,99,0,3,19,2075920178.1206582,0,649.100000000079,454.60000000003487,149.599999999996,162.799999999995,541.4000000000545,514.6000000000485,0,0,46,75,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[10,58,20,10,10,10,10,0],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[15070,7,24090,8,10477,7,0,0,0,0,0,0],[2212,682,655,1829,817,712,967,114,143,0,234,373,177,1649,744,342,1206,0,101,0,322,86,126,338,42,102,69,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,268,258,95,61,0,0,0,0,0,0],[361,131,125,190,161,174,0,0,0,0,0,0],[109045294043.47238,334,61485234.96246747,20,16038.361214478064,6,230.3618749985036,12],[131,331818496.91444206,148,95270026425.37488,137,26480291107.460114,149,20444162286.872868,131,4392683591.960665,126,4785712152.88755,0,0,0,0,0,0,0,0],[0,4,3,4,0,2,0,3,5,1,0,0,0,0,0,0,0,0,0,0],[9,0,9,0,32,0,20,76,35,0,0,0,0,0,0],[157,265,128,255,271,135,270,182,240,180,65,58,124,116,105,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,1,1,1,1,0,0,0],[5,10,7,6,10,5,4,4,4,4,5,11,4,9,3,9,0,0,2,5,0,5,0,4,2,4,1,0,4,2,2,0,2,1,3,0,0,4,4,2],[5,3,6,327.7221535332119,815.3086656423063,4315.3998263804115,0,0,0,0,0,0,0,0,0],[10,5,5,3,5,4,4,6,15,18,16,9,6,15,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[37221.36888659923,8384.604266496783,6580.061489861819,2512112.2180212894,1047.2185417261499,3170.1585033395,9828.1361173971,116.04271742266428,13133.608149482288,214429.6366007654,221410.85967014445,42241.41368751219,17603.758146044507,13824.191938357182,10309.254270098809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[5,29,64,60,68,47,56,43,51,42,66,41,16,32,21,12,72,61,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]]", - "PVFishingSpotIndex_8": 0, - "LockedSlots_1": [ - 1, - 1, 1, + 0, + 0, + 0, 1, 1, 1, @@ -7096,8 +1985,6 @@ 1, 1, 1, - 0, - 0, 1, 0, 0, @@ -7107,24 +1994,14 @@ 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, 1, 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, + 1, + 1, + 1, + 1, + 1, + 1, 0, 0, 0, @@ -7147,18 +2024,15 @@ 0, 0, 1, + 1, + 1, + 1, 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, + 1, + 1, + 1, 0, 0, 0, @@ -7171,6 +2045,7 @@ 0, 0, 1, + 1, 0, 0, 0, @@ -7197,359 +2072,224 @@ 0, 0, 0, - 0 - ], - "CYDeliveryBoxComplete": 5734, - "AnvilPAstats_4": [ - 2, - 600, - 700, - 131, - 1261, - 36 - ], - "PlayerStuff_5": "[11128,1,0,0,0,0,0,0,0,0]", - "InvBagsUsed_8": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"101\":\"2\",\"102\":\"4\",\"110\":\"1\"}", - "AttackLoadout_4": "[[498,496,497,495,467,469],[634,639,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "IMm_5": "{\"0\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"4\":{\"UQ1val\":210,\"Weapon_Power\":69,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"7\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"10\":{\"UQ1val\":60,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"11\":{\"Weapon_Power\":6,\"UQ1val\":63,\"Upgrade_Slots_Left\":-3},\"12\":{\"UQ1val\":150,\"Weapon_Power\":73,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"13\":{\"UQ1val\":103,\"Weapon_Power\":53,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"14\":{\"UQ1val\":5,\"Weapon_Power\":25,\"Upgrade_Slots_Left\":-5,\"Speed\":-2},\"15\":{\"UQ1val\":202,\"Weapon_Power\":83,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"16\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"17\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"18\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"20\":{\"Speed\":4,\"Weapon_Power\":48,\"UQ1val\":1},\"24\":{\"UQ1val\":150,\"Weapon_Power\":71,\"Upgrade_Slots_Left\":-5,\"Speed\":3},\"25\":{\"UQ1val\":59,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"26\":{\"Weapon_Power\":9,\"UQ1val\":75,\"Upgrade_Slots_Left\":-3},\"27\":{\"UQ1val\":72,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"28\":{\"UQ1val\":121,\"Weapon_Power\":47,\"Upgrade_Slots_Left\":-5,\"Speed\":1},\"29\":{\"UQ1val\":50,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"30\":{\"Weapon_Power\":6,\"UQ1val\":50,\"Upgrade_Slots_Left\":-3},\"31\":{\"UQ1val\":68,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"45\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"46\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"60\":{\"Speed\":0,\"Weapon_Power\":102,\"UQ1val\":259,\"Upgrade_Slots_Left\":-5},\"61\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":4,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"62\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":4,\"LUK\":1,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"75\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"76\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "EquipQTY_0": [ - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 259105, - "1": 2405, - "2": 259332, - "3": 259329, - "4": 258871, - "5": 678802, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - } - ], - "Money_2": 6.343870156864107e+33, - "OptL_1": [ - 1, - 0, - 2, - 9, - 1, - 0, - 782, - 0, - 0, - 0, - 0, - 0, - 2, - 0, - 0, - 2, - 20, - 0, 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, 0, - 1, - 1, 0, - 12, 0, - 3165, - 0 - ], - "CYNPC": [ - 0.01, - 5, - 3, - 1.01, - 0.01, - 0.01, - 2, - 0.01, - 2, - 4, - 0.01, - 1.01, - 3, - 0.01, - 1, - 3, - 3, - 4, - 2, - 0.01, - 1.01, - 0.01, - 0.01, - 0.01, - 0.01, - 0.01, 0, - 1, 0, - 1, - 8, - 1, 0, 0, 0, 0 ], - "SM_3": "{\"0\":245,\"1\":245,\"5\":245,\"6\":245,\"8\":245,\"9\":100,\"10\":1254,\"11\":494,\"12\":408,\"13\":100,\"23\":420,\"75\":100,\"81\":245,\"85\":299,\"86\":444,\"87\":100,\"88\":299,\"89\":299,\"90\":121,\"91\":139,\"92\":198,\"93\":245,\"94\":245,\"95\":245,\"96\":245,\"97\":245,\"98\":219,\"99\":203,\"100\":197,\"101\":200,\"102\":180,\"103\":197,\"104\":153,\"111\":100,\"119\":136,\"120\":218,\"121\":211,\"122\":121,\"123\":139,\"124\":126,\"125\":211,\"127\":219,\"129\":245,\"130\":245,\"131\":245,\"132\":245,\"133\":144,\"141\":245,\"142\":313,\"143\":313,\"144\":313,\"149\":313,\"165\":313,\"166\":313,\"167\":313,\"168\":313,\"169\":313,\"170\":142,\"175\":175,\"176\":174,\"177\":199,\"178\":313,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "OptL2_0": [ - { - "0": 5, - "1": 9, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Sad_Urie1", - "3": 0, - "length": 4 - } + "AnvilPAselect_1": [ + 0, + 0, + 0 ], - "QuestHm_2": [ - { - "0": "Hoggindaz7", - "1": "Quest60", - "2": 0, - "3": 1, - "length": 4 - }, - { - "0": "Pirate_Porkchop4", - "1": "Rarest_Treasure:", - "2": 157107, - "3": "1000001", - "length": 4 - } + "PlayerStuff_5": "[11129,1,0,0,0,0,0,0,0,0]", + "FlagP": "[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]", + "PVFishingToolkit_4": [ + 9, + 4 ], - "CurrentMap_9": 312, - "EquipQTY_4": [ + "CSver": 28.05, + "AnvilPAselect_8": [ + 3, + 3, + 3 + ], + "EMmLENGTH0_7": 16, + "CardEquip_5": [ + "poopSmall", + "moonman", + "Crystal1", + "Crystal2", + "w5b4", + "Boss2A", + "babaMummy", + "demonP", + "B", + "B", + "B", + "B" + ], + "AtkCD_5": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "EquipOrder_4": [ { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 0, - "14": 0, - "15": 0, + "0": "EquipmentHats105", + "1": "EquipmentWands13", + "2": "EquipmentShirts37", + "3": "EquipmentPendant25", + "4": "EquipmentPants29", + "5": "EquipmentRings36", + "6": "EquipmentShoes37", + "7": "EquipmentRings36", + "8": "EquipmentHats69", + "9": "EquipmentKeychain24", + "10": "Trophy15", + "11": "EquipmentKeychain24", + "12": "EquipmentCape13", + "13": "Blank", + "14": "Blank", + "15": "Blank", "length": 16 }, { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, + "0": "EquipmentTools14", + "1": "EquipmentToolsHatchet12", + "2": "FishingRod11", + "3": "CatchingNet11", + "4": "TrapBoxSet9", + "5": "WorshipSkull11", + "6": "DNAgun3", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", "length": 16 }, { - "0": 178634, - "1": 14805, - "2": 69, - "3": 1981, - "4": 170545, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, + "0": "FoodPotGr4", + "1": "FoodPotGr2", + "2": "FoodG2", + "3": "FoodG9", + "4": "FoodPotOr4", + "5": "Blank", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", "length": 16 } ], - "AnvilPAselect_2": [ - 6, - 6, - 6 - ], - "ObolEqMAPz1": "{\"0\":{\"LUK\":1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"2\":{\"UQ1val\":1,\"WIS\":2,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"3\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"AGI\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"UQ1val\":1,\"STR\":2,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"ObolUpgradeReroll\"},\"5\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"6\":{\"LUK\":1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"7\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"8\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"9\":{\"UQ1val\":1,\"AGI\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"10\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"11\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"12\":{\"UQ1val\":1,\"AGI\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"13\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"14\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"15\":{\"UQ1val\":1,\"SuperFunItemDisplayType\":\"Inventory\",\"UQ1txt\":\"%_DROP_CHANCE\"},\"16\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"17\":{\"UQ1val\":1,\"AGI\":2,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"UQ1val\":1,\"AGI\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"ObolUpgradeReroll\"},\"19\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"20\":{\"UQ1val\":1,\"LUK\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"21\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"22\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"23\":{\"LUK\":-1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"}}", - "IMmLENGTH_7": 112, - "PlayerStuff_3": "[12977,1,4,0,0,0,0,0,0,0]", - "QuestComplete_1": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":0,\"Scripticus12\":1,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Masterius1\":1,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":0,\"Oinkin2\":1,\"Slargon3\":-1,\"Oinkin3\":1,\"Slargon4\":-1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":1,\"Mr_Pigibank1\":1,\"Dazey2\":1,\"Bellows1\":1,\"Mutton1\":-1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Promotheus4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":0,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Glumlee5\":1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Papua_Piggea1\":-1,\"Krunk3\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":0,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":-1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Scubidew1\":-1,\"Hamish1\":1,\"Blobbo2\":1,\"TP_Pete1\":0,\"Scubidew2\":-1,\"Hamish2\":0,\"Hamish3\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":1,\"Scripticus3\":1,\"Cowbo_Jones11\":1,\"Scripticus4\":1,\"Cowbo_Jones12\":1,\"Meel1\":-1,\"Cowbo_Jones13\":1,\"Scripticus5\":1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":0,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":1,\"Capital_P1\":1,\"Lonely_Hunter1\":1,\"Sprout2\":1,\"Capital_P2\":0,\"Lonely_Hunter2\":1,\"Sprout3\":1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":-1,\"Gobo3\":1,\"Shuvelle4\":-1,\"Falloween_Pumpkin2\":-1,\"Gobo4\":1,\"Shuvelle5\":-1,\"Falloween_Pumpkin3\":-1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":-1,\"Whattso2\":-1,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":0,\"Cactolyte4\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":-1,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":0,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":0,\"Toadstall1\":1,\"Centurion3\":-1,\"Toadstall2\":1,\"Toadstall3\":1,\"Snouts1\":0,\"Centurion4\":-1,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion5\":-1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":1,\"Woodsman4\":0,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Town_Marble1\":1,\"Funguy3\":1,\"Yondergreen1\":0,\"Hoggindaz8\":-1,\"Telescope1\":1,\"Funguy4\":1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Funguy5\":0,\"Yondergreen3\":-1,\"Dog_Bone1\":1,\"Yondergreen4\":-1,\"Dog_Bone2\":0,\"Bushlyte1\":-1,\"Carpetiem1\":1,\"Yondergreen5\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":1,\"Yondergreen6\":-1,\"Carpetiem3\":1,\"Bushlyte3\":-1,\"Yondergreen7\":-1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":1,\"Loominadi2\":1,\"Speccius1\":1,\"Speccius2\":1,\"Loominadi3\":1,\"Loominadi4\":1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "EMmLENGTH0_4": 16, - "PTimeAway_4": 1769845.1627750003, - "ObolInvMAP_2": "{\"16\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\"}}", - "POu_3": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,24607,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "PVFishingSpotIndex_3": 0, - "PVInstaRevives_0": 1, - "EMm1_2": "{\"0\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":84,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":48,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":72,\"WIS\":0,\"LUK\":11,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"2\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":48,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":72,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"3\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":48,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":72,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"4\":{\"Upgrade_Slots_Left\":-5,\"Weapon_Power\":40,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":60,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"5\":{\"Upgrade_Slots_Left\":-5,\"Weapon_Power\":40,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":60,\"WIS\":0,\"LUK\":9,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"6\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":32,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":12,\"AGI\":48,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0}}", - "AnvilPAselect_6": [ - 0, - 0, - 0 - ], - "FamValWorldSelected": 330, - "EquipQTY_1": [ + "EMm0_2": "{\"0\":{\"Defence\":90,\"STR\":0,\"WIS\":0,\"Weapon_Power\":6,\"LUK\":9,\"UQ2txt\":0,\"Reach\":0,\"AGI\":60,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":48,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":50,\"Reach\":0,\"Upgrade_Slots_Left\":-7,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":105,\"STR\":0,\"WIS\":0,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":70,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":135,\"STR\":0,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":90,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":120,\"WIS\":0,\"STR\":10,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":8,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":80,\"Reach\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":15,\"STR\":0,\"WIS\":0,\"Weapon_Power\":1,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":10,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":90,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":6,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":60,\"Reach\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":7,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"UQ2txt\":\"%_ALL_STATS\",\"UQ1val\":1,\"UQ2val\":2.5,\"UQ1txt\":\"%_ALL_STATS\"},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"UQ1val\":1.5,\"UQ2val\":2.5,\"UQ1txt\":\"%_TOTAL_DAMAGE\"},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "IMm_9": "{\"31\":{\"WIS\":0,\"STR\":0,\"Power\":0,\"LUK\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", + "PTimeAway_9": 1770328.417095, + "QuestHm_3": [ { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 0, - "14": 0, - "15": 0, - "length": 16 + "0": "Masterius1", + "1": "Inner_Voice_Followed:", + "2": "0", + "3": "1", + "length": 4 }, { - "0": 1, - "1": 1, + "0": "Sussy_Gene3", + "1": "1st_Thing:", "2": 1, - "3": 1, - "4": 1, + "3": "1", + "4": "2nd_Thing:", "5": 1, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 + "6": "1", + "7": "3rd_Thing:", + "8": "0", + "9": "1", + "length": 10 }, { - "0": 2000, - "1": 500, - "2": 8119, - "3": 57000, - "4": 483839, - "5": 204652, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 + "0": "Meel1", + "1": "Boops_Bopped:", + "2": "0", + "3": "30", + "length": 4 + }, + { + "0": "Poigu3", + "1": "Divinity_Lv:", + "2": "0", + "3": "80", + "length": 4 + }, + { + "0": "Snootie1", + "1": "Find_Pommsie:", + "2": 1, + "3": "1", + "length": 4 } ], - "CloudsaveTimer": 54761239, - "PVGender_2": 0, - "AtkCD_9": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "NPCdialogue_8": "{\"Promotheus\":17,\"Stiltzcho\":16,\"Loominadi\":3,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":2,\"Masterius\":5,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Telescope\":9999,\"Scubidew\":0,\"Yondergreen\":0,\"Iceland_Irwin\":9999,\"Hamish\":0,\"Blobbo\":6,\"Town_Marble\":3,\"Obol_Altar\":9999,\"Krunk\":1,\"Tribal_Shaman\":0,\"Funguy\":6,\"Goldric\":0,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":13,\"Woodlin_Elder\":7,\"Cowbo_Jones\":1,\"Egggulyte\":0,\"Typhoon\":0,\"Eliteus\":4,\"Woodsman\":12,\"Gobo\":18,\"Picnic_Stowaway\":20,\"Poigu\":0,\"Tiki_Chief\":5,\"Sprout\":0,\"Capital_P\":0,\"Coastiolyte\":0,\"Oinkin\":0,\"Snake_Jar\":0,\"Slargon\":3,\"Builder_Bird\":9999,\"Clown\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Speccius\":11,\"Wellington\":3,\"Bubbulyte\":2,\"Snouts\":0,\"Loveulyte\":0,\"Toadstall\":12,\"Nebula_Neddy\":9999,\"Desert_Davey\":9999,\"Scripticus\":33,\"Pirate_Porkchop\":0,\"questDisp\":0,\"Crystalswine\":0,\"Giftmas_Blobulyte\":0,\"Dog_Bone\":14,\"Mutton\":0,\"Gangster_Gus\":12,\"Djonnut\":2,\"TP_Pete\":0,\"Bill_Brr\":0,\"Potti\":0,\"Whattso\":4,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":0,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Hoggindaz\":3,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Shuvelle\":0,\"Lonely_Hunter\":2,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", - "EquipOrder_5": [ + "EMm0_1": "{\"0\":{\"Upgrade_Slots_Left\":-12,\"Weapon_Power\":12,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":180,\"STR\":0,\"AGI\":0,\"WIS\":120,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Upgrade_Slots_Left\":-7,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":49,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"2\":{\"Upgrade_Slots_Left\":-11,\"Weapon_Power\":11,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":165,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"3\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":11,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"Defence\":165,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ2txt\":0},\"4\":{\"Upgrade_Slots_Left\":-11,\"Weapon_Power\":11,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":165,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"5\":{\"Upgrade_Slots_Left\":-1,\"Weapon_Power\":1,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":15,\"STR\":0,\"AGI\":0,\"WIS\":10,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"6\":{\"Upgrade_Slots_Left\":-10,\"Weapon_Power\":10,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":150,\"STR\":0,\"AGI\":0,\"WIS\":100,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"7\":{\"Upgrade_Slots_Left\":-1,\"Weapon_Power\":1,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":15,\"STR\":0,\"AGI\":0,\"WIS\":10,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"9\":{\"UQ2txt\":\"%_DROP_CHANCE\",\"UQ1val\":15,\"UQ1txt\":\"%_DROP_CHANCE\",\"UQ2val\":10},\"10\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ2txt\":0},\"11\":{\"UQ2txt\":\"%_DROP_CHANCE\",\"UQ1val\":15,\"UQ1txt\":\"%_DROP_CHANCE\",\"UQ2val\":10},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "Summon": "[[443,162,0,140,218,182,1,30,1,10,157,371,189,231,1,150,113,10,419,10,156,179,30,268,3,1,20,367,30,127,303,137,3,223,1,197,30,189,386,100,246,3,111,223,231,30,304,10,40,158,111,128,95,158,305,30,129,219,89,138,75,72,123,116,123,306,353,327,20,30,1,1,185,220,81,3,24,72,4,8,114,39],[\"Pet1\",\"Pet2\",\"Pet3\",\"Pet0\",\"Pet4\",\"mushG\",\"mushR\",\"Pet6\",\"frogG\",\"beanG\",\"jarSand\",\"Pet5\",\"slimeG\",\"mimicA\",\"snakeG\",\"crabcake\",\"carrotO\",\"coconut\",\"goblinG\",\"sandcastle\",\"Pet10\",\"plank\",\"pincermin\",\"sheep\",\"frogBIG\",\"Pet11\",\"mushP\",\"poopSmall\",\"ratB\",\"branch\",\"acorn\",\"mushW\",\"potato\",\"steak\",\"moonman\",\"sandgiant\",\"flake\",\"stache\",\"bloque\",\"mamoth\",\"snowball\",\"w4a2\",\"penguin\",\"w4a3\",\"thermostat\",\"snailZ\",\"glass\",\"snakeB\",\"demonP\",\"w4b2\",\"w5a1\",\"w5a2\",\"w5a3\",\"speaker\",\"eye\",\"ram\",\"w4b1\",\"w4b3\",\"w4b4\",\"w4b5\",\"w4c1\",\"w4c2\",\"w4c3\",\"w5a4\",\"w5a5\",\"w5b1\",\"w5b2\",\"w5b3\",\"w5b4\",\"w5b5\",\"w6a1\",\"rift1\",\"skele2\",\"w4c4\",\"w6a2\",\"w5b6\",\"w5c1\",\"w5c2\",\"w6a3\",\"w6a4\",\"w6a5\",\"w6b1\",\"w6b2\",\"w6b3\",\"w6b4\",\"w6c1\",\"w6c2\",\"w6d1\",\"w6d2\",\"w6d3\",\"rift2\",\"babaMummy\",\"Boss6\",\"mini6a\",\"slimeB\",\"rift3\",\"mini3a\",\"w7a1\",\"w7a2\",\"w7a3\",\"w7a4\",\"w7a5\",\"w7a6\"],[5.0467467220953975e+22,1.3272756618750264e+22,4.267043055510693e+21,5.626323668212059e+21,1.283533432586187e+21,184310542632982700000,149622834437426600000,279618474396268960,0],[3,683293.569000721,8,3,0,0,0,0,0],[0,2,3,0,5,0,0,0,0,0,0,0,0,0]]", + "KLA_7": "[[0,0],[-1177351478.08],[-1814919070.4],[150,10],[150],[150],[0],[0,81],[-1068194469.69667],[-75174.98464891067],[0],[0,0],[0],[-1494430851,-1494383351],[-1228900750.92347,-1228899400.92347],[-1280222560.54667],[-1149224521.59086,-1149221721.59086],[-1570801342.69333],[-1292145050],[-1296437187.07658],[7],[5],[0],[0],[-1197171514.41,-1197169814.41],[0],[-1104893280.12],[-1198661356.46,-1198657186.46],[-1066926604],[0],[-10739.283521272951],[-1341299900.94109],[0],[0],[0],[0],[0],[0],[-295752.2766265876],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-1257571253],[-1311555431.49,-1311555031.49],[-1689217535.73333],[0],[0],[30],[-1602712799.64],[-3465468671.19169],[-1719114375.96],[-2130138563,-2130141063],[0],[-1649057202],[-1319018006],[-4224817569.12393],[-1776869514],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-22950503561.74131],[4000],[-64721726074.75911],[-23775234263.319492,-23775144263.319492],[-5030217199.633663],[-9564578222.488438],[-1856407529],[-1202987133],[-1781480404],[-1848583089],[-1576545766],[-1477024510.0288382],[-2018416882.6747148],[1],[1000],[-1606667844],[-1241250607],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1827773493],[-1180609467],[-4439161537.284012],[-1089654852.2266667],[-5308531079.680681],[-4879724049.40834],[-3314854060.6700554],[-6605102507.917538],[-2939214580.30932],[-4059877859.0485697],[-2907071181.792106],[-5531904490.888628],[-2002690503.3828135],[250],[700],[-12044377],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-4476324897.582029],[-11185014152.240139],[-11996684228.868055],[-3324514586.361496],[-5692590823.56631],[-66455.4065100219],[-109600.911728624],[-644122779.779669],[-986002.51186764],[-2537421.26780146],[-390606121.78196],[-552412115.066149],[-3110110756.33075],[0],[0],[-11933.3661422141],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-87993.515852123],[-118767805.031704],[-310999715.488615],[-549873879.429674],[-480631821],[-289768666],[-1661271953],[-815692943],[-552599717],[-599356336],[-278035672],[-1876747.61817326],[-2500409],[-1928917058.20957],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-7230.993148820609],[-1965.804720493415],[-1993087825.0579293,-2001587825.0579333],[-11831337],[19996933.732184444,996933.7321844411],[0],[-41180785.02993703,-271180785.02986705],[-906573381],[0],[-238658685,-663658685],[-217401268],[0],[0],[0]]", + "CYNPC": [ + 0.01, + 5, + 3, + 1.01, + 0.01, + 0.01, + 2, + 0.01, + 2, + 4, + 0.01, + 1.01, + 3, + 0.01, + 1, + 3, + 3, + 4, + 2, + 0.01, + 1.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0.01, + 0, + 1, + 0, + 1, + 8, + 1, + 0, + 0, + 0, + 0 + ], + "EquipOrder_1": [ { - "0": "EquipmentHats106", - "1": "EquipmentBows12", - "2": "EquipmentShirts38", - "3": "EquipmentPendant25", - "4": "EquipmentPants30", - "5": "EquipmentRingsTempest6", - "6": "EquipmentShoes38", - "7": "EquipmentRingsTempest6", - "8": "EquipmentHats118", - "9": "EquipmentKeychain10", - "10": "Trophy2", - "11": "EquipmentKeychain21", - "12": "EquipmentCape13", + "0": "EquipmentHats119", + "1": "EquipmentWands14", + "2": "EquipmentShirts39", + "3": "EquipmentPendant30", + "4": "EquipmentPants31", + "5": "EquipmentRings36", + "6": "EquipmentShoes40", + "7": "EquipmentRings36", + "8": "EquipmentHats82", + "9": "EquipmentKeychain11", + "10": "Trophy20", + "11": "EquipmentKeychain11", + "12": "EquipmentCape9", "13": "Blank", "14": "Blank", "15": "Blank", "length": 16 }, { - "0": "EquipmentTools2", - "1": "EquipmentToolsHatchet3", - "2": "FishingRod2", - "3": "CatchingNet3", + "0": "EquipmentTools11", + "1": "EquipmentToolsHatchet12", + "2": "FishingRod7", + "3": "CatchingNet7", "4": "TrapBoxSet8", - "5": "WorshipSkull7", - "6": "DNAgun0", + "5": "WorshipSkull9", + "6": "Blank", "7": "Blank", "8": "Blank", "9": "Blank", @@ -7562,11 +2302,11 @@ "length": 16 }, { - "0": "Blank", - "1": "FoodPotOr4", - "2": "FoodG9", - "3": "FoodG2", - "4": "FoodPotGr2", + "0": "FoodG6", + "1": "FoodG13", + "2": "FoodG2", + "3": "FoodG9", + "4": "FoodHealth17", "5": "FoodPotGr4", "6": "Blank", "7": "Blank", @@ -7581,156 +2321,56 @@ "length": 16 } ], - "SL_0": "{\"0\":188,\"1\":163,\"5\":195,\"6\":219,\"8\":267,\"9\":100,\"10\":1076,\"11\":494,\"12\":408,\"13\":100,\"81\":200,\"85\":205,\"86\":100,\"87\":385,\"88\":200,\"89\":213,\"90\":103,\"91\":100,\"92\":183,\"93\":100,\"94\":220,\"95\":188,\"96\":185,\"97\":208,\"98\":180,\"99\":217,\"100\":200,\"101\":207,\"102\":210,\"103\":189,\"104\":110,\"105\":127,\"106\":130,\"107\":107,\"108\":115,\"109\":202,\"110\":207,\"111\":105,\"112\":201,\"114\":191,\"115\":147,\"116\":128,\"117\":131,\"118\":145,\"119\":111,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":176,\"141\":100,\"142\":214,\"143\":194,\"144\":152,\"145\":192,\"146\":216,\"147\":202,\"148\":201,\"149\":207,\"195\":100,\"196\":299,\"197\":299,\"198\":299,\"199\":299,\"200\":296,\"201\":1,\"202\":100,\"203\":1,\"204\":89,\"205\":1,\"206\":44,\"207\":100,\"208\":100,\"209\":100,\"616\":50,\"617\":150,\"618\":10,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":1,\"627\":50,\"628\":100,\"631\":100,\"632\":100,\"634\":50,\"635\":100,\"636\":16,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":100,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":200}", - "Lv0_3": [ - 833, - 112, - 133, - 131, - 98, - 142, - 95, - 122, - 1741, - 128, - 77, - 84, - 226, - 166, - 223, - 297, - 353, - 826, - 153, - 19, - -1, - -1, - -1, - -1, - -1 - ], - "LockedSlots_8": [ - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 + "EMm1_6": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":60,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":72,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":72,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":60,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":60,\"Weapon_Power\":40,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":32,\"LUK\":48,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"Weapon_Power\":18,\"LUK\":18,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0}}", + "PVGender_2": 0, + "PVGender_4": 0, + "SL_4": "{\"0\":209,\"1\":215,\"5\":194,\"6\":190,\"8\":158,\"9\":100,\"10\":498,\"11\":494,\"12\":967,\"13\":100,\"144\":157,\"445\":204,\"446\":302,\"447\":100,\"448\":196,\"449\":219,\"450\":148,\"451\":197,\"452\":208,\"453\":100,\"454\":100,\"455\":206,\"456\":217,\"457\":210,\"458\":153,\"459\":220,\"460\":210,\"461\":210,\"462\":208,\"463\":216,\"464\":120,\"465\":187,\"466\":187,\"467\":199,\"468\":201,\"469\":188,\"470\":220,\"472\":192,\"474\":128,\"475\":195,\"476\":209,\"477\":100,\"478\":129,\"486\":167,\"488\":215,\"494\":100,\"495\":131,\"496\":144,\"497\":125,\"498\":195,\"499\":128,\"500\":142,\"505\":2,\"506\":142,\"507\":160,\"508\":146,\"531\":139,\"532\":208,\"533\":196,\"539\":299,\"616\":50,\"618\":40,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":0,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":121}", + "FoodSlO_0": 6, + "ObolEqO0_0": [ + "ObolGoldFishing", + "ObolBronzeMining", + "ObolChizoarA", + "ObolBronzeCatching", + "ObolGoldFishing", + "ObolSilverMining", + "ObolBronzeMining", + "ObolBronzeMining", + "ObolBronzeMining", + "ObolGoldMining", + "ObolKruk", + "ObolGoldKill", + "ObolSilverMining", + "ObolSilverMining", + "ObolSilverMining", + "ObolSilverMining", + "ObolSilverMining", + "ObolBronzeMining", + "ObolGoldMining", + "ObolChizoarA", + "ObolGoldLuck" ], - "LockedSlots_7": [ + "MaxCarryCap_6": "{\"Chopping\":30000,\"Mining\":30000,\"Souls\":2000,\"Quests\":10,\"Fishing\":30000,\"fillerz\":10,\"Critters\":30000,\"Foods\":20000,\"bCraft\":30000,\"Statues\":10,\"Bugs\":30000}", + "PVMinigamePlays_8": 5, + "CSetEq_7": "{\"{%_Dmg,_Drop,_and_EXP\":30}", + "LockedSlots_1": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, 1, 0, 0, + 1, 0, 0, 0, 0, + 1, 0, 0, 0, @@ -7742,6 +2382,8 @@ 0, 0, 0, + 1, + 1, 0, 0, 0, @@ -7771,6 +2413,7 @@ 0, 0, 0, + 1, 0, 0, 0, @@ -7794,80 +2437,14 @@ 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "BGunlocked": [ - 1, - 1, - 1, - 1, - 0, 1, 0, 0, - 1, - 1, - 1, 0, 0, 0, 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, 0, - 1, 0, 0, 0, @@ -7889,225 +2466,723 @@ 0, 0 ], - "Money_1": 8.941626263080281e+33, - "ObolInvOwn": [ - 7, - 6, - 5, - 4 - ], - "MaxCarryCap_4": "{\"Souls\":10000,\"Chopping\":20000,\"Mining\":20000,\"Quests\":10,\"Fishing\":5000,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":20000,\"Bugs\":20000,\"Statues\":10}", - "GamingSprout": "[[1,2,25,3,587,292],[1,2,9,4,224,81],[1,3,25,3,97,195],[1,1,25,4,140,71],[1,1,27,4,449,99],[1,2,27,4,145,267],[1,3,9,3,66,308],[1,1,16,4,343,174],[1,7,27,4,506,151],[1,2,16,4,414,190],[1,1,27,4,343,279],[1,4,9,4,235,251],[1,2,25,4,627,150],[1,4,27,3,332,74],[1,6,9,4,278,313],[1,1,27,4,543,375],[1,3,9,4,564,196],[1,4,25,4,403,329],[1,1,16,4,197,159],[1,1,9,3,535,77],[1,0,-1,-1,0,0],[1,0,-1,-1,0,0],[1,0,-1,-1,0,0],[1,0,-1,-1,0,0],[1,0,0,-1,0,0],[386,467498.2359998894,0,0,470,380],[385,467514.2359998894,0,0,620,364],[367,467509.2359998894,284,409,500.12002034997533,300.28984059088526],[353,349783,27,0,655,76],[278,0,0,0,70,79],[228,300951705.68713546,0,0,107,383],[50,472385410.8071964,0,0,330,383],[166,30,0,0,225,373],[56,15697730.9627057,0,0,265,178],[0,472385410.8071964,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0]]", - "AnvilCraftStatus": "[[1,1,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,2,1,1,1,1,1,1,1,1,1,1,-1,1,0,1,1,1,1,1,1,1,0,0,0,0],[1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,0,1,1,1,0,2,0,0,1,-1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,1,-1,0,0,0,0,1,1,1,1,1,1,1,-1],[1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1],[1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,-1,1,1,1,1,1],[0,0,0,0,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1]]", - "PVStatList_3": [ - 399003, - 151156, - 159390, - 101965, - 833 - ], - "RespTime_1": 0, - "IMmLENGTH_5": 112, - "StatueLevels_8": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "SM_9": "{\"0\":100,\"1\":100,\"5\":150,\"6\":145,\"8\":100,\"9\":100,\"10\":498,\"11\":993,\"12\":408,\"13\":100,\"75\":100,\"144\":132,\"263\":144,\"265\":100,\"266\":299,\"267\":100,\"268\":149,\"269\":153,\"270\":100,\"271\":100,\"272\":140,\"273\":140,\"274\":100,\"276\":146,\"277\":131,\"278\":145,\"279\":128,\"280\":100,\"281\":100,\"282\":100,\"283\":100,\"284\":137,\"285\":100,\"286\":100,\"287\":100,\"288\":100,\"289\":100,\"290\":147,\"291\":100,\"292\":154,\"293\":148,\"294\":100,\"295\":153,\"296\":153,\"297\":129,\"298\":143,\"299\":100,\"316\":100,\"317\":100,\"318\":313,\"319\":313,\"320\":100,\"325\":152,\"326\":152,\"327\":149,\"328\":313,\"360\":100,\"366\":100,\"367\":152,\"368\":153,\"374\":313,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "AnvilPA_9": [ - { - "0": 14258554, - "1": 5331705970.546427, - "2": 100, - "3": 1123022058, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, + "FamValFishingToolkitOwned": [ { "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 + "1": 1, + "2": 10, + "3": 5, + "4": 11, + "5": 12, + "6": 3, + "7": 2, + "8": 6, + "9": 7, + "10": 13, + "11": 8, + "12": 4, + "13": 9, + "14": 14, + "length": 15 }, { "0": 0, - "1": 0, - "2": 345.055873518897, - "3": 107964654, - "length": 4 - }, + "1": 11, + "2": 1, + "3": 5, + "4": 10, + "5": 2, + "6": 12, + "7": 13, + "8": 8, + "9": 3, + "10": 4, + "11": 9, + "12": 14, + "13": 6, + "length": 14 + } + ], + "SteamAchieve": "[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,0,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", + "ObolEqMAP_6": "{\"4\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", + "AnvilPAstats_9": [ + 13, + 600, + 700, + 140, + 1536, + 4 + ], + "SLpre_0": "{\"0\":188,\"1\":163,\"5\":195,\"6\":219,\"8\":267,\"9\":100,\"10\":1020,\"11\":494,\"12\":408,\"13\":100,\"81\":200,\"85\":205,\"86\":100,\"87\":355,\"88\":200,\"89\":213,\"90\":103,\"91\":100,\"92\":183,\"93\":100,\"94\":220,\"95\":188,\"96\":185,\"97\":208,\"98\":180,\"99\":217,\"100\":200,\"101\":207,\"102\":210,\"103\":189,\"104\":110,\"105\":127,\"106\":130,\"107\":107,\"108\":115,\"109\":202,\"110\":207,\"111\":105,\"112\":201,\"114\":191,\"115\":147,\"116\":128,\"117\":131,\"118\":145,\"119\":111,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":176,\"141\":100,\"142\":214,\"143\":194,\"144\":152,\"145\":192,\"146\":216,\"147\":202,\"148\":201,\"149\":207,\"195\":0,\"196\":0,\"197\":0,\"198\":0,\"199\":0,\"200\":0,\"201\":0,\"202\":0,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":100,\"616\":50,\"617\":150,\"618\":0,\"619\":0,\"620\":50,\"621\":144,\"622\":25,\"624\":0,\"625\":862,\"627\":0,\"628\":100,\"631\":100,\"632\":0,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":0,\"639\":0,\"640\":0,\"641\":0,\"642\":116,\"643\":0,\"644\":0,\"645\":0,\"651\":100,\"652\":300,\"654\":0,\"655\":0,\"656\":0,\"657\":0,\"658\":0}", + "ExpReq0_3": [ + 2.2607532863789138e+21, + "1.4789522948094542E10", + 154361500558.53253, + "1.2553868114862338E11", + 2866050755.9359174, + 417544674105.16296, + "1.9985439953817718E9", + 46088152414.911224, + 129561276719403.45, + 264658419.73111945, + 211413925.4593358, + 34509590.81999272, + 1398255.1090094226, + 1557331638.5250974, + 1063544.6526257473, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.0019892833102583e+50, + 2634945585.475608, + 81392.07669049683, + 15, + 15, + 15, + 15, + 15 + ], + "SLpre_1": "{\"0\":193,\"1\":203,\"5\":218,\"6\":208,\"8\":245,\"9\":155,\"10\":498,\"11\":494,\"12\":1002,\"13\":138,\"144\":155,\"445\":210,\"446\":100,\"447\":342,\"448\":210,\"449\":196,\"450\":129,\"451\":130,\"452\":199,\"453\":100,\"454\":100,\"455\":220,\"456\":194,\"457\":220,\"458\":145,\"459\":189,\"460\":204,\"461\":199,\"462\":188,\"463\":169,\"464\":206,\"480\":296,\"481\":296,\"482\":100,\"483\":296,\"484\":100,\"485\":188,\"486\":167,\"487\":189,\"488\":186,\"489\":145,\"490\":206,\"491\":212,\"492\":220,\"493\":206,\"494\":100,\"525\":296,\"526\":296,\"527\":296,\"528\":296,\"529\":296,\"530\":100,\"531\":220,\"532\":220,\"533\":220,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":296,\"585\":1,\"586\":1,\"587\":1,\"588\":1,\"589\":1,\"590\":1,\"591\":1,\"592\":1,\"593\":299,\"594\":1,\"595\":299,\"596\":299,\"597\":299,\"598\":299,\"599\":1,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":27,\"625\":862,\"628\":100,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"639\":100,\"652\":300,\"654\":0,\"655\":44,\"656\":200}", + "StatueLevels_4": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "PVMinigamePlays_0": 5, + "EMmLENGTH1_1": 16, + "SM_0": "{\"0\":188,\"1\":163,\"5\":195,\"6\":219,\"8\":267,\"9\":100,\"10\":1082,\"11\":494,\"12\":408,\"13\":100,\"23\":420,\"75\":100,\"81\":200,\"85\":205,\"86\":100,\"87\":389,\"88\":200,\"89\":213,\"90\":103,\"91\":100,\"92\":183,\"93\":100,\"94\":220,\"95\":188,\"96\":185,\"97\":208,\"98\":180,\"99\":217,\"100\":200,\"101\":207,\"102\":210,\"103\":189,\"104\":110,\"105\":127,\"106\":130,\"107\":107,\"108\":115,\"109\":202,\"110\":207,\"111\":105,\"112\":201,\"114\":191,\"115\":147,\"116\":128,\"117\":131,\"118\":145,\"119\":111,\"120\":118,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":176,\"141\":100,\"142\":214,\"143\":194,\"144\":152,\"145\":192,\"146\":216,\"147\":202,\"148\":201,\"149\":207,\"195\":100,\"196\":299,\"197\":299,\"198\":299,\"199\":299,\"200\":296,\"201\":100,\"202\":100,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":100,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "ExpReq0_8": [ + 6.406908190079303e+22, + 10459794086.081455, + 63576701503.91206, + 217410695325.07056, + 14789522948.094542, + 1098173131055.475, + 14789522948.094542, + 46088152414.911224, + 138435432621.20245, + 75595210.02694722, + 15, + 34509590.81999272, + 19811458.070990447, + 1557331638.5250974, + 302515.9320060309, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.0019892833102583e+50, + 1805021782.6773589, + 42529053.28558268, + 15, + 15, + 15, + 15, + 15 + ], + "SLpre_4": "{\"0\":209,\"1\":215,\"5\":194,\"6\":190,\"8\":158,\"9\":100,\"10\":168,\"11\":104,\"12\":659,\"13\":100,\"144\":157,\"445\":204,\"446\":300,\"447\":100,\"448\":196,\"449\":219,\"450\":148,\"451\":197,\"452\":208,\"453\":100,\"454\":100,\"455\":206,\"456\":217,\"457\":210,\"458\":153,\"459\":220,\"460\":210,\"461\":210,\"462\":208,\"463\":216,\"464\":120,\"465\":187,\"466\":187,\"467\":199,\"468\":201,\"469\":188,\"470\":220,\"472\":192,\"474\":128,\"475\":195,\"476\":209,\"477\":100,\"478\":129,\"486\":167,\"488\":215,\"494\":100,\"505\":127,\"506\":142,\"507\":160,\"508\":146,\"532\":208,\"533\":196,\"539\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"635\":100,\"636\":92,\"637\":100,\"652\":300}", + "AnvilCraftStatus": "[[1,1,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,2,1,1,1,1,1,1,1,1,1,1,-1,1,0,1,1,1,1,1,1,1,0,0,0,0],[1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,0,1,1,1,0,2,0,0,1,-1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,1,-1,0,0,0,0,1,1,1,1,1,1,1,-1],[1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1],[1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,1,0,0,1,-1,1,1,1,1,1],[0,0,0,0,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1]]", + "QuestComplete_7": "{\"Eliteus1\":1,\"Eliteus2\":0,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":-1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":0,\"Nebulyte2\":-1,\"Djonnut2\":-1,\"Nebulyte3\":-1,\"Djonnut3\":-1,\"Lava_Larry1\":1,\"Nebulyte4\":-1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":-1,\"Slargon2\":0,\"Oinkin2\":-1,\"Slargon3\":-1,\"Oinkin3\":-1,\"Slargon4\":-1,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":0,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Stiltzcho2\":1,\"Promotheus2\":1,\"Stiltzcho3\":1,\"Promotheus3\":1,\"Builder_Bird1\":1,\"Stiltzcho4\":1,\"Promotheus4\":0,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":0,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":-1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":-1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":-1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":-1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":0,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":0,\"Scubidew2\":-1,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":0,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":-1,\"Capital_P1\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":-1,\"Capital_P2\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":-1,\"Sprout4\":-1,\"Shuvelle1\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle2\":-1,\"Gobo1\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":-1,\"Gobo2\":1,\"Gobo3\":1,\"Shuvelle4\":-1,\"Falloween_Pumpkin2\":-1,\"Gobo4\":1,\"Shuvelle5\":-1,\"Falloween_Pumpkin3\":-1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":0,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":0,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":0,\"Cowbo_Jones2\":-1,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":0,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":-1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":-1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":0,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":-1,\"Lafu_Shi6\":1,\"Woodsman2\":-1,\"Woodsman3\":-1,\"Hoggindaz1\":1,\"Woodsman4\":-1,\"Hoggindaz2\":0,\"Hoggindaz3\":-1,\"Hoggindaz4\":-1,\"Hoggindaz5\":-1,\"Hoggindaz6\":-1,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Hoggindaz8\":-1,\"Yondergreen1\":-1,\"Funguy3\":1,\"Town_Marble1\":1,\"Telescope1\":1,\"Yondergreen2\":-1,\"Hoggindaz9\":-1,\"Funguy4\":1,\"Funguy5\":0,\"Yondergreen3\":-1,\"Dog_Bone1\":1,\"Yondergreen4\":-1,\"Carpetiem1\":-1,\"Dog_Bone2\":0,\"Bushlyte1\":-1,\"Yondergreen5\":-1,\"Carpetiem2\":-1,\"Bushlyte2\":-1,\"Yondergreen6\":-1,\"Carpetiem3\":-1,\"Bushlyte3\":-1,\"Yondergreen7\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Loominadi2\":-1,\"Speccius1\":1,\"Loominadi3\":-1,\"Speccius2\":1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "EquipOrder_5": [ { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 + "0": "EquipmentHats106", + "1": "EquipmentBows12", + "2": "EquipmentShirts38", + "3": "EquipmentPendant25", + "4": "EquipmentPants30", + "5": "EquipmentRingsTempest6", + "6": "EquipmentShoes38", + "7": "EquipmentRingsTempest6", + "8": "EquipmentHats118", + "9": "EquipmentKeychain10", + "10": "Trophy2", + "11": "EquipmentKeychain21", + "12": "EquipmentCape13", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 }, { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 + "0": "EquipmentTools2", + "1": "EquipmentToolsHatchet3", + "2": "FishingRod2", + "3": "CatchingNet3", + "4": "TrapBoxSet8", + "5": "WorshipSkull7", + "6": "DNAgun0", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 }, { - "0": 0, - "1": 0, - "2": 1745.00836691293, - "3": 1413203, - "length": 4 - }, + "0": "Blank", + "1": "FoodPotOr4", + "2": "FoodG9", + "3": "FoodG2", + "4": "FoodPotGr2", + "5": "FoodPotGr4", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + } + ], + "FoodCD_5": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "NPCdialogue_9": "{\"Loominadi\":0,\"Promotheus\":17,\"Stiltzcho\":10,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":6,\"Masterius\":2,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":7,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Town_Marble\":3,\"Telescope\":9999,\"Yondergreen\":0,\"Hamish\":0,\"Iceland_Irwin\":9999,\"Blobbo\":9999,\"Royal_Worm\":0,\"Tribal_Shaman\":0,\"Krunk\":0,\"Obol_Altar\":9999,\"Goldric\":11,\"Funguy\":9,\"Hoov\":0,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":0,\"Cowbo_Jones\":38,\"Typhoon\":2,\"Egggulyte\":0,\"Eliteus\":5,\"Woodsman\":8,\"Gobo\":9999,\"Bandit_Bob\":19,\"Poigu\":0,\"Picnic_Stowaway\":8,\"Capital_P\":0,\"Sprout\":0,\"Tiki_Chief\":0,\"Coastiolyte\":0,\"Slargon\":12,\"Snake_Jar\":0,\"Oinkin\":0,\"Sussy_Gene\":8,\"Clown\":9999,\"Builder_Bird\":9999,\"Rift_Ripper\":9999,\"Speccius\":11,\"Wellington\":0,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":9999,\"Scripticus\":39,\"Desert_Davey\":9999,\"questDisp\":0,\"Pirate_Porkchop\":11,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Mutton\":0,\"Dog_Bone\":0,\"Gangster_Gus\":12,\"Djonnut\":2,\"TP_Pete\":0,\"Potti\":0,\"Bill_Brr\":0,\"Whattso\":0,\"Legumulyte\":1,\"Walupiggy\":9999,\"XxX_Cattleprod_XxX\":11,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Hoggindaz\":15,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Shuvelle\":0,\"Lonely_Hunter\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Fishpaste97\":0,\"Scubidew\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", + "CharacterClass_0": 14, + "CharacterClass_8": 40, + "PldTraps_8": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "StatueLevels_9": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "MaxCarryCap_4": "{\"Souls\":10000,\"Chopping\":20000,\"Mining\":20000,\"Quests\":10,\"Fishing\":5000,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":20000,\"Bugs\":20000,\"Statues\":10}", + "EMm1_7": "{\"0\":{\"Defence\":0,\"STR\":24,\"WIS\":0,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":48,\"LUK\":0,\"Weapon_Power\":32,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":48,\"LUK\":0,\"Weapon_Power\":32,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0}}", + "ServerGemsReceived": 14371, + "CYDeliveryBoxStreak": 1896, + "InventoryOrder_8": [ + "StonePremLUK", + "StonePremWIS", + "StonePremAGI", + "StoneA7", + "EquipmentHats57", + "EquipmentHats75", + "EquipmentHats62", + "EquipmentHats34", + "EquipmentHats56", + "EquipmentHats4Choppin", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "BuffsActive_8": [], + "Prayers_0": "[4,14,-1,16,1,-1,-1,-1,-1,-1,-1,-1]", + "OptL2_1": [ { - "0": 0, - "1": 0, - "2": 773.250289281816, - "3": 18, - "length": 4 + "0": 174, + "1": 7, + "length": 2 }, { - "0": 0, + "0": 1, "1": 0, - "2": 5938.74774724725, - "3": 39201577, + "2": "Toobus_Goobus2", + "3": 0, "length": 4 - }, + } + ], + "AttackLoadoutpre_8": "[[460,635,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "CardPreset_9": "[[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w6a1\",\"w5a1\",\"w5b3\",\"poopBig\",\"wolfB\",\"poopD\",\"Boss6C\",\"Boss3C\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Crystal1\",\"Crystal2\",\"w5b4\",\"babaMummy\",\"Boss2A\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a4\",\"w7a1\",\"Boss4B\",\"wolfA\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", + "ObolEqO0_2": [ + "ObolGoldLuck", + "ObolSilver1", + "ObolChizoarA", + "ObolSilver1", + "ObolPink1", + "ObolBronze1", + "ObolSilver1", + "ObolPlatinum1", + "ObolPlatinum1", + "ObolGoldLuck", + "ObolKruk", + "ObolGoldLuck", + "ObolPlatinum1", + "ObolPlatinum1", + "ObolPlatinum1", + "ObolPlatinum1", + "ObolGold1", + "ObolGold1", + "ObolGoldLuck", + "ObolChizoarA", + "ObolGoldLuck" + ], + "ObolEqMAP_9": "{\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"13\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"15\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"16\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", + "AFKtarget_8": "w7a12", + "AtkCD_1": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "DungUpg": "[[10,10,10,10,10,8,8,10,8,6,7,7,8,10,10,4,8,5,5,11,5,5,5,5,0,0,6,0,4,0,5,0,5,5,6,5,5,4,5,5,0,-1,0,5,5,10,1,0],[100,100,100,100,100,100,100,100],[1,5,9,11,12,18,21,22,-1],[18,18,18,18,3,3,3,3,3,3],[20,20,31,18],[50,50,50,50,50,50,50,50],[1,1,1,1,1,1,1,1,1,1]]", + "ObolInvMAP_1": "{\"10\":{\"UQ1val\":1,\"WIS\":1,\"UQ1txt\":\"%_MONEY\"},\"16\":{\"UQ1val\":1,\"AGI\":2,\"UQ1txt\":\"%_DROP_CHANCE\"}}", + "EquipQTY_9": [ { - "0": 0, - "1": 0, - "2": 4626.33386279429, - "3": 376779, - "length": 4 + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 0, + "10": 1, + "11": 1, + "12": 1, + "13": 0, + "14": 0, + "15": 0, + "length": 16 }, { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 }, { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, + "0": 388, + "1": 5274, + "2": 12375, + "3": 12684, + "4": 24162, + "5": 112, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + } + ], + "OptL2_5": [ { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 + "0": 710, + "1": 10, + "length": 2 }, { - "0": 0, + "0": 1, "1": 0, - "2": 0, + "2": "Tired_Mole3", "3": 0, "length": 4 } ], - "AnvilPAstats_2": [ - 1, - 600, - 700, - 237, - 1545, - 29 + "EMmLENGTH1_3": 16, + "FoodCD_3": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 ], - "AnvilPAselect_3": [ - 8, - 10, - 9 + "SL_3": "{\"0\":245,\"1\":245,\"5\":245,\"6\":245,\"8\":245,\"9\":100,\"10\":1254,\"11\":494,\"12\":408,\"13\":100,\"81\":245,\"85\":299,\"86\":444,\"87\":100,\"88\":299,\"89\":299,\"90\":121,\"91\":139,\"92\":198,\"93\":245,\"94\":245,\"95\":245,\"96\":245,\"97\":245,\"98\":219,\"99\":203,\"100\":197,\"101\":200,\"102\":180,\"103\":197,\"104\":153,\"111\":100,\"119\":136,\"120\":218,\"121\":211,\"122\":121,\"123\":139,\"124\":0,\"125\":211,\"127\":219,\"129\":245,\"130\":245,\"131\":245,\"132\":245,\"133\":144,\"141\":245,\"142\":313,\"143\":313,\"144\":313,\"149\":300,\"165\":313,\"166\":313,\"167\":313,\"168\":313,\"169\":313,\"170\":142,\"175\":175,\"176\":174,\"177\":199,\"178\":313,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "SLpre_2": "{\"0\":142,\"1\":100,\"5\":196,\"6\":205,\"8\":150,\"9\":100,\"10\":168,\"11\":653,\"12\":104,\"13\":100,\"144\":197,\"263\":154,\"265\":100,\"266\":309,\"267\":100,\"268\":137,\"269\":145,\"270\":127,\"271\":135,\"272\":143,\"273\":214,\"274\":138,\"276\":200,\"277\":205,\"278\":185,\"279\":136,\"280\":132,\"281\":153,\"282\":100,\"283\":155,\"284\":205,\"285\":151,\"286\":151,\"287\":138,\"288\":137,\"289\":141,\"290\":245,\"291\":100,\"292\":143,\"293\":194,\"294\":141,\"295\":153,\"296\":146,\"297\":145,\"298\":144,\"299\":144,\"325\":147,\"326\":159,\"327\":154,\"328\":226,\"366\":178,\"367\":170,\"368\":219,\"374\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"652\":300}", + "CYKeysAll": [ + 2782, + 1847, + 4311, + 12511, + 35025, + 0, + 0, + 0 ], - "SL_8": "{\"0\":299,\"1\":299,\"5\":245,\"6\":245,\"8\":299,\"9\":100,\"10\":498,\"11\":494,\"12\":936,\"13\":100,\"144\":217,\"445\":245,\"446\":100,\"447\":294,\"448\":245,\"449\":245,\"450\":100,\"451\":100,\"452\":141,\"453\":100,\"454\":100,\"455\":146,\"456\":141,\"457\":152,\"458\":100,\"459\":145,\"460\":142,\"461\":157,\"462\":148,\"463\":100,\"464\":109,\"480\":100,\"481\":140,\"482\":100,\"483\":299,\"484\":100,\"485\":147,\"486\":100,\"487\":149,\"488\":159,\"489\":100,\"490\":100,\"491\":128,\"492\":147,\"493\":147,\"494\":100,\"525\":198,\"526\":224,\"527\":200,\"528\":100,\"529\":299,\"530\":155,\"531\":209,\"532\":214,\"533\":181,\"535\":299,\"536\":299,\"537\":299,\"538\":299,\"539\":299,\"585\":1,\"586\":100,\"587\":100,\"588\":1,\"589\":1,\"590\":1,\"591\":1,\"592\":1,\"593\":100,\"594\":100,\"595\":100,\"596\":100,\"597\":100,\"598\":100,\"599\":100,\"616\":50,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":0,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":100,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":200}", - "AnvilPA_3": [ + "CMmLENGTH": 552, + "IMm_0": "{\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"3\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0},\"4\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"5\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"6\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"44\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"72\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"73\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"74\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"76\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"77\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"78\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"79\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "FamValWorldSelected": 330, + "CauldronInfo": [ { - "0": 0, - "1": 0, - "2": 82.4607988366688, - "3": 126376095, - "length": 4 + "0": 10346, + "1": 2001, + "2": 1000, + "3": 1053, + "4": 1000, + "5": 576, + "6": 583, + "7": 665, + "8": 606, + "9": 756, + "10": 578, + "11": 1001, + "12": 2179, + "13": 574, + "14": 574, + "15": 419, + "16": 1011, + "17": 539, + "18": 423, + "19": 415, + "20": 419, + "21": 600, + "22": 542, + "23": 564, + "24": 454, + "25": 1013, + "26": 553, + "27": 1412, + "28": 348, + "29": 1017, + "30": 81, + "31": 64, + "32": 122, + "33": 1, + "34": 1, + "35": 1, + "length": 36 }, { - "0": 0, - "1": 0, - "2": 111.502426017322, - "3": 19640257, - "length": 4 + "0": 13823, + "1": 2020, + "2": 577, + "3": 1000, + "4": 710, + "5": 1578, + "6": 1007, + "7": 580, + "8": 576, + "9": 573, + "10": 580, + "11": 576, + "12": 578, + "13": 575, + "14": 578, + "15": 405, + "16": 1014, + "17": 796, + "18": 403, + "19": 407, + "20": 406, + "21": 541, + "22": 405, + "23": 404, + "24": 410, + "25": 1024, + "26": 310, + "27": 318, + "28": 312, + "29": 422, + "30": 80, + "31": 1, + "32": 97, + "33": 1, + "34": 1, + "length": 35 }, { - "0": 0, - "1": 0, - "2": 330.607785332052, - "3": 17656, - "length": 4 + "0": 14704, + "1": 1260, + "2": 1001, + "3": 575, + "4": 1006, + "5": 574, + "6": 1003, + "7": 1564, + "8": 579, + "9": 574, + "10": 576, + "11": 575, + "12": 574, + "13": 579, + "14": 578, + "15": 417, + "16": 1003, + "17": 659, + "18": 418, + "19": 418, + "20": 415, + "21": 540, + "22": 419, + "23": 419, + "24": 416, + "25": 1022, + "26": 1465, + "27": 370, + "28": 900, + "29": 1021, + "30": 121, + "31": 67, + "32": 60, + "33": 1, + "34": 1, + "35": 1, + "36": 1, + "37": 1, + "length": 38 }, { - "0": 0, - "1": 0, - "2": 647.213369294282, - "3": 921517, - "length": 4 + "0": 6097, + "1": 574, + "2": 576, + "3": 578, + "4": 581, + "5": 574, + "6": 574, + "7": 581, + "8": 21978, + "9": 4315, + "10": 577, + "11": 575, + "12": 576, + "13": 577, + "14": 578, + "15": 452, + "16": 412, + "17": 1620, + "18": 410, + "19": 409, + "20": 409, + "21": 4502, + "22": 409, + "23": 411, + "24": 412, + "25": 291, + "26": 293, + "27": 457, + "28": 1312, + "29": 294, + "30": 990, + "31": 84, + "32": 79, + "33": 1, + "34": 1, + "length": 35 }, { - "0": 0, - "1": 0, - "2": 466.810457396313, - "3": 21214288, - "length": 4 + "0": 13, + "1": 13, + "2": 13, + "3": 13, + "4": 13, + "5": 13, + "6": 13, + "7": 13, + "8": 13, + "9": 13, + "10": 13, + "11": 13, + "12": 13, + "13": 13, + "14": 13, + "15": 13, + "16": 13, + "17": 13, + "18": 13, + "19": 13, + "20": 2, + "21": 13, + "22": 13, + "23": 13, + "24": 13, + "25": 10, + "26": 13, + "27": 13, + "28": 5, + "29": 13, + "30": 13, + "31": 13, + "32": 13, + "33": 9, + "34": 13, + "35": 13, + "36": 13, + "37": 13, + "38": 13, + "39": 7, + "40": 13, + "41": 0, + "42": 13, + "43": 13, + "44": 13, + "45": 13, + "46": 13, + "47": 13, + "48": 13, + "49": 3, + "50": 13, + "51": 13, + "52": 13, + "53": 13, + "54": 4, + "55": 9, + "56": 13, + "57": 13, + "58": 12, + "59": 13, + "60": 13, + "61": 13, + "62": 13, + "63": 13, + "64": 13, + "65": 13, + "66": 13, + "67": 13, + "68": 13, + "69": 7, + "70": 11, + "71": 13, + "72": 13, + "73": 13, + "74": 13, + "75": 0, + "76": 0, + "77": 0, + "78": 0, + "79": 0, + "80": 0, + "81": 0, + "82": 0, + "83": 0, + "84": 0, + "85": 0, + "length": 86 }, { - "0": 0, - "1": 0, - "2": 0, - "3": 0, + "0": 2133228861774.7273, + "1": 981567165724.3254, + "2": 72932591696.42534, + "3": 640081025643.0225, "length": 4 }, { - "0": 0, - "1": 0, - "2": 256.513164286117, - "3": 126845, + "0": 40720.39965355898, + "1": 42260.69038825898, + "2": 28509.123747443613, + "3": 33111.2754221199, "length": 4 }, { "0": 0, - "1": 0, + "1": 2, "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 3735, - "1": 20916592.794696383, - "2": 676.78177411668, - "3": 99230982, - "length": 4 - }, - { - "0": 2637, - "1": 18049311.533415377, - "2": 1702.6741386186332, - "3": 70045399, - "length": 4 - }, - { - "0": 1868, - "1": 16272816.741540976, - "2": 1728.5665107499808, - "3": 49615491, - "length": 4 + "3": 3, + "4": 0, + "length": 5 }, { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 + "length": 0 }, { "0": 0, @@ -8121,199 +3196,50 @@ "1": 0, "2": 0, "3": 0, - "length": 4 - } - ], - "StampLvM": [ - { - "0": 155, - "1": 135, - "2": 140, - "3": 96, - "4": 150, - "5": 100, - "6": 92, - "7": 63, - "8": 72, - "9": 88, - "10": 18, - "11": 112, - "12": 42, - "13": 60, - "14": 80, - "15": 108, - "16": 100, - "17": 95, - "18": 150, - "19": 75, - "20": 147, - "21": 45, - "22": 120, - "23": 51, - "24": 100, - "25": 190, - "26": 84, - "27": 104, - "28": 90, - "29": 100, - "30": 150, - "31": 225, - "32": 147, - "33": 84, - "34": 133, - "35": 140, - "36": 130, - "37": 210, - "38": 76, - "39": 100, - "40": 0, - "41": 160, - "42": 0, - "43": 0, - "length": 44 - }, - { - "0": 325, - "1": 305, - "2": 110, - "3": 230, - "4": 80, - "5": 260, - "6": 100, - "7": 340, - "8": 130, - "9": 290, - "10": 140, - "11": 290, - "12": 96, - "13": 130, - "14": 130, - "15": 62, - "16": 105, - "17": 140, - "18": 115, - "19": 110, - "20": 176, - "21": 130, - "22": 184, - "23": 155, - "24": 200, - "25": 90, - "26": 78, - "27": 0, - "28": 0, - "29": 104, - "30": 78, - "31": 52, - "32": 0, - "33": 46, - "34": 0, - "35": 138, - "36": 360, - "37": 315, - "38": 190, - "39": 220, - "40": 360, - "41": 230, - "42": 100, - "43": 80, - "44": 120, - "45": 200, - "46": 50, - "47": 85, - "48": 96, - "49": 60, - "50": 56, - "51": 112, - "52": 112, - "53": 88, - "54": 0, - "55": 0, - "56": "8", - "length": 57 - }, - { - "0": 220, - "1": 100, - "2": 220, - "3": 0, "4": 0, - "5": 55, - "6": 124, - "7": 70, - "8": 260, - "9": 160, - "10": 110, - "11": 216, + "5": 0, + "6": 4, + "7": 0, + "8": 28, + "9": 0, + "10": 0, + "11": 0, "12": 0, - "13": 38, - "14": 56, - "15": 52, - "16": 0, - "17": 62, - "18": 104, - "19": 40, - "20": 51, - "21": 85, - "22": 104, - "23": 200, - "24": 75, - "25": 4, - "26": 105, - "length": 27 - } - ], - "CharacterClass_3": 12, - "ItemQTY_3": [ - 127, - 2, - 1461377, - 557274, - 825429, - 5179241, - 272364, - 13297, - 1, - 458836, - 78481, - 8, - 11, - 10, - 2, - 5179241, - 5179241, - 1, - 1, - 1, - 1, - 5179241, - 1, - 1, - 2, - 5179241, - 1, - 3271820, - 15875, - 5179241, - 1, - 1, + "13": 0, + "14": 0, + "15": 0, + "16": 0, + "17": 34, + "18": 0, + "length": 19 + } + ], + "EMmLENGTH1_9": 16, + "IMmLENGTH_9": 112, + "PVFishingSpotIndex_4": 0, + "AFKtarget_0": "Spelunking3", + "AnvilPAselect_2": [ + 6, + 6, + 6 + ], + "AttackLoadout_5": "[[302,300,361,362,363,301],[315,420,421,423,\"Null\",429],[273,\"Null\",310,634,639,635],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "ItemQTY_0": [ 1, 1, + 8576, 1, - 3, 1, 1, 1, 1, 0, 0, + 2584, 0, 0, 0, - 1, 0, - 5179241, - 5179241, 0, 0, 0, @@ -8337,7 +3263,6 @@ 0, 0, 0, - 1, 0, 0, 0, @@ -8371,71 +3296,13 @@ 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "BuffsActive_1": [], - "PVFishingToolkit_3": [ 1, - 11 - ], - "Lv0_0": [ - 914, - 102, - 133, - 121, - 100, - 142, - 81, - 122, - 933, - 123, - 79, - 84, - 222, - 166, - 229, - 297, - 353, - 826, - 153, - 44, - -1, - -1, - -1, - -1, - -1 - ], - "AttackLoadout_8": "[[490,482,526,529,588,\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[634,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "SM_2": "{\"0\":142,\"1\":100,\"5\":196,\"6\":205,\"8\":150,\"9\":100,\"10\":498,\"11\":1208,\"12\":408,\"13\":100,\"23\":420,\"75\":100,\"144\":197,\"263\":154,\"265\":100,\"266\":339,\"267\":100,\"268\":137,\"269\":145,\"270\":127,\"271\":135,\"272\":143,\"273\":214,\"274\":138,\"276\":200,\"277\":299,\"278\":299,\"279\":136,\"280\":132,\"281\":153,\"282\":100,\"283\":155,\"284\":299,\"285\":151,\"286\":151,\"287\":138,\"288\":137,\"289\":141,\"290\":299,\"291\":100,\"292\":143,\"293\":299,\"294\":141,\"295\":153,\"296\":146,\"297\":145,\"298\":144,\"299\":144,\"316\":100,\"317\":100,\"318\":299,\"319\":299,\"320\":204,\"325\":147,\"326\":159,\"327\":154,\"328\":226,\"360\":100,\"366\":178,\"367\":170,\"368\":219,\"374\":299,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "PTimeAway_9": 1769845.1245890001, - "EMmLENGTH1_4": 16, - "Prayers_7": "[-1,14,4,16,1,-1,-1,-1,-1,-1,-1,-1]", - "CharacterClass_2": 22, - "bun_e": 1, - "AnvilPAselect_9": [ - 0, + 1, + 1, 0, - 0 - ], - "ObolInvMAP_3": "{}", - "QuestComplete_3": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX1\":-1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":0,\"Masterius2\":-1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":0,\"Slargon4\":1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":0,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Mr_Pigibank1\":1,\"Dazey1\":-1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":0,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Builder_Bird1\":1,\"Promotheus4\":0,\"Stiltzcho4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":0,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":0,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":1,\"Obol_Altar1\":1,\"Krunk1\":1,\"Glumlee5\":1,\"Royal_Worm2\":1,\"Krunk2\":1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":1,\"Papua_Piggea1\":-1,\"Krunk3\":1,\"Royal_Worm4\":1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":0,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":0,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":1,\"Hoov2\":1,\"Hoov3\":1,\"Hoov4\":1,\"Blobbo1\":1,\"Hamish1\":0,\"Scubidew1\":-1,\"Blobbo2\":1,\"Hamish2\":-1,\"Scubidew2\":-1,\"TP_Pete1\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":0,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":0,\"Sprout1\":0,\"Capital_P1\":-1,\"Lonely_Hunter1\":1,\"Sprout2\":-1,\"Capital_P2\":-1,\"Lonely_Hunter2\":0,\"Sprout3\":-1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":0,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":-1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":-1,\"Cactolyte4\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":0,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":1,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion5\":1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion6\":1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":-1,\"Lafu_Shi6\":1,\"Woodsman2\":-1,\"Woodsman3\":-1,\"Hoggindaz1\":1,\"Woodsman4\":-1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":0,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Town_Marble1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Funguy3\":-1,\"Funguy4\":-1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Carpetiem1\":1,\"Bushlyte1\":-1,\"Dog_Bone2\":0,\"Yondergreen6\":-1,\"Carpetiem2\":0,\"Bushlyte2\":-1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":-1,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "Lab": "[[1611,246,1379,250,1861,335,1184,252,1013,293,201,252,890,145,446,277,1890,137,744,282,440,100,480,100],[21,20,9,17,16,15,8],[21,9,18,17,16,15,20],[21,10,7,17,16,10,9],[21,20,18,17,16,15,9],[11,14,10,11,7,13,9],[21,14,10,11,7,13,9],[21,10,10,17,7,10,10],[11,14,10,11,7,13,9],[11,14,10,11,7,13,9],[11,14,10,11,7,13,8],[-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1],[0,11,0],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0],[20,21,17,16,20,18,20,17,13,13,17,17,9,7,13,4,4,7,4,3,3,9,-1,-1,-1],[1,1,1,1]]", - "ItemQTY_4": [ 2, 1, - 262, - 1, - 20, 1, - 0, - 0, - 3, - 0, 1, 1, 0, @@ -8448,67 +3315,6 @@ 0, 0, 0, - 56, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, 0, 0, 0, @@ -8530,6 +3336,12 @@ 0, 0, 0, + 0 + ], + "EMmLENGTH0_4": 16, + "PldTraps_3": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "PTimeAway_3": 1770380.560468, + "FoodCD_8": [ 0, 0, 0, @@ -8539,90 +3351,67 @@ 0, 0 ], - "BuffsActive_4": [], - "PVFishingSpotIndex_5": -1, - "PVStatList_0": [ - 273317, - 133055, - 140936, - 77717, - 914 + "SM_4": "{\"0\":209,\"1\":215,\"5\":194,\"6\":190,\"8\":158,\"9\":100,\"10\":498,\"11\":494,\"12\":1025,\"13\":100,\"23\":420,\"75\":100,\"144\":157,\"445\":204,\"446\":331,\"447\":100,\"448\":196,\"449\":219,\"450\":148,\"451\":197,\"452\":208,\"453\":100,\"454\":100,\"455\":206,\"456\":217,\"457\":210,\"458\":153,\"459\":220,\"460\":210,\"461\":210,\"462\":208,\"463\":216,\"464\":120,\"465\":187,\"466\":187,\"467\":199,\"468\":201,\"469\":188,\"470\":220,\"472\":192,\"474\":128,\"475\":195,\"476\":209,\"477\":100,\"478\":129,\"486\":167,\"488\":215,\"494\":100,\"495\":131,\"496\":144,\"497\":125,\"498\":195,\"499\":128,\"500\":142,\"505\":127,\"506\":142,\"507\":160,\"508\":146,\"531\":139,\"532\":208,\"533\":196,\"539\":299,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "AFKtarget_2": "w7a12", + "OptL2_8": [ + { + "0": 710, + "1": 9, + "length": 2 + }, + { + "0": 1, + "1": 0, + "2": "Scripticus2", + "3": 0, + "length": 4 + } ], - "PlayerStuff_2": "[14582,1,5,0,0,0,0,0,0,0]", - "ItemQTY_6": [ + "Lv0_6": [ + 857, + 130, + 136, + 160, + 125, + 142, + 145, + 125, + 1234, + 130, + 21, + 84, + 232, + 166, + 189, + 297, + 353, + 826, + 149, + 26, + -1, + -1, + -1, + -1, + -1 + ], + "OptL_5": [ 1, 1, + 2, + 22, + 1, 0, + 1135, 0, 0, 0, 0, 0, + 2, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 0, - 0, - 0, + 1, + 9, + 40, 0, 0, 0, @@ -8630,11 +3419,37 @@ 1, 1, 1, + 1, + 1, 0, + 1, + 1, 0, 0, 0, + 3300, + 0 + ], + "PVtStarSign_6": "44,50,69,", + "AttackLoadout_3": "[[168,165,120,121,167,91],[90,639,634,94,\"Null\",\"Null\"],[130,\"Null\",100,635,\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "ArcUnclaim": "{}", + "AnvilPAselect_3": [ + 8, + 10, + 9 + ], + "CYTalentPoints": [ + 8, + 38, + 45, + 6, 0, + 7 + ], + "FoodSlO_6": 6, + "LockedSlots_6": [ + 1, + 1, 0, 0, 0, @@ -8660,92 +3475,6 @@ 0, 0, 0, - 0, - 0 - ], - "Boats": "[[8,11,0,195,218000.00000001668,171],[2,11,0,189,174055.5555555672,121],[0,11,0,183,213277.7777777939,112],[3,11,0,169,31722.222222221895,124],[4,11,0,143,206055.55555557084,121],[5,11,0,145,239777.77777779693,136],[6,11,0,146,37777.777777777366,132],[7,11,0,148,209833.33333334906,136],[1,11,0,143,34722.222222221855,143],[9,11,0,148,236222.22222224096,137],[10,11,0,158,163555.55555556595,142],[13,11,0,165,243000.00000001953,142],[12,11,0,145,41388.888888888425,148],[14,11,0,158,246222.2222222421,138],[11,11,0,144,44888.888888888374,130],[16,11,0,139,221611.1111111282,140],[17,11,0,137,202444.44444445928,142],[15,11,0,142,249388.88888890913,144],[18,11,0,152,167444.4444444553,143],[19,11,0,118,252444.44444446504,150]]", - "PVGender_3": 0, - "StatueLevels_2": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "ObolEqMAP_9": "{\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"13\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"15\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"16\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", - "FoodSlO_8": 6, - "QuestStatus_4": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[323548,0],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[17316,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[61081],\"Oinkin1\":[9],\"Slargon2\":[202027055],\"Oinkin2\":[7,2,3],\"Slargon3\":[219304498],\"Oinkin3\":[1],\"Slargon4\":[\"0\"],\"Poigu1\":[62],\"Poigu2\":[62],\"Poigu3\":[153],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[52],\"Mutton1\":[0,0,0],\"Bellows2\":[7184],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[12,74],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Builder_Bird1\":[0],\"Promotheus4\":[\"0\"],\"Stiltzcho4\":[14899],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[44720],\"Stiltzcho6\":[55087],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[62],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[1545],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[5],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[82767535],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[1,1],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[19295],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[40989],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[945599],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[0],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"TP_Pete1\":[40,87],\"Hamish2\":[0],\"Scubidew2\":[\"0\",\"121\"],\"Hamish3\":[0],\"Scubidew3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[11],\"Cowbo_Jones10\":[1,1],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[10],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[4],\"Scripticus5\":[10],\"Meel1\":[50],\"Cowbo_Jones13\":[100],\"Scripticus6\":[0],\"Meel2\":[0],\"Cowbo_Jones14\":[1,1],\"Tired_Mole1\":[11144342],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[19214065],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[1],\"Shuvelle2\":[0],\"Gobo2\":[1],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[1,\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",23],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[11],\"Whattso3\":[13],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[\"0\"],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[4,1],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[9],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[20],\"Cowbo_Jones3\":[5],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[17],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[7],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[2343,17],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[0],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,4],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Toadstall2\":[\"0\"],\"Centurion3\":[219063],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[14,82767535],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,89],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[2,25],\"Hoggindaz5\":[2],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[43],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Town_Marble1\":[0],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Funguy3\":[0],\"Funguy4\":[35,\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Carpetiem1\":[770],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[234,\"1\"],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[1],\"Carpetiem4\":[44],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[17],\"Speccius2\":[1],\"Loominadi3\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "PVMinigamePlays_6": 5, - "AnvilPAstats_1": [ - 5, - 600, - 700, - 167, - 1206, - 58 - ], - "RespTime_3": 0, - "AFKtarget_4": "w7a11", - "ObolEqMAP_5": "{\"0\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"UQ1val\":1,\"STR\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"2\":{\"UQ1val\":1,\"AGI\":1,\"UQ1txt\":\"%_DROP_CHANCE\"},\"3\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"5\":{\"UQ1val\":1,\"STR\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"6\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"AGI\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"7\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"8\":{\"UQ1val\":1,\"AGI\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"9\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"10\":{\"UQ1val\":1,\"LUK\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"11\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"12\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"13\":{\"UQ1val\":1,\"STR\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"14\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"15\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"16\":{\"LUK\":-1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"17\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":0,\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":2,\"SuperFunItemDisplayType\":\"Inventory\"},\"19\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":0,\"SuperFunItemDisplayType\":\"Inventory\"},\"20\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":0,\"SuperFunItemDisplayType\":\"Inventory\"}}", - "FoodSlO_9": 6, - "StatueLevels_0": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "SLpre_9": "{\"0\":100,\"1\":100,\"5\":150,\"6\":145,\"8\":100,\"9\":100,\"10\":168,\"11\":527,\"12\":104,\"13\":100,\"144\":132,\"263\":144,\"265\":100,\"266\":261,\"267\":100,\"268\":149,\"269\":153,\"270\":100,\"271\":100,\"272\":140,\"273\":140,\"274\":100,\"276\":146,\"277\":131,\"278\":145,\"279\":128,\"280\":100,\"281\":100,\"282\":100,\"283\":100,\"284\":137,\"285\":100,\"286\":100,\"287\":100,\"288\":100,\"289\":100,\"290\":147,\"291\":100,\"292\":154,\"293\":148,\"294\":100,\"295\":153,\"296\":153,\"297\":129,\"298\":143,\"299\":100,\"325\":152,\"326\":152,\"327\":149,\"328\":100,\"367\":152,\"368\":153,\"374\":155,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"635\":100,\"636\":92,\"637\":100,\"652\":300}", - "SL_9": "{\"0\":100,\"1\":100,\"5\":150,\"6\":145,\"8\":100,\"9\":100,\"10\":498,\"11\":923,\"12\":408,\"13\":100,\"144\":132,\"263\":144,\"265\":100,\"266\":264,\"267\":100,\"268\":149,\"269\":153,\"270\":100,\"271\":100,\"272\":140,\"273\":140,\"274\":100,\"276\":146,\"277\":131,\"278\":145,\"279\":128,\"280\":100,\"281\":100,\"282\":100,\"283\":100,\"284\":137,\"285\":100,\"286\":100,\"287\":100,\"288\":100,\"289\":100,\"290\":147,\"291\":100,\"292\":154,\"293\":148,\"294\":100,\"295\":153,\"296\":153,\"297\":129,\"298\":143,\"299\":100,\"316\":100,\"317\":100,\"318\":313,\"319\":313,\"320\":100,\"325\":152,\"326\":152,\"327\":149,\"328\":313,\"360\":100,\"366\":100,\"367\":152,\"368\":153,\"374\":313,\"615\":88,\"616\":50,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"634\":50,\"635\":1,\"636\":0,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"651\":0,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100}", - "QuestHm_7": [ - { - "0": "Hoggindaz2", - "1": "Buy_Trap_from_Shop:", - "2": 1, - "3": "1", - "4": "Place_a_Trap_in_Jungle:", - "5": "0", - "6": "1", - "length": 7 - }, - { - "0": "Tired_Mole3", - "1": "Equip_the_Divine_Scarf:", - "2": "0", - "3": "1", - "4": "Get_Kattlekruk_Cape:", - "5": "0", - "6": "1", - "length": 7 - }, - { - "0": "Stiltzcho6", - "1": "AFK_at_Slimes:", - "2": 125862, - "3": "57600", - "length": 4 - }, - { - "0": "Loominadi1", - "1": "Quest18", - "2": 0, - "3": 10, - "length": 4 - }, - { - "0": "Slargon2", - "1": "Defeat_Maccies:", - "2": "0", - "3": "250000", - "length": 4 - } - ], - "CharSAVED_3": 5, - "QuestComplete_5": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":-1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Lava_Larry1\":1,\"Nebulyte4\":-1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":1,\"Slargon4\":1,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":1,\"Mutton4\":0,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Stiltzcho2\":1,\"Promotheus2\":1,\"Stiltzcho3\":1,\"Promotheus3\":0,\"Builder_Bird1\":1,\"Stiltzcho4\":1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":1,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":0,\"Scubidew2\":0,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":-1,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":-1,\"Capital_P1\":1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P2\":1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":1,\"Sprout4\":-1,\"Shuvelle1\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle2\":-1,\"Gobo1\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":-1,\"Gobo2\":1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":-1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":0,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":0,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":0,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":0,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":-1,\"Hoggindaz1\":1,\"Woodsman4\":-1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Hoggindaz8\":-1,\"Yondergreen1\":-1,\"Funguy3\":0,\"Town_Marble1\":1,\"Telescope1\":1,\"Yondergreen2\":-1,\"Hoggindaz9\":-1,\"Funguy4\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Bushlyte1\":-1,\"Dog_Bone2\":1,\"Carpetiem1\":-1,\"Yondergreen6\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":-1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":-1,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "POu_5": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,23700,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "RespTime_7": 0, - "PldTraps_8": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "RespTime_8": 0, - "CurrentMap_0": 311, - "AttackLoadoutpre_4": "[[460,635,\"Null\",\"Null\",\"Null\",475],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "PVInstaRevives_4": 1, - "CharacterClass_0": 14, - "PVtStarSign_4": "69,55,5,", - "SM_7": "{\"0\":142,\"1\":100,\"5\":146,\"6\":146,\"8\":100,\"9\":100,\"10\":1012,\"11\":494,\"12\":408,\"13\":100,\"75\":100,\"81\":128,\"85\":151,\"86\":100,\"87\":299,\"88\":145,\"89\":152,\"90\":100,\"91\":100,\"92\":130,\"93\":100,\"94\":140,\"95\":150,\"96\":195,\"97\":154,\"98\":202,\"99\":225,\"100\":188,\"101\":178,\"102\":142,\"103\":188,\"104\":100,\"105\":141,\"106\":138,\"107\":100,\"108\":100,\"109\":100,\"110\":135,\"111\":100,\"112\":100,\"114\":100,\"115\":150,\"116\":142,\"117\":141,\"118\":148,\"119\":100,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":100,\"141\":100,\"142\":191,\"143\":190,\"144\":100,\"145\":100,\"146\":100,\"147\":100,\"148\":100,\"149\":299,\"195\":100,\"196\":100,\"197\":100,\"198\":100,\"199\":299,\"200\":100,\"201\":100,\"202\":100,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":299,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "StatueLevels_1": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "PldTraps_1": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "Shrine": "[[150,3,1416,25,10476756.154029043,0],[161,8,711,25,7710424.734772846,0],[150,3,1348,25,6044556.046778028,0],[150,3,1968,25,3649360.833964245,0],[150,3,1522,25,4186167.7607599907,0],[150,0,636,25,552448.1792811622,0],[150,0,708,25,3057018.4950743723,0],[150,0,792,24,9415453.66584455,0],[150,0,877,24,194817.54199989693,0]]", - "PVInstaRevives_9": 1, - "NPCdialogue_4": "{\"Stiltzcho\":29,\"Promotheus\":17,\"Loominadi\":15,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":3,\"Centurion\":15,\"Lava_Larry\":9999,\"Carpetiem\":19,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Hamish\":2,\"Town_Marble\":3,\"Blobbo\":6,\"Scubidew\":0,\"Iceland_Irwin\":9999,\"Yondergreen\":0,\"Telescope\":9999,\"Krunk\":0,\"Obol_Altar\":9999,\"Royal_Worm\":16,\"Tribal_Shaman\":0,\"Goldric\":26,\"Funguy\":16,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":13,\"Woodlin_Elder\":7,\"Cowbo_Jones\":59,\"Eliteus\":5,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":12,\"Gobo\":18,\"Bandit_Bob\":21,\"Picnic_Stowaway\":20,\"Poigu\":9,\"Capital_P\":0,\"Sprout\":3,\"Tiki_Chief\":5,\"Coastiolyte\":0,\"Oinkin\":10,\"Snake_Jar\":16,\"Slargon\":9,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Meel\":6,\"Wellington\":3,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Dog_Bone\":16,\"Mutton\":12,\"Gangster_Gus\":12,\"Djonnut\":13,\"TP_Pete\":15,\"Bill_Brr\":2,\"Potti\":0,\"Whattso\":7,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":3,\"Hoggindaz\":25,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Monolith\":4,\"Shuvelle\":0,\"Lonely_Hunter\":2,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":2,\"Bloo_Radley\":6,\"Sad_Urie\":9999,\"Zenelith\":9999}", - "LockedSlots_9": [ 0, 0, 0, @@ -8795,6 +3524,10 @@ 0, 0, 0, + 1, + 1, + 1, + 1, 0, 0, 0, @@ -8826,7 +3559,24 @@ 0, 0, 0, + 0 + ], + "AttackLoadout_7": "[[90,91,94,105,106,107],[\"Null\",634,635,\"Null\",\"Null\",\"Null\"],[108,135,136,137,198,\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "Compass": "[[1,17,1,1,1,1,5,6,26,1,82,25,1,21,164,94,25,171,43,30,18,19,1,0,0,0,0,20,163,109,71,26,4,0,38,57,1,1,13,0,20,196,34,137,4,77,15,1,10,6,2,0,5,2,0,0,0,0,0,0,187,103,59,87,140,100,11,14,110,21,5,24,70,18,17,17,1,6,9,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,66,0,0,2,0,0,0,0,0,4,0,113,381,240,82,230,139,48,0,0,0,0,48,16,0,0,0,0,0,0,151,0,163,40,32,121,0,0,75,1,0,0,0,0,97,12,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0],[\"1_0\",\"2_0\",\"14_0\",\"16_1\",\"16_0\",\"19_0\",\"24_0\",\"26_0\",\"27_1\",\"13_0\",\"18_0\",\"14_1\",\"51_0\",\"52_0\",\"53_0\",\"57_0\",\"58_0\",\"59_0\",\"60_0\",\"62_0\",\"63_0\",\"52_1\",\"64_0\",\"101_0\",\"103_0\",\"104_0\",\"105_0\",\"106_0\",\"13_1\",\"8_0\",\"15_0\",\"54_0\",\"55_0\",\"107_0\",\"104_1\",\"108_0\",\"109_0\",\"110_0\",\"111_0\",\"112_0\",\"151_0\",\"152_0\",\"153_0\",\"154_0\",\"155_0\",\"156_0\",\"157_0\",\"158_0\",\"159_0\",\"160_0\",\"116_0\",\"161_0\",\"162_0\",\"201_0\",\"202_0\",\"203_0\",\"204_0\",\"205_0\",\"206_0\",\"207_0\",\"208_0\",\"209_0\",\"210_0\",\"211_0\",\"212_0\"],[\"goblinG\",\"mimicA\",\"plank\",\"mushG\",\"frogG\",\"crabcake\",\"beanG\",\"slimeG\",\"snakeG\",\"carrotO\",\"frogBIG\",\"mushR\",\"branch\",\"acorn\",\"mushW\",\"poopSmall\",\"ratB\",\"flake\",\"w4b2\",\"w4a3\",\"jarSand\",\"coconut\",\"sandcastle\",\"pincermin\",\"potato\",\"steak\",\"w4b1\",\"moonman\",\"sandgiant\",\"snailZ\",\"sheep\",\"stache\",\"bloque\",\"mamoth\",\"snowball\",\"penguin\",\"reindeer\",\"glass\",\"snakeB\",\"speaker\",\"eye\",\"ram\",\"thermostat\",\"w4b3\",\"w4c1\",\"skele2\",\"w4c4\",\"w5b1\",\"w5a4\",\"mushP\",\"w4a2\",\"demonP\",\"w4b4\",\"w4b5\",\"w4c2\",\"w4c3\",\"w5a1\",\"w5a3\",\"w5b3\",\"w5c1\"],[\"b2\",\"a45\",\"b1\",\"a50\",\"a7\",\"b6\",\"a14\",\"_37\",\"b8\",\"b5\",\"a9\"]]", + "GamingSprout": "[[1,1,24,3,195,152],[1,3,24,3,114,143],[1,2,24,3,311,121],[1,1,25,3,566,285],[1,4,25,3,526,107],[1,3,25,3,333,306],[1,9,24,3,625,182],[1,2,9,3,467,189],[1,2,16,3,153,229],[1,5,25,3,393,273],[1,2,25,3,253,277],[1,1,9,3,167,336],[1,5,25,3,244,87],[1,3,24,3,501,265],[1,2,16,3,98,313],[1,3,9,3,439,92],[1,1,25,3,350,186],[1,3,25,3,552,207],[1,1,25,3,66,238],[1,3,16,3,148,83],[1,0,-1,-1,0,0],[1,0,-1,-1,0,0],[1,0,-1,-1,0,0],[1,0,-1,-1,0,0],[1,0,0,-1,0,0],[386,195667.40233344398,0,0,470,380],[385,195712.40233344398,0,0,620,364],[367,169551.40233344398,284,409,649.0099659257276,267.54321895867133],[353,349930,27,0,655,76],[278,0,0,0,70,79],[228,302872538.8068029,0,0,107,383],[50,474306243.92686385,0,0,330,383],[166,30,0,0,225,373],[56,15697730.9627057,0,0,265,178],[0,474306243.92686385,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0]]", + "EMmLENGTH0_1": 16, + "PVFishingToolkit_5": [ + 9, + 4 + ], + "InvStorageUsed": "{\"0\":\"3\",\"1\":\"3\",\"2\":\"3\",\"3\":\"3\",\"4\":\"3\",\"5\":\"4\",\"6\":\"4\",\"7\":\"4\",\"8\":\"4\",\"9\":\"5\",\"10\":\"5\",\"11\":\"5\",\"12\":\"5\",\"13\":\"6\",\"14\":\"5\",\"15\":\"6\",\"16\":\"6\",\"17\":\"6\",\"18\":\"6\",\"19\":\"7\",\"20\":\"7\",\"21\":\"8\",\"22\":\"9\",\"23\":\"9\",\"24\":\"9\",\"25\":\"9\",\"26\":\"9\",\"27\":\"10\",\"28\":\"5\",\"30\":9,\"31\":9,\"32\":9,\"33\":9,\"34\":9,\"35\":9,\"36\":9,\"37\":9,\"38\":9,\"39\":9,\"40\":9,\"41\":9,\"100\":\"3\",\"101\":\"3\",\"102\":\"4\",\"103\":\"4\",\"104\":\"3\",\"106\":\"16\"}", + "PVFishingSpotIndex_8": 0, + "Tower": "[10,184,51,10,25,60,41,5,130,111,104,118,103,132,103,105,90,70,235,220,222,187,192,182,200,159,96,10,185,51,10,25,60,41,5,130,111,104,118,103,132,103,105,90,70,235,221,223,188,193,182,200,159,97,13,17,18,9,6,23,11,10,18,498973078603100.1,872287521595482.1,15006522755807.959,0,0,0,0,0,0,57656504422603960,0,133632961632.57523,4923240120238123,846381455106082.6,846383894658200.8,14536693714.6201,23223856880718360,38339104947173.7,292504325620183.4,0,16504533517103718,4296695598057010,0,0,0,0,3635167233238265.5,0,32291441140.733807,0]", + "CharSAVED_2": 5, + "Rift": [ + 59, 0, + "", 0, 0, 0, @@ -8837,29 +3587,308 @@ 0, 0, 0, + 0 + ], + "FarmCrop": "{\"0\":1650203754496,\"1\":1335346167808,\"2\":602931200000,\"3\":140083200000,\"4\":1543208960000,\"5\":390922240000,\"6\":361758720000,\"7\":439091200000,\"8\":57344000000,\"9\":208404480000,\"10\":1108213760000,\"11\":214958080000,\"12\":150732800000,\"13\":146800640000,\"14\":81264640000,\"15\":131072000000,\"16\":70778880000,\"17\":89128960000,\"18\":325058560000,\"19\":146800640000,\"20\":7163365901312,\"21\":1204410187776,\"22\":545126932480,\"23\":414351360000,\"24\":191528960000,\"25\":440074240000,\"26\":271319040000,\"27\":203161600000,\"28\":490864640000,\"29\":11468800000,\"30\":179568640000,\"31\":492830720000,\"32\":98304000000,\"33\":90439680000,\"34\":95682560000,\"35\":37355520000,\"36\":98304000000,\"37\":1086606993.2443924,\"38\":4352481586.917946,\"39\":114032640000,\"40\":112721920000,\"41\":461373440000,\"42\":0,\"43\":201850880000,\"44\":175636480000,\"45\":4134379315200,\"46\":29525596221.22516,\"47\":2327134208,\"48\":0,\"49\":5160960000,\"50\":6881280000,\"51\":0,\"52\":34734080000,\"53\":57534688075.878876,\"54\":456873455.28019714,\"55\":17694720000,\"56\":43253760000,\"57\":47841280000,\"58\":52428800000,\"59\":55705600000,\"60\":4155964674048,\"61\":754459012096,\"62\":287610880000,\"63\":424099840000,\"64\":262676480000,\"65\":819200000000,\"66\":206039876207.11053,\"67\":195663613650.52286,\"68\":413859840000,\"69\":38993920000,\"70\":295403520000,\"71\":774307840000,\"72\":35389440000,\"73\":0,\"74\":43253760000,\"75\":0,\"76\":39976960000,\"77\":36700160000,\"78\":32768000000,\"79\":104857600000,\"80\":44564480000,\"81\":191365120000,\"82\":104857600000,\"83\":2355882070016,\"84\":501622078336,\"85\":1994579968,\"86\":274350080000,\"87\":130252800000,\"88\":553287680000,\"89\":119275520000,\"90\":126812160000,\"91\":160235520000,\"92\":26378240000,\"93\":99942400000,\"94\":302776320000,\"95\":25559040000,\"96\":16232105711.960835,\"97\":43581440000,\"98\":18350080000,\"99\":46530560000,\"100\":19988480000,\"101\":32112640000,\"102\":58982400000,\"103\":45219840000,\"104\":165150720000,\"105\":149422080000,\"106\":1767234414592,\"107\":411343168960,\"108\":215135279104,\"109\":166461440000,\"110\":67706880000,\"111\":243343360000,\"112\":95027200000,\"113\":74219520000,\"114\":263782400000,\"115\":28590080000,\"116\":57180160000,\"117\":282951680000,\"118\":27197440000,\"119\":24576000000,\"120\":33751040000,\"121\":28672000000,\"122\":30801920000,\"123\":22282240000,\"124\":19005440000,\"125\":52428800000,\"126\":49479680000,\"127\":87818240000,\"128\":77332480000,\"129\":70778880000,\"130\":26869760000,\"131\":70778880000,\"132\":72089600000,\"133\":180879360000,\"134\":188743680000,\"135\":59637760000,\"136\":45219840000,\"137\":51773440000,\"138\":19333120000,\"139\":78643200000,\"140\":27525120000,\"141\":110100480000,\"142\":99614720000,\"143\":207093760000,\"144\":232960000,\"145\":1360000,\"146\":0,\"147\":0,\"148\":0,\"149\":0,\"150\":0,\"151\":0,\"152\":0,\"153\":0,\"154\":0,\"155\":880128,\"156\":5877504,\"157\":0,\"158\":0,\"159\":0,\"160\":0,\"161\":0,\"162\":0,\"163\":0,\"164\":0,\"165\":0,\"166\":0,\"167\":0,\"168\":0,\"169\":0,\"230\":225110000,\"231\":84480000,\"232\":230400000,\"233\":394240000,\"234\":8960000,\"235\":1040000,\"236\":34560000,\"237\":270000,\"238\":540000,\"239\":952320000}", + "SL_8": "{\"0\":299,\"1\":299,\"5\":245,\"6\":245,\"8\":299,\"9\":100,\"10\":498,\"11\":494,\"12\":936,\"13\":100,\"144\":217,\"445\":245,\"446\":100,\"447\":294,\"448\":245,\"449\":245,\"450\":100,\"451\":100,\"452\":141,\"453\":100,\"454\":100,\"455\":146,\"456\":141,\"457\":152,\"458\":100,\"459\":145,\"460\":142,\"461\":157,\"462\":148,\"463\":100,\"464\":109,\"480\":100,\"481\":140,\"482\":100,\"483\":299,\"484\":100,\"485\":147,\"486\":100,\"487\":149,\"488\":159,\"489\":100,\"490\":100,\"491\":128,\"492\":147,\"493\":147,\"494\":100,\"525\":198,\"526\":224,\"527\":200,\"528\":100,\"529\":299,\"530\":155,\"531\":209,\"532\":214,\"533\":181,\"535\":299,\"536\":299,\"537\":299,\"538\":299,\"539\":299,\"585\":1,\"586\":100,\"587\":100,\"588\":1,\"589\":1,\"590\":1,\"591\":1,\"592\":1,\"593\":100,\"594\":100,\"595\":100,\"596\":100,\"597\":100,\"598\":100,\"599\":100,\"616\":50,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":0,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":100,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":200}", + "IMm_4": "{\"0\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"1\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"10\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"11\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"45\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0}}", + "Exp0_3": [ + 460070564591265300000, + 11632123277.51573, + 80080520520.18948, + "4.722881556767174E10", + 2757802906.9108996, + 112079182189.87834, + 1063552302.2093807, + 15117218142.475954, + 60444958267169.74, + 112368823.92169318, + 8144917.738411337, + 1569701.8838126916, + 996983.0174882906, + 150522330.28172886, + 491649.4703423446, + 1.56033263787947e+34, + 4.6953447024117674e+23, + 7.806164140268314e+49, + 1281254799.3812156, + 3044.701415875934, 0, 0, 0, + 0 + ], + "Spelunk": "[[1,1,1,1,1,0,0,0,0,0,0,0,0,0,0],[32,63,124,54,100,39,0,0,0,0,0,0,0,0,0],[62710154644533.12,16465910934857566,759301730334219100,2914231172389474,38707987411964400000,256094373950799600,0,0,0,0,0,0,0,0,0],[297.14989515012854,436,445,144,240,394,192,439,394,393,39,39],[300143692893764450000,11,2778.1442594091804,4,11,1324.2261956995903,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[104,315,226,198,39,52,85,435,275,147,109,1,1,37,207,100,62,33,4,14,120,14,33,10,2,3,9,80,74,66,40,12,17,67,1,33,1,2,15,19,1,92,20,10,2,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[\"Smol_Pebbles\",\"Smooth_Rocks\",\"Stubby_Coral\",\"Fuzzy_Fungi\",\"Vibrant_Coral\",\"Big_Stone\",\"Sheet_Metal\",\"CTR_Television\",\"Rusted_Girders\",\"Corroded_Pipe\",\"Gravel_Pile\",\"Sign_of_Haltage\",\"Lil_Shroomie\",\"Fly_Amanita\",\"Toadstool_Sprouts\",\"Fungi_Trunk\",\"Tabletop_Shroomie\",\"Spikey_Shell\",\"Speckled_Amanita\",\"Granite_Stack\",\"Toadshool_Thicket\",\"Rotwood_Colony\",\"Seaweed_Tuft\",\"Cotton_Candy\",\"Tiny_Teddy\",\"Nacho_Box\",\"Milk_Stack\",\"Stuffed_Grizzly\",\"Discarded_Popcorn\",\"Broken_Horsey\",\"Broken_Dispenser\",\"Knockdown_Tower\",\"Skull_Pile\",\"Stonespire\",\"Forgotten_Funhouse\",\"Giant_Conch\",\"Coralissimus\",\"E-Waste_Pile\",\"Scrap_Heap\",\"No_Man's_Crossroad\",\"Stuck_Sword\",\"Proud_Flag\",\"Old_Bones\",\"Wall_Remnants\",\"Heroic_Remains\"],[0,2,3,-1,-1],[120,0,38,0,87,106,52,0,9,19,0,0,33,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,6,12,22,9,0,0,0,4,15,17,15,5,0,0,0,1,12,7,9,0,0,0,0,0,0,0,0,0],[9,16,25,24,-1,-1,-1,-1,-1,-1,-1,-1,-1],[70,41,14,2,0,0,0,0,0,0],[1,0,1,1,1,0],[15,0,10,12,8,0],[2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,2,2,3,2,2,2,2,2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,2,2,2],[0,0,0,0,0,0,0,0,0,0,0,5920],[-1,-1,5,-1,-1,9,10,11,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,8,17,6,16,22,15,20,2,19,3,7,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[0,0,0,5,1,1,0,0,0,0,1,1,5,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,4,1,1,1,1,2,1,2,1,2,4,1,1,1,1,2,2,0,2,1,5,1,1,1,3,2,3,2,2,2,3,1,2,2,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0],[1554,292167,1924239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[588,599,483,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[318,328,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[290,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[168,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[9,2,1,10,2,1,0,0,0,0,0,0,0,0,0],[\"EquipmentHats38\",\"EquipmentHatsBeg1\",\"EquipmentHats21\",\"EquipmentHats24\",\"EquipmentHats42\",\"EquipmentHats51\",\"EquipmentHats108\",\"EquipmentHats56\",\"EquipmentHats63\",\"EquipmentHats64\",\"EquipmentHats67\",\"EquipmentHats75\",\"EquipmentHats76\",\"EquipmentHats33\",\"EquipmentHats34\",\"EquipmentHats57\",\"EquipmentHats62\",\"EquipmentHats69\",\"EquipmentHats109\",\"EquipmentHats82\",\"EquipmentHats86\",\"EquipmentHats90\",\"EquipmentHats91\",\"EquipmentHats93\",\"EquipmentHats94\",\"EquipmentHats95\",\"EquipmentHats96\",\"EquipmentHats97\",\"EquipmentHats99\",\"EquipmentHats100\",\"EquipmentHats101\",\"EquipmentHats102\",\"EquipmentHats103\",\"EquipmentHats104\",\"EquipmentHats112\",\"EquipmentHats113\",\"EquipmentHats118\",\"EquipmentHats40\",\"EquipmentHats116\",\"EquipmentHats85\"]]", + "PlayerStuff_0": "[12978,0,5,0,0,0,0,0,0,0]", + "AtkCD_0": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "PostOfficeInfo0": [ + { + "0": "Fish2", + "1": 130, + "2": 0, + "length": 3 + }, + { + "0": "TestObj3", + "1": 1, + "2": 0, + "length": 3 + }, + { + "0": "Grasslands2", + "1": 190, + "2": 0, + "length": 3 + }, + { + "0": "DesertA3b", + "1": 1, + "2": 0, + "length": 3 + }, + { + "0": "SnowA3", + "1": 286, + "2": 0, + "length": 3 + }, + { + "0": "GalaxyC1", + "1": 492, + "2": 0, + "length": 3 + } + ], + "NPCdialogue_5": "{\"Loominadi\":0,\"Stiltzcho\":33,\"Promotheus\":17,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":19,\"Masterius\":5,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Blobbo\":6,\"Town_Marble\":3,\"Telescope\":9999,\"Hamish\":0,\"Scubidew\":5,\"Yondergreen\":0,\"Krunk\":0,\"Obol_Altar\":9999,\"Tribal_Shaman\":0,\"Royal_Worm\":0,\"Goldric\":0,\"Funguy\":9,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":26,\"Woodlin_Elder\":7,\"Cowbo_Jones\":4,\"Eliteus\":5,\"Typhoon\":5,\"Egggulyte\":0,\"Woodsman\":7,\"Gobo\":18,\"Bandit_Bob\":0,\"Picnic_Stowaway\":20,\"Poigu\":0,\"Tiki_Chief\":5,\"Sprout\":0,\"Capital_P\":10,\"Coastiolyte\":0,\"Snake_Jar\":0,\"Oinkin\":10,\"Slargon\":15,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Wellington\":3,\"Speccius\":11,\"Meel\":0,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Dog_Bone\":16,\"Mutton\":12,\"Gangster_Gus\":12,\"Djonnut\":13,\"Nebulyte\":0,\"TP_Pete\":2,\"Bill_Brr\":2,\"Potti\":0,\"Whattso\":4,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":0,\"Hoggindaz\":25,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Monolith\":0,\"Shuvelle\":0,\"Lonely_Hunter\":2,\"Fishpaste97\":3,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", + "FoodSlO_5": 6, + "CharacterClass_4": 34, + "QuestStatus_5": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[16477,2],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Lava_Larry1\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[37259],\"Oinkin1\":[5],\"Slargon2\":[780559],\"Oinkin2\":[11,5,5],\"Slargon3\":[1316212],\"Oinkin3\":[1],\"Slargon4\":[11713055],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[254],\"Mutton1\":[0,0,0],\"Bellows2\":[4569],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[12,50],\"Promotheus1\":[1],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[1],\"Builder_Bird1\":[0],\"Stiltzcho4\":[472629],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[115567],\"Stiltzcho6\":[103289],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[65],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[142119],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[43732],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[292232],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[572169396],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[10835,0],\"Scubidew2\":[\"0\",0],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[12],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[10732931],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[15672340],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[206],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[1405],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[10024],\"Sprout4\":[0],\"Shuvelle1\":[\"0\",\"50\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle2\":[0],\"Gobo1\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[6],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[\"0\",\"0\"],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[4371,3],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[0],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,30],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Toadstall2\":[\"0\"],\"Centurion3\":[307919],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[15,364981],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[257,268,\"0\",88],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,89],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,2],\"Hoggindaz4\":[1,15],\"Hoggindaz5\":[2],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[100,171],\"Iceland_Irwin1\":[0],\"Hoggindaz8\":[0],\"Yondergreen1\":[\"0\"],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Yondergreen2\":[0],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[\"0\",\"0\"],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Carpetiem1\":[\"0\"],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[\"0\",\"1\"],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "PVFishingToolkit_1": [ + 7, + 3 + ], + "CSetEq_5": "{\"{%_Skill_AFK_Gain_Rate\":8}", + "CYDeliveryBoxComplete": 5734, + "QuestStatus_7": "{\"Eliteus1\":[10],\"Eliteus2\":[\"0\"],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[\"0\",\"0\"],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Lava_Larry1\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[4476316288.211468],\"Oinkin1\":[\"0\"],\"Slargon2\":[10993512673.240139],\"Oinkin2\":[\"0\",\"0\",\"0\"],\"Slargon3\":[\"0\"],\"Oinkin3\":[\"0\"],\"Slargon4\":[\"0\"],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[53],\"Mutton1\":[0,0,0],\"Bellows2\":[6549],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[15,93],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[1],\"Builder_Bird1\":[0],\"Stiltzcho4\":[63563],\"Promotheus4\":[1],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[54142],\"Stiltzcho6\":[125862],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[108],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[\"0\"],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[\"0\"],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[\"0\"],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[\"0\"],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[53,0],\"Scubidew2\":[\"0\",\"121\"],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[28],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[11],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[8231496],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[21579829],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Sprout4\":[0],\"Shuvelle1\":[\"0\",\"50\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle2\":[0],\"Gobo1\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo2\":[\"0\"],\"Gobo3\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Shuvelle5\":[\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[19],\"Whattso3\":[15],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[10,20],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[4941,3],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,30],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Toadstall2\":[\"0\"],\"Centurion3\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[\"0\",\"0\"],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,409],\"Woodsman4\":[0],\"Hoggindaz2\":[1,\"0\"],\"Hoggindaz3\":[\"0\",\"0\",\"0\"],\"Hoggindaz4\":[\"0\",\"0\"],\"Hoggindaz5\":[\"0\"],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[100,105],\"Iceland_Irwin1\":[0],\"Hoggindaz8\":[0],\"Yondergreen1\":[\"0\"],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Yondergreen2\":[0],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[35,\"0\"],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Carpetiem1\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem2\":[\"0\",\"1\"],\"Bushlyte2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[\"0\"],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[\"0\"],\"Speccius1\":[0,0],\"Loominadi3\":[\"0\"],\"Speccius2\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "Money_9": 2.3755875761237584e+33, + "Money_6": 7.926247271902393e+31, + "QuestComplete_1": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":0,\"Scripticus12\":1,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Masterius1\":1,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":0,\"Oinkin2\":1,\"Slargon3\":-1,\"Oinkin3\":1,\"Slargon4\":-1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":1,\"Mr_Pigibank1\":1,\"Dazey2\":1,\"Bellows1\":1,\"Mutton1\":-1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Promotheus4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":0,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Glumlee5\":1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Papua_Piggea1\":-1,\"Krunk3\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":0,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":-1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Scubidew1\":-1,\"Hamish1\":1,\"Blobbo2\":1,\"TP_Pete1\":0,\"Scubidew2\":-1,\"Hamish2\":0,\"Hamish3\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":1,\"Scripticus3\":1,\"Cowbo_Jones11\":1,\"Scripticus4\":1,\"Cowbo_Jones12\":1,\"Meel1\":-1,\"Cowbo_Jones13\":1,\"Scripticus5\":1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":0,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":1,\"Capital_P1\":1,\"Lonely_Hunter1\":1,\"Sprout2\":1,\"Capital_P2\":0,\"Lonely_Hunter2\":1,\"Sprout3\":1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":-1,\"Gobo3\":1,\"Shuvelle4\":-1,\"Falloween_Pumpkin2\":-1,\"Gobo4\":1,\"Shuvelle5\":-1,\"Falloween_Pumpkin3\":-1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":-1,\"Whattso2\":-1,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":0,\"Cactolyte4\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":-1,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":0,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":0,\"Toadstall1\":1,\"Centurion3\":-1,\"Toadstall2\":1,\"Toadstall3\":1,\"Snouts1\":0,\"Centurion4\":-1,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion5\":-1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":1,\"Woodsman4\":0,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Town_Marble1\":1,\"Funguy3\":1,\"Yondergreen1\":0,\"Hoggindaz8\":-1,\"Telescope1\":1,\"Funguy4\":1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Funguy5\":0,\"Yondergreen3\":-1,\"Dog_Bone1\":1,\"Yondergreen4\":-1,\"Dog_Bone2\":0,\"Bushlyte1\":-1,\"Carpetiem1\":1,\"Yondergreen5\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":1,\"Yondergreen6\":-1,\"Carpetiem3\":1,\"Bushlyte3\":-1,\"Yondergreen7\":-1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":1,\"Loominadi2\":1,\"Speccius1\":1,\"Speccius2\":1,\"Loominadi3\":1,\"Loominadi4\":1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "OptL_3": [ + 1, + 1, + 2, + 21, + 1, 0, + 748, 0, 0, 0, 0, 0, + 2, 0, 0, + 1, + 33, 0, 0, 0, + 1, + 1, + 1, + 1, + 1, + 1, 0, + 1, + 1, 0, + 1, 0, + 3905, + 0 + ], + "CurrentMap_6": 310, + "PVStatList_1": [ + 134946, + 142837, + 364049, + 94658, + 921 + ], + "EMm1_5": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":1,\"Weapon_Power\":2,\"LUK\":1,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":2,\"LUK\":2,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":3,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":8,\"Weapon_Power\":6,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":9,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"WIS\":0,\"STR\":0,\"Power\":0,\"LUK\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", + "SM_9": "{\"0\":100,\"1\":100,\"5\":150,\"6\":145,\"8\":100,\"9\":100,\"10\":498,\"11\":995,\"12\":408,\"13\":100,\"75\":100,\"144\":132,\"263\":144,\"265\":100,\"266\":300,\"267\":100,\"268\":149,\"269\":153,\"270\":100,\"271\":100,\"272\":140,\"273\":140,\"274\":100,\"276\":146,\"277\":131,\"278\":145,\"279\":128,\"280\":100,\"281\":100,\"282\":100,\"283\":100,\"284\":137,\"285\":100,\"286\":100,\"287\":100,\"288\":100,\"289\":100,\"290\":147,\"291\":100,\"292\":154,\"293\":148,\"294\":100,\"295\":153,\"296\":153,\"297\":129,\"298\":143,\"299\":100,\"316\":100,\"317\":100,\"318\":313,\"319\":313,\"320\":100,\"325\":152,\"326\":152,\"327\":149,\"328\":313,\"360\":100,\"366\":100,\"367\":152,\"368\":153,\"374\":313,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "Prayers_4": "[14,16,-1,-1,4,1,7,8,-1,-1,-1,-1]", + "EMm1_3": "{\"0\":{\"Defence\":0,\"STR\":72,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-7,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":60,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":60,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":72,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"STR\":36,\"WIS\":0,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":60,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":40,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-5,\"Power\":0,\"Speed\":0}}", + "IMm_1": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"2\":{\"UQ1val\":41,\"UQ2val\":22},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"5\":{\"UQ1val\":35,\"UQ2val\":38},\"6\":{\"Speed\":0,\"Weapon_Power\":21,\"UQ1val\":51,\"UQ2val\":27},\"7\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"12\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"17\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"29\":{\"UQ1val\":42,\"UQ2val\":15},\"30\":{\"UQ1val\":16,\"UQ2val\":35},\"60\":{\"UQ1val\":30,\"UQ2val\":32},\"84\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", + "ObolEqMAP_4": "{\"0\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"3\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"5\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"15\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"16\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"17\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Reach\":0,\"SuperFunItemDisplayType\":\"Inventory\",\"Speed\":0},\"20\":{\"SuperFunItemDisplayType\":\"Inventory\"}}", + "EMmLENGTH0_9": 16, + "QuestComplete_3": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX1\":-1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":0,\"Masterius2\":-1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":0,\"Slargon4\":1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":0,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Mr_Pigibank1\":1,\"Dazey1\":-1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":0,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Builder_Bird1\":1,\"Promotheus4\":0,\"Stiltzcho4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":0,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":0,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":1,\"Obol_Altar1\":1,\"Krunk1\":1,\"Glumlee5\":1,\"Royal_Worm2\":1,\"Krunk2\":1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":1,\"Papua_Piggea1\":-1,\"Krunk3\":1,\"Royal_Worm4\":1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":0,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":0,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":1,\"Hoov2\":1,\"Hoov3\":1,\"Hoov4\":1,\"Blobbo1\":1,\"Hamish1\":0,\"Scubidew1\":-1,\"Blobbo2\":1,\"Hamish2\":-1,\"Scubidew2\":-1,\"TP_Pete1\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":0,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":0,\"Sprout1\":0,\"Capital_P1\":-1,\"Lonely_Hunter1\":1,\"Sprout2\":-1,\"Capital_P2\":-1,\"Lonely_Hunter2\":0,\"Sprout3\":-1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":0,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":-1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":-1,\"Cactolyte4\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":0,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":1,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion5\":1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion6\":1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":-1,\"Lafu_Shi6\":1,\"Woodsman2\":-1,\"Woodsman3\":-1,\"Hoggindaz1\":1,\"Woodsman4\":-1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":0,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Town_Marble1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Funguy3\":-1,\"Funguy4\":-1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Carpetiem1\":1,\"Bushlyte1\":-1,\"Dog_Bone2\":0,\"Yondergreen6\":-1,\"Carpetiem2\":0,\"Bushlyte2\":-1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":-1,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "QuestComplete_8": "{\"Eliteus1\":1,\"Eliteus2\":0,\"Scripticus10\":-1,\"XxX_Cattleprod_XxX1\":-1,\"Scripticus11\":-1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":-1,\"Djonnut1\":0,\"Nebulyte2\":-1,\"Djonnut2\":-1,\"Nebulyte3\":-1,\"Djonnut3\":-1,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":0,\"Oinkin1\":-1,\"Slargon2\":-1,\"Oinkin2\":-1,\"Slargon3\":-1,\"Oinkin3\":-1,\"Slargon4\":-1,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":-1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Stiltzcho2\":1,\"Promotheus2\":1,\"Stiltzcho3\":0,\"Promotheus3\":0,\"Builder_Bird1\":1,\"Stiltzcho4\":-1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":-1,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":-1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":0,\"Glumlee5\":-1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":-1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":-1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":-1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":-1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":0,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":-1,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":-1,\"Scubidew2\":-1,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":-1,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":0,\"Sussy_Gene3\":-1,\"Sprout1\":-1,\"Capital_P1\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P2\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":-1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":-1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":-1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":0,\"Cowbo_Jones2\":-1,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":0,\"Centurion2\":-1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":-1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":-1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":0,\"Woodsman4\":0,\"Hoggindaz2\":-1,\"Hoggindaz3\":-1,\"Hoggindaz4\":-1,\"Hoggindaz5\":-1,\"Hoggindaz6\":-1,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":0,\"Funguy3\":-1,\"Town_Marble1\":1,\"Telescope1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Iceland_Irwin1\":1,\"Funguy4\":-1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Bushlyte1\":-1,\"Dog_Bone2\":0,\"Carpetiem1\":-1,\"Yondergreen6\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":-1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Loominadi2\":-1,\"Speccius1\":1,\"Loominadi3\":-1,\"Speccius2\":1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "PVInstaRevives_6": 1, + "Money_4": 1.9118082042551713e+34, + "FoodSlO_8": 6, + "ExpReq0_2": [ + 1.0521439762776678e+23, + "5.1599228397638184E8", + 331829503637.59314, + "5.849207034510633E8", + "3.5315527736585766E8", + 417544674105.16296, + "1.2289501616578853E9", + 57675762854.00842, + 133504037948.36499, + 75595210.02694722, + 163011992.28899294, + 34509590.81999272, + 2323801.3587686447, + 1429108928.249691, + 1274761.0302086878, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.1359741439195008e+50, + 1805021782.6773589, + 86361540.91539054, + 15, + 15, + 15, + 15, + 15 + ], + "CauldronJobs1": "[123.1,123.2,4,4,123.3,123.4,4,5,5,5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]", + "OptL2_3": [ + { + "0": 5, + "1": 3, + "length": 2 + }, + { + "0": 1, + "1": 0, + "2": "Scripticus2", + "3": 0, + "length": 4 + } + ], + "FoodSlO_1": 6, + "PldTraps_6": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "RespTime_1": 0, + "QuestStatus_3": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[45522,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[63461],\"Oinkin1\":[10],\"Slargon2\":[14289495],\"Oinkin2\":[14,5,5],\"Slargon3\":[13655227],\"Oinkin3\":[1],\"Slargon4\":[53960339],\"Poigu1\":[25],\"Poigu2\":[171],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey1\":[0,0],\"Dazey2\":[0,0,0],\"Bellows1\":[57],\"Mutton1\":[0,0,0],\"Bellows2\":[6258],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[15,72],\"Promotheus1\":[1],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Builder_Bird1\":[0],\"Promotheus4\":[\"0\"],\"Stiltzcho4\":[100701],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[\"0\"],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[1230835],\"Glumlee1\":[0],\"Woodlin_Elder2\":[1],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[34],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[1545],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[6],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[82306235],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[1,1],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",198],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[14895677],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[536487],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[292232],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[1341391],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[150],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[54],\"Hoov2\":[214965],\"Hoov3\":[55],\"Hoov4\":[315],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"Scubidew2\":[\"0\",\"121\"],\"TP_Pete1\":[\"0\",\"200\"],\"Hamish3\":[0],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[10],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[12026236],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[17825266],\"Sussy_Gene1\":[1,1,14975],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",2],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[1,1,\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[\"0\"],\"Capital_P2\":[\"0\"],\"Lonely_Hunter2\":[35],\"Sprout3\":[0,0,0],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[6100741],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[18],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[1,1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[3336,4],\"Monolith2\":[0],\"Monolith3\":[105541],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,27],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Toadstall2\":[\"0\"],\"Centurion3\":[1049963],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[15,1286358],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion5\":[270,259,244],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion6\":[1],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[1],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[1],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[1],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi2\":[2,1],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[450,1,1],\"Lafu_Shi4\":[1],\"Lafu_Shi5\":[1,1],\"Woodsman1\":[0],\"Lafu_Shi6\":[31,1],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,85],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[1,19],\"Hoggindaz5\":[10],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[10,10],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Town_Marble1\":[0],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Funguy3\":[0],\"Funguy4\":[\"0\",\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem1\":[800],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem2\":[\"0\",0],\"Bushlyte2\":[0],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[36],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[1],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "PlayerStuff_2": "[14583,1,5,0,0,0,0,0,0,0]", + "Lv0_9": [ + 921, + 107, + 125, + 123, + 94, + 142, + 116, + 124, + 748, + 116, + 12, + 84, + 205, + 166, + 236, + 297, + 353, + 826, + 148, + 67, + -1, + -1, + -1, + -1, + -1 + ], + "Jars": "[[5,4,326,329,0.5184380274579565],[3,4,748,325,0.8206825892614871],[6,4,808,314,0.31350066313043223],[3,4,611,323,0.0707832446811929],[5,4,309,327,0.762721286291276],[3,4,330,315,0.6951587785232132],[6,4,758,319,0.42480841866065866],[3,4,245,324,0.34689051916330227],[5,4,140,328,0.5313741051605363],[3,4,425,325,0.6201858859551512],[6,4,422,324,0.7141665923650049],[5,4,740,315,0.44051073265939067],[3,4,266,328,0.32751634757849635],[3,4,110,319,0.9358034063510876],[6,4,130,323,0.14000044342024287],[5,4,134,315,0.7180673511781497],[3,4,689,323,0.8154701330014202],[5,3,284,329,0.7729104338177581],[3,4,642,330,0.5176087942392071],[6,4,467,325,0.11721722272148072],[3,3,138,315,0.09649775682994766],[5,3,273,313,0.8968120789796084],[6,4,377,325,0.3432662190431992],[3,3,431,327,0.0714364954206348],[3,3,365,316,0.9747590622464299],[5,3,460,328,0.521490647974409],[6,4,204,322,0.1926783050900327],[3,3,265,315,0.1118719039375684],[5,3,426,325,0.46924742714803536],[3,3,487,330,0.6326121994379172],[6,3,675,325,0.9728151123710469],[3,3,375,327,0.9192722533530218],[5,3,636,313,0.09119940695038209],[3,3,784,329,0.5010019498633831],[6,3,683,328,0.3474093100939555],[5,3,238,317,0.8928486913887448],[3,3,742,312,0.18957994003021317],[3,3,207,316,0.3129382943991077],[6,3,413,329,0.9409080332128927],[5,3,348,317,0.1097487872680678],[3,3,348,328,0.8564540252850485],[3,3,772,320,0.686212750048121],[6,3,316,328,0.11092245291337788],[5,3,608,318,0.698009485532445],[3,3,206,323,0.2358014699800226],[5,3,163,318,0.5147083736758251],[6,3,124,314,0.21975067815448712],[3,3,412,324,0.9202109479854701],[3,3,697,318,0.675129875469628],[5,3,319,316,0.11492563059353267],[6,3,697,329,0.7347190025264234],[3,3,350,324,0.6840354257871137],[5,3,714,313,0.0981986307590057],[3,3,407,328,0.6697051406649042],[6,3,647,323,0.4808415236202961],[3,3,396,323,0.3408387234466199],[5,3,356,323,0.9622180268500338],[3,3,379,330,0.6503319357853499],[6,3,445,330,0.7371608610460594],[3,3,402,328,0.6140232240171213],[5,3,101,322,0.857463034188712],[3,3,375,325,0.1961983288163962],[6,3,292,329,0.00960558043440396],[5,3,334,328,0.00644012696262064],[3,3,198,323,0.008942343764835048],[3,3,243,319,0.4695164453905496],[6,3,477,324,0.380700444093081],[5,3,451,323,0.7662997851215825],[3,3,776,328,0.9790573808509173],[5,3,239,313,0.7027637953217931],[3,3,730,321,0.977849806858921],[6,3,356,325,0.2160650495741807],[3,3,277,313,0.363753523604184],[5,3,649,316,0.9204935056475845],[6,3,492,326,0.9267360414971284],[3,3,641,330,0.6899415781626852],[3,3,384,323,0.2272295557985906],[5,3,784,315,0.09711275442070755],[6,3,172,318,0.9145352469115886],[3,3,259,321,0.6751603808187268],[5,3,807,320,0.7068357935694234],[3,3,300,330,0.345360483706767],[6,3,431,327,0.2589138454659319],[3,3,746,317,0.3620627896510631],[5,3,639,329,0.3819371852134461],[3,3,310,313,0.8487374823524005],[6,3,369,328,0.8313482809811255],[5,3,341,328,0.3707094874504544],[3,3,298,316,0.28745729427689737],[3,3,401,330,0.9735825837396141],[6,3,629,318,0.43075972687816133],[5,3,632,320,0.777841298935525],[3,3,807,325,0.9213332979726014],[3,3,157,313,0.9016110548793197],[6,3,290,319,0.7104531564706287],[5,3,774,325,0.7088845869726854],[3,3,416,330,0.04219053534697137],[5,3,739,328,0.03473290755563596],[3,3,742,322,0.1777926762836275],[6,3,711,330,0.19578010460848105],[3,3,221,323,0.6063519987606576],[5,3,800,315,0.9406886287630731],[6,3,433,328,0.2716666468576665],[3,3,275,330,0.5102002573471511],[3,3,138,326,0.5639654961020863],[5,3,385,328,0.019240954013433065],[6,3,158,314,0.317245505836931],[3,3,170,315,0.5518847232424351],[5,3,187,327,0.7598195641789813],[3,3,371,324,0.5579467628806993],[6,3,342,314,0.6295918417259014],[3,3,414,324,0.9369428432348244],[5,3,641,314,0.26298944373788125],[3,3,312,328,0.1980598845862287],[6,3,720,327,0.564684363686099],[5,3,409,328,0.4180573494390101],[3,3,132,315,0.38052496953188975],[3,3,446,324,0.15460153499389673],[6,3,382,327,0.4772514916725894],[5,3,713,326,0.6153591419983468]]", + "PVGender_5": 3, + "PVStatList_9": [ + 109416, + 200161, + 126200, + 81472, + 912 + ], + "AnvilPAstats_3": [ + 2, + 600, + 700, + 137, + 1246, + 44 + ], + "PVFishingSpotIndex_3": 0, + "Exp0_1": [ + 1.0190329488698786e+23, + 2781540725.9824557, + 93270996672.36128, + 8397094821.315874, + "3.0487310996468484E7", + 826610759398.6327, + 310993038.15030825, + 9794497651.016672, + 1207195986.572957, + 104663580.49564621, + 13098648.57369489, + 1569701.8838126916, + 17556355.703783963, + 125082671.85677335, + 126337.95261103776, + 5.301027481370744e+33, + 4.678235540557281e+23, + 2.01774466761439e+49, + 1028472605.940728, + 39811315.60585062, 0, 0, 0, 0 ], - "EquipQTY_5": [ + "AttackLoadout_4": "[[498,496,497,495,467,469],[634,639,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "CharacterClass_3": 12, + "PVInstaRevives_0": 1, + "PostOfficeInfo1": [ + { + "0": 4418, + "1": -72, + "2": 0, + "length": 3 + }, + { + "0": 100, + "1": -861, + "2": 0, + "length": 3 + }, + { + "0": 661, + "1": -72, + "2": 0, + "length": 3 + }, + { + "0": 61, + "1": -72, + "2": 0, + "length": 3 + }, + { + "0": 274, + "1": -72, + "2": 0, + "length": 3 + }, + { + "0": 220, + "1": -72, + "2": 0, + "length": 3 + } + ], + "EquipQTY_6": [ { "0": 1, "1": 1, @@ -8899,12 +3928,12 @@ "length": 16 }, { - "0": 0, - "1": 327379, - "2": 297, - "3": 9, - "4": 327470, - "5": 212821, + "0": 155000, + "1": 151602, + "2": 70000, + "3": 175744, + "4": 0, + "5": 0, "6": 0, "7": 0, "8": 0, @@ -8918,102 +3947,130 @@ "length": 16 } ], - "PVGender_0": 2, - "ServerGems": 14371, - "PVInstaRevives_7": 1, - "FoodCD_9": [ - 0, - 0, - 0, - 0, + "PVFishingToolkit_2": [ + 7, + 3 + ], + "ObolEqO0_9": [ + "ObolSilverLuck", + "ObolSilverDamage", + "ObolChizoarA", + "ObolSilverDamage", + "ObolSilverLuck", + "ObolSilverDamage", + "ObolSilverCatching", + "ObolSilver2", + "ObolBronze2", + "ObolSilverLuck", + "ObolKruk", + "ObolSilverLuck", + "ObolSilverCatching", + "ObolSilverCatching", + "ObolSilverCatching", + "ObolBronzeCatching", + "ObolSilverCatching", + "ObolSilverCatching", + "ObolSilverLuck", + "ObolChizoarA", + "ObolSilverLuck" + ], + "NPCdialogue_0": "{\"Loominadi\":3,\"Stiltzcho\":35,\"Promotheus\":23,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":28,\"Masterius\":5,\"Lava_Larry\":9999,\"Bushlyte\":0,\"Carpetiem\":9,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":15,\"Town_Marble\":3,\"Hamish\":13,\"Iceland_Irwin\":9999,\"Yondergreen\":24,\"Blobbo\":6,\"Scubidew\":14,\"Telescope\":9999,\"Tribal_Shaman\":0,\"Krunk\":10,\"Obol_Altar\":9999,\"Royal_Worm\":34,\"Goldric\":26,\"Funguy\":16,\"Hoov\":10,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":26,\"Cowbo_Jones\":44,\"Typhoon\":5,\"Egggulyte\":0,\"Eliteus\":5,\"Woodsman\":7,\"Gobo\":18,\"Bandit_Bob\":19,\"Poigu\":4,\"Picnic_Stowaway\":20,\"Capital_P\":10,\"Sprout\":12,\"Tiki_Chief\":17,\"Coastiolyte\":0,\"Oinkin\":10,\"Snake_Jar\":16,\"Slargon\":12,\"Sussy_Gene\":9,\"Clown\":9999,\"Builder_Bird\":2,\"Rift_Ripper\":9999,\"Meel\":8,\"Wellington\":17,\"Speccius\":11,\"Bubbulyte\":2,\"Snouts\":18,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":14,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Gangster_Gus\":12,\"Mutton\":12,\"Dog_Bone\":14,\"Djonnut\":13,\"TP_Pete\":15,\"Potti\":0,\"Bill_Brr\":23,\"Whattso\":10,\"Legumulyte\":1,\"Walupiggy\":12,\"XxX_Cattleprod_XxX\":14,\"Hoggindaz\":41,\"Mr_Pigibank\":9999,\"Dazey\":11,\"Muhmuguh\":9999,\"Falloween_Pumpkin\":0,\"Monolith\":9,\"Shuvelle\":23,\"Lonely_Hunter\":10,\"Lafu_Shi\":19,\"Fishpaste97\":11,\"Omar_Da_Ogar\":14,\"Constructor_Crow\":3,\"Worldo\":9,\"Tired_Mole\":10,\"Lord_of_the_Hunt\":37,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":2,\"Sad_Urie\":6,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", + "Prayers_3": "[17,4,16,14,8,-1,7,-1,-1,-1,-1,-1]", + "PVInstaRevives_3": 1, + "Exp0_4": [ + 7.091405663026781e+22, + 76377486.49597818, + 38644151980.27342, + "3.4324404558030817E11", + "6.465660061392218E7", + 165009550404.91827, + "7.045107220294012E7", + 39385371516.64837, + 41730922406.428925, + 95534860.74545702, + 15923.0383709013, + 1569701.8838126808, + 106938.62951517384, + 1336610480.0870898, + 374190.84147737734, + 4.350655207507805e+33, + 4.678235540557281e+23, + 2.3601301496837836e+49, + 1084200240.3941486, + 613916.9035187077, 0, 0, 0, 0 ], - "PTimeAway_2": 1769845.1577750004, - "Ninja": "[[11,2982.7395479847305,0,0],[11,2480.293927244529,0,13.36],[11,215.48097735294868,0,64.99584],[11,-519.672017589387,0,3091.24437230329],[11,-300.44955744068767,0,3091.24437230329],[11,1181.4031607707768,0,17892.3284014265],[11,3576.7006989598895,0,81846.6662015012],[11,2748.4977150521436,0,520007.297858458],[11,-58.40481654710288,0,2106024.77780421],[11,2748.4977150521436,0,7250853.45437546],[8,0,0,0],[8,0,0,0],[\"NjItem11\",0],[\"NjGl2\",331],[\"NjTr17\",2660],[\"NjTr4\",2202],[\"NjItem5\",0],[\"NjGl2\",402],[\"NjTr17\",729],[\"NjTr4\",2182],[\"NjItem12\",0],[\"NjGl2\",127],[\"NjTr17\",657],[\"NjTr4\",2052],[\"NjItem9\",0],[\"NjGl1\",1135],[\"NjTr17\",636],[\"NjTr4\",2020],[\"NjItem1\",0],[\"NjWep7\",1342],[\"NjTr17\",617],[\"NjTr4\",2024],[\"NjItem4\",0],[\"NjWep7\",1358],[\"NjTr17\",602],[\"NjTr4\",951],[\"NjItem6\",0],[\"NjGl1\",416],[\"NjTr16\",2664],[\"NjTr16\",2873],[\"NjItem5\",0],[\"NjGl1\",13],[\"NjTr16\",717],[\"NjTr16\",743],[\"NjItem5\",0],[\"NjGl1\",38],[\"NjTr16\",737],[\"NjTr16\",724],[\"NjItem13\",0],[\"NjGl1\",13],[\"NjTr16\",754],[\"NjTr16\",754],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"NjTr16\",640],[\"NjTr16\",626],[\"NjTr16\",606],[\"NjTr16\",642],[\"NjWep5\",1228],[\"NjWep5\",1205],[\"NjWep5\",1178],[\"NjWep5\",1205],[\"NjGl1\",381],[\"NjGl1\",385],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"NjTr22\",2585],[\"NjTr21\",2188],[\"NjTr11\",2189],[\"NjTr24\",855],[\"NjTr12\",778],[\"NjTr9\",2006],[\"NjTr23\",679],[\"NjTr18\",2592],[\"NjTr10\",2280],[\"NjTr20\",871],[\"Blank\",0],[1000,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0],[3,6.498910368640954e+58,104098.60699987411,1,0,1,1,0,44,\"_lehvAarqxsympziwgtnBbcojfkuIDHKCEFdJGLMNOPQ\",2,0,0,0,0,0,0,0,0,0],[233,1547,1728,268,549,715,519,394,2075,0,343,434,381,3484,599,356,44,112,132,218,82,12,38,753,620,600,76,227,253,0],[1,1,0,0,1,1,1,0,1,1,3,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[10,421,76,5,1,1619,518,1200,1187,0,0,0],[\"NjWep0\",\"NjWep1\",\"NjTr15\",\"NjTr5\",\"NjTr7\",\"NjWep5\",\"NjTr9\",\"NjItem5\",\"NjWep2\",\"NjTr4\",\"NjTr10\",\"NjItem11\",\"NjItem9\",\"NjWep6\",\"NjTr11\",\"NjTr14\",\"NjItem12\",\"NjTr8\",\"NjTr0\",\"NjItem1\",\"NjTr1\",\"NjTr12\",\"NjWep3\",\"NjItem4\",\"NjTr13\",\"NjTr18\",\"NjTr2\",\"NjWep7\",\"NjGl0\",\"NjTr6\",\"NjItem13\",\"NjWep4\",\"NjTr16\",\"NjWep8\",\"NjTr17\",\"NjItem6\",\"NjGl1\",\"NjTr3\",\"NjItem14\",\"NjItem0\",\"NjGem0\",\"NjItem3\",\"NjGem1\",\"NjGem2\",\"NjGem3\",\"NjItem7\",\"NjItem10\",\"NjGl2\",\"NjTr19\",\"NjTr20\",\"NjGem4\",\"NjTr24\",\"NjGem6\",\"NjTr21\",\"NjGem5\",\"NjTr22\",\"NjTr23\",\"NjGem7\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]", - "Arcane": [ - 130, - 107, - 97, - 1, - 60, - 65, - 105, - 45, - 38, - 85, - 1, - 63, - 76, - 39, - 39, - 76, - 6, - 41, - 16, - 51, - 1, - 47, - 40, - 22, - 37, - 9, - 48, - 28, - 1, - 30, - 10, - 38, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, + "ObolEqO0_8": [ + "ObolSilverLuck", + "ObolSilverChoppin", + "ObolPlatinumChoppin", + "ObolSilverChoppin", + "ObolSilverMoney", + "ObolSilverChoppin", + "ObolSilverChoppin", + "ObolSilverChoppin", + "ObolSilverChoppin", + "ObolSilverLuck", + "ObolKruk", + "ObolGoldChoppin", + "ObolSilverChoppin", + "ObolBronzeChoppin", + "ObolSilverChoppin", + "ObolSilverDamage", + "ObolSilverChoppin", + "ObolBronzeChoppin", + "ObolGoldChoppin", + "ObolPlatinumChoppin", + "ObolGoldChoppin" + ], + "OptL2_9": [ + { + "0": 711, + "1": 9, + "length": 2 + }, + { + "0": 1, + "1": 0, + "2": "Scripticus2", + "3": 0, + "length": 4 + } + ], + "BGunlocked": [ + 1, + 1, + 1, + 1, 0, + 1, 0, 0, + 1, + 1, + 1, 0, 0, 0, 0, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, 0, + 1, 0, 0, 0, @@ -9035,276 +4092,241 @@ 0, 0 ], - "SSprog": "[[\"_adb\",1],[\"d\",1],[\"_fea\",1],[\"_ac\",1],[\"_df\",1],[\"b\",1],[\"_bdac\",1],[\"_ea\",1],[\"bd_cefgh\",1],[\"a\",1],[\"\",0],[\"\",0],[\"_fa\",1],[\"a\",1],[\"ah_\",1],[\"_fhg\",1],[\"_eca\",1],[\"f\",1],[\"_ha\",1],[\"_adb\",1],[\"\",0],[\"\",0],[\"\",0],[\"fa_bcd\",1],[\"a_bc\",1],[\"fa_bc\",1],[\"ba_\",1],[\"ea_b\",1],[\"egcai_bdf\",1],[\"fecdgh\",1],[\"hcfe\",1],[\"\",0],[\"\",0],[\"\",0],[\"ca_bdefg\",1],[\"befa\",1],[\"_afc\",1],[\"ebd\",1],[\"ebda\",1],[\"ebdf\",1],[\"cd_abhif\",1],[\"\",0],[\"\",0],[\"\",0],[\"a_bcdefghi\",1],[\"da_bce\",1],[\"a_bcdefghi\",1],[\"fdc\",1],[\"dbca_ef\",1],[\"a_bcdefghi\",1],[\"ac_bd\",1],[\"\",0],[\"\",0],[\"\",0],[\"c_ab\",1],[\"c_a\",1],[\"c_abdefghi\",1],[\"ae_\",1],[\"cdbe\",1],[\"cabde\",1],[\"bacef\",1],[\"hc_eigd\",1],[\"cdgeabi_\",1],[\"\",0]]", - "PldTraps_7": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "CurrentMap_7": 312, - "AnvilPAstats_9": [ - 13, - 600, - 700, - 140, - 1536, - 4 - ], - "MaxCarryCap_5": "{\"Chopping\":250,\"Mining\":30000,\"Souls\":25000,\"Quests\":10,\"Fishing\":25000,\"fillerz\":10,\"Critters\":5000,\"Foods\":20000,\"bCraft\":10000,\"Statues\":10,\"Bugs\":50}", - "CurrentMap_1": 312, - "InventoryOrder_9": [ - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "InvBag105", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "PVGender_1": 0, - "InventoryOrder_3": [ - "BoneJoePickle", - "CaveGoldPiece", - "EquipmentStatues26", - "EquipmentStatues28", - "EquipmentStatues27", - "Leaf6", - "FoodG11", - "StoneZ4", - "EquipmentHats125", - "FoodG12", - "SilverPen", - "PremiumGem", - "Pearl6", - "Quest25", - "FoodPotYe3", - "Leaf6", - "Leaf6", - "EquipmentStatues7", - "EquipmentHats99", - "EquipmentHats99", - "EquipmentHats99", - "Leaf6", - "EquipmentHats99", - "EquipmentHats99", - "EquipmentStatues5", - "Leaf6", - "EquipmentHats99", - "Leaf6", - "Weight9", - "Leaf6", - "EquipmentHats99", - "EquipmentHats99", - "EquipmentNametag15", - "EquipmentHats99", - "EquipmentNametag11", - "EquipmentStatues8", - "EquipmentNametag14", - "Timecandy1", - "EquipmentNametag11", - "EquipmentHats88", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "ExpBalloon1", - "Blank", - "Leaf6", - "Leaf6", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", + "AttackLoadoutpre_7": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[94,115,635,\"Null\",\"Null\",100],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "ForgeItemOrder": [ + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", "Blank", - "Trophy22", + "PrehistriumBar", + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", + "OilBarrel7", + "PrehistriumBar", + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", "Blank", + "PrehistriumBar", + "Prehistrium", "Blank", - "EquipmentHats29", + "PrehistriumBar", + "Godshard", + "OilBarrel7", + "GodshardBar", + "Godshard", "Blank", + "GodshardBar", + "Godshard", "Blank", + "GodshardBar", + "Godshard", "Blank", + "GodshardBar", + "Godshard", "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" + "GodshardBar" ], - "EMm1_7": "{\"0\":{\"Defence\":0,\"STR\":24,\"WIS\":0,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":48,\"LUK\":0,\"Weapon_Power\":32,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":48,\"LUK\":0,\"Weapon_Power\":32,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0}}", - "ObolEqO0_2": [ - "ObolGoldLuck", - "ObolSilver1", - "ObolChizoarA", - "ObolSilver1", - "ObolPink1", - "ObolBronze1", - "ObolSilver1", - "ObolPlatinum1", - "ObolPlatinum1", - "ObolGoldLuck", - "ObolKruk", - "ObolGoldLuck", - "ObolPlatinum1", - "ObolPlatinum1", - "ObolPlatinum1", - "ObolPlatinum1", - "ObolGold1", - "ObolGold1", - "ObolGoldLuck", - "ObolChizoarA", - "ObolGoldLuck" + "PVInstaRevives_4": 1, + "EMmLENGTH0_2": 16, + "BuffsActive_5": [], + "EMmLENGTH1_6": 16, + "StampLvM": [ + { + "0": 155, + "1": 135, + "2": 140, + "3": 96, + "4": 150, + "5": 100, + "6": 92, + "7": 63, + "8": 72, + "9": 88, + "10": 18, + "11": 112, + "12": 42, + "13": 60, + "14": 80, + "15": 108, + "16": 100, + "17": 95, + "18": 150, + "19": 75, + "20": 147, + "21": 45, + "22": 120, + "23": 51, + "24": 100, + "25": 190, + "26": 84, + "27": 104, + "28": 102, + "29": 100, + "30": 150, + "31": 225, + "32": 147, + "33": 84, + "34": 133, + "35": 140, + "36": 130, + "37": 210, + "38": 76, + "39": 100, + "40": 0, + "41": 160, + "42": 0, + "43": 0, + "length": 44 + }, + { + "0": 325, + "1": 305, + "2": 110, + "3": 230, + "4": 80, + "5": 260, + "6": 100, + "7": 340, + "8": 130, + "9": 290, + "10": 140, + "11": 290, + "12": 96, + "13": 130, + "14": 130, + "15": 62, + "16": 105, + "17": 140, + "18": 115, + "19": 110, + "20": 176, + "21": 130, + "22": 184, + "23": 155, + "24": 200, + "25": 90, + "26": 78, + "27": 0, + "28": 0, + "29": 104, + "30": 78, + "31": 52, + "32": 0, + "33": 46, + "34": 0, + "35": 138, + "36": 360, + "37": 315, + "38": 190, + "39": 220, + "40": 360, + "41": 230, + "42": 100, + "43": 80, + "44": 120, + "45": 200, + "46": 50, + "47": 85, + "48": 96, + "49": 60, + "50": 64, + "51": 112, + "52": 112, + "53": 88, + "54": 0, + "55": 0, + "56": "8", + "length": 57 + }, + { + "0": 230, + "1": 100, + "2": 220, + "3": 0, + "4": 0, + "5": 55, + "6": 124, + "7": 70, + "8": 260, + "9": 160, + "10": 110, + "11": 216, + "12": 0, + "13": 38, + "14": 56, + "15": 52, + "16": 0, + "17": 62, + "18": 104, + "19": 40, + "20": 51, + "21": 85, + "22": 104, + "23": 200, + "24": 75, + "25": 4, + "26": 105, + "length": 27 + } + ], + "QuestComplete_9": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":0,\"Scripticus11\":-1,\"XxX_Cattleprod_XxX1\":1,\"XxX_Cattleprod_XxX2\":1,\"Scripticus12\":-1,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":0,\"Nebulyte1\":-1,\"Djonnut1\":0,\"Nebulyte2\":-1,\"Djonnut2\":-1,\"Nebulyte3\":-1,\"Djonnut3\":-1,\"Masterius1\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius2\":-1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":-1,\"Slargon2\":1,\"Oinkin2\":-1,\"Slargon3\":1,\"Oinkin3\":-1,\"Slargon4\":0,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Bellows2\":1,\"Mutton1\":-1,\"Bellows3\":0,\"Mutton2\":-1,\"Bellows4\":-1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Stiltzcho2\":0,\"Promotheus2\":1,\"Stiltzcho3\":-1,\"Promotheus3\":0,\"Builder_Bird1\":1,\"Stiltzcho4\":-1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":-1,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":-1,\"Woodlin_Elder2\":1,\"Glumlee2\":-1,\"Woodlin_Elder3\":-1,\"Glumlee3\":-1,\"Woodlin_Elder4\":-1,\"Glumlee4\":-1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":-1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":0,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":-1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":-1,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":-1,\"Scubidew2\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete3\":-1,\"Cowbo_Jones10\":0,\"Scripticus2\":1,\"Cowbo_Jones11\":-1,\"Scripticus3\":1,\"Cowbo_Jones12\":-1,\"Scripticus4\":1,\"Cowbo_Jones13\":-1,\"Scripticus5\":1,\"Meel1\":-1,\"Tired_Mole1\":1,\"Cowbo_Jones14\":-1,\"Scripticus6\":-1,\"Meel2\":-1,\"Sussy_Gene1\":1,\"Tired_Mole2\":1,\"Cowbo_Jones15\":-1,\"Scripticus7\":-1,\"Sussy_Gene2\":1,\"Tired_Mole3\":0,\"Scripticus8\":1,\"Sussy_Gene3\":-1,\"Scripticus9\":-1,\"Capital_P1\":-1,\"Sprout1\":-1,\"Capital_P2\":-1,\"Lonely_Hunter1\":-1,\"Sprout2\":-1,\"Capital_P3\":-1,\"Lonely_Hunter2\":-1,\"Sprout3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":-1,\"Gobo3\":1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo4\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo5\":1,\"Typhoon1\":0,\"Shuvelle6\":-1,\"Falloween_Pumpkin4\":-1,\"Shuvelle7\":-1,\"Falloween_Pumpkin5\":-1,\"Whattso1\":-1,\"Whattso2\":-1,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":-1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":0,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":0,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":1,\"Goldric5\":-1,\"Cowbo_Jones9\":1,\"Goldric6\":-1,\"Gangster_Gus1\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":-1,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Giftmas_Blobulyte3\":-1,\"Bill_Brr7\":-1,\"Centurion1\":1,\"Centurion2\":-1,\"Toadstall1\":1,\"Centurion3\":-1,\"Toadstall2\":1,\"Centurion4\":-1,\"Snouts1\":-1,\"Toadstall3\":1,\"Centurion5\":-1,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion6\":-1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion7\":-1,\"Lord_of_the_Hunt3\":1,\"Snouts4\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt4\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Fishpaste971\":-1,\"Lord_of_the_Hunt7\":1,\"Lafu_Shi2\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":1,\"Woodsman2\":1,\"Woodsman3\":0,\"Woodsman4\":-1,\"Hoggindaz1\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":0,\"Hoggindaz5\":-1,\"Funguy1\":1,\"Hoggindaz6\":-1,\"Funguy2\":1,\"Hoggindaz7\":-1,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Funguy3\":0,\"Town_Marble1\":1,\"Funguy4\":-1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Funguy5\":-1,\"Yondergreen3\":-1,\"Dog_Bone1\":-1,\"Yondergreen4\":-1,\"Carpetiem1\":-1,\"Dog_Bone2\":-1,\"Bushlyte1\":-1,\"Yondergreen5\":-1,\"Carpetiem2\":-1,\"Bushlyte2\":-1,\"Yondergreen6\":-1,\"Carpetiem3\":-1,\"Bushlyte3\":-1,\"Yondergreen7\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":-1,\"Loominadi2\":-1,\"Speccius1\":1,\"Loominadi3\":-1,\"Speccius2\":1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "Lv0_7": [ + 917, + 68, + 123, + 16, + 39, + 142, + 36, + 122, + 1508, + 110, + 2, + 84, + 223, + 166, + 235, + 297, + 353, + 826, + 149, + 73, + -1, + -1, + -1, + -1, + -1 + ], + "InvBagsUsed_1": "{\"0\":1,\"1\":1,\"2\":1,\"3\":\"2\",\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\",\"114\":\"1\"}", + "FamValColosseumHighscores": [ + 0, + 426954.32, + 1324052.304, + 9173466.24666667, + "8.581120178333332E7", + "2.3102800095000003E7", + "2.119556434689176E8", + 0 ], - "CurrentMap_5": 312, - "KLA_2": "[[0,0],[-245771790376.14774],[-393255931.544401],[150,10],[150],[150],[0],[0,81],[-62289914.8],[-405.05],[0],[0,0],[0],[-456731388.12,-456683888.12],[-304712619.58632,-304711269.58632],[-50423802.1825217],[-533395570,-533392770],[-1396222284],[-10826192706.9965],[-464370573.489851],[7],[5],[0],[0],[-281424096.488808,-281422396.488808],[0],[-161434871],[-545313385,-545309215],[-453532749.7],[0],[0],[-1084753025],[0],[0],[0],[0],[0],[0],[-905.099999999995],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-10678736.4856689],[-121807.287708738,-121407.287708738],[-19809859.9242946],[0],[0],[30],[-638348.070182524],[-14613438.5523658],[-359641.006232554],[-1558387.18234563,-1560887.18234563],[0],[-409305],[-201193.590547573],[-1350798],[-53042931],[0],[-3414.47481743611],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-167667.65],[4000],[-189202907.28],[-227656237.118462,-227566237.118462],[-224323467.627107],[-675657793.6774],[-223927639.700955],[-2072.67523883495],[-454695540.60165],[-407821885.159817],[-480937813.13132],[-362540932.634566],[-694394328.544002],[1],[1000],[-1398561.63252815],[-65890452],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-32419645.5326659],[-116127958],[-3461978286.13824],[-10056.78],[-205],[-1051065612],[-86472.977953398],[-23079.2800000033],[-125927.382345679],[-1145828515.7647],[-93537316],[-11239449.0824246],[-818420804],[250],[700],[-28505862.4015391],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-2776871970.19456],[-395864.670977602],[-1588409],[-17899594],[-82662034.7595131],[-2024744.23515777],[-2394503.16944086],[-352368191.253001],[-7141],[-2012693.31150076],[-60407472.8620116],[-18995027],[-1725053138.15087],[0],[0],[-1341848801.2983537],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-171530],[-113504209],[-4078749],[-1562323.55820732],[-1540603],[-261719940.232376],[-86184.1618796017],[-3603638.59932906],[-6788536.61307019],[-1582355],[-251726423.838916],[-11774184],[-27433517],[-50091197726.727036],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-266369.9737361627],[-3559208.7983296243],[-1611344.080399584,-10111344.08039933],[-14031691.234823633],[-173054,-19173054],[0],[-118185579.26112807,-348185579.2597194],[-9281564],[0],[-787664830,-1212664830],[-452391560.6009486],[0],[0],[0]]", - "PVFishingSpotIndex_2": 1, - "EquipQTY_9": [ + "KLA_3": "[[0,0],[-1867893.4374663],[-230804088.303098],[150,10],[150],[150],[0],[0,0],[-5618984063.257525],[-230369.8162584719],[0],[0,0],[0],[-146070.596126316,-98570.5961263162],[-40193394032.775955,-40193392682.775955],[-21611833.6786251],[-405216914.442128,-405214114.442128],[-98140.7475745668],[-802534.4532825605],[-263168553.237723],[7],[5],[0],[0],[-10376202.4572566,-10374502.4572566],[0],[-67132.79952726657],[-57130588,-57126418],[-30103929.3480906],[0],[-11959.988154386387],[-305350],[0],[0],[0],[0],[0],[0],[-336481.08886911656],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-939445.475384385],[-17030.0992038367,-16630.0992038367],[-41975],[0],[0],[30],[-13370],[-46086.2069230773],[-1501],[-22958.7055818211,-25458.7055818211],[0],[-197338350.096297],[-14278550.08],[-1724074.23642712],[-13250917.6096789],[0],[0],[0],[-2682.30034285714],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1741492.25],[4000],[-578253],[-139931957462.7841,-139931867462.7841],[-100234558770.1049],[-937180.4902344709],[-125099],[-1381786221.21407],[-18182],[-391226014.739459],[-662826440.97702],[-5076.05],[107876.769999999],[1],[1000],[-29461549.02804386],[-28509820.3431763],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-568248.804943523],[-32437],[-9042750.83954462],[-17882065906.505848],[-393998.089178809],[-376751.886699254],[-258499.062238536],[-688518.923615384],[-36521],[-4307127.55542834],[-20689],[-2979807900.51439],[-677663.524355084],[250],[700],[-6979009.678977848],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-779298686.182146],[-14410993.8779367],[-14410875.3715023],[-75299938.1671226],[-41497.3267487175],[-432537.571833901],[-1889455.75519778],[-122126670976.1987],[-87544.7436481499],[-1293491.91494146],[-161475758.665563],[-366078708.19463],[-8622809549.36386],[0],[0],[-1003320242.3379469],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1302035536.26931],[-448648855.367886],[-16981277.6352672],[-131801519.133382],[-446411482.611152],[-212306472.85787418],[-2260520730.32993],[-909035762.2799201],[-80318886923.4141],[-699483091.655868],[-1191704.8303479082],[-185329923.921104],[-17093903197.476233],[-84438727055.15675],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-6676148.3529474065],[-671225.245285153],[8391463.941096697,-108536.05890215105],[-12702536.849195197],[17669965.1003595,-1330034.8996405108],[-822297360.021297],[250000000,20000000],[60000000],[0],[500000000,75000000],[1000000000],[0],[0],[0]]", + "EquipQTY_8": [ { "0": 1, "1": 1, @@ -9314,11 +4336,11 @@ "5": 1, "6": 1, "7": 1, - "8": 1, + "8": 0, "9": 0, - "10": 1, - "11": 1, - "12": 1, + "10": 0, + "11": 0, + "12": 0, "13": 0, "14": 0, "15": 0, @@ -9331,7 +4353,7 @@ "3": 1, "4": 1, "5": 1, - "6": 1, + "6": 0, "7": 0, "8": 0, "9": 0, @@ -9344,12 +4366,12 @@ "length": 16 }, { - "0": 388, - "1": 5274, - "2": 12375, - "3": 12684, - "4": 24162, - "5": 112, + "0": 259332, + "1": 300, + "2": 3874, + "3": 262, + "4": 359784, + "5": 0, "6": 0, "7": 0, "8": 0, @@ -9363,7 +4385,178 @@ "length": 16 } ], - "LockedSlots_4": [ + "PVGender_7": 1, + "CogM": "{\"0\":{\"d\":42,\"h\":\"corners\",\"a\":129,\"e\":22,\"c\":92},\"1\":{\"h\":\"corners\",\"f\":23,\"c\":470,\"a\":2696},\"2\":{\"h\":\"down\",\"e\":63,\"a\":1324},\"3\":{\"d\":35,\"h\":\"column\",\"a\":1163,\"f\":47,\"c\":94},\"4\":{\"a\":15826,\"d\":59},\"5\":{\"a\":10850,\"d\":139},\"6\":{\"d\":94,\"a\":2062},\"7\":{\"d\":102,\"c\":384},\"8\":{\"d\":97,\"a\":2187},\"9\":{\"d\":94,\"a\":736,\"c\":351},\"10\":{\"d\":89,\"a\":1234},\"11\":{\"d\":94,\"a\":2122},\"12\":{\"h\":\"right\",\"a\":840,\"e\":59},\"13\":{\"h\":\"down\",\"f\":65,\"a\":914},\"14\":{\"h\":\"around\",\"e\":164,\"f\":202},\"15\":{\"h\":\"around\",\"e\":164,\"f\":202},\"16\":{\"d\":30,\"h\":\"left\",\"a\":93,\"e\":53,\"c\":86},\"17\":{\"h\":\"left\",\"c\":29,\"a\":482,\"e\":64},\"18\":{\"d\":91,\"a\":4409},\"19\":{\"d\":155},\"20\":{\"d\":93,\"c\":565,\"a\":3086},\"21\":{\"d\":97,\"a\":2063},\"22\":{\"a\":5221,\"d\":73,\"c\":1181,\"h\":\"left\",\"j\":51},\"23\":{\"d\":92,\"a\":2424},\"24\":{\"h\":\"around\",\"e\":164,\"f\":202},\"25\":{\"h\":\"around\",\"e\":164,\"f\":202},\"26\":{\"a\":23061838794.663895,\"b\":1882894160431.4792,\"c\":428912382},\"27\":{\"a\":219774046844.9035,\"b\":9423351064179.346,\"c\":2914665265},\"28\":{\"h\":\"around\",\"e\":164,\"f\":202},\"29\":{\"h\":\"around\",\"e\":164,\"f\":202},\"30\":{\"f\":25,\"h\":\"row\",\"d\":49,\"a\":294},\"31\":{\"d\":24,\"h\":\"row\",\"a\":451,\"e\":51},\"32\":{\"d\":68,\"a\":21412,\"h\":\"row\",\"f\":53},\"33\":{\"h\":\"row\",\"c\":123,\"a\":1565,\"e\":56},\"34\":{\"h\":\"row\",\"f\":48,\"a\":6622},\"35\":{\"a\":20707,\"h\":\"row\",\"f\":60},\"36\":{\"d\":31,\"h\":\"right\",\"a\":1012,\"e\":44,\"c\":54},\"37\":{\"d\":23,\"h\":\"right\",\"a\":722,\"e\":49},\"38\":{\"h\":\"around\",\"e\":164,\"f\":202},\"39\":{\"h\":\"around\",\"e\":164,\"f\":202},\"40\":{\"d\":86,\"h\":\"left\",\"f\":47,\"a\":3116},\"41\":{\"d\":30,\"h\":\"left\",\"a\":235,\"e\":50,\"c\":58},\"42\":{\"d\":85,\"c\":162,\"a\":1081},\"43\":{\"d\":99,\"a\":1647,\"c\":561},\"44\":{\"d\":105,\"a\":7597},\"45\":{\"a\":18225,\"d\":63},\"46\":{\"d\":121,\"a\":8308},\"47\":{\"d\":80,\"a\":207},\"48\":{\"d\":97,\"h\":\"down\",\"c\":220,\"e\":38},\"49\":{\"d\":65,\"h\":\"down\",\"a\":469,\"e\":42},\"50\":{\"d\":46,\"h\":\"up\",\"a\":3284,\"f\":61,\"c\":414},\"51\":{\"d\":81,\"h\":\"up\",\"f\":46,\"a\":3367},\"52\":{\"h\":\"up\",\"f\":32,\"a\":2430,\"c\":624},\"53\":{\"h\":\"corners\",\"f\":55,\"c\":430,\"a\":3284},\"54\":{\"d\":81,\"a\":15427},\"55\":{\"d\":79,\"a\":817},\"56\":{\"d\":107,\"a\":2121,\"c\":195},\"57\":{\"d\":101,\"a\":1819},\"58\":{\"d\":74,\"c\":664},\"59\":{\"d\":121,\"a\":4979},\"60\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"61\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"62\":{\"a\":13959805259.41899,\"b\":326844127463.44904,\"c\":279934353},\"63\":{\"h\":\"column\",\"a\":4192,\"e\":65},\"64\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"65\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"66\":{\"d\":175,\"a\":9609},\"67\":{\"d\":97,\"a\":2219},\"68\":{\"d\":101,\"a\":2241},\"69\":{\"d\":133,\"a\":3789},\"70\":{\"d\":96,\"a\":1228},\"71\":{\"d\":89,\"a\":1016},\"72\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"73\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"74\":{\"h\":\"column\",\"f\":64,\"c\":167,\"a\":3320},\"75\":{\"h\":\"column\",\"c\":47,\"a\":229,\"e\":64},\"76\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"77\":{\"l\":1,\"d\":107,\"a\":36495,\"c\":4464,\"h\":\"everything\",\"e\":1.25,\"f\":20},\"78\":{\"d\":92,\"a\":2522},\"79\":{\"d\":103,\"c\":412,\"a\":760},\"80\":{\"a\":13398,\"d\":59},\"81\":{\"d\":95,\"a\":1161},\"82\":{\"d\":83,\"a\":1298},\"83\":{\"d\":87,\"a\":2431},\"84\":{\"d\":85,\"h\":\"column\",\"a\":4403,\"e\":26},\"85\":{\"d\":77,\"a\":1025},\"86\":{\"d\":20,\"h\":\"column\",\"a\":262,\"e\":54,\"c\":106},\"87\":{\"h\":\"column\",\"d\":32,\"e\":63,\"a\":766},\"88\":{\"d\":18,\"h\":\"row\",\"a\":35,\"e\":57,\"c\":71},\"89\":{\"d\":75,\"h\":\"row\",\"j\":28,\"a\":102},\"90\":{\"d\":76,\"a\":2328},\"91\":{\"d\":87,\"a\":22868},\"92\":{\"d\":82,\"a\":287},\"93\":{\"d\":90},\"94\":{\"d\":79,\"a\":678},\"95\":{\"d\":89,\"a\":3287},\"99\":{\"a\":6843479991.711427,\"b\":13666851320.73037,\"c\":152719395},\"102\":{\"a\":3777518664.39607,\"b\":4702783184.865462,\"c\":92158282},\"103\":{\"a\":4196077319.542442,\"b\":5061464178.933212,\"c\":100768711},\"104\":{\"a\":3843202959.5912213,\"b\":4759831280.507489,\"c\":93518615},\"105\":{\"a\":4196077319.542442,\"b\":5061464178.933212,\"c\":100768711},\"106\":{\"a\":4071768064.280732,\"b\":4956108552.592546,\"c\":98225516},\"107\":{\"a\":3830010339.1058173,\"b\":4748396880.22919,\"c\":93245675},\"108\":{\"a\":28702,\"d\":74},\"109\":{\"a\":13398,\"d\":67},\"110\":{\"a\":28842,\"d\":70},\"121\":{\"h\":\"row\",\"a\":730,\"c\":125,\"e\":60},\"122\":{\"h\":\"row\",\"a\":474,\"e\":54},\"165\":{\"h\":\"column\",\"e\":60,\"a\":405},\"166\":{\"d\":52,\"h\":\"down\",\"a\":92,\"e\":17,\"c\":37},\"167\":{\"h\":\"right\",\"a\":888,\"e\":55},\"169\":{\"h\":\"up\",\"a\":238,\"c\":22,\"e\":57}}", + "OptL2_0": [ + { + "0": 5, + "1": 9, + "length": 2 + }, + { + "0": 1, + "1": 0, + "2": "Sad_Urie1", + "3": 0, + "length": 4 + } + ], + "ObolEqO2": [ + "Blank", + "Blank", + "Blank" + ], + "CardEquip_6": [ + "Boss4B", + "Boss3C", + "Boss2B", + "w6b3", + "w5c2", + "CritterCard7", + "w6c2", + "wolfA", + "B", + "B", + "B", + "B" + ], + "InvBagsUsed_5": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\"}", + "TotemInfo": "[[190,140,160,160,140,140,110,130,0],[0,140,150,140,0,100,0,120,0],[0,3762660.543134562,6249597.592787499,3532146.8374900515,0,584105.49848235,0,1668063.0000000002,0]]", + "IMm_5": "{\"0\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"4\":{\"UQ1val\":210,\"Weapon_Power\":69,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"7\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"10\":{\"UQ1val\":60,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"11\":{\"Weapon_Power\":6,\"UQ1val\":63,\"Upgrade_Slots_Left\":-3},\"12\":{\"UQ1val\":150,\"Weapon_Power\":73,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"13\":{\"UQ1val\":103,\"Weapon_Power\":53,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"14\":{\"UQ1val\":5,\"Weapon_Power\":25,\"Upgrade_Slots_Left\":-5,\"Speed\":-2},\"15\":{\"UQ1val\":202,\"Weapon_Power\":83,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"16\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"17\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"18\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"20\":{\"Speed\":4,\"Weapon_Power\":48,\"UQ1val\":1},\"24\":{\"UQ1val\":150,\"Weapon_Power\":71,\"Upgrade_Slots_Left\":-5,\"Speed\":3},\"25\":{\"UQ1val\":59,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"26\":{\"Weapon_Power\":9,\"UQ1val\":75,\"Upgrade_Slots_Left\":-3},\"27\":{\"UQ1val\":72,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"28\":{\"UQ1val\":121,\"Weapon_Power\":47,\"Upgrade_Slots_Left\":-5,\"Speed\":1},\"29\":{\"UQ1val\":50,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"30\":{\"Weapon_Power\":6,\"UQ1val\":50,\"Upgrade_Slots_Left\":-3},\"31\":{\"UQ1val\":68,\"Upgrade_Slots_Left\":-3,\"Weapon_Power\":6},\"45\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"46\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"60\":{\"Speed\":0,\"Weapon_Power\":102,\"UQ1val\":259,\"Upgrade_Slots_Left\":-5},\"61\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":4,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"62\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":4,\"LUK\":1,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"75\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"76\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "SM_2": "{\"0\":142,\"1\":100,\"5\":196,\"6\":205,\"8\":150,\"9\":100,\"10\":498,\"11\":1210,\"12\":408,\"13\":100,\"23\":420,\"75\":100,\"144\":197,\"263\":154,\"265\":100,\"266\":340,\"267\":100,\"268\":137,\"269\":145,\"270\":127,\"271\":135,\"272\":143,\"273\":214,\"274\":138,\"276\":200,\"277\":299,\"278\":299,\"279\":136,\"280\":132,\"281\":153,\"282\":100,\"283\":155,\"284\":299,\"285\":151,\"286\":151,\"287\":138,\"288\":137,\"289\":141,\"290\":299,\"291\":100,\"292\":143,\"293\":299,\"294\":141,\"295\":153,\"296\":146,\"297\":145,\"298\":144,\"299\":144,\"316\":100,\"317\":100,\"318\":299,\"319\":299,\"320\":204,\"325\":147,\"326\":159,\"327\":154,\"328\":226,\"360\":100,\"366\":178,\"367\":170,\"368\":219,\"374\":299,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "IMm_7": "{\"2\":{\"WIS\":0,\"STR\":0,\"Power\":0,\"LUK\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"4\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"6\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"7\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"8\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"9\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"10\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"16\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"17\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"21\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", + "MapBon": "[[0],[16,0,0],[48,0,0],[0,0,0],[0],[0],[0,0,0],[0,0,0],[9380,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[6,0,0],[0,0,0],[6,0,0],[0,0,0],[0,0,0],[93,0,0],[0],[0],[0],[0],[361,0,0],[0],[6,10,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0,0,0],[0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[20,0,0],[20,0,10],[20,0,0],[0,0,0],[0,0,0],[0,0,0],[128,0,0],[7150,1480,0],[140,0,0],[20,0,0],[0,0,0],[967,3270,0],[39,0,0],[53,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[40,0,0],[0],[40,0,0],[43483,0,0],[2090,2910,0],[35472,0,0],[3667,0,0],[112,30,0],[2848,0,0],[132,0,0],[40,0,0],[2860,0,0],[5369,0,0],[0,0,0],[0,0,0],[40,0,0],[5804,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1968,0,0],[14428,0,0],[220105,0,11557],[23337,0,0],[313,0,0],[25710,0,0],[74869,0,7009],[26324,0,0],[479,0,0],[51295,0,0],[33836,0,0],[75,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[6384,0,0],[7517,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0],[0],[0],[0]]", + "EMm0_7": "{\"0\":{\"Defence\":120,\"WIS\":0,\"STR\":80,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":8,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-10,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":42,\"WIS\":0,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":60,\"WIS\":0,\"STR\":40,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":4,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"4\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-9,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"STR\":4,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":1,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"6\":{\"Defence\":105,\"STR\":70,\"WIS\":0,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-8,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"STR\":3,\"WIS\":1,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-2,\"Speed\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "IMmLENGTH_0": 112, + "ItemQTY_6": [ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "QuestHm_1": [ + { + "0": "Snootie1", + "1": "Find_Pommsie:", + "2": "0", + "3": "1", + "length": 4 + } + ], + "ItemQTY_7": [ + 48, + 135, + 1, + 0, + 1, 1, 1, 1, @@ -9372,7 +4565,77 @@ 1, 0, 0, - 1, + 0, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0, 0, 0, @@ -9400,6 +4663,92 @@ 0, 0, 0, + 0 + ], + "Lv0_8": [ + 918, + 109, + 125, + 136, + 112, + 151, + 112, + 122, + 747, + 116, + 1, + 84, + 322, + 166, + 182, + 297, + 353, + 826, + 148, + 68, + -1, + -1, + -1, + -1, + -1 + ], + "CardPreset_7": "[[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w5b3\",\"poopBig\",\"wolfB\",\"poopD\",\"snowball\",\"skele2\",\"w6a1\",\"Boss4C\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Bug1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"babayaga\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", + "NPCdialogue_8": "{\"Promotheus\":17,\"Stiltzcho\":16,\"Loominadi\":3,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":2,\"Masterius\":5,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Telescope\":9999,\"Scubidew\":0,\"Yondergreen\":0,\"Iceland_Irwin\":9999,\"Hamish\":0,\"Blobbo\":6,\"Town_Marble\":3,\"Obol_Altar\":9999,\"Krunk\":1,\"Tribal_Shaman\":0,\"Funguy\":6,\"Goldric\":0,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":13,\"Woodlin_Elder\":7,\"Cowbo_Jones\":1,\"Egggulyte\":0,\"Typhoon\":0,\"Eliteus\":4,\"Woodsman\":12,\"Gobo\":18,\"Picnic_Stowaway\":20,\"Poigu\":0,\"Tiki_Chief\":5,\"Sprout\":0,\"Capital_P\":0,\"Coastiolyte\":0,\"Oinkin\":0,\"Snake_Jar\":0,\"Slargon\":3,\"Builder_Bird\":9999,\"Clown\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Speccius\":11,\"Wellington\":3,\"Bubbulyte\":2,\"Snouts\":0,\"Loveulyte\":0,\"Toadstall\":12,\"Nebula_Neddy\":9999,\"Desert_Davey\":9999,\"Scripticus\":33,\"Pirate_Porkchop\":0,\"questDisp\":0,\"Crystalswine\":0,\"Giftmas_Blobulyte\":0,\"Dog_Bone\":14,\"Mutton\":0,\"Gangster_Gus\":12,\"Djonnut\":2,\"TP_Pete\":0,\"Bill_Brr\":0,\"Potti\":0,\"Whattso\":4,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":0,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Hoggindaz\":3,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Shuvelle\":0,\"Lonely_Hunter\":2,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", + "PVFishingSpotIndex_1": 0, + "QuestStatus_2": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX1\":[15,12],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[35422,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Masterius1\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[20,65],\"Crystalswine5\":[60,130],\"Crystalswine6\":[172,190],\"Slargon1\":[30649],\"Oinkin1\":[3],\"Slargon2\":[409198],\"Oinkin2\":[7,2,3],\"Slargon3\":[1284006],\"Oinkin3\":[1],\"Slargon4\":[17830837],\"Poigu1\":[40],\"Poigu2\":[50],\"Poigu3\":[88],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[51],\"Mutton1\":[0,0,0],\"Bellows2\":[4709],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[12,17],\"Promotheus1\":[1],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[\"0\"],\"Stiltzcho3\":[0,0],\"Stiltzcho4\":[81863],\"Builder_Bird1\":[0],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[95503],\"Stiltzcho6\":[106888],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[6],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Glumlee5\":[0],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[72281373],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[536487],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[945599],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[476323],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Scubidew1\":[0,0,0],\"Hamish1\":[0],\"Blobbo2\":[0,0,0],\"TP_Pete1\":[14,0],\"Scubidew2\":[\"0\",\"121\"],\"Hamish2\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"TP_Pete3\":[0],\"Cowbo_Jones10\":[1,1],\"Scripticus2\":[6],\"Cowbo_Jones11\":[10],\"Scripticus3\":[1,5],\"Cowbo_Jones12\":[4],\"Scripticus4\":[1,0,0],\"Meel1\":[38],\"Scripticus5\":[10],\"Cowbo_Jones13\":[100],\"Tired_Mole1\":[15464879],\"Cowbo_Jones14\":[1,1],\"Meel2\":[0],\"Scripticus6\":[0],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Tired_Mole2\":[26262511],\"Cowbo_Jones15\":[0,0,0],\"Scripticus7\":[1,1],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Tired_Mole3\":[\"0\",2],\"Scripticus8\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[\"0\"],\"Sprout1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P3\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Sprout4\":[0],\"Shuvelle1\":[9,3],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle2\":[0],\"Gobo1\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[12],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[15],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[16],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[21],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[0],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[4,1],\"Snake_Jar4\":[1],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[22],\"Cowbo_Jones3\":[6],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[11],\"Walupiggy3\":[8,1],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[1],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[3336,0],\"Monolith2\":[0],\"Monolith3\":[100045],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[13],\"Bill_Brr2\":[1],\"Bill_Brr3\":[3,\"1\"],\"Bill_Brr4\":[1],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[19,\"1\"],\"Bill_Brr7\":[1],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[24,25],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Centurion3\":[\"0\"],\"Toadstall2\":[\"0\"],\"Centurion4\":[\"0\",\"0\"],\"Snouts1\":[0],\"Toadstall3\":[\"0\"],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion6\":[\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt3\":[0,0],\"Snouts4\":[0],\"Centurion8\":[\"0\"],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Lord_of_the_Hunt4\":[0,0],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste971\":[0],\"Lord_of_the_Hunt7\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Woodsman4\":[0],\"Hoggindaz1\":[1,85],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[1,4],\"Hoggindaz5\":[2],\"Funguy1\":[0,0,0],\"Hoggindaz6\":[0],\"Funguy2\":[72,72],\"Hoggindaz7\":[0],\"Telescope1\":[1],\"Hoggindaz8\":[0],\"Yondergreen1\":[0],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Iceland_Irwin1\":[0],\"Yondergreen2\":[0],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[\"0\",\"0\"],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem1\":[772],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem2\":[517,\"1\"],\"Bushlyte2\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem3\":[1],\"Bushlyte3\":[0],\"Carpetiem4\":[32],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[44],\"Loominadi3\":[1],\"Speccius2\":[1],\"Loominadi4\":[1],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[37],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "AnvilPAstats_8": [ + 2, + 600, + 700, + 106, + 1316, + 0 + ], + "Grimoire": [ + 133, + 328, + 128, + 170, + 1, + 30, + 126, + 105, + 98, + 8, + 40, + 25, + 237, + 39, + 255, + 92, + 111, + 55, + 84, + 119, + 59, + 32, + 45, + 53, + 230, + 155, + 20, + 41, + 62, + 43, + 25, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0, 0, 0, @@ -9455,19 +4804,219 @@ 0, 0, 0, + 0 + ], + "KLA_1": "[[0,0],[-9816553166.296286],[-169788846.87734333],[150,10],[150],[150],[0],[0,81],[-185101477.8694625],[-15774.6523456789],[0],[0,0],[0],[-368314776.492091,-368267276.492091],[-41440966.59514929,-41439616.59514929],[-417654.017967949],[-39744825.148101285,-39742025.148101285],[-4477949.08918171],[-8925156936.16013],[-36051962.18868222],[7],[5],[0],[0],[-4921040731.254192,-4921039031.254192],[0],[-130904517.02992266],[-438252871.069648,-438248701.069648],[-356818501.01],[0],[0],[-4645998.82386099],[0],[0],[0],[0],[0],[0],[-26303.8182716042],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-2111129021.7300365],[-703295081.005383,-703294681.005383],[-305402.03695940087],[0],[0],[30],[-6347064.723690668],[-224686145.59161693],[-1227620790.8310876],[-3453745.813467958,-3456245.813467958],[0],[-994923162.5940086],[-314713994.16778934],[-480211577.32014054],[-41788739],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-7445789.556481746],[4000],[-522135292.3191233],[-821955309.8356184,-821865309.8356225],[-257209409.4273966],[-1189704332.207085],[-378091495.1029307],[-4610092.285336152],[-193337308.33196777],[-307899684.7081478],[-358399528.5860909],[-351344846.2077822],[-536041513.9374012],[1],[1000],[-5040536.207058166],[-74249327.68190819],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-631621893.1961157],[-1431416579.2231934],[-6588313986.480515],[-304151512.2957],[-34509771.908361875],[-1298197202.824486],[-1370207620.6858335],[-362844619.372331],[-10705398.63463095],[-1637275093.2888706],[-1009779809.8754013],[-244945003.3485321],[-47058402.886527486],[250],[700],[-45982105.9729463],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-999192534.9786538],[-256783541.0468519],[-15530.3449522934],[-73121.5755644248],[-6769847.07658509],[-25795.7917862185],[-174058.689314603],[-379163721.158228],[-324.297825858812],[-980329337.232854],[-28012898.5669672],[-23326912.3869628],[-2516010470.787609],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-139264.734721529],[-118898164],[-643673.724258633],[-308347630.62172234],[-1885880.7398868],[-268296029.495471],[-1828119547.33922],[-227140.688556614],[-96994.5557821006],[-6346675.34305501],[-214223418.729282],[-1663181517.40015],[-16488014.5559387],[-11622653512.841309],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-3675808578.1778827],[-35934.99728566708],[-29238612.858253404,-37738612.85825509],[-41656495.594491966],[-8064085.577438563,-27064085.57741578],[0],[-21425711.691732213,-251425711.68275407],[-12022530.712710228],[-11210.132291492184],[-240528162.15732932,-665528162.1546082],[-310745882],[-192.50212170336667],[0],[0]]", + "BribeStatus": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 0 + ], + "InventoryOrder_7": [ + "Quest28", + "Key5", + "InvBag105", + "Blank", + "EquipmentHats13", + "Trash3", + "EquipmentHats13", + "EquipmentHats13", + "EquipmentHats13", + "EquipmentHats13", + "EquipmentHats13", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Trophy2", + "EquipmentHats85", + "Blank", + "Blank", + "Blank", + "EquipmentHats21", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "CardEquip_2": [ + "CritterCard7", + "SpelunkingCard0", + "w7a1", + "w7a4", + "wolfA", + "Boss2B", + "Boss4B", + "SpelunkingCard1", + "B", + "B", + "B", + "B" + ], + "Breeding": "[[9,9,9,8,10,9,9,9,9,8,8,7,9,8,9,0,0,0,0,0],[17,17,18,16,1,0,0,0],[20,14,5,10,9,7,7,3,7,3,4,1,15],[640018.796182431,413.919727337723,85173.7577058902,20790.2322627247,0,0,0,0,22.15393681824098],[0,2,0,50,20,20,20,10,48,49,42,28,37,43,38,50,25],[0,1,25,6,0,37,48,29,13,19,24,26,7,33,28,0,0],[2,0,0,0,0,37,11,8,38,24,39,39,43,21,0,0,0,0],[52,43,17,4,0,0,0,0,0,0,0,0,0,0,0,0],[0],[0],[0],[0],[0],[257746.74356717517,257746.64999698437,257746.5213707513,257660.58758531362,257660.10901242364,257660.09181161074,657726.08871273,257660.4876309958,257664.22929373075,257660.1359097442,628572.0215648469,621192.1412574855,257695.31409008295,66448.0799834593,258257.98546977708,70192.9185171995,257659.9957831371],[257659.97454429162,66251.0227947943,66303.0268351777,66302.7447381877,261139.1898827033,260854.46928628118,669300.5957349937,3333.70539397002,3377.72480580787,3406.48961717731,3423.02128526998,3405.80118300702,611159.734520924,610933.5619346716,3558.18132109843,613571.6936903403,3334.68882150959],[3334.69684806509,51993.7197544043,3334.13149937284,3375.13176350821,610847.5636739219,3334.62077027814,48857.8079259067,48857.79195863,48618.642120709,48619.7376689504,48749.8668116653,48808.1560908106,1064.16955301403,48618.6505331656,48617.9246794666,48617.9507053355,998.570392499098,48617.9401989948],[390.173555657487,48643.2504058779,316.776476677461,889.24914177745,1912.25295982404,48617.7407031573,48617.7490490631,48636.8558492513,610706.0471224998,114.241295058285,2794.37452872647,356.724864828522,655511.5225909769,655511.4904847549,1923.03208152349,48617.5686655616],[0],[0],[0],[0],[0],[86.8874566558514,86.8874272866383,222812.72105542154,170.829152709922,90.0209899810932,587.938147852367,793.708555638286,792.123833470933,65213.5470897578,589.521039681755,740.793532117358,65102.5015200492,222812.63713768072,65187.896595344,\"2.15185185185185e-05\",222812.61393476083,222812.70686613716],[793.708808051476,222812.68053874662,52.9165666968395,222812.6532792517,\"2.15185185185185e-05\",222812.58064419962,46.3634297307169,65102.5915588404,223553.4864067473,536.602504226697,25.7297169225894,65102.4879092226,222812.5977939676,222812.6684158178,222810.33636183658,7714.85025873981,7714.8625940338],[30859.4189071996,29471.6511003991,1020.93878593617,29471.376553228,29471.3716078655,29471.385728691,29471.6652227986,29471.659115252,894.380267518857,54.3084666718273,100.671942072767,222814.1802351335,222814.12654686402,526.588936363495,7742.09446888076,7810.11281722426,7810.11005076622,7810.10782359054],[54.3068546463654,222814.1433525843,222814.1627445773,590.913517140546,520.25404721906,7810.10510895195,7810.10236408534,7810.09878870377,7810.09548728166,7810.09366024945,95.2309182559824,95.2308870165379,95.2308630009882,95.2289291609359,95.2288850468792,95.22885961865],[0],[0],[0],[0],[0]]", + "SLpre_8": "{\"0\":140,\"1\":142,\"5\":245,\"6\":245,\"8\":100,\"9\":100,\"10\":168,\"11\":104,\"12\":578,\"13\":100,\"144\":217,\"445\":245,\"446\":100,\"447\":269,\"448\":245,\"449\":245,\"450\":100,\"451\":100,\"452\":141,\"453\":100,\"454\":100,\"455\":146,\"456\":141,\"457\":152,\"458\":100,\"459\":145,\"460\":142,\"461\":157,\"462\":148,\"463\":100,\"464\":109,\"480\":100,\"481\":140,\"482\":100,\"483\":210,\"484\":100,\"485\":147,\"486\":100,\"487\":149,\"488\":159,\"489\":100,\"490\":100,\"491\":128,\"492\":147,\"493\":147,\"494\":100,\"532\":214,\"533\":181,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"633\":92,\"635\":100,\"636\":92,\"637\":100,\"642\":116,\"652\":300}", + "OptL_6": [ + 1, + 1, + 2, + 8, + 1, 0, + 692, 0, 0, 0, 0, 0, + 2, 0, 0, + 2, + 20, 0, 0, + 1, + 1, + 1, + 1, + 1, + 1, + 1, 0, + 1, + 1, 0, + 6, 0, + 3468, + 0 + ], + "FoodCD_1": [ 0, 0, 0, @@ -9477,399 +5026,554 @@ 0, 0 ], - "AttackLoadoutpre_7": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[94,115,635,\"Null\",\"Null\",100],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "PVInstaRevives_8": 1, - "ItemQTY_7": [ - 48, - 135, + "OptLacc": [ + 3, + 1, 1, 0, 1, + 900, 1, 1, + 654, + 305, + 0, + 0, + -1, 1, 1, + 136, + 136, 1, 1, - 0, - 0, - 0, - 0, - 0, + "none.|.0.|.1.|.2.|.3.|.4.|.5.|.6.|.7.|", + 10, 1, + "You_can_minimize_and_let_IdleOn_grind_itself_at_any_time,_and_come_back_to_check_in_whenever_you_want!", 1, 0, - 0, + 1351, 0, 1, 0, 0, + 1, + 136, + "1111", + 5, 0, + 136, 0, + "Efficiency", + 29, + 5, + 3, 0, 0, 0, 0, + 93612564.34794219, + 1, + 11, + 1, + 47, 0, 0, 0, 0, 0, + 490, + 136, 0, + 1, 0, + "bun_v", + 331, 0, + 32, 0, + 3, + 12, 0, 0, + 3, + 3, + 765301, + 147575, + 10105, + 635, + 88, + 1918, 0, + 47, + 1.7, + 128, + 3, + -6.3, 0, 0, + 24, 0, + 1738.1526042201253, + 1, + 200, 0, + 2, 0, + 1, + 287, + 1, + 123, + 18, + 123, + 105, 0, 0, 0, + -1, + 1, 0, + 35, + 3, + 1, + 2, 0, 0, + 41, 0, + 33, 0, 0, + 4, + 31, + 1, + 10, + -1073, 0, + 4, + 6511775.50900072, + 52, + 7400, 0, + 7, + 1, + 1, + 25515, + 1, + 4, + 38, + 148, + "Did_you_know_that_I_post_daily_to_Discord.gg/idleon_with_development_updates_about_what_I'm_working_on?_@_I_even_do_giveaways..._there's_one_right_now!_Go_join_it!", 0, + 19449558, + 56705, + 87, + 83, + 65, + 68, + 69, + 82, + "W", + "S", + "A", + "D", + "E", + "R", + 5527072, + 2, + 112, + "0,w5a1,Boss4B,poopD,wolfB,Boss3B,w5b3,demonP,poopSmall,Boss6C,Boss4A,Boss3C,Boss3A,wolfA,w5c2,w5c1,w5b6,w5b5,w5b4,w5a4,w5a3,w5a2,w5b1,w5b2,shovelR,Bandit_Bob,Crystal5,w6b3,babaMummy,crabcakeB,Boss6A", + 4, + 1, + 71, 0, + 109, + 337.93168128, + 200.45140000000004, + 9, 0, + 1, + 5, + 5, 0, + "_cdabe", + 115, + 14, + 1636646954665690000, 0, + 11, + 1, + 2, 0, + 6, + 1, + 13, 0, 0, + 3, + 1314, 0, 0, 0, + 19, 0, 0, + 2927, + 3111, 0, + 1, 0, + 1, + 1, + "1.0556036996582346E20", 0, + 222.45255130558118, 0, + 0.10527361920000003, + 496257, + 949, + 1726, + 1179, + 996, + 41502145, + 2, + 30, + 97977235976.3825, + "2.7362171667421795E10", + 546669, + "7.59701630596883E8", + "5.891199839138739E8", 0, + 53, + 967, + 23, + 771.75, + 475617142.89790905, + 78, 0, + 225, + 80, + 123, + 1, + 17, + 1, + 2, + 4, + 5, + 15430, + 9776, + 9020, + 5558, + 4050, + 7640, + 31445, + 10353, + 119, + 7, 0, 0, 0, + 26, + 1, + 1, + 1, + 1, + 1, + 1, + 8.653998580165845e+34, + 960, + 26, + 719, + 453, + 25, + 625, + 180, + 244, + 20, + 9.231291133111315e+34, + 668, + 1, + 1, + 1.0767934191185162e+21, + 768, + 273, + 42, + 54, + 355, + 553, + 13, + 19, + 276, + 61, + 251, + 15, + 2.5661553906818215e+21, + 143531342.50730634, + 116076444.92764157, + 4414496.085740177, + 38890826.3537577, + 149313.52751923056, + 211874.75679754463, 0, + 1219282.2386444325, + 2444620819789.3657, 0, + 223, + 224, + 228, + 227, + 227, + 2497547.929924066, + 5, + 5, + 5, + 3, + 15, + 2, + 5, + 4, + 1219281.3011075156, 0, 0, 0, + 2911, + 17, + "imenlc", + 5, + 1, 0, 0, + 1, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "StuG": "[3,3,3,3,3,2,3,2,2,2,2,2,2,3,2,2,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", - "EMmLENGTH1_5": 16, - "PTimeAway_8": 1769845.1005820003, - "PTimeAway_3": 1770032.8951319999, - "Exp0_9": [ - 7.213357511627595e+22, - 8105852992.532756, - 46039419604.24174, - 473176786.7191391, - 1294637255.6715217, - 24557793477.081253, - 6066523637.996732, - 25618220945.1503, - 134606911597.14163, - 40244007.72414167, - 43.1330680384708, - 1569701.8838126808, - 360358.9343485618, - 125082671.85668279, - 858932.4408781115, - 4.350655207507805e+33, - 4.678235540557281e+23, - 3.4348580631580594e+49, - 608783938.2866113, - 4421303.068107717, - 0, - 0, - 0, - 0 - ], - "CogO": "[\"Cog3cr\",\"Cog3cr\",\"Cog3do\",\"Cog3co\",\"CogCry0\",\"CogCry0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3ri\",\"Cog3do\",\"CogY\",\"CogY\",\"Cog3le\",\"Cog3le\",\"Cog3B0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3le\",\"Cog3A00\",\"CogY\",\"CogY\",\"Player_Sludgev8\",\"Player_Sludgev4\",\"CogY\",\"CogY\",\"Cog2ro\",\"Cog3ro\",\"CogCry1\",\"Cog3ro\",\"Cog3ro\",\"CogCry1\",\"Cog3ri\",\"Cog3ri\",\"CogY\",\"CogY\",\"Cog3le\",\"Cog3le\",\"Cog3A00\",\"Cog3B0\",\"Cog3A00\",\"CogCry0\",\"CogCry0\",\"Cog3B0\",\"Cog3do\",\"Cog3do\",\"Cog3up\",\"Cog3up\",\"Cog3up\",\"Cog3cr\",\"CogCry0\",\"Cog3A00\",\"Cog3B0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"CogZA00\",\"CogZA01\",\"Player_SludgeMan\",\"Cog3co\",\"CogZA00\",\"CogZA01\",\"CogCry2\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"CogZA02\",\"CogZA03\",\"Cog3co\",\"Cog3co\",\"CogZA02\",\"CogZA03\",\"Cog3A00\",\"Cog3B0\",\"CogCry1\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3co\",\"Cog3A00\",\"Cog3co\",\"Cog3co\",\"Cog3ro\",\"Cog3ro\",\"Cog3A00\",\"CogCry0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Blank\",\"Blank\",\"Blank\",\"Player_Sludgadin\",\"Blank\",\"Blank\",\"Player_Sludgev3\",\"Player_Sludgev2\",\"Player_Sludgev10\",\"Player_Sludgev5\",\"Player_Sludgev6\",\"Player_Sludgev9\",\"CogCry0\",\"CogCry0\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Cog3ro\",\"Cog3ro\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Cog3co\",\"Cog2do\",\"Cog3ri\",\"Blank\",\"Cog3up\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\"]", - "SL_2": "{\"0\":142,\"1\":100,\"5\":196,\"6\":205,\"8\":150,\"9\":100,\"10\":498,\"11\":1200,\"12\":408,\"13\":100,\"144\":197,\"263\":154,\"265\":100,\"266\":336,\"267\":100,\"268\":137,\"269\":145,\"270\":127,\"271\":135,\"272\":143,\"273\":214,\"274\":138,\"276\":200,\"277\":299,\"278\":299,\"279\":136,\"280\":132,\"281\":153,\"282\":100,\"283\":155,\"284\":299,\"285\":151,\"286\":151,\"287\":138,\"288\":137,\"289\":141,\"290\":299,\"291\":100,\"292\":143,\"293\":299,\"294\":141,\"295\":153,\"296\":146,\"297\":145,\"298\":144,\"299\":144,\"316\":100,\"317\":100,\"318\":299,\"319\":299,\"320\":204,\"325\":147,\"326\":159,\"327\":154,\"328\":226,\"360\":100,\"366\":178,\"367\":170,\"368\":219,\"374\":299,\"616\":50,\"618\":0,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":89,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"634\":1,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":0,\"652\":48,\"654\":150,\"655\":34,\"656\":200,\"657\":100,\"658\":200}", - "CardPreset_1": "[[\"Boss6A\",\"babaMummy\",\"w5a3\",\"speaker\",\"mimicA\",\"Crystal0\",\"w6d2\",\"crabcakeB\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"poopD\",\"Boss6C\",\"w5a1\",\"w4c1\",\"babaMummy\",\"Boss6A\",\"w6d2\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6B\",\"Boss4C\",\"poopBig\",\"w6a1\",\"w5b3\",\"snowball\",\"skele2\",\"Boss3C\",\"B\",\"B\",\"B\",\"B\"],[\"demonP\",\"Boss5B\",\"Boss2A\",\"w5b4\",\"poopSmall\",\"Bug1\",\"ghost\",\"moonman\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"demonP\",\"poopSmall\",\"w5a3\",\"babaMummy\",\"mini3a\",\"mushP\",\"w5a1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", - "ObolEqO0_4": [ - "ObolGoldWorship", - "ObolSilverWorship", - "ObolPlatinumWorship", - "ObolSilverWorship", - "ObolGoldWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolGoldWorship", - "ObolPinkWorship", - "ObolGoldWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolSilverWorship", - "ObolGoldWorship", - "ObolPlatinumWorship", - "ObolGoldWorship" - ], - "POu_8": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,23534,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "ObolEqMAPz2": "{}", - "Captains": "[[3,0,0,20,227787398.6476963,22,21],[1,1,2,19,283281147.10634065,11,16],[3,0,3,20,74620612.45644045,19,10],[3,3,1,19,194734900.6797303,20,41],[1,2,0,19,465997265.3887593,9,9],[5,0,1,20,199775540.40425625,29,45],[2,1,1,19,208637086.61744362,27,23],[2,1,3,19,240253998.21204728,28,9],[2,0,0,20,270211358.7595417,8,10],[3,0,3,20,133923373.43921204,17,19],[1,1,1,19,279470417.0070457,16,12],[2,1,1,19,201660085.65976313,29,9],[1,0,1,19,446194403.741439,2,15],[4,0,1,20,106492814.86933966,13,31],[2,0,0,20,279826890.5352211,17,14],[2,0,1,20,134489652.30385643,15,22],[2,1,-1,19,209339082.2110534,25,0],[2,3,0,20,130405270.83623292,7,14],[2,1,1,19,332345856.2822531,22,13],[4,0,1,20,26774038.44602037,6,52],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[2,3,3,1,0,8,6],[1,2,1,1,0,10,16],[3,3,4,1,0,8,16],[1,0,1,1,0,7,8]]", - "StatueLevels_4": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "CardPreset_3": "[[\"Boss4B\",\"Boss3C\",\"Boss2B\",\"CritterCard7\",\"w6b3\",\"w6a3\",\"w4c4\",\"wolfA\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4C\",\"w6a1\",\"w5b3\",\"skele2\",\"snowball\",\"Boss3C\",\"w5c2\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"poopD\",\"Boss6C\",\"Boss4C\",\"Boss3C\",\"mini6a\",\"w5b3\",\"Boss2A\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"Crystal0\",\"mimicA\",\"crabcakeB\",\"Boss6A\",\"babaMummy\",\"w5a3\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", - "Prayers_9": "[1,14,-1,4,-1,-1,16,-1,-1,-1,-1,-1]", - "PVFishingSpotIndex_4": 0, - "StatueLevels_7": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "SL_5": "{\"0\":189,\"1\":200,\"5\":194,\"6\":214,\"8\":226,\"9\":100,\"10\":498,\"11\":1038,\"12\":408,\"13\":100,\"144\":299,\"263\":299,\"265\":100,\"266\":100,\"267\":297,\"268\":299,\"269\":299,\"270\":130,\"271\":147,\"272\":152,\"273\":194,\"274\":154,\"276\":194,\"277\":200,\"278\":215,\"279\":219,\"280\":146,\"281\":100,\"282\":100,\"283\":100,\"284\":225,\"291\":100,\"293\":129,\"299\":100,\"300\":136,\"301\":150,\"302\":299,\"303\":150,\"304\":153,\"305\":198,\"307\":147,\"309\":100,\"310\":152,\"311\":142,\"312\":114,\"313\":150,\"315\":299,\"361\":100,\"362\":299,\"363\":299,\"364\":270,\"365\":174,\"366\":220,\"367\":173,\"368\":227,\"370\":100,\"371\":153,\"372\":147,\"373\":238,\"374\":299,\"420\":285,\"421\":299,\"422\":180,\"423\":299,\"424\":299,\"425\":100,\"426\":134,\"427\":134,\"428\":1,\"429\":54,\"430\":100,\"431\":100,\"432\":100,\"433\":100,\"434\":100,\"615\":46,\"616\":50,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"627\":50,\"628\":100,\"631\":100,\"632\":100,\"633\":0,\"634\":1,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":100,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":80}", - "EMmLENGTH0_5": 16, - "bun_h": 1, - "AnvilPAstats_7": [ - 0, - 600, - 700, - 111, - 1294, - 17 - ], - "SL_4": "{\"0\":209,\"1\":215,\"5\":194,\"6\":190,\"8\":158,\"9\":100,\"10\":498,\"11\":494,\"12\":967,\"13\":100,\"144\":157,\"445\":204,\"446\":302,\"447\":100,\"448\":196,\"449\":219,\"450\":148,\"451\":197,\"452\":208,\"453\":100,\"454\":100,\"455\":206,\"456\":217,\"457\":210,\"458\":153,\"459\":220,\"460\":210,\"461\":210,\"462\":208,\"463\":216,\"464\":120,\"465\":187,\"466\":187,\"467\":199,\"468\":201,\"469\":188,\"470\":220,\"472\":192,\"474\":128,\"475\":195,\"476\":209,\"477\":100,\"478\":129,\"486\":167,\"488\":215,\"494\":100,\"495\":131,\"496\":144,\"497\":125,\"498\":195,\"499\":128,\"500\":142,\"505\":2,\"506\":142,\"507\":160,\"508\":146,\"531\":139,\"532\":208,\"533\":196,\"539\":299,\"616\":50,\"618\":40,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":0,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":121}", - "ObolEqO0_5": [ - "ObolGoldLuck", - "ObolSilverPop", - "ObolPlatinumLuck", - "ObolSilverPop", - "ObolGoldLuck", - "ObolSilverPop", - "ObolSilverPop", - "ObolSilverPop", - "ObolSilverPop", - "ObolGoldLuck", - "ObolPinkLuck", - "ObolGoldLuck", - "ObolSilverPop", - "ObolSilverPop", - "ObolSilverPop", - "ObolSilverPop", - "ObolSilverPop", - "ObolSilverPop", - "ObolGoldLuck", - "ObolPlatinumLuck", - "ObolGoldLuck" - ], - "InventoryOrder_5": [ - "EquipmentHats27", - "Quest24", - "Quest22", - "Blank", - "EquipmentBowsTempest0", - "Blank", - "Blank", - "EquipmentHats103", - "StoneTempestB2", - "StoneTempestR2", - "EquipmentRingsTempest0", - "EquipmentRingsTempest0", - "EquipmentBowsTempest3", - "EquipmentBowsTempest4", - "EquipmentBowsTempest1", - "EquipmentBowsTempest2", - "Trophy2", - "Trophy2", - "EquipmentHats103", - "Blank", - "EquipmentBowsTempest0", - "Blank", - "Blank", - "Blank", - "EquipmentBowsTempest3", - "EquipmentRingsTempest4", - "EquipmentRingsTempest4", - "EquipmentRingsTempest3", - "EquipmentBowsTempest2", - "EquipmentRingsTempest7", - "EquipmentRingsTempest7", - "EquipmentRingsTempest1", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "EquipmentHats24", - "EquipmentHats34", - "Line12", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "StoneTempestR1", - "StoneTempestB0", - "StoneTempestB1", - "StoneTempestR0", - "Blank", - "Blank", - "Blank", - "EquipmentBowsTempest0", - "EquipmentRings23", - "EquipmentRings23", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Quest28", - "Trophy5", - "EquipmentHats21", - "Blank", - "Blank", - "Blank", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace", - "LockedInvSpace" - ], - "IMmLENGTH_8": 112, - "UpgVault": [ - 500, - 200, - 500, - 363, - 457, - 100, - 200, + 46, + 0, 1, + 0, + 0, + 4, + 7, + 0, 1, + 3.6403930079999998, + 77106064174, + 483432455803.3555, + 826363451489.8726, + 310822567030.6627, + 581768, + 44, + 51, + 0, 1, - 5, - 100, - 50, - 80, - 10, - 5, - 100, - 100, - 50, - 100, - 100, - 100, - 25, - 20, - 100, - 50, - 100, - 50, - 100, - 100, - 100, - 25, - 50, + 48, + 1, + 202880510, + 0, + 0, + 0, 24, - 50, - 20, + 754956, + 99875895, + 3495, + 0, + 3, + 0, + 0, 1, - 10, - 20, - 100, + 0, 100, - 20, - 3, + 0, + 113432596.11534189, + 92830064000.40558, + 2266242474.8922195, + 1810725750.131372, + 5486705408.8766, + 0, + 545435187651, + 60, 100, + 34, + 7, 1, - 250, - 100, - 10, - 20, - 200, + 0, + 66, + -9, + 254, + 259, + 284, + 290, 300, + 306, + 295, + 299, + "0,COPPER_SET,IRON_SET,GOLD_SET,PLATINUM_SET,DEMENTIA_SET,VOID_SET,LUSTRE_SET,DIABOLICAL_SET,AMAROK_SET,CHIZOAR_SET,TROLL_SET,MAGMA_SET,KATTLEKRUK_SET,MARBIGLASS_SET,EFAUNT_SET", + 1, + 133, + 0, + 2, + "0c17,c9,_1,b1,a1,_16,b16,a16,", + 34, + 1, + 0, + 740778414.9252197, + 1067670216.3270671, + 25361029.131515652, + 286821837.3495892, + 0, + 0, + 9842036773, + 41, + 0, + 0, + 1, + 1, + 0, + 1, + 0, + 1, + 0, + 1, + 10, + 1, + 1, + 19, + 0, + 1, + 2, + 1, + 0, + 148, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + -1955.0639998912811, + 0, + 0, + 1, + 10, + 5, + 6, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + -1955.0639998912811, + 0, + 0, + 0, + 0, + -55, + 0, + 999458.6666576677, + 0, + 671, + 0, + 0, + 0, + 1, + 5, + 969.1356999756275, + 28, + 3, + 5, + 1, + 0, + 0, + 0, + 0, + 0, + 2, + 3, + 4, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 4, + 1, + "0,11999,TheRealMaxion;1,11999,TheRealMaxion;2,11999,TheRealMaxion;3,11999,TheRealMaxion;4,11999,TheRealMaxion", + "5,11999,TheRealMaxion", + 15, 20, + 0, + 2926, 1, - 150, - 260, - 100, - 250, - 203, - 250, - 100, - 336, - 50, + 0, + 10, + 491273, + 2, + 0, + 1, + 1, + 8, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "bun_e": 1, + "LockedSlots_2": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0, 0, 0, @@ -9904,224 +5608,14 @@ 0, 0, 0, + 1, + 0, + 0, 0, 0, 0, - 0 - ], - "CSetEq_2": "{\"{%_Skill_Efficiency\":40}", - "ExpReq0_8": [ - 6.406908190079303e+22, - 10459794086.081455, - 63576701503.91206, - 217410695325.07056, - 14789522948.094542, - 1098173131055.475, - 14789522948.094542, - 41184147894.63169, - 134721813241.78778, - 75595210.02694722, - 15, - 34509590.81999272, - 19811458.070990447, - 1557331638.5250974, - 302515.9320060309, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 1805021782.6773589, - 4407494.285094804, - 15, - 15, - 15, - 15, - 15 - ], - "AttackLoadout_2": "[[360,316,317,285,286,318],[273,270,271,288,\"Null\",635],[639,634,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "StampLv": [ - { - "0": 155, - "1": 135, - "2": 140, - "3": 96, - "4": 150, - "5": 100, - "6": 92, - "7": 63, - "8": 72, - "9": 88, - "10": 18, - "11": 112, - "12": 42, - "13": 60, - "14": 80, - "15": 108, - "16": 100, - "17": 95, - "18": 150, - "19": 75, - "20": 147, - "21": 45, - "22": 120, - "23": 51, - "24": 98, - "25": 190, - "26": 84, - "27": 104, - "28": 90, - "29": 100, - "30": 150, - "31": 225, - "32": 141, - "33": 84, - "34": 133, - "35": 140, - "36": 130, - "37": 210, - "38": 76, - "39": 100, - "40": 0, - "41": 160, - "42": 0, - "43": 0, - "length": 44 - }, - { - "0": 325, - "1": 305, - "2": 110, - "3": 230, - "4": 80, - "5": 260, - "6": 100, - "7": 340, - "8": 130, - "9": 290, - "10": 140, - "11": 290, - "12": 96, - "13": 130, - "14": 130, - "15": 62, - "16": 105, - "17": 138, - "18": 115, - "19": 110, - "20": 176, - "21": 130, - "22": 184, - "23": 155, - "24": 200, - "25": 90, - "26": 78, - "27": 0, - "28": 0, - "29": 104, - "30": 78, - "31": 52, - "32": 0, - "33": 46, - "34": 0, - "35": 138, - "36": 360, - "37": 315, - "38": 190, - "39": 220, - "40": 360, - "41": 230, - "42": 100, - "43": 80, - "44": 120, - "45": 200, - "46": 50, - "47": 85, - "48": 96, - "49": 60, - "50": 56, - "51": 112, - "52": 112, - "53": 88, - "54": 0, - "55": 0, - "56": 8, - "length": 57 - }, - { - "0": 220, - "1": 100, - "2": 220, - "3": 0, - "4": 0, - "5": 55, - "6": 124, - "7": 70, - "8": 260, - "9": 158, - "10": 110, - "11": 216, - "12": 0, - "13": 38, - "14": 56, - "15": 52, - "16": 0, - "17": 62, - "18": 104, - "19": 40, - "20": 51, - "21": 85, - "22": 104, - "23": 200, - "24": 75, - "25": 3, - "26": 105, - "length": 27 - } - ], - "ExpReq0_2": [ - 1.0521439762776678e+23, - "5.1599228397638184E8", - 331829503637.59314, - "5.849207034510633E8", - "3.5315527736585766E8", - 417544674105.16296, - "1.2289501616578853E9", - 57675762854.00842, - 129909976359.26974, - 75595210.02694722, - 163011992.28899294, - 34509590.81999272, - 2323801.3587686447, - 1429108928.249691, - 1036259.7890284089, - 2.9152553683778915e+34, - "8.47933174281193E23", - 1.0019892833102583e+50, - 1805021782.6773589, - 3468968.311590867, - 15, - 15, - 15, - 15, - 15 - ], - "Refinery": "[[6,2.0705502033233643,38.070550203323364,156.0705501548946,147325750.07055005,147325750.07055005,147325750.07055005,147325750.07055005],[\"Refinery5\",\"Refinery6\",\"Refinery3\",\"Refinery1\",\"Refinery2\",\"Refinery4\",\"Blank\",\"Blank\"],[7590915,3896695,4550588,1029004,12399025,695248,0,0],[1000000,250,0,1,0],[999984,87,0,1,0],[0,12,0,1,0.01],[999957,54,0,1,0],[0,14,0,1,0.01],[0,8,0,1,0.01],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0]]", - "CYKeysAll": [ - 2782, - 1847, - 4311, - 12511, - 35025, 0, 0, - 0 - ], - "CharacterClass_5": 29, - "LockedSlots_3": [ - 1, - 1, - 1, - 1, - 1, 0, 0, 0, @@ -10145,6 +5639,48 @@ 0, 0, 0, + 0, + 0, + 0, + 0 + ], + "AFKtarget_9": "w7a12", + "Lv0_3": [ + 844, + 112, + 133, + 131, + 98, + 142, + 95, + 122, + 1747, + 128, + 77, + 84, + 226, + 166, + 229, + 297, + 353, + 826, + 153, + 19, + -1, + -1, + -1, + -1, + -1 + ], + "MaxCarryCap_2": "{\"Souls\":25000,\"Mining\":20000,\"Chopping\":20000,\"Quests\":10,\"Fishing\":250,\"fillerz\":10,\"Critters\":100,\"Foods\":20000,\"bCraft\":20000,\"Bugs\":1000,\"Statues\":10}", + "SL_2": "{\"0\":142,\"1\":100,\"5\":196,\"6\":205,\"8\":150,\"9\":100,\"10\":498,\"11\":1200,\"12\":408,\"13\":100,\"144\":197,\"263\":154,\"265\":100,\"266\":336,\"267\":100,\"268\":137,\"269\":145,\"270\":127,\"271\":135,\"272\":143,\"273\":214,\"274\":138,\"276\":200,\"277\":299,\"278\":299,\"279\":136,\"280\":132,\"281\":153,\"282\":100,\"283\":155,\"284\":299,\"285\":151,\"286\":151,\"287\":138,\"288\":137,\"289\":141,\"290\":299,\"291\":100,\"292\":143,\"293\":299,\"294\":141,\"295\":153,\"296\":146,\"297\":145,\"298\":144,\"299\":144,\"316\":100,\"317\":100,\"318\":299,\"319\":299,\"320\":204,\"325\":147,\"326\":159,\"327\":154,\"328\":226,\"360\":100,\"366\":178,\"367\":170,\"368\":219,\"374\":299,\"616\":50,\"618\":0,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":89,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"634\":1,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":0,\"652\":48,\"654\":150,\"655\":34,\"656\":200,\"657\":100,\"658\":200}", + "PVInstaRevives_5": 1, + "bun_i": 1, + "CharSAVED_9": 5, + "PVMinigamePlays_2": 5, + "MaxCarryCap_3": "{\"Souls\":2000,\"Mining\":25000,\"Chopping\":20000,\"Quests\":10,\"fillerz\":10,\"Fishing\":25000,\"Critters\":25000,\"Foods\":20000,\"bCraft\":20000,\"Statues\":10,\"Bugs\":20000}", + "KRbest": "{\"w5b4\":732,\"goblinG\":499,\"acorn\":1179,\"mushG\":895,\"frogG\":371,\"bloque\":1087,\"penguin\":420,\"w6d1\":240,\"sandcastle\":910,\"flake\":808,\"mimicA\":663,\"w5a1\":381,\"pincermin\":654,\"poopSmall\":1571,\"beanG\":1392,\"SummzTrz0\":3,\"SummzTrz6\":1,\"SummzTrz2\":1,\"SummzTrz1\":2,\"jarSand\":653,\"w4c4\":1164,\"SummzTrz3\":2,\"w6c1\":1726,\"stache\":353,\"snailZ\":623}", + "FoodCD_2": [ 0, 0, 0, @@ -10152,10 +5688,80 @@ 0, 0, 0, + 0 + ], + "SM_7": "{\"0\":142,\"1\":100,\"5\":146,\"6\":146,\"8\":100,\"9\":100,\"10\":1014,\"11\":494,\"12\":408,\"13\":100,\"75\":100,\"81\":128,\"85\":151,\"86\":100,\"87\":299,\"88\":145,\"89\":152,\"90\":100,\"91\":100,\"92\":130,\"93\":100,\"94\":140,\"95\":150,\"96\":195,\"97\":154,\"98\":202,\"99\":225,\"100\":188,\"101\":178,\"102\":142,\"103\":188,\"104\":100,\"105\":141,\"106\":138,\"107\":100,\"108\":100,\"109\":100,\"110\":135,\"111\":100,\"112\":100,\"114\":100,\"115\":150,\"116\":142,\"117\":141,\"118\":148,\"119\":100,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":100,\"141\":100,\"142\":191,\"143\":190,\"144\":100,\"145\":100,\"146\":100,\"147\":100,\"148\":100,\"149\":299,\"195\":100,\"196\":100,\"197\":100,\"198\":100,\"199\":299,\"200\":100,\"201\":100,\"202\":100,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":299,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "PldTraps_4": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "PVMinigamePlays_3": 5, + "POu_6": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,22176,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "CardPreset_0": "[[\"poopSmall\",\"Crystal0\",\"Boss4C\",\"Boss3C\",\"moonman\",\"w5c2\",\"w4c4\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"skele2\",\"w5a1\",\"Boss6C\",\"Boss4C\",\"poopBig\",\"Boss3C\",\"poopD\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4B\",\"wolfA\",\"CritterCard7\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"]]", + "ObolEqMAPz2": "{}", + "PVMinigamePlays_7": 5, + "SLpre_7": "{\"0\":142,\"1\":100,\"5\":146,\"6\":146,\"8\":100,\"9\":100,\"10\":952,\"11\":494,\"12\":408,\"13\":100,\"81\":128,\"85\":151,\"86\":100,\"87\":268,\"88\":145,\"89\":152,\"90\":100,\"91\":100,\"92\":130,\"93\":100,\"94\":140,\"95\":150,\"96\":195,\"97\":154,\"98\":202,\"99\":225,\"100\":188,\"101\":178,\"102\":142,\"103\":188,\"104\":100,\"105\":141,\"106\":138,\"107\":100,\"108\":100,\"109\":100,\"110\":135,\"111\":100,\"112\":100,\"114\":100,\"115\":150,\"116\":142,\"117\":141,\"118\":148,\"119\":100,\"142\":191,\"143\":190,\"144\":100,\"145\":100,\"146\":100,\"147\":100,\"148\":100,\"149\":299,\"203\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"631\":100,\"633\":92,\"635\":100,\"636\":92,\"637\":100,\"642\":116,\"652\":300}", + "CharSAVED_6": 5, + "CardEquip_0": [ + "CritterCard7", + "SpelunkingCard0", + "w7a1", + "w7a4", + "wolfA", + "Boss2B", + "Boss4B", + "SpelunkingCard1", + "B", + "B", + "B", + "B" + ], + "Lab": "[[1611,246,1379,250,1861,335,1184,252,1013,293,201,252,890,145,446,277,1890,137,744,282,440,100,480,100],[21,20,9,17,16,15,8],[21,9,18,17,16,15,20],[21,10,7,17,16,10,9],[21,20,18,17,16,15,9],[11,14,10,11,7,13,9],[21,14,10,11,7,13,9],[21,10,10,17,7,10,10],[11,14,10,11,7,13,9],[11,14,10,11,7,13,9],[11,14,10,11,7,13,8],[-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1],[0,11,0],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0],[20,21,17,16,20,18,20,17,13,13,17,17,9,7,13,4,4,7,4,3,3,9,-1,-1,-1],[1,1,1,1]]", + "PVFishingSpotIndex_6": 0, + "Exp0_8": [ + 1.7508778373054202e+22, + 5050636805.42786, + 17364650746.420967, + 171377962017.76703, + 8136685523.671736, + 294998099953.6254, + 11422600306.512526, + 2606316561.0166626, + 18136417087.039356, + 178412.72414167225, + 8, + 1569701.8838126808, + 18505664.48639608, + 125082671.85668279, + 128285.15875900153, + 4.350655207507805e+33, + 4.678235540557281e+23, + 3.875598913277647e+49, + 552885038.0711806, + 22335904.156335004, 0, 0, 0, + 0 + ], + "FarmUpg": [ + 1, + 559003.4730017185, + 20, + 205, + 209, + 238, + 235, + 137, + 172, + 118, + 1, + 187, + 101, + 209, + 100, + 1, + 105, + 50, 0, + 5991, 0, 0, 0, @@ -10173,7 +5779,9 @@ 0, 0, 0, + 84, 0, + 29, 0, 0, 0, @@ -10182,22 +5790,27 @@ 0, 0, 0, + 31, 0, 0, 0, + 27, 0, + 81, 0, 0, 0, - 1, 0, 0, + 25, 0, 0, 0, 0, 0, 0, + 85, + 83, 0, 0, 0, @@ -10230,70 +5843,153 @@ 0, 0 ], - "PVGender_4": 0, - "SLpre_1": "{\"0\":193,\"1\":203,\"5\":218,\"6\":208,\"8\":245,\"9\":155,\"10\":498,\"11\":494,\"12\":1002,\"13\":138,\"144\":155,\"445\":210,\"446\":100,\"447\":342,\"448\":210,\"449\":196,\"450\":129,\"451\":130,\"452\":199,\"453\":100,\"454\":100,\"455\":220,\"456\":194,\"457\":220,\"458\":145,\"459\":189,\"460\":204,\"461\":199,\"462\":188,\"463\":169,\"464\":206,\"480\":296,\"481\":296,\"482\":100,\"483\":296,\"484\":100,\"485\":188,\"486\":167,\"487\":189,\"488\":186,\"489\":145,\"490\":206,\"491\":212,\"492\":220,\"493\":206,\"494\":100,\"525\":296,\"526\":296,\"527\":296,\"528\":296,\"529\":296,\"530\":100,\"531\":220,\"532\":220,\"533\":220,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":296,\"585\":1,\"586\":1,\"587\":1,\"588\":1,\"589\":1,\"590\":1,\"591\":1,\"592\":1,\"593\":299,\"594\":1,\"595\":299,\"596\":299,\"597\":299,\"598\":299,\"599\":1,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":27,\"625\":862,\"628\":100,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"639\":100,\"652\":300,\"654\":0,\"655\":44,\"656\":200}", - "TaskZZ0": "[[1855803261696.5508,52240,381125.2952777786,2,0,14776,0,54,0],[2.83093120649795e+25,148596,580649,8,0,5734,0,47,0],[340413748,6090,196,3750006092624279,930,51809,1,46,0],[\"1.73501248962874e+19\",110,20,\"1.2679202202258183e+21\",40,70,1,29,4021],[60803795774900,5819,2111,123440,9829437.96747399,1555,0,28,0],[1680,126310,826,17023,169,16437,0,29,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]", - "EquipOrder_3": [ + "PlayerStuff_6": "[11687,0,0,0,0,0,0,0,0,0]", + "ObolEqMAP_3": "{\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", + "AnvilPA_2": [ { - "0": "EquipmentHats106", - "1": "EquipmentSword10", - "2": "EquipmentShirts38", - "3": "EquipmentPendant30", - "4": "EquipmentPants29", - "5": "EquipmentRings36", - "6": "EquipmentShoes38", - "7": "EquipmentRings36", - "8": "EquipmentHats82", - "9": "EquipmentKeychain19", - "10": "Trophy2", - "11": "EquipmentKeychain26", - "12": "EquipmentCape13", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 + "0": 0, + "1": 0, + "2": 6.51035258364413, + "3": 12828241, + "length": 4 }, { - "0": "EquipmentTools15", - "1": "EquipmentToolsHatchet12", - "2": "FishingRod11", - "3": "CatchingNet11", - "4": "TrapBoxSet8", - "5": "WorshipSkull9", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 + "0": 0, + "1": 0, + "2": 16.2200371625613, + "3": 259353239, + "length": 4 }, { - "0": "FoodG9", - "1": "FoodG2", - "2": "FoodPotGr4", - "3": "FoodPotGr1", - "4": "FoodPotGr2", - "5": "Blank", - "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 + "0": 0, + "1": 0, + "2": 246.61158663905, + "3": 5560, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 368.579699658582, + "3": 2999185, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 622.07977492013, + "3": 207678990, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1564.1044892869, + "3": 375905, + "length": 4 + }, + { + "0": 40642051, + "1": 171320518765.86633, + "2": 854.3876190185547, + "3": 998754611, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 99.3597918187491, + "3": 499091, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 3090.52501850692, + "3": 1307316, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 } ], - "CMmLENGTH": 552, - "EquipQTY_2": [ + "AchieveReg": "[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,0,-1,0,-1,-1,-1,-1,-1,-1,-1,0,0,-1,-1,-1,-1,0,-1,-1,-1,0,0,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,0,-1,-1,-1,-1,0,-1,-1,0,-1,-1,-1,-1,28,28,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,107,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,6627,-1,-1,-1,-1,-1,-1,-1,-1,-1,56705,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,778,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,0,0,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", + "SM_1": "{\"0\":193,\"1\":203,\"5\":218,\"6\":208,\"8\":245,\"9\":155,\"10\":498,\"11\":494,\"12\":1012,\"13\":138,\"23\":420,\"75\":100,\"144\":155,\"445\":210,\"446\":100,\"447\":344,\"448\":210,\"449\":196,\"450\":129,\"451\":130,\"452\":199,\"453\":100,\"454\":100,\"455\":220,\"456\":194,\"457\":220,\"458\":145,\"459\":189,\"460\":204,\"461\":199,\"462\":188,\"463\":169,\"464\":206,\"472\":213,\"480\":296,\"481\":296,\"482\":313,\"483\":313,\"484\":100,\"485\":188,\"486\":167,\"487\":189,\"488\":186,\"489\":145,\"490\":206,\"491\":212,\"492\":220,\"493\":206,\"494\":100,\"525\":296,\"526\":313,\"527\":296,\"528\":296,\"529\":313,\"530\":100,\"531\":220,\"532\":220,\"533\":220,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":296,\"585\":299,\"586\":299,\"587\":313,\"588\":313,\"589\":100,\"590\":299,\"591\":299,\"592\":313,\"593\":299,\"594\":100,\"595\":299,\"596\":299,\"597\":299,\"598\":313,\"599\":313,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "Divinity": [ + 5, + 5, + 5, + 5, + 5, + 7, + 5, + 5, + 7, + 5, + 0, + 0, + 6, + 3, + 5, + 8, + 5, + 5, + 0, + 5, + 5, + 5, + -1, + -1, + 6425008.396133125, + 14, + 0, + 4, + 110, + 110, + 110, + 110, + 110, + 110, + 110, + 110, + 110, + 110, + 2, + 34486051501.21512 + ], + "EquipQTY_3": [ { "0": 1, "1": 1, @@ -10320,7 +6016,7 @@ "3": 1, "4": 1, "5": 1, - "6": 1, + "6": 0, "7": 0, "8": 0, "9": 0, @@ -10333,11 +6029,11 @@ "length": 16 }, { - "0": 327474, - "1": 225926, - "2": 556, - "3": 0, - "4": 325, + "0": 9638, + "1": 135, + "2": 230853, + "3": 54584, + "4": 230857, "5": 0, "6": 0, "7": 0, @@ -10352,13 +6048,9 @@ "length": 16 } ], - "StatueLevels_6": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "QuestComplete_7": "{\"Eliteus1\":1,\"Eliteus2\":0,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":-1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":0,\"Nebulyte2\":-1,\"Djonnut2\":-1,\"Nebulyte3\":-1,\"Djonnut3\":-1,\"Lava_Larry1\":1,\"Nebulyte4\":-1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":-1,\"Slargon2\":0,\"Oinkin2\":-1,\"Slargon3\":-1,\"Oinkin3\":-1,\"Slargon4\":-1,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":0,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Stiltzcho2\":1,\"Promotheus2\":1,\"Stiltzcho3\":1,\"Promotheus3\":1,\"Builder_Bird1\":1,\"Stiltzcho4\":1,\"Promotheus4\":0,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":0,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":-1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":-1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":-1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":-1,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":0,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":0,\"Scubidew2\":-1,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":0,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":-1,\"Capital_P1\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":-1,\"Capital_P2\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":-1,\"Sprout4\":-1,\"Shuvelle1\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle2\":-1,\"Gobo1\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":-1,\"Gobo2\":1,\"Gobo3\":1,\"Shuvelle4\":-1,\"Falloween_Pumpkin2\":-1,\"Gobo4\":1,\"Shuvelle5\":-1,\"Falloween_Pumpkin3\":-1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":0,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":0,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":0,\"Cowbo_Jones2\":-1,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":-1,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":0,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":-1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":-1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":0,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":-1,\"Lafu_Shi6\":1,\"Woodsman2\":-1,\"Woodsman3\":-1,\"Hoggindaz1\":1,\"Woodsman4\":-1,\"Hoggindaz2\":0,\"Hoggindaz3\":-1,\"Hoggindaz4\":-1,\"Hoggindaz5\":-1,\"Hoggindaz6\":-1,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Hoggindaz8\":-1,\"Yondergreen1\":-1,\"Funguy3\":1,\"Town_Marble1\":1,\"Telescope1\":1,\"Yondergreen2\":-1,\"Hoggindaz9\":-1,\"Funguy4\":1,\"Funguy5\":0,\"Yondergreen3\":-1,\"Dog_Bone1\":1,\"Yondergreen4\":-1,\"Carpetiem1\":-1,\"Dog_Bone2\":0,\"Bushlyte1\":-1,\"Yondergreen5\":-1,\"Carpetiem2\":-1,\"Bushlyte2\":-1,\"Yondergreen6\":-1,\"Carpetiem3\":-1,\"Bushlyte3\":-1,\"Yondergreen7\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Loominadi2\":-1,\"Speccius1\":1,\"Loominadi3\":-1,\"Speccius2\":1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", - "GemsPacksPurchased": [ - 0 - ], - "bun_a": 1, - "KRbest": "{\"w5b4\":732,\"goblinG\":499,\"acorn\":1179,\"mushG\":895,\"frogG\":371,\"bloque\":1087,\"penguin\":420,\"w6d1\":240,\"sandcastle\":910,\"flake\":808,\"mimicA\":663,\"w5a1\":381,\"pincermin\":654,\"poopSmall\":1571,\"beanG\":1392,\"SummzTrz0\":3,\"SummzTrz6\":1,\"SummzTrz2\":1,\"SummzTrz1\":2,\"jarSand\":653,\"w4c4\":1164,\"SummzTrz3\":2,\"w6c1\":1726,\"stache\":353,\"snailZ\":623}", + "CurrentMap_4": 312, + "RespTime_5": 0, + "NPCdialogue_1": "{\"Stiltzcho\":35,\"Promotheus\":23,\"Loominadi\":17,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":7,\"Lava_Larry\":9999,\"Carpetiem\":19,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Hamish\":6,\"Telescope\":9999,\"Blobbo\":6,\"Town_Marble\":3,\"Yondergreen\":3,\"Scubidew\":0,\"Krunk\":0,\"Obol_Altar\":2,\"Tribal_Shaman\":0,\"Royal_Worm\":0,\"Goldric\":26,\"Funguy\":14,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":26,\"Woodlin_Elder\":8,\"Cowbo_Jones\":59,\"Eliteus\":5,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":12,\"Gobo\":18,\"Bandit_Bob\":23,\"Picnic_Stowaway\":20,\"Poigu\":9,\"Capital_P\":5,\"Tiki_Chief\":5,\"Sprout\":15,\"Coastiolyte\":0,\"Slargon\":6,\"Oinkin\":10,\"Snake_Jar\":6,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":7,\"Meel\":0,\"Wellington\":0,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":5,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":55,\"Desert_Davey\":9999,\"Pirate_Porkchop\":8,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Dog_Bone\":14,\"Mutton\":0,\"Gangster_Gus\":12,\"Djonnut\":13,\"TP_Pete\":2,\"Bill_Brr\":2,\"Potti\":0,\"Whattso\":0,\"Walupiggy\":12,\"Legumulyte\":1,\"XxX_Cattleprod_XxX\":6,\"Dazey\":11,\"Mr_Pigibank\":9999,\"Hoggindaz\":25,\"Muhmuguh\":9999,\"Falloween_Pumpkin\":0,\"Monolith\":9,\"Shuvelle\":0,\"Lonely_Hunter\":7,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Masterius\":5,\"Nebulyte\":0,\"Humble_Hugh\":1,\"Toobus_Goobus\":12,\"Snootie\":2,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Bort\":0,\"Zenelith\":9999,\"Coralcave_Prince\":0}", "AnvilPA_5": [ { "0": 0, @@ -10376,9 +6068,9 @@ }, { "0": 46554561, - "1": 46621363832.89829, + "1": 46625627572.5761, "2": 350, - "3": 3331845836, + "3": 3378400397, "length": 4 }, { @@ -10459,364 +6151,217 @@ "length": 4 } ], - "Bubba": "[[10904262588575.025,0,2,1,14422952572587.627,0,6,1332182.5409982204,86923.25277416763,0,0,0,0,1332192.5409982204,153845.73900008202,0,0,0,0,0],[342,86,327,12,197,50,160,176,4,2,12,70,3,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[114,100,18,1,0,5],[6,1,0,0,0,0,0,0],[0,0,0,0,0]]", - "TaskZZ1": "[[10,10,10,8,3,10,7,7,0],[10,10,10,10,10,10,9,7,0],[10,9,10,10,10,10,9,7,0],[10,10,2,10,9,10,5,5,0],[10,10,10,9,10,10,10,5,0],[10,9,10,10,10,10,8,5,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]", - "Exp0_6": [ - 3.313467732731714e+21, - 59918324420.07631, - 33009417366.411697, - 212785857331.0791, - 25985463042.055496, - 368751974942.38727, - 523725079935.5566, - 55524657940.27511, - 2102761898682.0518, - 12438783.204889, - 14256.0788325171, - 1569701.8838126916, - 1376070.9836116706, - 125082671.85667135, - 218489.3334402263, - 4.3506552075077863e+33, - 4.678235540557281e+23, - 4.694962041134784e+49, - 52054139.95063901, - 84246.62065720634, - 0, - 0, - 0, - 0 - ], - "AtkCD_7": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "MaxCarryCap_0": "{\"Souls\":100,\"Mining\":30000,\"Chopping\":30000,\"Quests\":10,\"Fishing\":30000,\"fillerz\":10,\"Critters\":30000,\"Foods\":20000,\"bCraft\":20000,\"Bugs\":30000,\"Statues\":10}", - "EMmLENGTH1_7": 16, - "SailChests": "[]", - "PlayerStuff_1": "[29882,0,1,0,0,0,0,0,0,0]", - "Money_6": 6.5814024596864415e+31, - "AnvilPAstats_8": [ + "Cards1": "[\"Grasslands1\",\"OakTree\",\"Copper\",\"StoneA1\",\"EquipmentStatues7\",\"FoodPotGr1\",\"FoodHealth1\",\"Leaf1\",\"EquipmentPants10\",\"Grasslands2\",\"Quest3\",\"Quest4\",\"FoodPotMana1\",\"EquipmentStatues3\",\"FoodPotOr1\",\"StoneW1\",\"StoneT1\",\"EquipmentHats13\",\"SmithingRecipes1\",\"Grasslands3\",\"EquipmentHats7\",\"EquipmentPunching1\",\"InvStorageF\",\"SilverPen\",\"BirchTree\",\"EquipmentToolsHatchet0\",\"Quest16\",\"EquipmentStatues1\",\"FoodHealth3\",\"Jungle1\",\"Iron\",\"EquipmentTools1\",\"EquipmentHats6\",\"InvBag2\",\"StoneZ1\",\"Jungle2\",\"FoodPotOr2\",\"OilBarrel2\",\"EquipmentHats5\",\"rtt0\",\"TixCol\",\"PremiumGem\",\"ResetFrag\",\"FoodG4\",\"TalentBook1\",\"OilBarrel1\",\"StoneW2\",\"EquipmentShirts16\",\"StampB3\",\"Cutter\",\"Grasslands4\",\"Quest7\",\"FoodHealth2\",\"EquipmentShirts21\",\"InvBag100\",\"EquipmentHats25\",\"StampA7\",\"StoneA2\",\"EquipmentBows4\",\"Jungle3\",\"Forest1\",\"FoodPotMana2\",\"StoneT2\",\"Forest2\",\"Quest12\",\"Key1\",\"JungleTree\",\"StampB9\",\"EquipmentStatues5\",\"StoneHelm1\",\"Crystal1\",\"DesertA1\",\"FoodPotRe1\",\"TreeInterior1\",\"CraftMat2\",\"EquipmentShirts19\",\"FoodHealth6\",\"Gold\",\"FoodPotGr2\",\"EquipmentHats9\",\"StoneHelm6\",\"Sewers1\",\"Quest11\",\"Timecandy1\",\"EquipmentStatues2\",\"Timecandy4\",\"Timecandy2\",\"CraftMat1\",\"IronBar\",\"Forest3\",\"StampA8\",\"StampB11\",\"Fish1\",\"Fish2\",\"Meatloaf\",\"Quest17\",\"TreeInterior1b\",\"EquipmentStatues15\",\"FoodPotRe2\",\"Quest49\",\"Quest50\",\"StoneAeB\",\"StoneT1eb\",\"Pearl3\",\"Pearl2\",\"DesertA2\",\"Pearl4\",\"Pearl1\",\"ForestTree\",\"FoodMining1\",\"CraftMat6\",\"Bug1\",\"StoneWeb\",\"InvBag101\",\"EquipmentStatues10\",\"DesertA3\",\"Trophy5\",\"EquipmentStatues4\",\"EquipmentStatues14\",\"NPCtoken4\",\"FoodG1\",\"Quest10\",\"EquipmentStatues12\",\"EquipmentStatues13\",\"TreeInterior2\",\"DesertB1\",\"FoodHealth7\",\"ObolBronzeEXP\",\"CopperBar\",\"CraftMat5\",\"Fish3\",\"Fish4\",\"TestObj1\",\"EquipmentStatues9\",\"ObolBronze2\",\"DesertA3b\",\"StoneA2b\",\"EquipmentStatues11\",\"DesertB2\",\"Quest22\",\"Bug2\",\"EquipmentHats63\",\"DesertB3\",\"StampC3\",\"DesertB4\",\"Quest21\",\"ButterBar\",\"SmithingRecipes2\",\"DesertC1\",\"FoodPotRe3\",\"DesertC2\",\"Quest18\",\"DesertC3\",\"ToiletTree\",\"Quest23\",\"Sewers2\",\"Peanut\",\"BobJoePickle\",\"Timecandy3\",\"ExpBalloon2\",\"EfauntDrop1\",\"Crystal2\",\"DesertC4\",\"Sewers1b\",\"Quest14\",\"Soul1\",\"EquipmentWands2\",\"InvBag7\",\"SnowA1\",\"FoodPotOr3\",\"StoneA1b\",\"ExpBalloon1\",\"EquipmentStatues18\",\"FoodHealth10\",\"Leaf3\",\"SmithingHammerChisel2\",\"Critter1\",\"TalentBook4\",\"FoodG3\",\"GoldBar\",\"EquipmentHats15\",\"EquipmentHats1\",\"EquipmentHats17\",\"EquipmentShirts12\",\"EquipmentShoes15\",\"EquipmentPants3\",\"EquipmentPendant12\",\"EquipmentRings3\",\"DesertC2b\",\"Quest24\",\"Key2\",\"StoneZ2\",\"SnowA2\",\"ObolSilver0\",\"Critter1A\",\"EquipmentTools3\",\"EquipmentTools2\",\"TalentBook5\",\"EquipmentToolsHatchet3\",\"Sewers3\",\"EquipmentHats14\",\"EquipmentShirts1\",\"EquipmentPendant9\",\"InvBag3\",\"PeanutS\",\"EquipmentPunching2\",\"ObolBronzeDef\",\"EquipmentStatues6\",\"Quest25\",\"FoodPotYe2\",\"StampB16\",\"Refinery1\",\"TalentBook3\",\"Critter2\",\"MidnightCookie\",\"StampA10\",\"JobApplication\",\"Quest41\",\"PureWater\",\"EquipmentStatues8\",\"ObolBronzePop\",\"EquipmentStatues16\",\"CraftMat3\",\"Mayo\",\"StampB5\",\"SnowA2a\",\"StampB7\",\"PalmTree\",\"ObolBronze1\",\"Leaf2\",\"FoodG5\",\"ObolSilver3\",\"DesertA1b\",\"EquipmentHats8\",\"EquipmentHats18\",\"EquipmentBows5\",\"EquipmentShirts18\",\"EquipmentPants17\",\"EquipmentShoes20\",\"FishingRod2\",\"WorshipSkull1\",\"TrapBoxSet1\",\"StampA3\",\"StampA6\",\"StampA5\",\"InvBag104\",\"InvStorage2\",\"Trophy8\",\"EquipmentHats28\",\"EquipmentSword1\",\"EquipmentPendant10\",\"EquipmentTools10\",\"StoneA3\",\"EquipmentToolsHatchet1\",\"StampB23\",\"EquipmentShoes1\",\"Bullet\",\"EquipmentHats3\",\"InvStorage19\",\"InvStorage8\",\"InvBag105\",\"InvStorage12\",\"Weight12\",\"NPCtoken18\",\"EquipmentPendant11\",\"EquipmentHats16\",\"EquipmentPants2\",\"EquipmentShirts11\",\"Quest37\",\"InvStorage20\",\"InvStorage21\",\"WorshipSkull2\",\"Quest45\",\"GoldricP3\",\"EquipmentHats11\",\"GoldricP2\",\"GoldricP1\",\"Plat\",\"Bug4\",\"Bug3\",\"Soul2\",\"StampA23\",\"ObolSilverDamage\",\"EquipmentPants22\",\"ExpBalloon3\",\"Trophy9\",\"Critter2A\",\"MaxCapBagT1\",\"StampA11\",\"Trash\",\"StumpTree\",\"EquipmentToolsHatchet2b\",\"SnowA3\",\"FoodPotGr3\",\"EquipmentStatues17\",\"StampB36\",\"SnowB1\",\"MaxCapBagF3\",\"Quest27\",\"EquipmentHats44\",\"ObolBronzeWorship\",\"StampB30\",\"ObolSilver2\",\"FoodPotMana3\",\"StampB27\",\"EquipmentHats39\",\"Quest32\",\"FoodG2\",\"Dementia\",\"Hgg\",\"TalentBook2\",\"EquipmentStatues19\",\"StoneW3\",\"EquipmentPants1\",\"Trash2\",\"TestObj7\",\"TestObj3\",\"NPCtoken15\",\"EquipmentShirts23\",\"StoneW6\",\"ResetCompleted\",\"TrapBoxSet2\",\"ObolSilverMoney\",\"ObolBronze3\",\"EquipmentPants18\",\"EquipmentShoes16\",\"EquipmentShirts25\",\"InvStorage4\",\"EquipmentHats30\",\"Quest19\",\"Quest20\",\"EquipmentHats12\",\"InvBag1\",\"Quest1\",\"MaxCapBagT2\",\"OilBarrel4\",\"MaxCapBagM1\",\"Quest5\",\"MaxCapBag6\",\"Timecandy5\",\"Quest35\",\"SnowB2\",\"Trophy13\",\"EquipmentWands1\",\"EquipmentBows1\",\"Critter3\",\"SnowB5\",\"StampB10\",\"PlatBar\",\"EquipmentPants4\",\"ObolBronzeTrapping\",\"SnowB2a\",\"Critter3A\",\"ObolSilverLuck\",\"SnowB3\",\"SaharanFoal\",\"NPCtoken6\",\"StampB25\",\"EquipmentHats19\",\"EquipmentPants20\",\"EquipmentShoes4\",\"EquipmentToolsHatchet2\",\"EquipmentHats4Choppin\",\"EquipmentPants15\",\"EquipmentWands5\",\"FoodChoppin1\",\"EquipmentRings2\",\"EquipmentToolsHatchet4\",\"EquipmentTools6\",\"FoodFish1\",\"NPCtoken20\",\"NPCtoken19\",\"NPCtoken14\",\"NPCtoken13\",\"NPCtoken16\",\"NPCtoken11\",\"NPCtoken21\",\"NPCtoken23\",\"NPCtoken26\",\"NPCtoken22\",\"EquipmentHats26\",\"PeanutG\",\"EquipmentShoes17\",\"FoodPotYe1\",\"FoodHealth5\",\"EquipmentBows6\",\"EquipmentRings13\",\"EquipmentShirts13\",\"EquipmentPunching3\",\"FoodHealth11\",\"FoodHealth9\",\"EquipmentPants23\",\"EquipmentShoes19\",\"EquipmentShoes18\",\"Weight1\",\"ObolSilver1\",\"MaxCapBag8\",\"EquipmentSmithingTabs3\",\"SnowB4\",\"PureWater2\",\"Quest38\",\"FoodPotYe3\",\"TrapBoxSet3\",\"SnowC1\",\"EquipmentRings7\",\"EquipmentTools5\",\"EquipmentHats20\",\"EquipmentTools7\",\"Critter4\",\"StampB12\",\"ObolBronze0\",\"EquipmentShirts24\",\"Bug5\",\"Critter4A\",\"SnowA4\",\"ObolGold3\",\"Soul3\",\"Trash3\",\"Quest34\",\"Quest33\",\"ObolBronzeCons\",\"FoodHealth4\",\"Critter5\",\"StampB34\",\"InvBag110\",\"ObolBronzeKill\",\"EquipmentShirts17\",\"Critter5A\",\"StampA28\",\"StampC19\",\"SnowC2\",\"EquipmentShirts2\",\"EquipmentShirts3\",\"SnowC3\",\"MaxCapBagM4\",\"MaxCapBagM5\",\"InvStorage5\",\"StampA9\",\"StampA14\",\"StampA16\",\"StampB15\",\"MaxCapBagM6\",\"Trophy2\",\"Bug6\",\"Critter6\",\"Critter6A\",\"Refinery2\",\"EquipmentPunching4\",\"SmithingHammerChisel\",\"StampB31\",\"WorshipSkull3\",\"FishingRod4\",\"Quest29\",\"TrapBoxSet4\",\"StampB21\",\"CatchingNet3\",\"CatchingNet4\",\"MaxCapBag9\",\"MaxCapBagT3\",\"MaxCapBag7\",\"MaxCapBagT4\",\"ObolAmarokA\",\"FishingRod3\",\"FishingRod5\",\"NPCtoken27\",\"WorshipSkull4\",\"MaxCapBag10\",\"EquipmentHats29\",\"EquipmentPants5\",\"Critter7\",\"TrapBoxSet5\",\"Critter7A\",\"StampA20\",\"EquipmentBows7\",\"NPCtoken5\",\"NPCtoken7\",\"NPCtoken9\",\"EquipmentSword2\",\"EquipmentWands6\",\"FoodWorship1\",\"SnowC4\",\"SnowC4a\",\"ResetCompletedS\",\"Critter8\",\"Void\",\"Critter8A\",\"EfauntDrop2\",\"MaxCapBagS4\",\"StampA27\",\"Soul4\",\"ObolEfauntA\",\"Critter9\",\"EquipmentPunching5\",\"DungeonA1\",\"FoodHealth1d\",\"DungEnhancer0\",\"DungCredits1\",\"DungWeaponSwordA1\",\"DungCredits2\",\"DungRNG1\",\"DungeonA2\",\"DungEnhancer1\",\"DungeonA3\",\"DungRNG0\",\"DungRNG2\",\"XP\",\"EquipmentKeychain7\",\"FoodHealth2d\",\"DungRNG3\",\"XPskill\",\"DungWeaponSwordA2\",\"DungEquipmentHats1\",\"DungWeaponSwordA3\",\"DungWeaponSwordA4\",\"EquipmentKeychain5\",\"DungWeaponPunchA2\",\"DungWeaponPunchA3\",\"DungEquipmentHats0\",\"DungEquipmentShirt1\",\"DungeonA4\",\"DungWeaponPunchA4\",\"DungEquipmentShirt0\",\"DungWeaponPunchA5\",\"DungEquipmentShirt2\",\"ItemsCoupon2\",\"FoodHealth3d\",\"EquipmentKeychain3\",\"DungEquipmentPendant0\",\"DungEnhancer2\",\"DungEquipmentPendant1\",\"DungeonA5\",\"DungEquipmentHats2\",\"DungEquipmentHats3\",\"DungEquipmentPendant2\",\"DungWeaponPunchB1\",\"EquipmentKeychain8\",\"DungEquipmentPants0\",\"DungRNG4\",\"Quest36\",\"Quest56\",\"EquipmentKeychain0\",\"Cash\",\"DungWeaponSwordA5\",\"DungWeaponSwordB1\",\"DungWeaponSwordB2\",\"EquipmentKeychain16\",\"EquipmentKeychain4\",\"DungEquipmentPants1\",\"EquipmentKeychain10\",\"EquipmentKeychain22\",\"DungEquipmentShoes0\",\"DungEquipmentPants2\",\"EquipmentKeychain2\",\"EquipmentKeychain13\",\"TalentPoint3\",\"DungEquipmentShirt3\",\"DungeonA6\",\"EquipmentKeychain18\",\"Quest15\",\"DungEquipmentShoes1\",\"EquipmentPants19\",\"DungEquipmentShoes2\",\"EquipmentKeychain6\",\"StampA13\",\"Lustre\",\"VoidBar\",\"Timecandy6\",\"ObolSilverChoppin\",\"ObolSilverCard\",\"ObolGold1\",\"MaxCapBagM7\",\"StampA17\",\"StampC7\",\"StampA26\",\"ObolSilverCons\",\"MaxCapBag4\",\"MaxCapBag5\",\"EquipmentPendant19\",\"EquipmentShoes9\",\"EquipmentKeychain1\",\"EquipmentKeychain14\",\"NPCtoken25\",\"Quest9\",\"EquipmentHats52\",\"EquipmentShoes5\",\"CatchingNet5\",\"DementiaBar\",\"SnowC5\",\"Tree7\",\"StoneA3b\",\"Gfoodcoupon\",\"Quest61\",\"ItemsCoupon1\",\"StampC8\",\"ObolGoldTrapping\",\"ObolGoldDamage\",\"ObolPink2\",\"EquipmentPendant14\",\"Key3\",\"Quest63\",\"EquipmentSmithingTabs2\",\"MaxCapBagT5\",\"MaxCapBagT6\",\"MaxCapBagM2\",\"EquipmentRings21\",\"StampB13\",\"OilBarrel3\",\"FoodG6\",\"InvStorage15\",\"InvStorage13\",\"InvStorage10\",\"InvStorage17\",\"InvStorage18\",\"InvStorage16\",\"InvStorage7\",\"InvStorage6\",\"InvStorage9\",\"InvBag106\",\"StampA15\",\"StampB8\",\"Weight10\",\"Weight5\",\"Weight11\",\"Line1\",\"Line5\",\"Line10\",\"InvStorage3\",\"NPCtoken10\",\"Chiz0\",\"MaxCapBagFi4\",\"StampA22\",\"NPCtoken38\",\"NPCtoken33\",\"StampA25\",\"StoneT1e\",\"FoodEvent2\",\"FoodEvent4\",\"FoodEvent3\",\"FoodEvent1\",\"StoneHelm1b\",\"MaxCapBagF4\",\"MaxCapBagF5\",\"MaxCapBagF6\",\"EquipmentRings23\",\"Quest64\",\"LootDice\",\"Quest54\",\"Quest52\",\"Quest51\",\"Timecandy9\",\"EquipmentHats42\",\"EquipmentPants6\",\"EquipmentPants21\",\"EquipmentPants9\",\"EquipmentKeychain9\",\"DungeonA7\",\"MaxCapBagMi6\",\"EquipmentShirts15\",\"EquipmentShirts27\",\"EquipmentShoes22\",\"EquipmentShoes23\",\"EquipmentShoes7\",\"MaxCapBagFi5\",\"MaxCapBagFi6\",\"MaxCapBagFi1\",\"StampB4\",\"StampB19\",\"Chiz1\",\"ObolChizoarA\",\"EquipmentShirts6\",\"StampB24\",\"ObolGoldDef\",\"ObolSilverFishing\",\"Crystal3\",\"Ladle\",\"GalaxyA1\",\"EquipmentSmithingTabs4\",\"Fish7\",\"Fish5\",\"FoodPotMana4\",\"StampA31\",\"Fish6\",\"GalaxyA2\",\"Line12\",\"GalaxyA2b\",\"EquipmentShoes30\",\"GalaxyA3\",\"StampB41\",\"StampB38\",\"StoneW4\",\"StoneA4\",\"Quest66\",\"Quest65\",\"StoneT4\",\"EquipmentShoes32\",\"GalaxyA4\",\"FoodG7\",\"GalaxyB2\",\"GalaxyB1\",\"GalaxyB3\",\"GalaxyB5\",\"GalaxyB4\",\"GalaxyC3\",\"GalaxyC1\",\"GalaxyC2\",\"GalaxyC4\",\"Bug7\",\"AlienTree\",\"Genetic0\",\"DNAgun0\",\"CraftMat13\",\"CraftMat12\",\"CraftMat11\",\"CraftMat10\",\"CraftMat8\",\"EquipmentPendant20\",\"Soul5\",\"EquipmentTools11\",\"Weight3\",\"Fish8\",\"EquipmentBows8\",\"InvStorageS\",\"StampA29\",\"EquipmentRings25\",\"StampB37\",\"SmithingRecipes4\",\"Genetic1\",\"LustreBar\",\"StampA32\",\"Critter10\",\"DungWeaponBowA3\",\"DungWeaponBowA4\",\"DungWeaponBowA5\",\"DungWeaponBowB1\",\"DungWeaponBowB2\",\"KeyFrag\",\"GalaxyC1b\",\"EquipmentRings6\",\"FoodPotOr4\",\"FoodPotGr4\",\"FoodPotRe4\",\"FoodPotYe4\",\"FoodHealth12\",\"FoodHealth13\",\"Cashb\",\"DungEquipmentRings0\",\"Tree8\",\"PetEgg\",\"Leaf4\",\"Refinery5\",\"EquipmentToolsHatchet5\",\"EquipmentToolsHatchet7\",\"EquipmentWands7\",\"EquipmentWands8\",\"EquipmentHats54\",\"FoodG8\",\"ObolGoldChoppin\",\"SmithingRecipes3\",\"EquipmentPendant24\",\"Critter10A\",\"Weight7\",\"Critter9A\",\"Weight13\",\"Bug8\",\"Line13\",\"Line8\",\"EquipmentRings24\",\"ObolGoldEXP\",\"EquipmentPunching6\",\"Starfire\",\"StarfireBar\",\"StampB42\",\"EquipmentShoes24\",\"TalentPoint2\",\"Quest44\",\"Quest42\",\"StoneTe\",\"StoneAe\",\"Quest43\",\"StoneWe\",\"EquipmentHats56\",\"StampB40\",\"DungWeaponWandA3\",\"DungWeaponWandA4\",\"DungWeaponWandA5\",\"DungWeaponWandB1\",\"DungWeaponWandB2\",\"Quest68\",\"EquipmentPendant21\",\"InvBag108\",\"StampB39\",\"WorshipSkull8\",\"EquipmentSword3\",\"EquipmentSword4\",\"EquipmentWands3\",\"Quest69\",\"EquipmentRings14\",\"Line3\",\"TalentPoint1\",\"TalentPoint4\",\"EquipmentShirts26\",\"TestObj13\",\"EquipmentRings20\",\"EquipmentKeychain11\",\"EquipmentPendant25\",\"CardPack1\",\"EquipmentPendant16\",\"EquipmentPendant26\",\"MaxCapBagB1\",\"MaxCapBagB2\",\"MaxCapBagB3\",\"CatchingNet8\",\"StonePremSTR\",\"ObolPlatinum0\",\"ObolGoldFishing\",\"InvBag107\",\"EquipmentPendant17\",\"InvStorage14\",\"InvBag109\",\"Key4\",\"InvStorage22\",\"DNAgun2\",\"InvStorage23\",\"BabaYagaETC\",\"StampC9\",\"Quest70\",\"Pearl5\",\"Quest71\",\"EquipmentHats75\",\"Genetic2\",\"TrollPart\",\"Crystal4\",\"MaxCapBagM9\",\"CardPack3\",\"DNAgun3\",\"Genetic3\",\"StonePremLUK\",\"StonePremAGI\",\"EquipmentStatues20\",\"EquipmentStatues21\",\"StampA1\",\"StampA2\",\"StampA4\",\"StampA12\",\"StampA18\",\"StampA19\",\"StampA21\",\"StampA24\",\"StampA30\",\"StampB1\",\"StampB2\",\"StampB6\",\"StampB14\",\"StampB17\",\"StampB18\",\"StampB20\",\"StampB22\",\"StampB26\",\"StampC1\",\"StampC2\",\"StampC6\",\"StampC14\",\"StampC15\",\"StampC18\",\"StampC20\",\"StampC21\",\"ObolBronzeFishing\",\"ObolSilverKill\",\"ObolGoldLuck\",\"ObolSilverPop\",\"ObolPlatinumLuck\",\"ObolGoldMoney\",\"ObolGoldCatching\",\"ObolSilverCatching\",\"ObolBronzeCatching\",\"ObolGoldCons\",\"ObolSilverMining\",\"ObolBronzeMining\",\"ObolGoldWorship\",\"ObolSilverWorship\",\"ObolGoldKill\",\"ObolPlatinumKill\",\"ObolSilverTrapping\",\"ObolBronzeDamage\",\"ObolPinkLuck\",\"ObolBronzeChoppin\",\"ObolPlatinumChoppin\",\"DungWeaponPunchA1\",\"DungWeaponBowA1\",\"DungWeaponBowA2\",\"DungWeaponWandA1\",\"DungWeaponWandA2\",\"CraftMat7\",\"Refinery3\",\"Refinery4\",\"Refinery6\",\"StoneT3\",\"BulletB\",\"CraftMat9\",\"StonePremWIS\",\"Timecandy8\",\"FoodTrapping1\",\"StoneW3b\",\"CraftMat14\",\"FoodCatch1\",\"EquipmentShoes33\",\"StoneW5\",\"StoneA5\",\"StoneT5\",\"StampC22\",\"Quest72\",\"Quest73\",\"LavaA1\",\"FoodPotYe5\",\"EquipmentStatues24\",\"EquipmentStatues23\",\"FoodG9\",\"LavaA1b\",\"EquipmentStatues25\",\"FoodG10\",\"LavaA2\",\"StampA33\",\"SmithingRecipes5\",\"LavaA3\",\"StoneZ3\",\"Tree9\",\"Leaf5\",\"LavaA4\",\"LavaA5\",\"FoodHealth15\",\"LavaA5b\",\"LavaB1\",\"Tree10\",\"StampA35\",\"LavaB2\",\"LavaB3\",\"LavaB3b\",\"StampC16\",\"LavaB4\",\"FoodHealth14\",\"LavaB5\",\"EquipmentSmithingTabs5\",\"LavaB6\",\"EquipmentWands9\",\"EquipmentStatues22\",\"StampB43\",\"InvStorage24\",\"InvStorage25\",\"EquipmentToolsHatchet6\",\"EquipmentToolsHatchet8\",\"EquipmentHats68\",\"EquipmentToolsHatchet9\",\"Bug9\",\"EquipmentShirts14\",\"EquipmentShirts32\",\"EquipmentPants24\",\"EquipmentTools8\",\"Dreadlo\",\"EquipmentKeychain23\",\"DungEquipmentPendant3\",\"DungEquipmentRings1\",\"DungWeaponSwordB3\",\"DungEquipmentRings2\",\"EquipmentRings19\",\"EquipmentTools12\",\"EquipmentPendant22\",\"EquipmentRings22\",\"EquipmentRings26\",\"OilBarrel6\",\"EquipmentTools9\",\"EquipmentHats53\",\"TrapBoxSet6\",\"TrapBoxSet7\",\"FishingRod6\",\"FishingRod7\",\"FishingRod8\",\"StampB45\",\"MaxCapBagFi2\",\"MaxCapBagFi3\",\"MaxCapBagFi7\",\"EquipmentBows9\",\"EquipmentBows10\",\"DNAgun1\",\"EquipmentShoes34\",\"NPCtoken2\",\"NPCtoken1\",\"EquipmentPants16\",\"EquipmentRings12\",\"NPCtoken3\",\"BadgeG1\",\"EquipmentHats22\",\"BadgeG2\",\"BadgeG3\",\"Trophy6\",\"EquipmentHats27\",\"InvStorageC\",\"InvBag103\",\"EquipmentCape3\",\"InvBag111\",\"InvBag102\",\"EquipmentShoes3\",\"ObolSilverEXP\",\"TalentPoint6\",\"MaxCapBagMi9\",\"WorshipSkull5\",\"WorshipSkull6\",\"MaxCapBagB4\",\"CatchingNet6\",\"EquipmentShirts10\",\"MaxCapBagT9\",\"NPCtoken35\",\"EquipmentKeychain24\",\"InvStorage11\",\"OilBarrel5\",\"NPCtoken28\",\"NPCtoken29\",\"NPCtoken30\",\"BadgeD1\",\"BadgeD2\",\"NPCtoken37\",\"BadgeD3\",\"Trophy11\",\"EquipmentBows3\",\"MaxCapBagB5\",\"MaxCapBagB6\",\"DungEquipmentPants3\",\"EquipmentKeychain21\",\"Quest6\",\"Quest13\",\"EquipmentHats76\",\"EquipmentPendant27\",\"CatchingNet2\",\"EquipmentRings11\",\"MaxCapBag1\",\"MaxCapBag2\",\"MaxCapBag3\",\"MaxCapBagTr1\",\"MaxCapBagTr3\",\"MaxCapBagTr4\",\"MaxCapBagTr5\",\"MaxCapBagS1\",\"MaxCapBagS3\",\"MaxCapBagS5\",\"Quest67\",\"Quest57\",\"Quest58\",\"EquipmentRings16\",\"EquipmentShoes21\",\"Fish3D\",\"Fish1D\",\"CardPack4\",\"ObolGoldMining\",\"Tree7D\",\"Dung3Ice\",\"PlatD\",\"DungWeaponBowB3\",\"Quest55\",\"PalmTreeD\",\"EquipmentShirts20\",\"EquipmentShirts5\",\"EquipmentShirts34\",\"EquipmentPants8\",\"DreadloBar\",\"CatchingNet7\",\"InvBag4\",\"InvBag5\",\"InvBag6\",\"Line2\",\"Weight2\",\"InvBag8\",\"NPCtoken24\",\"Weight8\",\"EquipmentShoes29\",\"ObolGoldPop\",\"DungWeaponSwordB4\",\"DungWeaponSwordB5\",\"DungWeaponSwordC1\",\"ObolPlatinumCons\",\"Bug10\",\"DungWeaponSwordC2\",\"DungEquipmentRings3\",\"DungeonA8\",\"ObolGold2\",\"ObolPlatinumCatching\",\"EquipmentShoes26\",\"EquipmentPendant23\",\"EquipmentHats69\",\"EquipmentWands10\",\"MaxCapBagF7\",\"MaxCapBagF9\",\"EquipmentShoes27\",\"EquipmentSword5\",\"Soul6\",\"EquipmentKeychain15\",\"DungWeaponSwordC3\",\"DungWeaponSwordC4\",\"EquipmentKeychain12\",\"DungEquipmentShoes3\",\"DungWeaponBowB4\",\"DungWeaponBowB5\",\"DungWeaponBowC1\",\"DungWeaponBowC2\",\"DungWeaponBowC3\",\"DungWeaponBowC4\",\"DungWeaponBowC5\",\"DungWeaponWandB3\",\"DungWeaponWandB4\",\"DungWeaponWandB5\",\"DungWeaponWandC1\",\"DungWeaponWandC2\",\"DungWeaponWandC3\",\"DungWeaponWandC4\",\"DungWeaponWandC5\",\"ObolSilverDef\",\"ObolPinkCons\",\"StampB44\",\"DungWeaponSwordC5\",\"EquipmentRings18\",\"DungWeaponSwordD1\",\"EquipmentShoes28\",\"EquipmentHats64\",\"ObolPlatinum2\",\"StampB46\",\"Quest39\",\"Quest40\",\"EquipmentHats51\",\"FoodEvent5\",\"FoodEvent6\",\"FoodEvent7\",\"FoodEvent8\",\"StampA34\",\"Pearl6\",\"ObolPink3\",\"EquipmentCape4\",\"EquipmentHats2\",\"EquipmentCape8\",\"ObolPlatinum1\",\"ObolPink1\",\"EquipmentHats67\",\"ObolPlatinumDamage\",\"ObolSlush\",\"EquipmentKeychain20\",\"EquipmentShirts35\",\"EquipmentShoes35\",\"ObolPinkDamage\",\"MaxCapBagM8\",\"ObolGold0\",\"ObolPink0\",\"ObolPlatinumEXP\",\"ObolPinkEXP\",\"DungWeaponSwordD2\",\"DungWeaponSwordD3\",\"ObolPlatinum3\",\"EquipmentCape9\",\"EquipmentCape10\",\"EquipmentHats74\",\"EquipmentHats77\",\"Weight4\",\"EquipmentPants26\",\"Trophy16\",\"LavaC1\",\"ObolPlatinumWorship\",\"ObolPinkWorship\",\"MaxCapBagS6\",\"EquipmentHats82\",\"Line4\",\"Weight9\",\"LavaC2\",\"StampA37\",\"Quest74\",\"ClassSwap\",\"MaxCapBagS7\",\"EquipmentSword6\",\"MaxCapBagM10\",\"ObolPlatinumDef\",\"EquipmentBows11\",\"NPCtoken12\",\"NPCtoken17\",\"MaxCapBagB7\",\"MaxCapBagB9\",\"MaxCapBagTr6\",\"Quest75\",\"EquipmentNametag5\",\"ObolTroll\",\"ObolPlatinumPop\",\"Key5\",\"KrukPart\",\"StoneA6\",\"StoneT6\",\"KrukPart2\",\"EquipmentHats21\",\"StoneHelm7\",\"StoneW7\",\"EquipmentWands11\",\"Island1\",\"Island0\",\"EquipmentRingsFishing1\",\"EquipmentRings31\",\"Fish9\",\"Fish10\",\"EquipmentRingsFishing2\",\"SmithingHammerChisel3\",\"Bullet3\",\"Fish11\",\"ObolKruk\",\"EquipmentSword7\",\"Quest78\",\"Crystal5\",\"Quest26\",\"Quest81\",\"SpiA1\",\"EquipmentStatues26\",\"EquipmentStatues27\",\"EquipmentStatues28\",\"StampB49\",\"FoodG12\",\"FoodG11\",\"SpiA2\",\"SpiA3\",\"StampB50\",\"SpiA4\",\"StampC23\",\"StampB52\",\"StampB54\",\"StampA42\",\"SpiA5\",\"Quest82\",\"SpiB1\",\"SpiB2\",\"SpiB2b\",\"SmithingRecipes6\",\"StoneZ4\",\"SpiA2b\",\"Bug12\",\"Godshard\",\"EquipmentSmithingTabs6\",\"Tree12\",\"Marble\",\"EquipmentHats83\",\"EquipmentShirts36\",\"EquipmentPants27\",\"EquipmentShoes36\",\"Quest80\",\"StoneW8\",\"StoneT7\",\"FoodHealth17\",\"FoodHealth16\",\"OilBarrel7\",\"EquipmentBows12\",\"MarbleBar\",\"SpiB3\",\"Tree11\",\"StampB47\",\"StampB32\",\"Fish12\",\"Bug13\",\"StoneA7\",\"Fish13\",\"Bug11\",\"SpiB4\",\"StampB48\",\"GodshardBar\",\"Quest77\",\"EquipmentPunching7\",\"EquipmentToolsHatchet12\",\"FishingRod9\",\"CatchingNet9\",\"CatchingNet10\",\"FishingRod10\",\"FishingRod11\",\"CatchingNet11\",\"EquipmentCape13\",\"EquipmentPendant29\",\"SpiC1\",\"BoneJoePickle\",\"StampA36\",\"EquipmentPunching8\",\"EquipmentPunching9\",\"EquipmentSword8\",\"WorshipSkull7\",\"Soul7\",\"InvStorageD\",\"SpiC2\",\"Tree13\",\"Leaf6\",\"ObolHyper3\",\"ObolHyper2\",\"ObolHyper0\",\"StampA40\",\"Line9\",\"StampA38\",\"Quest83\",\"InvStorage1\",\"InvStorage26\",\"InvStorage27\",\"Weight6\",\"Line11\",\"FoodG13\",\"SpiD1\",\"Quest85\",\"Quest76\",\"EquipmentHats108\",\"DungWeaponSwordD4\",\"EquipmentTools14\",\"MaxCapBagB10\",\"SpiD2\",\"TrapBoxSet8\",\"WorshipSkull9\",\"EquipmentNametag10\",\"SpiD3\",\"Quest84\",\"InvStorage28\",\"Quest86\",\"ObolHyperB3\",\"ObolHyperB0\",\"ObolHyperB1\",\"ObolHyperB2\",\"MaxCapBagFi9\",\"ObolHyper1\",\"Trophy22\",\"EquipmentHats104\",\"EquipmentHats101\",\"Line14\",\"Motherlode\",\"Quest87\",\"Quest90\",\"EquipmentCape0\",\"Bug14\",\"Quest47\",\"Quest48\",\"Trophy3\",\"Bone0\",\"Bone1\",\"EquipmentNametag4\",\"EquipmentKeychain19\",\"EquipmentKeychain26\",\"Trophy20\",\"Trophy10\",\"Bone2\",\"ResetBox\",\"Quest62\",\"Quest53\",\"BadgeI3\",\"BadgeI2\",\"NPCtoken31\",\"NPCtoken34\",\"NPCtoken39\",\"NPCtoken40\",\"NPCtoken41\",\"BadgeI1\",\"Trophy15\",\"EquipmentPendant30\",\"Trophy17\",\"Quest93\",\"EquipmentCape6\",\"Trophy19\",\"StampB53\",\"StampB51\",\"Weight14\",\"InvStorageL\",\"EquipmentHats96\",\"EquipmentPendant32\",\"StampA39\",\"EquipmentHats113\",\"EquipmentStatues29\",\"EquipmentTools13\",\"EquipmentHats102\",\"Quest94\",\"MaxCapBagT10\",\"EquipmentSword9\",\"EquipmentHats105\",\"EquipmentShirts37\",\"EquipmentPants29\",\"EquipmentShoes37\",\"EquipmentShirts38\",\"MaxCapBagFi10\",\"MaxCapBagMi10\",\"MaxCapBagMi11\",\"MaxCapBagT11\",\"MaxCapBagFi11\",\"MaxCapBagB11\",\"MaxCapBagTr9\",\"MaxCapBagTr10\",\"EquipmentHats97\",\"Bone3\",\"EquipmentBows13\",\"EquipmentBows14\",\"TrapBoxSet9\",\"Critter11\",\"Critter11A\",\"Quest95\",\"EquipmentHats116\",\"InvBag113\",\"Ht\",\"MotherlodeTREE\",\"EquipmentHats99\",\"EquipmentHats100\",\"EquipmentNametag18\",\"EquipmentTools15\",\"EquipmentHats106\",\"EquipmentShoes38\",\"EquipmentRings36\",\"MaxCapBagM12\",\"EquipmentHats90\",\"EquipmentHats91\",\"EquipmentWands12\",\"EquipmentWands13\",\"MaxCapBagM3\",\"InvStorageN\",\"ObolPlatinumFishing\",\"EquipmentHats93\",\"EquipmentHats94\",\"Whetstone\",\"InvBag114\",\"Quest96\",\"Dust0\",\"EquipmentBowsTempest2\",\"Dust1\",\"EquipmentHats95\",\"EquipmentBowsTempest3\",\"StoneTempestB0\",\"StoneTempestR1\",\"StoneTempestB1\",\"StoneTempestR0\",\"WWcoin\",\"StoneTempestB2\",\"StoneTempestR2\",\"EquipmentBowsTempest0\",\"EquipmentRingsTempest7\",\"EquipmentRingsTempest0\",\"EquipmentRingsTempest8\",\"Dust2\",\"EquipmentBowsTempest1\",\"EquipmentRingsTempest4\",\"EquipmentBowsTempest4\",\"EquipmentRingsTempest1\",\"EquipmentRingsTempest6\",\"EquipmentRingsTempest3\",\"MaxCapBagS9\",\"EquipmentPants30\",\"EquipmentRingsTempest5\",\"Quest98\",\"Quest97\",\"Dust3\",\"EquipmentRingsTempest2\",\"EmpPart\",\"EquipmentHats70\",\"EquipmentHats71\",\"EquipmentShirts33\",\"EquipmentPants25\",\"EquipmentShoes25\",\"Quest88\",\"Quest89\",\"EquipmentNametag20\",\"Tach0\",\"Quest99\",\"EquipmentWandsArc0\",\"Tach1\",\"EquipmentStatues30\",\"StampC24\",\"WorshipSkull10\",\"EquipmentHats119\",\"EquipmentShirts39\",\"EquipmentPants31\",\"EquipmentShoes40\",\"WorshipSkull11\",\"EquipmentHats118\",\"EquipmentHats112\",\"EquipmentRings28\",\"EquipmentRings29\",\"EquipmentRings35\",\"Quest100\",\"Tach2\",\"StampC25\",\"Tach3\",\"EquipmentRingsArc0\",\"Line6\",\"EquipmentHats103\",\"StampC26\",\"StampC10\",\"StampC11\",\"StampC12\",\"EquipmentHatsBeg1\",\"EquipmentHats33\",\"EquipmentHats24\",\"EquipmentHats57\",\"EquipmentHats62\",\"EquipmentHats34\",\"GemP36\",\"Quest28\",\"Quest108\",\"w7A1\",\"Spelunking0\",\"EquipmentStatues31\",\"w7A2\",\"SmithingRecipes7\",\"EquipmentSmithingTabs7\",\"w7A3\",\"EquipmentNametag3\",\"EquipmentNametag12\",\"FoodG14\",\"EquipmentStatues32\",\"w7A4\",\"Coral1\",\"Spelunking1\",\"Prehistrium\",\"w7A5\",\"Bug15\",\"w7A7\",\"Coral2\",\"Crystal6\",\"ClamPearl0\",\"Quest107\",\"w7A6\",\"ClamPearl1\",\"w7A8\",\"Soul8\",\"Tree14\",\"Quest101\",\"PrehistriumBar\",\"EquipmentWands14\",\"Trophy7\",\"GemP37\",\"EquipmentCape15\",\"EquipmentRings33\",\"EquipmentHats109\",\"Quest109\",\"w7A9\",\"StampB57\",\"StampC27\",\"w7A10\",\"EquipmentHats86\",\"Spelunking2\",\"EquipmentHats40\",\"GfoodcouponS\",\"Quest112\",\"EquipmentHats38\",\"EquipmentNametag11\",\"Quest114\",\"Quest113\",\"EquipmentHats85\",\"SmithingHammerChisel4\",\"Quest110\",\"EquipmentHats125\",\"EquipmentNametag22\",\"EquipmentNametag23\",\"CaveGoldPiece\",\"EquipmentNametag15\",\"EquipmentHats88\",\"InvStorage29\",\"EquipmentNametag14\",\"Quest106\",\"w7A11\",\"Coral3\",\"EquipmentSword10\",\"Spelunking3\"]", + "NPCdialogue_4": "{\"Stiltzcho\":29,\"Promotheus\":17,\"Loominadi\":15,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":3,\"Centurion\":15,\"Lava_Larry\":9999,\"Carpetiem\":19,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Hamish\":2,\"Town_Marble\":3,\"Blobbo\":6,\"Scubidew\":0,\"Iceland_Irwin\":9999,\"Yondergreen\":0,\"Telescope\":9999,\"Krunk\":0,\"Obol_Altar\":9999,\"Royal_Worm\":16,\"Tribal_Shaman\":0,\"Goldric\":26,\"Funguy\":16,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":13,\"Woodlin_Elder\":7,\"Cowbo_Jones\":59,\"Eliteus\":5,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":12,\"Gobo\":18,\"Bandit_Bob\":21,\"Picnic_Stowaway\":20,\"Poigu\":9,\"Capital_P\":0,\"Sprout\":3,\"Tiki_Chief\":5,\"Coastiolyte\":0,\"Oinkin\":10,\"Snake_Jar\":16,\"Slargon\":9,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Meel\":6,\"Wellington\":3,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Dog_Bone\":16,\"Mutton\":12,\"Gangster_Gus\":12,\"Djonnut\":13,\"TP_Pete\":15,\"Bill_Brr\":2,\"Potti\":0,\"Whattso\":7,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":3,\"Hoggindaz\":25,\"Dazey\":0,\"Mr_Pigibank\":9999,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Monolith\":4,\"Shuvelle\":0,\"Lonely_Hunter\":2,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":2,\"Bloo_Radley\":6,\"Sad_Urie\":9999,\"Zenelith\":9999,\"Coralcave_Prince\":0}", + "NPCdialogue_6": "{\"Loominadi\":3,\"Promotheus\":23,\"Stiltzcho\":26,\"Postboy_Pablob\":9999,\"Centurion\":19,\"Carpenter_Cardinal\":9999,\"Rocklyte\":10,\"Lava_Larry\":9999,\"Masterius\":0,\"Carpetiem\":19,\"Bushlyte\":14,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":10,\"Town_Marble\":3,\"Iceland_Irwin\":9999,\"Blobbo\":6,\"Yondergreen\":6,\"Hamish\":2,\"Scubidew\":0,\"Telescope\":9999,\"Royal_Worm\":0,\"Tribal_Shaman\":0,\"Krunk\":15,\"Obol_Altar\":9999,\"Goldric\":26,\"Funguy\":9,\"Hoov\":0,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":26,\"Cowbo_Jones\":59,\"Eliteus\":0,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":14,\"Gobo\":18,\"Bandit_Bob\":23,\"Poigu\":9,\"Picnic_Stowaway\":20,\"Sprout\":3,\"Capital_P\":5,\"Tiki_Chief\":5,\"Coastiolyte\":0,\"Snake_Jar\":6,\"Oinkin\":10,\"Slargon\":6,\"Sussy_Gene\":8,\"Clown\":9999,\"Builder_Bird\":9999,\"Rift_Ripper\":9999,\"Cactolyte\":17,\"Meel\":8,\"Wellington\":3,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":5,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Crystalswine\":14,\"Giftmas_Blobulyte\":0,\"Gangster_Gus\":12,\"Mutton\":15,\"Dog_Bone\":16,\"Nebulyte\":14,\"Djonnut\":16,\"TP_Pete\":15,\"Potti\":0,\"Bill_Brr\":18,\"Whattso\":10,\"Legumulyte\":0,\"Walupiggy\":12,\"XxX_Cattleprod_XxX\":6,\"Hoggindaz\":28,\"Dazey\":3,\"Mr_Pigibank\":9999,\"Muhmuguh\":9999,\"Falloween_Pumpkin\":0,\"Shuvelle\":21,\"Lonely_Hunter\":5,\"Lafu_Shi\":19,\"Fishpaste97\":3,\"Omar_Da_Ogar\":14,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":5,\"Lord_of_the_Hunt\":33,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":2,\"Bloo_Radley\":6,\"Sad_Urie\":9999,\"Bort\":0,\"Zenelith\":9999}", + "CSetEq_1": "{\"{%_Skill_AFK_Gain_Rate\":8}", + "ItemQTY_4": [ 2, - 600, - 700, - 106, - 1316, - 0 - ], - "AttackLoadoutpre_5": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "AFKtarget_1": "Spelunking3", - "BribeStatus": [ - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, 1, + 262, 1, + 20, 1, + 0, + 0, + 3, + 0, 1, 1, - 0 - ], - "AttackLoadout_6": "[[46,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[40,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[15,16,19,30,32,25],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", - "CardPreset_8": "[[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"poopBig\",\"wolfB\",\"poopD\",\"w5b3\",\"skele2\",\"snowball\",\"w5a1\",\"Boss6C\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Crystal1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"babaMummy\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", - "PrinterXtra": [ - "Fish6", - "3.5284200857827E7", - "Copper", - "1.0101132105699354E10", - "Fish8", - "1.1827343259111416E7", - "Fish12", - 1009222.30134025, - "Fish9", - "1.4298120738126682E7", - "PalmTree", - "3.1497751820713763E9", - "ToiletTree", - "2.024657116017125E9", - "SaharanFoal", - "1.2116327455211155E9", - "Tree7", - "9.48777651486607E8", - "Tree14", - 178986053.62230307, - "Bug6", - "4.4603768671919465E7", - "Bug7", - "3.492073344060208E7", - "Bug8", - "2.276543389490578E7", - "Bug9", - "1.5451651964868177E7", - "Bug10", - 7931848.00863233, - "Void", - "1.466726615176182E9", - "Lustre", - "1.061702125779973E9", - "Starfire", - "6.509876371713014E8", - "Dreadlo", - "3.68815403498719E8", - "Godshard", - "1.7716588456986153E8", - "Tree13", - "4.0775984478921264E7", - "Tree11", - "1.3508990277749485E8", - "BirchTree", - "7.983066213212927E9", - "JungleTree", - "5.418121907097374E9", - "ForestTree", - "3.5431529108668756E9", - "Jungle2", - 896921.6832, - "LavaB2", - 647759.50848, - "GalaxyA1", - 533565.8712, - "LavaA1", - 455442.6528, - "DesertA2", - 1014107.18976, - "GalaxyB4", - 1671333, - "SnowB2", - 2151397, - "SnowB5", - 2151397, - "SnowB3", - 2113325, - "SnowC1", - 2054727, - "Marble", - "1.0568309318139687E8", - "Gold", - "1.7229552023950999E9", - "Plat", - "8.463261542914724E8", - "Dementia", - "4.6895411668410367E8", - "Void", - "3.3939241069613475E8", - "Tree8", - "3.328741854015201E8", - "Tree9", - "2.0410175588074854E8", - "Tree10", - "1.233772210112056E8", - "Tree12", - "5.466465980446981E7", - "Tree13", - "3.0946101639774345E7", - "Bug6", - "1.0953345676803058E7", - "Bug8", - 5604698.95670182, - "Bug9", - 3783883.05198651, - "Bug2", - "6.94755068642937E7", - "Bug7", - 8563524.80186421, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "Blank", 0, - "EquipmentPendant14", - "ObolBronze0", - "Cutter", - "EquipmentPants10", - "EquipmentHats5", - "ObolSilverMoney", - "ObolBronzeEXP", - "EquipmentBows4", - "EquipmentShirts21", - "SpiD3", - "EquipmentHats11", - "EquipmentHats6", - "ObolSilverDamage", - "ObolBronze3", - "ObolBronze1", - "InvBag100", - "LavaB3", - "ObolSilver0", - "Line4", - "EquipmentHats25", - "EquipmentShirts16", - "EquipmentPendant32", - "FoodHealth2", - "InvBag7", - "FoodPotOr2", - "EquipmentHats9", - "InvBag101", - "FoodPotYe5", - "ObolBronzePop", - "FoodPotRe2", - "FoodPotMana2", - "StoneT2", - "ObolBronze2", - "EquipmentRings23", - "FoodHealth10", - "SpiB4", - "Trophy2", - "Grasslands3", - "FoodPotYe2", - "EquipmentHats101", - "FoodPotMana4", - "ObolBronzeTrapping", - "ObolBronzeKill", - "ObolBronzeCons", - "ObolBronzeWorship", - "EquipmentShoes32", - "EquipmentRings25", - "FoodPotOr3", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank", - "Blank" + 56, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 ], - "SaltLick": "[20,8,85,100,10,100,10,25,10,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", - "CharacterClass_6": 4, - "FoodCD_1": [ + "UpgVault": [ + 500, + 200, + 500, + 363, + 457, + 100, + 200, + 1, + 1, + 1, + 5, + 100, + 50, + 80, + 10, + 5, + 100, + 100, + 50, + 100, + 100, + 100, + 25, + 20, + 100, + 50, + 100, + 50, + 100, + 100, + 100, + 25, + 50, + 24, + 50, + 20, + 1, + 10, + 20, + 100, + 100, + 20, + 3, + 100, + 1, + 250, + 100, + 10, + 20, + 200, + 300, + 20, + 1, + 150, + 260, + 100, + 250, + 203, + 250, + 100, + 336, + 50, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0, 0, 0, @@ -10826,212 +6371,22 @@ 0, 0 ], - "AnvilPA_4": [ - { - "0": 64218756, - "1": 23753449590.915005, - "2": 100, - "3": 4174785623, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 29.0107674982557, - "3": 338579531, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 37.3607511598491, - "3": 19359541, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 588.370243293448, - "3": 95709029, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 1818.28001527222, - "3": 15351974, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 184.79135894454, - "3": 73033, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - } + "FoodCD_9": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 ], - "CauldronBubbles": "[[\"a2\",\"b11\",\"a18\"],[\"a18\",\"b7\",\"c15\"],[\"c8\",\"c15\",\"a18\"],[\"c8\",\"c15\",\"a18\"],[\"c21\",\"a18\",\"c15\"],[\"c8\",\"c15\",\"a18\"],[\"a2\",\"a18\",\"c15\"],[\"a2\",\"c8\",\"b11\"],[\"a2\",\"c8\",\"c15\"],[\"c8\",\"c15\",\"a18\"],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0]]", - "QuestStatus_3": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[45522,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[63461],\"Oinkin1\":[10],\"Slargon2\":[14289495],\"Oinkin2\":[14,5,5],\"Slargon3\":[13655227],\"Oinkin3\":[1],\"Slargon4\":[53960339],\"Poigu1\":[25],\"Poigu2\":[171],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey1\":[0,0],\"Dazey2\":[0,0,0],\"Bellows1\":[57],\"Mutton1\":[0,0,0],\"Bellows2\":[6258],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[15,72],\"Promotheus1\":[1],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Builder_Bird1\":[0],\"Promotheus4\":[\"0\"],\"Stiltzcho4\":[100701],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[\"0\"],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[1230835],\"Glumlee1\":[0],\"Woodlin_Elder2\":[1],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[34],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[1545],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[6],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[82306235],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[1,1],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",198],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[14895677],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[536487],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[292232],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[1341391],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[150],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[54],\"Hoov2\":[214965],\"Hoov3\":[55],\"Hoov4\":[315],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"Scubidew2\":[\"0\",\"121\"],\"TP_Pete1\":[\"0\",\"200\"],\"Hamish3\":[0],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[10],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[12026236],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[17825266],\"Sussy_Gene1\":[1,1,14975],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",2],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[1,1,\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[\"0\"],\"Capital_P2\":[\"0\"],\"Lonely_Hunter2\":[35],\"Sprout3\":[0,0,0],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[6100741],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[18],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[1,1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[3336,4],\"Monolith2\":[0],\"Monolith3\":[105541],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,27],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Toadstall2\":[\"0\"],\"Centurion3\":[1049963],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[15,1286358],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion5\":[270,259,244],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion6\":[1],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[1],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[1],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[1],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi2\":[2,1],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[450,1,1],\"Lafu_Shi4\":[1],\"Lafu_Shi5\":[1,1],\"Woodsman1\":[0],\"Lafu_Shi6\":[31,1],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,85],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[1,19],\"Hoggindaz5\":[10],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[10,10],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Town_Marble1\":[0],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Funguy3\":[0],\"Funguy4\":[\"0\",\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem1\":[800],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem2\":[\"0\",0],\"Bushlyte2\":[0],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[36],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[1],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", - "BundlesReceived": "{\"bun_d\":1,\"bun_e\":1,\"bun_f\":1,\"bun_g\":1,\"bun_h\":1,\"bun_i\":1,\"bun_j\":1,\"bun_k\":1,\"bun_l\":1,\"bun_m\":1,\"bun_n\":1,\"bun_p\":1,\"bun_a\":1,\"bun_q\":1,\"bun_r\":1,\"bun_b\":1,\"bun_c\":1,\"bun_s\":1}", - "AnvilPA_6": [ - { - "0": 232847545, - "1": 89190275655.42924, - "2": 93.54477977752686, - "3": 11155103640, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 170.780705319292, - "3": 66798, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 329.22495323163, - "3": 62254, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 734.089178780638, - "3": 30612, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 1529.92753670261, - "3": 15125, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 1448.98089503063, - "3": 2, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 288.799842817095, - "3": 1998379, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 1036.61107526752, - "3": 112592, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 4613.246818274, - "3": 4024, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 3896.80346619972, - "3": 3331, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 11096.0836580486, - "3": 2404, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 0, - "3": 0, - "length": 4 - } + "EMmLENGTH1_4": 16, + "PVFishingToolkit_8": [ + 9, + 4 ], - "IMmLENGTH_1": 112, - "Cards0": "{\"Fish8\":4469,\"stache\":6715970,\"Fish9\":151538,\"babaHour\":96,\"snowball\":56659,\"steakR\":20,\"mini4a\":5135,\"springEvent1\":49,\"frogGG\":38,\"demonP\":299620,\"springEvent2\":45,\"skele\":574,\"crabcake\":50282,\"w4c1\":68499,\"w4c2\":60711,\"w4c3\":51491,\"w6c1\":1759,\"w5a1\":74158,\"steak\":88228,\"BirchTree\":13129,\"w4c4\":37328,\"w6c2\":6653,\"Plat\":6548,\"shovelR\":5301,\"w5a2\":68309,\"frogGR\":5,\"w5a3\":74775,\"goblinG\":2947819,\"w5a4\":73852,\"w5a5\":64454,\"babaMummy\":754,\"shovelY\":597,\"pincermin\":82394,\"Fish10\":45583,\"iceknight\":8,\"Fish11\":11569,\"Fish12\":2539,\"ForgeA\":1080,\"Boss4A\":997,\"Boss4B\":971,\"ForgeB\":450,\"sheep\":514599,\"Boss4C\":35,\"Bug1\":7885,\"Dreadlo\":7323,\"Bug2\":10571,\"Bug3\":11894,\"Bug4\":14871,\"babayaga\":164,\"Bug5\":293,\"Bug6\":343,\"branch\":44658,\"Bug7\":262,\"Bug8\":963,\"Bug9\":515,\"mini3a\":4347,\"potato\":244442,\"Starfire\":6014,\"mamoth\":276250,\"mushG\":46231208,\"ToiletTree\":6960,\"w4b1\":91788,\"SaharanFoal\":6626,\"w4b2\":40876,\"w4b3\":51655,\"w6b1\":5477,\"w4b4\":41058,\"w6b2\":26729,\"w4b5\":24020,\"iceBossZ2\":1,\"w6b3\":97556,\"w6b4\":55928,\"mushP\":17807,\"rocky\":2,\"flake\":822837,\"mushR\":257001,\"CritterCard10\":4375,\"mimicA\":70841,\"Copper\":65172,\"moonman\":59780,\"slimeB\":3285,\"CritterCard1\":1887,\"crabcakeB\":1999,\"mushW\":40714,\"potatoB\":1,\"CritterCard2\":1362,\"Boss3A\":746,\"sandcastle\":392565,\"frogBIG\":1731519,\"bloque\":5967792,\"CritterCard3\":2608,\"glass\":76117,\"Boss3B\":731,\"Boss3C\":5819,\"Lustre\":26944,\"CritterCard4\":2330,\"ratB\":25117,\"CritterCard5\":1229,\"slimeG\":5424943,\"jarSand\":76454,\"CritterCard6\":1075,\"poopBig\":178,\"Gold\":7635,\"CritterCard7\":1575,\"totem\":6,\"CritterCard8\":1494,\"EasterEvent1\":41,\"sandgiant\":116121,\"mini6a\":12,\"Godshard\":6629,\"iceBossZ\":1,\"EasterEvent2\":25,\"snakeB\":75575,\"CritterCard9\":2098,\"anni4Event1\":76,\"frogGR2\":8,\"frogGR3\":10,\"frogGR4\":2,\"SummerEvent1\":114,\"sheepB\":98,\"SummerEvent2\":77,\"poopSmall\":166308,\"snakeG\":22110579,\"loveEvent\":75,\"acorn\":205807,\"slimeR\":27101,\"w5c1\":57187,\"w5c2\":219365,\"SoulCard1\":1597,\"w4a2\":17920,\"SoulCard2\":1410,\"w4a3\":208852,\"ghost\":65,\"w6a1\":17734,\"SoulCard3\":177,\"PalmTree\":6976,\"w6a2\":57919,\"target\":1,\"SoulCard4\":526,\"w6a3\":5242,\"SoulCard5\":698,\"w6a4\":11403,\"SoulCard6\":184,\"w6a5\":5707,\"SoulCard7\":42,\"caveB\":70576,\"Bandit_Bob\":506,\"thermostat\":54742,\"Dementia\":5524,\"beanG\":21981516,\"Boss6A\":3010,\"Boss6B\":90,\"snakeY\":118,\"Crystal0\":59577206,\"Boss6C\":6313,\"JungleTree\":8954,\"Crystal1\":74906,\"Boss2A\":301,\"Crystal2\":198120551,\"Crystal3\":19388176,\"Boss2B\":27,\"Tree10\":483,\"Boss2C\":115,\"Crystal4\":39737118,\"ram\":89397,\"Tree12\":9,\"xmasEvent2\":67,\"Crystal5\":12801640,\"xmasEvent3\":20,\"frogD\":49,\"Tree13\":98,\"plank\":3009704,\"mini5a\":14,\"frogG\":751141,\"poopD\":582,\"AlienTree\":1130,\"Iron\":7478,\"loveEvent2\":89,\"loveEvent3\":82,\"frogP\":85,\"skele2\":54291,\"penguin\":62616,\"carrotO\":207677967,\"w6d1\":3565,\"cactus\":1,\"w5b1\":41234,\"w6d2\":6056,\"frogR\":16,\"w5b2\":31405,\"w6d3\":83961,\"wolfA\":818,\"w5b3\":1186467,\"wolfB\":728,\"w5b4\":45347,\"snailZ\":50223,\"wolfC\":99,\"eye\":91663,\"w5b5\":46731,\"w5b6\":44585,\"Bug10\":892,\"frogW\":2,\"xmasEvent\":57,\"Void\":5406,\"Bug12\":478,\"frogY\":15,\"StumpTree\":9977,\"coconut\":117975,\"Bug13\":573,\"OakTree\":18051,\"Tree7\":16180,\"Fish1\":40856,\"Boss5A\":57,\"Boss5B\":74,\"Fish2\":24130,\"Tree8\":264,\"Fish3\":15293,\"ForestTree\":9180,\"Tree9\":305,\"Boss5C\":106,\"Fish4\":9550,\"Fish5\":365576,\"Fish6\":106559,\"Fish7\":22843,\"speaker\":56167,\"caveC\":33419,\"w7a1\":340676,\"SpelunkingCard0\":50843,\"w7a2\":310714,\"w7a3\":59915,\"Crystal6\":1476,\"CritterCard11\":3600,\"w7a4\":28861,\"SpelunkingCard1\":45464,\"w7a7\":55883,\"Prehistrium\":909,\"w7a5\":33777,\"w7a6\":101615,\"w7a8\":22704,\"SoulCard8\":25,\"cropfallEvent1\":13,\"fallEvent1\":6,\"Tree14\":5,\"Bug14\":247,\"w7a9\":1580,\"w7a10\":36211,\"SpelunkingCard2\":5000,\"xmasEvent4\":76,\"w7a11\":41812}", - "SLpre_6": "{\"0\":143,\"1\":139,\"5\":187,\"6\":196,\"8\":144,\"9\":100,\"10\":498,\"11\":494,\"12\":408,\"13\":148,\"15\":140,\"16\":138,\"17\":142,\"18\":214,\"19\":215,\"20\":205,\"21\":210,\"22\":144,\"23\":616,\"24\":155,\"25\":141,\"26\":205,\"27\":100,\"28\":144,\"29\":151,\"30\":147,\"31\":218,\"32\":220,\"33\":151,\"34\":245,\"35\":137,\"36\":154,\"37\":145,\"38\":143,\"39\":134,\"40\":299,\"41\":143,\"42\":220,\"43\":220,\"44\":146,\"45\":299,\"46\":299,\"47\":299,\"48\":299,\"49\":250,\"54\":160,\"56\":296,\"58\":216,\"75\":492,\"76\":141,\"77\":179,\"78\":148,\"79\":287,\"616\":50,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":25,\"624\":50,\"631\":100,\"638\":96,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"654\":150,\"655\":44,\"656\":200,\"658\":200}", + "BGsel": 0, "ChestOrder": [ "Copper", "Iron", @@ -11353,519 +6708,5381 @@ "EquipmentStatues19", "Trophy2", "Trophy2", - "EquipmentStatues29", - "Trophy3", - "Trophy6", - "Trophy9", - "Trophy10", - "Trophy16", - "Trophy19", - "EquipmentTools13", - "EquipmentToolsHatchet2b", - "EquipmentToolsHatchet2b", - "EquipmentToolsHatchet2b", - "WorshipSkull4", - "WorshipSkull8", - "FoodHealth1", - "FoodHealth3", - "FoodHealth2", - "Peanut", - "FoodHealth5", - "FoodEvent8", - "Meatloaf", - "FoodHealth4", - "FoodHealth6", - "FoodHealth7", - "FoodHealth10", - "FoodHealth9", - "FoodHealth11", - "FoodHealth13", - "FoodHealth12", - "FoodHealth14", - "FoodHealth15", - "FoodHealth16", - "FoodHealth17", - "FoodPotOr1", - "FoodPotOr2", - "FoodPotOr3", - "FoodPotOr4", - "FoodPotRe1", - "FoodPotRe2", - "FoodPotRe3", - "FoodPotRe4", - "FoodPotGr1", - "FoodPotGr2", - "FoodPotGr3", - "FoodPotGr4", - "FoodEvent7", - "FoodPotMana1", - "FoodPotMana2", - "FoodPotMana3", - "FoodPotMana4", - "FoodPotYe1", - "FoodPotYe2", - "FoodPotYe2", - "FoodPotYe3", - "FoodPotYe4", - "FoodPotYe5", - "FoodEvent6", - "Pearl3", - "FoodMining1", - "FoodEvent1", - "Pearl2", - "FoodChoppin1", - "FoodEvent2", - "FoodFish1", - "FoodEvent3", - "Pearl1", - "FoodCatch1", - "FoodEvent4", - "FoodTrapping1", - "FoodWorship1", - "Bullet", - "BulletB", - "Bullet3", - "MidnightCookie", - "FoodEvent5", - "PeanutG", - "FoodG1", - "FoodG2", - "FoodG3", - "FoodG4", - "FoodG5", - "FoodG6", - "FoodG7", - "FoodG8", - "FoodG9", - "FoodG10", - "FoodG11", + "EquipmentStatues29", + "Trophy3", + "Trophy6", + "Trophy9", + "Trophy10", + "Trophy16", + "Trophy19", + "EquipmentTools13", + "EquipmentToolsHatchet2b", + "EquipmentToolsHatchet2b", + "EquipmentToolsHatchet2b", + "WorshipSkull4", + "WorshipSkull8", + "FoodHealth1", + "FoodHealth3", + "FoodHealth2", + "Peanut", + "FoodHealth5", + "FoodEvent8", + "Meatloaf", + "FoodHealth4", + "FoodHealth6", + "FoodHealth7", + "FoodHealth10", + "FoodHealth9", + "FoodHealth11", + "FoodHealth13", + "FoodHealth12", + "FoodHealth14", + "FoodHealth15", + "FoodHealth16", + "FoodHealth17", + "FoodPotOr1", + "FoodPotOr2", + "FoodPotOr3", + "FoodPotOr4", + "FoodPotRe1", + "FoodPotRe2", + "FoodPotRe3", + "FoodPotRe4", + "FoodPotGr1", + "FoodPotGr2", + "FoodPotGr3", + "FoodPotGr4", + "FoodEvent7", + "FoodPotMana1", + "FoodPotMana2", + "FoodPotMana3", + "FoodPotMana4", + "FoodPotYe1", + "FoodPotYe2", + "FoodPotYe2", + "FoodPotYe3", + "FoodPotYe4", + "FoodPotYe5", + "FoodEvent6", + "Pearl3", + "FoodMining1", + "FoodEvent1", + "Pearl2", + "FoodChoppin1", + "FoodEvent2", + "FoodFish1", + "FoodEvent3", + "Pearl1", + "FoodCatch1", + "FoodEvent4", + "FoodTrapping1", + "FoodWorship1", + "Bullet", + "BulletB", + "Bullet3", + "MidnightCookie", + "FoodEvent5", + "PeanutG", + "FoodG1", + "FoodG2", + "FoodG3", + "FoodG4", + "FoodG5", + "FoodG6", + "FoodG7", + "FoodG8", + "FoodG9", + "FoodG10", + "FoodG11", + "FoodG12", + "FoodG13", + "FoodG14", + "ButterBar", + "rtt0", + "ResetFrag", + "ResetCompleted", + "ResetCompletedS", + "ResetBox", + "SilverPen", + "PremiumGem", + "EquipmentStatues15", + "ExpBalloon1", + "ExpBalloon2", + "ExpBalloon3", + "Pearl4", + "Pearl6", + "Pearl5", + "Quest38", + "Quest39", + "Quest49", + "Quest72", + "Quest73", + "Quest90", + "Quest76", + "Quest77", + "Quest80", + "GemP36", + "Quest81", + "Quest82", + "Quest95", + "Quest96", + "Quest97", + "Quest101", + "Quest108", + "Timecandy1", + "Timecandy2", + "Timecandy3", + "Timecandy4", + "Timecandy5", + "Timecandy6", + "Timecandy9", + "StoneWe", + "StoneWeb", + "StoneW1", + "StoneW2", + "StoneW3", + "StoneW3b", + "StoneW6", + "StoneW4", + "StoneW5", + "StoneW7", + "StoneW8", + "StoneAe", + "StoneAeB", + "StoneA1", + "StoneA1b", + "StoneA2", + "StoneA2b", + "StoneA3", + "StoneA3b", + "StoneA4", + "StoneA6", + "StoneA7", + "StoneTe", + "StoneT1", + "StoneT1eb", + "StoneT2", + "StoneT3", + "StoneT4", + "StoneT5", + "StoneT6", + "StoneT7", + "StoneHelm1", + "StoneHelm6", + "StoneHelm1b", + "StoneHelm7", + "StoneZ1", + "StoneZ2", + "StoneZ3", + "StoneZ4", + "JobApplication", + "SmithingHammerChisel", + "BobJoePickle", + "BoneJoePickle", + "Quest3", + "Quest4", + "Quest7", + "Quest15", + "Quest18", + "Quest19", + "Quest21", + "Quest22", + "Quest23", + "Quest24", + "Quest25", + "Quest27", + "GoldricP2", + "GoldricP3", + "Quest32", + "Quest41", + "Quest56", + "Quest78", + "Coral1", + "Coral2", + "EquipmentStatues1", + "EquipmentStatues2", + "EquipmentStatues3", + "EquipmentStatues4", + "EquipmentStatues5", + "EquipmentStatues6", + "EquipmentStatues7", + "EquipmentStatues8", + "EquipmentStatues10", + "EquipmentStatues14", + "EquipmentStatues17", + "EquipmentStatues18", + "EquipmentStatues20", + "EquipmentStatues21", + "EquipmentStatues22", + "EquipmentStatues23", + "EquipmentStatues24", + "EquipmentStatues25", + "EquipmentStatues26", + "EquipmentStatues27", + "EquipmentStatues28", + "EquipmentStatues30", + "EquipmentStatues31", + "EquipmentStatues32", + "Weight3", + "Weight4", + "Weight7", + "Weight13", + "Line3", + "Line8", + "Line9", + "Line14", + "Ladle", + "PetEgg", + "Quest114", + "Quest112", + "Ht", + "StonePremSTR", + "StonePremLUK", + "StonePremAGI", + "LockedInvSpace" + ], + "Money_3": 1.7796993220275313e+33, + "IMm_3": "{\"8\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"14\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"18\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"19\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"20\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"22\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"23\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"24\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"26\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"30\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"31\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"32\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"33\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"34\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"36\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"37\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"38\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"39\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"41\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"44\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"46\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"47\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"48\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"49\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"50\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"51\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"52\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"53\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"54\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"55\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"56\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"57\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"58\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"60\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"72\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"79\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", + "BuffsActive_3": [ + { + "0": 94, + "1": 2904, + "2": 5280, + "length": 3 + }, + { + "0": 167, + "1": 35, + "2": 60, + "length": 3 + }, + { + "0": 168, + "1": 48.20000000000002, + "2": 219.20000000000002, + "length": 3 + } + ], + "CharacterClass_1": 40, + "BuffsActive_1": [], + "AnvilPAstats_2": [ + 1, + 600, + 700, + 237, + 1545, + 29 + ], + "QuestHm_4": [ + { + "0": "Tired_Mole3", + "1": "Equip_the_Divine_Scarf:", + "2": "0", + "3": "1", + "4": "Get_Kattlekruk_Cape:", + "5": "0", + "6": "1", + "length": 7 + }, + { + "0": "Royal_Worm5", + "1": "Clash_of_Cans_wave:", + "2": "0", + "3": "55", + "4": "Person_DMG_dealt:", + "5": "0", + "6": "5000", + "length": 7 + }, + { + "0": "Monolith2", + "1": "EquipmentStatues1", + "2": 140, + "3": 20000, + "length": 4 + }, + { + "0": "Slargon3", + "1": "Defeat_Mr_BSs:", + "2": "0", + "3": "1000000", + "length": 4 + }, + { + "0": "Snootie1", + "1": "Find_Pommsie:", + "2": "0", + "3": "1", + "length": 4 + } + ], + "Prayers_6": "[17,9,16,14,2,-1,4,-1,-1,-1,-1,-1]", + "AFKtarget_4": "Spelunking3", + "EMm1_8": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":36,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":48,\"STR\":0,\"LUK\":0,\"Weapon_Power\":32,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0}}", + "Ninja": "[[11,375.77059884258324,0,0],[11,2969.8065664779097,0,13.36],[11,3540.588460753591,0,64.99584],[11,233.46350870150945,0,3091.24437230329],[11,1068.251416447369,0,3091.24437230329],[11,2573.494289530252,0,17892.3284014265],[11,1524.1800140199393,0,81846.6662015012],[11,1058.7047984267715,0,520007.297858458],[11,3247.42737624279,0,2106024.77780421],[11,1058.7047984267715,0,7250853.45437546],[8,0,0,0],[8,0,0,0],[\"NjItem11\",0],[\"NjGl2\",331],[\"NjTr17\",617],[\"NjTr4\",2202],[\"NjItem5\",0],[\"NjGl2\",402],[\"NjTr17\",729],[\"NjTr4\",2182],[\"NjItem12\",0],[\"NjGl2\",127],[\"NjTr17\",657],[\"NjTr4\",2052],[\"NjItem9\",0],[\"NjGl1\",1135],[\"NjTr17\",636],[\"NjTr4\",2020],[\"NjItem1\",0],[\"NjWep7\",1342],[\"NjTr17\",2660],[\"NjTr4\",2024],[\"NjItem4\",0],[\"NjWep7\",1358],[\"NjTr17\",602],[\"NjTr4\",951],[\"NjItem6\",0],[\"NjGl1\",416],[\"NjTr16\",2664],[\"NjTr16\",2873],[\"NjItem5\",0],[\"NjGl1\",13],[\"NjTr16\",717],[\"NjTr16\",743],[\"NjItem5\",0],[\"NjGl1\",38],[\"NjTr16\",737],[\"NjTr16\",724],[\"NjItem13\",0],[\"NjGl1\",13],[\"NjTr16\",754],[\"NjTr16\",754],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"NjTr16\",640],[\"NjTr16\",626],[\"NjTr16\",606],[\"NjTr16\",642],[\"NjWep5\",1228],[\"NjWep5\",1205],[\"NjWep5\",1178],[\"NjWep5\",1205],[\"NjGl1\",381],[\"NjGl1\",385],[\"Blank\",0],[\"Blank\",0],[\"Blank\",0],[\"NjTr22\",2585],[\"NjTr21\",2188],[\"NjTr11\",2189],[\"NjTr24\",855],[\"NjTr12\",778],[\"NjTr9\",2006],[\"NjTr23\",679],[\"NjTr18\",2592],[\"NjTr10\",2280],[\"NjTr20\",871],[\"Blank\",0],[1000,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0],[3,9.693178852229449e+63,149790.70900011063,1,0,1,1,0,44,\"_lehvAarqxsympziwgtnBbcojfkuIDHKCEFdJGLMNOPQ\",2,0,0,0,0,0,0,0,0,0],[233,1547,1730,270,560,717,533,394,2267,0,343,434,433,3484,667,367,44,112,135,218,82,12,38,753,620,647,81,238,270,0],[1,1,0,0,1,1,1,0,1,1,3,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[10,421,76,5,1,1619,518,1200,1187,0,0,0],[\"NjWep0\",\"NjWep1\",\"NjTr15\",\"NjTr5\",\"NjTr7\",\"NjWep5\",\"NjTr9\",\"NjItem5\",\"NjWep2\",\"NjTr4\",\"NjTr10\",\"NjItem11\",\"NjItem9\",\"NjWep6\",\"NjTr11\",\"NjTr14\",\"NjItem12\",\"NjTr8\",\"NjTr0\",\"NjItem1\",\"NjTr1\",\"NjTr12\",\"NjWep3\",\"NjItem4\",\"NjTr13\",\"NjTr18\",\"NjTr2\",\"NjWep7\",\"NjGl0\",\"NjTr6\",\"NjItem13\",\"NjWep4\",\"NjTr16\",\"NjWep8\",\"NjTr17\",\"NjItem6\",\"NjGl1\",\"NjTr3\",\"NjItem14\",\"NjItem0\",\"NjGem0\",\"NjItem3\",\"NjGem1\",\"NjGem2\",\"NjGem3\",\"NjItem7\",\"NjItem10\",\"NjGl2\",\"NjTr19\",\"NjTr20\",\"NjGem4\",\"NjTr24\",\"NjGem6\",\"NjTr21\",\"NjGem5\",\"NjTr22\",\"NjTr23\",\"NjGem7\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]", + "AtkCD_6": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "TaskZZ2": "[[5,10,12,10,10,5,6,0],[7,10,10,10,8,5,8,5],[4,10,5,10,10,5,5,0],[3,10,2,5,8,4,3,0],[20,10,7,10,5,9,4,0],[20,10,12,20,10,4,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0]]", + "ItemQTY_5": [ + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 2233, + 5534, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 3221, + 1, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 37, + 0, + 0, + 0, + 0, + 0, + 8999, + 8980, + 9114, + 9152, + 0, + 0, + 0, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 4, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "Territory": "[[31142.98910557953,246,0,\"CookingSpice0\",632,\"Blank\",0,\"Blank\",0],[22586.941862954398,235,0,\"CookingSpice1\",576,\"Blank\",0,\"Blank\",0],[101654.64484508475,456,0,\"CookingSpice2\",1150,\"Blank\",0,\"Blank\",0],[1988650.6736035256,445,0,\"CookingSpice3\",1144,\"Blank\",0,\"Blank\",0],[3963160.801697741,408,0,\"CookingSpice4\",1037,\"Blank\",0,\"Blank\",0],[2512602.5530001307,378,0,\"CookingSpice5\",378,\"Blank\",0,\"Blank\",0],[149002.32630801975,224,0,\"CookingSpice6\",338,\"Blank\",0,\"Blank\",0],[2611757.9447407057,292,0,\"CookingSpice7\",292,\"Blank\",0,\"Blank\",0],[203750.56972674094,172,0,\"CookingSpice8\",254,\"Blank\",0,\"Blank\",0],[3568252.134016006,311,0,\"CookingSpice9\",455,\"Blank\",0,\"Blank\",0],[645.8541733762249,83,0,\"CookingSpice10\",115,\"Blank\",0,\"Blank\",0],[8461894.149517309,225,0,\"CookingSpice11\",339,\"Blank\",0,\"Blank\",0],[184951.42705509625,30,0,\"CookingSpice12\",47,\"Blank\",0,\"Blank\",0],[5912453.2923905635,158,0,\"CookingSpice13\",234,\"Blank\",0,\"Blank\",0],[767565.1893211053,9,0,\"CookingSpice14\",12,\"Blank\",0,\"Blank\",0],[1214301.2016502055,3,0,\"CookingSpice15\",6,\"Blank\",0,\"Blank\",0],[497045.62182125356,130,0,\"CookingSpice16\",130,\"Blank\",0,\"Blank\",0],[7001395.495357474,56,0,\"CookingSpice17\",56,\"Blank\",0,\"Blank\",0],[3033767.9863092476,72,0,\"CookingSpice18\",72,\"Blank\",0,\"Blank\",0],[7197548.332514086,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[9684392.121965645,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[56011261.57353921,18,0,\"CookingSpice21\",18,\"Blank\",0,\"Blank\",0],[10731742.426004129,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[16310895.086441366,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[0,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0],[0,0,0,\"Blank\",0,\"Blank\",0,\"Blank\",0]]", + "IMm_2": "{}", + "StatueLevels_8": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "CardPreset_2": "[[\"demonP\",\"Crystal0\",\"babaMummy\",\"w6d2\",\"w5a3\",\"speaker\",\"mimicA\",\"poopSmall\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"w5a1\",\"w6a5\",\"Boss3C\",\"poopBig\",\"w4c1\",\"w5b3\",\"poopD\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4B\",\"wolfA\",\"CritterCard7\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\"]]", + "ObolInvMAP_3": "{}", + "FoodCD_6": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "AnvilPA_9": [ + { + "0": 14258554, + "1": 5332218074.93933, + "2": 100, + "3": 1137280612, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 345.055873518897, + "3": 107964654, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1745.00836691293, + "3": 1413203, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 773.250289281816, + "3": 18, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 5938.74774724725, + "3": 39201577, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 4626.33386279429, + "3": 376779, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + } + ], + "KLA_2": "[[0,0],[-245771790376.14774],[-393255931.544401],[150,10],[150],[150],[0],[0,81],[-62289914.8],[-405.05],[0],[0,0],[0],[-456731388.12,-456683888.12],[-304712619.58632,-304711269.58632],[-50423802.1825217],[-533395570,-533392770],[-1396222284],[-10826192706.9965],[-464370573.489851],[7],[5],[0],[0],[-281424096.488808,-281422396.488808],[0],[-161434871],[-545313385,-545309215],[-453532749.7],[0],[0],[-1084753025],[0],[0],[0],[0],[0],[0],[-905.099999999995],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-10678736.4856689],[-121807.287708738,-121407.287708738],[-19809859.9242946],[0],[0],[30],[-638348.070182524],[-14613438.5523658],[-359641.006232554],[-1558387.18234563,-1560887.18234563],[0],[-409305],[-201193.590547573],[-1350798],[-53042931],[0],[-3414.47481743611],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-167667.65],[4000],[-189202907.28],[-227656237.118462,-227566237.118462],[-224323467.627107],[-675657793.6774],[-223927639.700955],[-2072.67523883495],[-454695540.60165],[-407821885.159817],[-480937813.13132],[-362540932.634566],[-694394328.544002],[1],[1000],[-1398561.63252815],[-65890452],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-32419645.5326659],[-116127958],[-3461978286.13824],[-10056.78],[-205],[-1051065612],[-86472.977953398],[-23079.2800000033],[-125927.382345679],[-1145828515.7647],[-93537316],[-11239449.0824246],[-818420804],[250],[700],[-28505862.4015391],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-2776871970.19456],[-395864.670977602],[-1588409],[-17899594],[-82662034.7595131],[-2024744.23515777],[-2394503.16944086],[-352368191.253001],[-7141],[-2012693.31150076],[-60407472.8620116],[-18995027],[-1725053138.15087],[0],[0],[-1341848801.2983537],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-171530],[-113504209],[-4078749],[-1562323.55820732],[-1540603],[-261719940.232376],[-86184.1618796017],[-3603638.59932906],[-6788536.61307019],[-1582355],[-251726423.838916],[-11774184],[-27433517],[-50091197726.727036],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-266369.9737361627],[-3559208.7983296243],[-1611344.080399584,-10111344.08039933],[-14031691.234823633],[-173054,-19173054],[0],[-118185579.26112807,-348185579.2597194],[-9281564],[0],[-787664830,-1212664830],[-452391560.6009486],[0],[0],[0]]", + "BundlesReceived": "{\"bun_d\":1,\"bun_e\":1,\"bun_f\":1,\"bun_g\":1,\"bun_h\":1,\"bun_i\":1,\"bun_j\":1,\"bun_k\":1,\"bun_l\":1,\"bun_m\":1,\"bun_n\":1,\"bun_p\":1,\"bun_a\":1,\"bun_q\":1,\"bun_r\":1,\"bun_b\":1,\"bun_c\":1,\"bun_s\":1}", + "EquipQTY_4": [ + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 1, + "10": 1, + "11": 1, + "12": 1, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 178634, + "1": 14474, + "2": 69, + "3": 1981, + "4": 170545, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + } + ], + "ObolEqO0_1": [ + "ObolGoldMoney", + "ObolSilverTrapping", + "ObolChizoarA", + "ObolSilverTrapping", + "ObolGoldTrapping", + "ObolSilverTrapping", + "ObolBronzeTrapping", + "ObolSilverTrapping", + "ObolSilverTrapping", + "ObolGoldMoney", + "ObolKruk", + "ObolGoldMoney", + "ObolBronzeTrapping", + "ObolSilverTrapping", + "ObolSilverTrapping", + "ObolSilverTrapping", + "ObolSilverTrapping", + "ObolSilverTrapping", + "ObolGoldMoney", + "ObolChizoarA", + "ObolSilverLuck" + ], + "StampLv": [ + { + "0": 155, + "1": 135, + "2": 140, + "3": 96, + "4": 150, + "5": 100, + "6": 92, + "7": 63, + "8": 72, + "9": 88, + "10": 18, + "11": 112, + "12": 42, + "13": 60, + "14": 80, + "15": 108, + "16": 100, + "17": 95, + "18": 150, + "19": 75, + "20": 147, + "21": 45, + "22": 120, + "23": 51, + "24": 100, + "25": 190, + "26": 84, + "27": 104, + "28": 98, + "29": 100, + "30": 150, + "31": 225, + "32": 147, + "33": 84, + "34": 133, + "35": 140, + "36": 130, + "37": 210, + "38": 76, + "39": 100, + "40": 0, + "41": 160, + "42": 0, + "43": 0, + "length": 44 + }, + { + "0": 325, + "1": 305, + "2": 110, + "3": 230, + "4": 80, + "5": 260, + "6": 100, + "7": 340, + "8": 130, + "9": 290, + "10": 140, + "11": 290, + "12": 96, + "13": 130, + "14": 130, + "15": 62, + "16": 105, + "17": 140, + "18": 115, + "19": 110, + "20": 176, + "21": 130, + "22": 184, + "23": 155, + "24": 200, + "25": 90, + "26": 78, + "27": 0, + "28": 0, + "29": 104, + "30": 78, + "31": 52, + "32": 0, + "33": 46, + "34": 0, + "35": 138, + "36": 360, + "37": 315, + "38": 190, + "39": 220, + "40": 360, + "41": 230, + "42": 100, + "43": 80, + "44": 120, + "45": 200, + "46": 50, + "47": 85, + "48": 96, + "49": 60, + "50": 64, + "51": 112, + "52": 112, + "53": 88, + "54": 0, + "55": 0, + "56": 8, + "length": 57 + }, + { + "0": 230, + "1": 100, + "2": 220, + "3": 0, + "4": 0, + "5": 55, + "6": 124, + "7": 70, + "8": 260, + "9": 160, + "10": 110, + "11": 216, + "12": 0, + "13": 38, + "14": 56, + "15": 52, + "16": 0, + "17": 62, + "18": 104, + "19": 40, + "20": 51, + "21": 85, + "22": 104, + "23": 200, + "24": 75, + "25": 3, + "26": 105, + "length": 27 + } + ], + "PlayerStuff_9": "[10999,0,2,0,0,0,0,0,0,0]", + "LockedSlots_7": [ + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "CurrentMap_7": 312, + "CardPreset_8": "[[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"poopBig\",\"wolfB\",\"poopD\",\"w5b3\",\"skele2\",\"snowball\",\"w5a1\",\"Boss6C\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Crystal1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"babaMummy\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", + "EMm0_3": "{\"0\":{\"Defence\":135,\"STR\":90,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Upgrade_Slots_Left\":-7,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":49,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"2\":{\"Defence\":90,\"STR\":60,\"WIS\":0,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":135,\"STR\":90,\"WIS\":0,\"Weapon_Power\":9,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-11,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":75,\"STR\":50,\"WIS\":0,\"Weapon_Power\":5,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":\"%_ALL_STATS\",\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":2.5,\"UQ1txt\":\"%_ALL_AFK_GAIN\",\"Reach\":0,\"AGI\":0,\"UQ1val\":5,\"Speed\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"UQ1val\":8,\"UQ2txt\":\"%_ALL_AFK_GAIN\",\"UQ2val\":5,\"UQ1txt\":\"%_ALL_AFK_GAIN\"},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", + "SL_9": "{\"0\":100,\"1\":100,\"5\":150,\"6\":145,\"8\":100,\"9\":100,\"10\":498,\"11\":923,\"12\":408,\"13\":100,\"144\":132,\"263\":144,\"265\":100,\"266\":264,\"267\":100,\"268\":149,\"269\":153,\"270\":100,\"271\":100,\"272\":140,\"273\":140,\"274\":100,\"276\":146,\"277\":131,\"278\":145,\"279\":128,\"280\":100,\"281\":100,\"282\":100,\"283\":100,\"284\":137,\"285\":100,\"286\":100,\"287\":100,\"288\":100,\"289\":100,\"290\":147,\"291\":100,\"292\":154,\"293\":148,\"294\":100,\"295\":153,\"296\":153,\"297\":129,\"298\":143,\"299\":100,\"316\":100,\"317\":100,\"318\":313,\"319\":313,\"320\":100,\"325\":152,\"326\":152,\"327\":149,\"328\":313,\"360\":100,\"366\":100,\"367\":152,\"368\":153,\"374\":313,\"615\":88,\"616\":50,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"634\":50,\"635\":1,\"636\":0,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"651\":0,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100}", + "PVtStarSign_3": "69,55,4,", + "PVFishingSpotIndex_7": 2, + "HintStatus": "[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1],[1,0,1,1,1,1,1,1,-1,1,0,-1],[0,0,0,-1,1,1,1,1,1,1,1,1,1,-1],[1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],[]]", + "Sailing": "[[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0],[5141605422567.447,421377894.8201921,739114813.1301589,364186333.6228069,144112358.0016983,297012568.9550437,515344958.0480428,166693359.4678322,23388139.238395467,159871084.6173613,472448805.2999436,983766111.3189875,586810650.5981276,1029120926.3770175,819606624.7793374,2877597835.8343334,2367704799.331753,440464989.82956636,711882889.4575475,91235163515.95535,5452996553.933789,383554539.4369757,18155634.777017895,416564193.0614442,466400.798195817,28833368.6694443,34456430.8185546,7595830.44912696,27523069.4017361,268308766.61270022,3525483.4190736627,43443095318.16757,1830895324.6090531],[19,19],[5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,4,4,4,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]", + "ObolEqMAP_5": "{\"0\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"UQ1val\":1,\"STR\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"2\":{\"UQ1val\":1,\"AGI\":1,\"UQ1txt\":\"%_DROP_CHANCE\"},\"3\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"5\":{\"UQ1val\":1,\"STR\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"6\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"AGI\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"7\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"8\":{\"UQ1val\":1,\"AGI\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"9\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"10\":{\"UQ1val\":1,\"LUK\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"11\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"12\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"13\":{\"UQ1val\":1,\"STR\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"14\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"15\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"16\":{\"LUK\":-1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"17\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":0,\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":2,\"SuperFunItemDisplayType\":\"Inventory\"},\"19\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":0,\"SuperFunItemDisplayType\":\"Inventory\"},\"20\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":0,\"SuperFunItemDisplayType\":\"Inventory\"}}", + "Money_1": 8.941626263080281e+33, + "OptL_4": [ + 1, + 1, + 2, + 9, + 1, + 0, + 782, + 0, + 0, + 0, + 0, + 0, + 2, + 0, + 0, + 5, + 28, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 0, + 9, + 0, + 3022, + 0 + ], + "AnvilPAselect_4": [ + 0, + 0, + 0 + ], + "EquipOrder_0": [ + { + "0": "EquipmentHats106", + "1": "EquipmentSword9", + "2": "EquipmentShirts38", + "3": "EquipmentPendant30", + "4": "EquipmentPants30", + "5": "EquipmentRings26", + "6": "EquipmentShoes38", + "7": "EquipmentRings26", + "8": "EquipmentHats112", + "9": "EquipmentKeychain16", + "10": "Trophy17", + "11": "EquipmentKeychain22", + "12": "EquipmentCape13", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "EquipmentTools14", + "1": "EquipmentToolsHatchet12", + "2": "FishingRod11", + "3": "CatchingNet11", + "4": "TrapBoxSet8", + "5": "WorshipSkull9", + "6": "DNAgun3", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "FoodHealth17", + "1": "FoodPotGr3", + "2": "FoodHealth13", + "3": "FoodHealth12", + "4": "FoodPotYe5", + "5": "FoodPotGr4", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + } + ], + "PVtStarSign_1": "10,69,52,", + "BuffsActive_2": [ + { + "0": 273, + "1": 651, + "2": 1320, + "length": 3 + } + ], + "InventoryOrder_9": [ + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "InvBag105", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "LockedSlots_3": [ + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "CardPreset_5": "[[\"poopSmall\",\"moonman\",\"Crystal1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"babaMummy\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"wolfB\",\"poopD\",\"w5a1\",\"w4c1\",\"w5b3\",\"w6a1\",\"poopBig\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w6d2\",\"babaMummy\",\"w5a3\",\"Crystal0\",\"speaker\",\"xmasEvent\",\"crabcakeB\",\"Boss6A\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"w6a3\",\"Boss3C\",\"w5c2\",\"w4c4\",\"w4b5\",\"bloque\",\"coconut\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"poopD\",\"mini6a\",\"w4c1\",\"w5a1\",\"w6a5\",\"Boss3C\",\"Boss6C\",\"B\",\"B\",\"B\",\"B\"]]", + "AttackLoadout_6": "[[46,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[40,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[15,16,19,30,32,25],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "NPCdialogue_2": "{\"Stiltzcho\":35,\"Promotheus\":17,\"Loominadi\":17,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":11,\"Lava_Larry\":9999,\"Carpetiem\":19,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Hamish\":0,\"Blobbo\":6,\"Yondergreen\":3,\"Town_Marble\":3,\"Scubidew\":0,\"Telescope\":9999,\"Royal_Worm\":0,\"Tribal_Shaman\":0,\"Krunk\":1,\"Obol_Altar\":9999,\"Goldric\":26,\"Funguy\":9,\"Hoov\":0,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":26,\"Cowbo_Jones\":61,\"Eliteus\":5,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":0,\"Gobo\":18,\"Bandit_Bob\":23,\"Poigu\":9,\"Picnic_Stowaway\":20,\"Sprout\":0,\"Tiki_Chief\":5,\"Capital_P\":0,\"Coastiolyte\":0,\"Oinkin\":10,\"Snake_Jar\":18,\"Slargon\":15,\"Sussy_Gene\":8,\"Clown\":9999,\"Builder_Bird\":9999,\"Rift_Ripper\":9999,\"Meel\":8,\"Wellington\":0,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Desert_Davey\":9999,\"Scripticus\":47,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Crystalswine\":14,\"Giftmas_Blobulyte\":0,\"Dog_Bone\":14,\"Gangster_Gus\":12,\"Mutton\":3,\"Djonnut\":13,\"TP_Pete\":2,\"Potti\":0,\"Bill_Brr\":23,\"Whattso\":4,\"Legumulyte\":0,\"Walupiggy\":12,\"XxX_Cattleprod_XxX\":6,\"Dazey\":0,\"Hoggindaz\":28,\"Mr_Pigibank\":9999,\"Muhmuguh\":9999,\"Monolith\":9,\"Falloween_Pumpkin\":0,\"Shuvelle\":23,\"Lonely_Hunter\":2,\"Lafu_Shi\":19,\"Fishpaste97\":0,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", + "SL_7": "{\"0\":142,\"1\":100,\"5\":146,\"6\":146,\"8\":100,\"9\":100,\"10\":1004,\"11\":494,\"12\":408,\"13\":100,\"81\":128,\"85\":151,\"86\":100,\"87\":294,\"88\":145,\"89\":152,\"90\":100,\"91\":100,\"92\":130,\"93\":100,\"94\":140,\"95\":150,\"96\":195,\"97\":154,\"98\":202,\"99\":225,\"100\":188,\"101\":178,\"102\":142,\"103\":188,\"104\":100,\"105\":141,\"106\":138,\"107\":100,\"108\":100,\"109\":100,\"110\":135,\"111\":100,\"112\":100,\"114\":100,\"115\":150,\"116\":142,\"117\":141,\"118\":148,\"119\":100,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":100,\"141\":100,\"142\":191,\"143\":190,\"144\":100,\"145\":100,\"146\":100,\"147\":100,\"148\":100,\"149\":299,\"197\":100,\"198\":100,\"199\":254,\"202\":100,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":299,\"616\":50,\"617\":150,\"618\":0,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":92,\"637\":0,\"638\":96,\"639\":0,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":0,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100}", + "AttackLoadout_0": "[[195,196,198,136,106,105],[137,135,94,91,90,107],[\"Null\",\"Null\",635,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "FoodCD_4": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "QuestComplete_2": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX1\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Masterius1\":-1,\"Lava_Larry1\":1,\"Nebulyte4\":-1,\"Masterius2\":-1,\"Crystalswine4\":1,\"Crystalswine5\":1,\"Crystalswine6\":1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":1,\"Slargon4\":1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":0,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":-1,\"Bellows4\":1,\"Mutton3\":-1,\"Mutton4\":-1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":0,\"Stiltzcho3\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Glumlee5\":1,\"Obol_Altar1\":1,\"Krunk1\":0,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Papua_Piggea1\":-1,\"Krunk3\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Scubidew1\":-1,\"Hamish1\":-1,\"Blobbo2\":1,\"TP_Pete1\":0,\"Scubidew2\":-1,\"Hamish2\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"Scubidew3\":-1,\"TP_Pete3\":-1,\"Cowbo_Jones10\":1,\"Scripticus2\":1,\"Cowbo_Jones11\":1,\"Scripticus3\":1,\"Cowbo_Jones12\":1,\"Scripticus4\":1,\"Meel1\":1,\"Scripticus5\":1,\"Cowbo_Jones13\":1,\"Tired_Mole1\":1,\"Cowbo_Jones14\":1,\"Meel2\":1,\"Scripticus6\":1,\"Sussy_Gene1\":1,\"Tired_Mole2\":1,\"Cowbo_Jones15\":1,\"Scripticus7\":1,\"Sussy_Gene2\":1,\"Tired_Mole3\":0,\"Scripticus8\":1,\"Sussy_Gene3\":-1,\"Scripticus9\":1,\"Capital_P1\":-1,\"Sprout1\":-1,\"Capital_P2\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P3\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Sprout4\":-1,\"Shuvelle1\":1,\"Lonely_Hunter3\":-1,\"Shuvelle2\":1,\"Gobo1\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":1,\"Gobo2\":1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":1,\"Cactolyte4\":-1,\"Snake_Jar3\":1,\"Snake_Jar4\":1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":-1,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":1,\"Bill_Brr2\":1,\"Bill_Brr3\":1,\"Bill_Brr4\":1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":1,\"Bill_Brr7\":1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Centurion3\":0,\"Toadstall2\":1,\"Centurion4\":-1,\"Snouts1\":-1,\"Toadstall3\":1,\"Centurion5\":-1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion6\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt3\":1,\"Snouts4\":-1,\"Centurion8\":-1,\"QuestNameFiller2\":-1,\"Lord_of_the_Hunt4\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Fishpaste971\":-1,\"Lord_of_the_Hunt7\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":-1,\"Woodsman2\":-1,\"Woodsman3\":-1,\"Woodsman4\":-1,\"Hoggindaz1\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Funguy1\":1,\"Hoggindaz6\":1,\"Funguy2\":1,\"Hoggindaz7\":0,\"Telescope1\":1,\"Hoggindaz8\":-1,\"Yondergreen1\":0,\"Funguy3\":0,\"Town_Marble1\":1,\"Iceland_Irwin1\":1,\"Yondergreen2\":-1,\"Hoggindaz9\":-1,\"Funguy4\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Carpetiem1\":1,\"Bushlyte1\":-1,\"Dog_Bone2\":0,\"Yondergreen6\":-1,\"Carpetiem2\":1,\"Bushlyte2\":-1,\"Yondergreen7\":-1,\"Carpetiem3\":1,\"Bushlyte3\":-1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":1,\"Speccius1\":1,\"Loominadi2\":1,\"Loominadi3\":1,\"Speccius2\":1,\"Loominadi4\":1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "EMmLENGTH1_7": 16, + "CSetEq_0": "{\"{%_Skill_AFK_Gain_Rate\":8}", + "EquipQTY_7": [ + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 0, + "10": 1, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 1, + "1": 0, + "2": 1, + "3": 0, + "4": 1, + "5": 1, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 2585, + "1": 131735, + "2": 230887, + "3": 230890, + "4": 225602, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + } + ], + "BuffsActive_4": [], + "InvBagsUsed_8": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"101\":\"2\",\"102\":\"4\",\"110\":\"1\"}", + "CMm": "{\"26\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"59\":{\"Defence\":0,\"WIS\":0,\"STR\":12,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"80\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"106\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":9,\"Weapon_Power\":32,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":48,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"245\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ1txt\":0,\"UQ2val\":0,\"Reach\":0,\"AGI\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"246\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"247\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"250\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"251\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"252\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"253\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"254\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"255\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"256\":{\"Defence\":0,\"WIS\":7,\"STR\":0,\"LUK\":2,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":-4,\"Reach\":0,\"UQ1val\":1,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"257\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"258\":{\"Defence\":0,\"STR\":0,\"WIS\":2,\"Weapon_Power\":8,\"LUK\":2,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"259\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"260\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"261\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"262\":{\"Defence\":30,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":18,\"Reach\":0,\"Upgrade_Slots_Left\":-3,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"263\":{\"Defence\":42,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":24,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"264\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"265\":{\"Upgrade_Slots_Left\":-10,\"Weapon_Power\":11,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":165,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"266\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"267\":{\"Defence\":120,\"STR\":0,\"WIS\":80,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"268\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"269\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"270\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ1txt\":0,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"271\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"272\":{\"Defence\":0,\"STR\":0,\"WIS\":4,\"Weapon_Power\":0,\"LUK\":1,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"UQ1val\":-1,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"273\":{\"Defence\":30,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":18,\"Reach\":0,\"Upgrade_Slots_Left\":-3,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"274\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"275\":{\"Upgrade_Slots_Left\":1,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"276\":{\"Defence\":50,\"WIS\":0,\"STR\":30,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"277\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"278\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"279\":{\"Defence\":60,\"WIS\":0,\"STR\":1,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"280\":{\"Defence\":105,\"STR\":0,\"WIS\":70,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"281\":{\"Defence\":28,\"WIS\":16,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"282\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"283\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"284\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"285\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"286\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"287\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"288\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"289\":{\"Defence\":0,\"WIS\":3,\"STR\":9,\"LUK\":0,\"Weapon_Power\":4,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"Speed\":0},\"290\":{\"Defence\":0,\"WIS\":0,\"STR\":6,\"LUK\":0,\"Weapon_Power\":2,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"Speed\":0},\"291\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"292\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"293\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"294\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"295\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"296\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"297\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":1,\"Power\":0,\"Speed\":0},\"298\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":1,\"Power\":0,\"Speed\":0},\"299\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"300\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"302\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"304\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"305\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"307\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"308\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"309\":{\"UQ1val\":4,\"UQ2txt\":\"%_MONEY\",\"UQ1txt\":\"%_MONEY\",\"UQ2val\":4},\"310\":{\"UQ1val\":10,\"UQ2txt\":\"%_MONEY\",\"UQ1txt\":\"%_MONEY\",\"UQ2val\":4},\"311\":{\"UQ1val\":6,\"UQ2txt\":\"_AGI\",\"UQ1txt\":\"_STR\",\"UQ2val\":6},\"312\":{\"UQ2txt\":\"%_MOVEMENT_SPEED\",\"UQ1val\":2,\"UQ2val\":1.5,\"UQ1txt\":\"_LUK\"},\"313\":{\"UQ2txt\":\"%_FISHING_XP_GAIN\",\"UQ1val\":4,\"UQ2val\":12,\"UQ1txt\":\"%_DEFENCE\"},\"314\":{\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"UQ1val\":2.5,\"UQ2val\":1.5,\"UQ1txt\":\"%_CRIT_CHANCE\"},\"315\":{\"UQ1val\":5,\"UQ2txt\":\"%_FISHING_XP_GAIN\",\"UQ1txt\":\"%_MULTIKILL\",\"UQ2val\":8},\"316\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":\"%_ALL_STATS\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"UQ2val\":1,\"UQ1val\":3,\"Speed\":0},\"318\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"319\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"321\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"322\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"323\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"324\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"325\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"326\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"327\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"328\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"329\":{\"Defence\":0,\"WIS\":4,\"STR\":4,\"LUK\":12,\"Weapon_Power\":18,\"AGI\":4,\"Reach\":0,\"Upgrade_Slots_Left\":-6,\"Speed\":0},\"330\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"331\":{\"Defence\":0,\"WIS\":0,\"STR\":4,\"LUK\":4,\"Weapon_Power\":6,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"332\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "EMm0_6": "{\"0\":{\"Defence\":120,\"STR\":0,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":80,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":40,\"LUK\":35,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":30,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":20,\"Weapon_Power\":2,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":1,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":1,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":5,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":105,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":70,\"Weapon_Power\":7,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":5,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":75,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":50,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"6\":{\"Defence\":45,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":30,\"Weapon_Power\":3,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":5,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":75,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":50,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"9\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":\"%_ALL_STATS\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"UQ2val\":2.5,\"UQ1val\":4,\"Speed\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"UQ2txt\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2val\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":4,\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"Reach\":0,\"AGI\":0,\"UQ1val\":3,\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "ArcadeUpg": "[20,18,30,25,21,54,88,17,66,11,50,50,26,16,20,25,10,30,15,20,0,0,15,30,32,21,5,84,0,20,20,4,26,33,25,27,25,20,30,101,42,26,27,25,25,26,26,30,10,25,32,0,0,0,25,0,0,0,0,0,31,30]", + "OptL2_7": [ + { + "0": 488, + "1": 10, + "length": 2 + }, + { + "0": 1, + "1": 0, + "2": "Scripticus2", + "3": 0, + "length": 4 + } + ], + "Shrine": "[[150,3,1416,25,12707431.07954805,0],[161,8,711,25,9812685.045560908,0],[150,3,1348,25,8165096.882007727,0],[150,3,1968,25,5449992.491465325,0],[150,3,1522,25,6032500.729365159,0],[150,0,636,25,2281993.554918549,0],[150,0,708,25,4976473.561446082,0],[150,0,792,25,28257.98116273674,0],[150,0,877,24,1163685.3374065696,0]]", + "CSetEq_2": "{\"{%_Skill_Efficiency\":40}", + "PTimeAway_4": 1770328.388095, + "ExpReq0_9": [ + 7.335211173201587e+22, + 8290514280.819875, + 63576701503.91206, + 51563590595.920746, + 1770863238.8453548, + 417544674105.16296, + 23377126849.030804, + 57675762854.00842, + 139693651926.1678, + 75595210.02694722, + 2958.60843497224, + 34509590.81999272, + 766295.5774381312, + 1557331638.5250974, + 1274761.0302086878, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.0019892833102583e+50, + 1805021782.6773589, + 39605255.62223112, + 15, + 15, + 15, + 15, + 15 + ], + "AttackLoadout_9": "[[270,271,273,285,286,288],[360,316,317,\"Null\",\"Null\",318],[634,635,639,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "MaxCarryCap_7": "{\"Mining\":20000,\"Chopping\":100,\"Souls\":100,\"Quests\":10,\"Fishing\":1000,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":10000,\"Bugs\":10,\"Statues\":10}", + "KLA_6": "[[0,0],[-1999979],[-1999970],[150,10],[150],[150],[-1999990],[-1999975,-1999919],[-1980000],[-2000000],[-1999960],[-1999950,-1999940],[-1999940],[-1997500,-1950000],[-1999960,-1999500],[-1965000],[-1999940,-1997000],[-2000000],[-1995000],[-1999900],[7],[5],[0],[0],[-1999875,-1998000],[0],[-1999850],[-1999970,-1995800],[-2000000],[-2000000],[-2000000],[-2000000],[0],[0],[0],[0],[0],[0],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[-1999999,0,0],[-1999750],[-1999400,-1999000],[-1999000],[0],[0],[30],[-1998800],[-1998400],[-1998000],[-1997500,-2000000],[0],[-1997000],[-1996000],[-1995000],[-1999999],[-2000000],[-2000000],[0],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1999000],[4000],[-1998000],[-1997000,-1900000],[-1996000],[-1994000],[-1992000],[-1989000],[-1985000],[-1982000],[-1978000],[-1965000],[-1880000],[1],[1000],[-1750000],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1995000],[-1988000],[-1982000],[-1975000],[-1960000],[-1940000],[-1910000],[-1880000],[-1850000],[-1814333.20547555],[-1750000],[-1700000],[-1650000],[250],[700],[-1999900],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1985000],[-1975000],[-1960000],[-1950000],[-1926936.84926176],[-1900000],[-1800000],[-1700000],[-1550000],[-1400000],[-1000000],[-1],[-1940000],[-1999900],[0],[-2000000],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1970000],[-5078104546],[-1900000],[-1750000],[-1600000],[-900000],[-1],[-1],[-1],[-1],[-1],[-1],[-1],[-140216004551.8901],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-13361465.41196875],[-9249905],[-13997141.989300808,-22497141.9893008],[-16061],[20000000,1000000],[0],[-24600918.1844576,-254600918.18445826],[60000000],[0],[329083409,-95916591],[1000000000],[0],[0],[0]]", + "ObolEqMAP_0": "{\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"9\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"10\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Speed\":0,\"Reach\":0,\"AGI\":0},\"13\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"Speed\":0,\"AGI\":0,\"Reach\":0},\"15\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"Speed\":0,\"AGI\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"17\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"18\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"Speed\":0,\"AGI\":0,\"Reach\":0}}", + "CSetEq_6": "{\"{%_Skill_EXP_Gain\":25}", + "PTimeAway_0": 1770530.506633, + "AttackLoadoutpre_6": "[[15,30,46,45,19,25],[\"Null\",\"Null\",\"Null\",16,40,32],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "PVStatList_2": [ + 114624, + 304089, + 129767, + 90737, + 903 + ], + "Ribbon": [ + 13, + 9, + 8, + 6, + 6, + 4, + 4, + 3, + 4, + 2, + 2, + 4, + 2, + 6, + 2, + 4, + 2, + 2, + 3, + 2, + 2, + 2, + 3, + 2, + 2, + 2, + 2, + 2, + 0, + 12, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 8, + 13, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 8, + 10, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 7, + 0, + 11, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 7, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 11, + 0, + 13, + 10, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "Bubba": "[[14974389754842.459,0,2,1,18493079738855.06,0,6,1829529.193999052,86923.25277416763,0,0,0,0,1829539.193999052,153845.73900008202,0,0,0,0,0],[342,86,327,12,197,50,160,176,4,2,12,70,3,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[114,100,18,1,0,5],[6,1,0,0,0,0,0,0],[0,0,0,0,0]]", + "Lv0_4": [ + 928, + 85, + 130, + 141, + 80, + 142, + 81, + 121, + 774, + 121, + 30, + 84, + 220, + 165, + 236, + 297, + 353, + 826, + 148, + 34, + -1, + -1, + -1, + -1, + -1 + ], + "PVtStarSign_2": "55,7,22,", + "ExpReq0_7": [ + 6.12432945747071e+22, + 64311429.13389351, + 50816951992.94115, + 8489.824649195, + 842332.392336849, + 417544674105.16296, + 503336.881374075, + 46088152414.911224, + 32525463108451.87, + 40233415.172563404, + 42.9086095044379, + 34509590.81999272, + 1283930.1671739637, + 1557331638.5250974, + 1242295.9823067547, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.0019892833102583e+50, + 1947411660.8388212, + 59642756.85290376, + 15, + 15, + 15, + 15, + 15 + ], + "SaltLick": "[20,8,85,100,10,100,10,25,10,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", + "TimeAway": "{\"GlobalTime\":1770530507.633,\"Arcade\":1768474892.9289997,\"Player\":1770530506.633,\"Construction\":1770530506.633,\"Sailing\":1770530506.633,\"Cauldron\":1770530506.633,\"Printer\":1770528746.6,\"Cooking\":1770530506.633,\"DailyRewards\":99927949.1328744,\"BookLib\":157030.70494127832,\"Pets\":1770530506.633,\"ShopRestock\":79999.867125988,\"Forge\":1770530506.633,\"PostOfficeRefresh\":84491.67500019073}", + "InvBagsUsed_9": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"110\":\"1\",\"113\":\"1\"}", + "PTimeAway_5": 1770328.403095, + "OptL2_6": [ + { + "0": 710, + "1": 10, + "length": 2 + }, + { + "0": 1, + "1": 0, + "2": "Scripticus2", + "3": 0, + "length": 4 + } + ], + "QuestStatus_1": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[18,18],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[2542,237231,0],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[873674,18],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Masterius1\":[1],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[230609572],\"Oinkin1\":[10],\"Slargon2\":[1520886],\"Oinkin2\":[7,3,4],\"Slargon3\":[\"0\"],\"Oinkin3\":[1],\"Slargon4\":[\"0\"],\"Poigu1\":[86],\"Poigu2\":[156],\"Poigu3\":[156],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[50],\"Mutton1\":[0,0,0],\"Bellows2\":[4688],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[14,64],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Stiltzcho4\":[70651],\"Builder_Bird1\":[0],\"Promotheus4\":[1],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[137532],\"Stiltzcho6\":[192894],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[1],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[6],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Glumlee5\":[0],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[10648],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[99999999],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[711882889],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[\"0\"],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Scubidew1\":[0,0,0],\"Hamish1\":[0],\"Blobbo2\":[0,0,0],\"TP_Pete1\":[194388,0],\"Scubidew2\":[\"0\",\"121\"],\"Hamish2\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[15],\"Cowbo_Jones10\":[1,1],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[10],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[4],\"Meel1\":[\"0\"],\"Cowbo_Jones13\":[100],\"Scripticus5\":[21],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[1,1],\"Tired_Mole1\":[8659144],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[23287517],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[1,\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[74376],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[40],\"Capital_P2\":[50],\"Lonely_Hunter2\":[25],\"Sprout3\":[0,0,0],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Gobo3\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Shuvelle5\":[\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[\"0\"],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[34],\"Cowbo_Jones3\":[10],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[29],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[4941,10],\"Monolith2\":[0],\"Monolith3\":[887320],\"Muhmuguh1\":[1],\"Muhmuguh2\":[4],\"Muhmuguh3\":[1],\"Bill_Brr1\":[0],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,10],\"Centurion2\":[0],\"Toadstall1\":[1,\"0\"],\"Centurion3\":[\"0\"],\"Toadstall2\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[\"0\",\"0\"],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,87],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[3,56],\"Hoggindaz5\":[3],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[51],\"Iceland_Irwin1\":[0],\"Town_Marble1\":[0],\"Funguy3\":[0],\"Yondergreen1\":[0],\"Hoggindaz8\":[0],\"Telescope1\":[1],\"Funguy4\":[35,\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Carpetiem1\":[1214],\"Yondergreen5\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[1491,\"1\"],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[1],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[37],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[39],\"Speccius1\":[0,0],\"Speccius2\":[1],\"Loominadi3\":[1],\"Loominadi4\":[1],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[66],\"Sad_Urie1\":[0],\"Snootie1\":[1],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[1],\"Bloo_Radley2\":[1],\"Toobus_Goobus1\":[1,1],\"Toobus_Goobus2\":[5],\"Toobus_Goobus3\":[1,1],\"Zenelith1\":[0]}", + "PlayerStuff_8": "[26630,0,3,0,0,0,0,0,0,0]", + "bun_c": 1, + "SM_5": "{\"0\":189,\"1\":200,\"5\":194,\"6\":214,\"8\":226,\"9\":100,\"10\":498,\"11\":1044,\"12\":408,\"13\":100,\"75\":100,\"144\":299,\"263\":299,\"265\":100,\"266\":100,\"267\":301,\"268\":299,\"269\":299,\"270\":130,\"271\":147,\"272\":152,\"273\":194,\"274\":154,\"276\":194,\"277\":200,\"278\":215,\"279\":219,\"280\":146,\"281\":100,\"282\":100,\"283\":100,\"284\":225,\"291\":100,\"293\":129,\"299\":100,\"300\":136,\"301\":150,\"302\":299,\"303\":150,\"304\":153,\"305\":198,\"307\":147,\"309\":100,\"310\":152,\"311\":142,\"312\":114,\"313\":150,\"315\":299,\"361\":100,\"362\":299,\"363\":299,\"364\":299,\"365\":174,\"366\":220,\"367\":173,\"368\":227,\"370\":100,\"371\":153,\"372\":147,\"373\":238,\"374\":299,\"420\":299,\"421\":299,\"422\":299,\"423\":299,\"424\":299,\"425\":100,\"426\":299,\"427\":299,\"428\":100,\"429\":100,\"430\":100,\"431\":100,\"432\":100,\"433\":100,\"434\":100,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "EMm1_9": "{\"0\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":30,\"UQ2val\":0,\"AGI\":30,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":46,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0}}", + "EMm1_1": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":24,\"Weapon_Power\":24,\"LUK\":0,\"UQ1txt\":0,\"UQ2val\":0,\"Reach\":0,\"AGI\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":60,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"WIS\":24,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":24,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":36,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":60,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":40,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0}}", + "bun_d": 1, + "CauldronBubbles": "[[\"a2\",\"b11\",\"a18\"],[\"a18\",\"b7\",\"c15\"],[\"c8\",\"c15\",\"a18\"],[\"c8\",\"c15\",\"a18\"],[\"c21\",\"a18\",\"c15\"],[\"c8\",\"c15\",\"a18\"],[\"a2\",\"a18\",\"c15\"],[\"a2\",\"c8\",\"b11\"],[\"a2\",\"c8\",\"c15\"],[\"c8\",\"c15\",\"a18\"],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0]]", + "FoodCD_7": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "SLpre_5": "{}", + "SL_1": "{\"0\":193,\"1\":203,\"5\":218,\"6\":208,\"8\":245,\"9\":155,\"10\":498,\"11\":494,\"12\":1004,\"13\":138,\"144\":155,\"445\":210,\"446\":100,\"447\":342,\"448\":210,\"449\":196,\"450\":129,\"451\":130,\"452\":199,\"453\":100,\"454\":100,\"455\":220,\"456\":194,\"457\":220,\"458\":145,\"459\":189,\"460\":204,\"461\":199,\"462\":188,\"463\":169,\"464\":206,\"480\":296,\"481\":296,\"482\":313,\"483\":313,\"484\":100,\"485\":188,\"486\":167,\"487\":189,\"488\":186,\"489\":145,\"490\":206,\"491\":212,\"492\":220,\"493\":206,\"494\":100,\"525\":296,\"526\":313,\"527\":296,\"528\":296,\"529\":313,\"530\":100,\"531\":220,\"532\":220,\"533\":220,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":296,\"585\":299,\"586\":299,\"587\":313,\"588\":306,\"589\":1,\"590\":299,\"591\":242,\"592\":313,\"593\":1,\"594\":1,\"595\":1,\"596\":1,\"597\":1,\"598\":1,\"599\":313,\"616\":50,\"617\":75,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":0,\"626\":0,\"627\":50,\"628\":100,\"630\":0,\"631\":100,\"632\":100,\"634\":50,\"635\":100,\"636\":0,\"637\":0,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":0,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "PVGender_9": 0, + "Captains": "[[3,0,0,20,227787398.6476963,22,21],[1,1,2,19,283281147.10634065,11,16],[3,0,3,20,74620612.45644045,19,10],[3,3,1,19,194734900.6797303,20,41],[1,2,0,19,465997265.3887593,9,9],[5,0,1,20,199775540.40425625,29,45],[2,1,1,19,208637086.61744362,27,23],[2,1,3,19,240253998.21204728,28,9],[2,0,0,20,270211358.7595417,8,10],[3,0,3,20,133923373.43921204,17,19],[1,1,1,19,279470417.0070457,16,12],[2,1,1,19,201660085.65976313,29,9],[1,0,1,19,446194403.741439,2,15],[4,0,1,20,106492814.86933966,13,31],[2,0,0,20,279826890.5352211,17,14],[2,0,1,20,134489652.30385643,15,22],[2,1,-1,19,209339082.2110534,25,0],[2,3,0,20,130405270.83623292,7,14],[2,1,1,19,332345856.2822531,22,13],[4,0,1,20,26774038.44602037,6,52],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[-1,-1,-1,0,0,0,0],[2,0,2,1,0,3,14],[2,3,1,1,0,3,7],[3,0,1,1,0,4,36],[3,3,1,1,0,3,15]]", + "QuestComplete_6": "{\"Eliteus1\":-1,\"Eliteus2\":-1,\"Scripticus10\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX1\":1,\"Scripticus12\":0,\"XxX_Cattleprod_XxX2\":0,\"XxX_Cattleprod_XxX3\":-1,\"Scripticus13\":-1,\"Nebulyte1\":1,\"Djonnut1\":1,\"Nebulyte2\":1,\"Djonnut2\":1,\"Nebulyte3\":1,\"Djonnut3\":1,\"Nebulyte4\":1,\"Lava_Larry1\":1,\"Masterius1\":-1,\"Masterius2\":-1,\"Crystalswine4\":1,\"Crystalswine5\":1,\"Crystalswine6\":1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":0,\"Oinkin2\":1,\"Slargon3\":-1,\"Oinkin3\":1,\"Slargon4\":-1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":0,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Mutton2\":1,\"Bellows3\":1,\"Mutton3\":1,\"Bellows4\":1,\"Mutton4\":1,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Promotheus4\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Stiltzcho5\":0,\"Constructor_Crow1\":1,\"Stiltzcho6\":-1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":1,\"Glumlee5\":1,\"Royal_Worm2\":-1,\"Krunk2\":1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":1,\"Papua_Piggea1\":1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":0,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":1,\"Pirate_Porkchop4\":0,\"Rocklyte3\":1,\"Hoggindaz10\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":0,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Scubidew1\":-1,\"Hamish1\":0,\"Blobbo2\":1,\"Scubidew2\":-1,\"TP_Pete1\":1,\"Hamish2\":-1,\"Scubidew3\":-1,\"TP_Pete2\":1,\"Hamish3\":-1,\"TP_Pete3\":1,\"Scripticus2\":1,\"Cowbo_Jones10\":1,\"Scripticus3\":1,\"Cowbo_Jones11\":1,\"Scripticus4\":1,\"Cowbo_Jones12\":1,\"Meel1\":1,\"Scripticus5\":1,\"Cowbo_Jones13\":1,\"Tired_Mole1\":1,\"Meel2\":1,\"Scripticus6\":1,\"Cowbo_Jones14\":1,\"Sussy_Gene1\":1,\"Tired_Mole2\":0,\"Scripticus7\":1,\"Cowbo_Jones15\":0,\"Sussy_Gene2\":1,\"Tired_Mole3\":-1,\"Scripticus8\":1,\"Sussy_Gene3\":-1,\"Scripticus9\":1,\"Capital_P1\":1,\"Sprout1\":0,\"Capital_P2\":0,\"Sprout2\":-1,\"Lonely_Hunter1\":1,\"Capital_P3\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Sprout4\":-1,\"Shuvelle1\":1,\"Lonely_Hunter3\":-1,\"Gobo1\":1,\"Shuvelle2\":1,\"Gobo2\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":1,\"Shuvelle4\":1,\"Falloween_Pumpkin2\":-1,\"Gobo3\":1,\"Shuvelle5\":1,\"Falloween_Pumpkin3\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Shuvelle6\":1,\"Falloween_Pumpkin4\":-1,\"Typhoon1\":1,\"Shuvelle7\":0,\"Falloween_Pumpkin5\":-1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":1,\"Whattso4\":0,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":1,\"Cactolyte2\":1,\"Worldo1\":1,\"Cactolyte3\":1,\"Snake_Jar1\":1,\"Worldo2\":1,\"Cactolyte4\":1,\"Snake_Jar2\":0,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Goldric6\":1,\"Gangster_Gus1\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway11\":-1,\"Tiki_Chief2\":-1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":1,\"Bill_Brr2\":1,\"Bill_Brr3\":1,\"Bill_Brr4\":1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":0,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Centurion3\":1,\"Toadstall2\":1,\"Toadstall3\":1,\"Snouts1\":0,\"Centurion4\":1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":0,\"Centurion6\":-1,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion7\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion8\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":0,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":1,\"Woodsman4\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":1,\"Funguy1\":1,\"Hoggindaz7\":0,\"Funguy2\":1,\"Yondergreen1\":1,\"Hoggindaz8\":-1,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Town_Marble1\":1,\"Funguy3\":0,\"Yondergreen2\":0,\"Hoggindaz9\":-1,\"Funguy4\":-1,\"Funguy5\":-1,\"Yondergreen3\":-1,\"Dog_Bone1\":1,\"Yondergreen4\":-1,\"Carpetiem1\":1,\"Dog_Bone2\":1,\"Bushlyte1\":1,\"Yondergreen5\":-1,\"Carpetiem2\":1,\"Bushlyte2\":1,\"Yondergreen6\":-1,\"Carpetiem3\":1,\"Bushlyte3\":1,\"Yondergreen7\":-1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "StuG": "[3,3,3,3,3,2,3,2,2,2,2,2,2,3,2,2,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", + "EquipOrder_2": [ + { + "0": "EquipmentHats105", + "1": "EquipmentBows14", + "2": "EquipmentShirts38", + "3": "EquipmentPendant30", + "4": "EquipmentPants29", + "5": "EquipmentRings36", + "6": "EquipmentShoes37", + "7": "EquipmentRings36", + "8": "EquipmentHats69", + "9": "EquipmentKeychain24", + "10": "Trophy11", + "11": "EquipmentKeychain10", + "12": "EquipmentCape13", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "EquipmentTools14", + "1": "EquipmentToolsHatchet12", + "2": "FishingRod11", + "3": "CatchingNet11", + "4": "TrapBoxSet9", + "5": "WorshipSkull10", + "6": "DNAgun3", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "FoodPotGr2", + "1": "FoodPotGr4", + "2": "FoodG9", + "3": "FoodPotGr1", + "4": "FoodG2", + "5": "Blank", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + } + ], + "QuestHm_0": [ + { + "0": "Snootie1", + "1": "Find_Pommsie:", + "2": "0", + "3": "1", + "length": 4 + } + ], + "DoOnceREAL": 315.3, + "POu_8": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,23534,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "StatueLevels_0": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "ObolEqO0_7": [ + "ObolSilverMoney", + "ObolSilverFishing", + "ObolPinkDamage", + "ObolBronzeFishing", + "ObolSilverMoney", + "ObolSilverFishing", + "ObolSilverFishing", + "ObolSilverFishing", + "ObolBronzeFishing", + "ObolSilverLuck", + "ObolKruk", + "ObolSilverLuck", + "ObolSilverFishing", + "ObolSilverFishing", + "ObolSilverFishing", + "ObolSilverFishing", + "ObolSilverFishing", + "ObolSilverFishing", + "ObolSilverMoney", + "ObolChizoarA", + "ObolGoldLuck" + ], + "PTimeAway_7": 1770328.448095, + "AttackLoadoutpre_3": "[[\"Null\",\"Null\",635,94,100,130],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "MaxCarryCap_8": "{\"Mining\":30000,\"Chopping\":20000,\"Souls\":100,\"Quests\":10,\"Fishing\":10,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":10000,\"Bugs\":100,\"Statues\":10}", + "Exp0_7": [ + 4.345229790710489e+22, + 2891317.477767706, + 3527147829.821883, + 2118.24348565686, + 226069.094148576, + 43472478470.20022, + 440921.18741114036, + 5183906872.016683, + 27362870602103.184, + 5552744.739617206, + 15, + 1569701.883812666, + 1026074.3053034637, + 121280007.12986243, + 934703.3024479593, + 4.350655207507805e+33, + 4.678235540557281e+23, + 3.4348580631580594e+49, + 485289740.4515679, + 23399684.097258717, + 0, + 0, + 0, + 0 + ], + "QuestHm_2": [ + { + "0": "Hoggindaz7", + "1": "Quest60", + "2": 0, + "3": 1, + "length": 4 + }, + { + "0": "Pirate_Porkchop4", + "1": "Rarest_Treasure:", + "2": 157107, + "3": "1000001", + "length": 4 + } + ], + "Tess": "[[\"1_0\",\"2_0\",\"14_0\",\"14_1\",\"16_0\",\"16_1\",\"19_0\",\"24_0\",\"24_1\",\"26_0\",\"0_0\",\"8_0\",\"51_0\",\"52_0\",\"52_1\",\"53_0\",\"57_0\",\"58_0\",\"59_0\",\"60_0\",\"60_1\",\"62_0\",\"63_0\",\"64_0\",\"50_0\",\"101_0\",\"103_0\",\"104_0\",\"104_1\",\"105_0\",\"106_0\",\"107_0\",\"108_0\",\"109_0\",\"110_0\",\"111_0\",\"112_0\",\"116_0\",\"117_0\",\"100_0\",\"113_0\",\"151_0\",\"152_0\",\"153_0\",\"154_0\",\"155_0\",\"156_0\",\"157_0\",\"158_0\",\"159_0\",\"160_0\",\"161_0\",\"162_0\",\"150_0\",\"201_0\"],[]]", + "ItemQTY_3": [ + 127, + 2, + 2561555, + 971766, + 1461815, + 574253, + 5179241, + 329505, + 1, + 97613, + 16761, + 3, + 1, + 5179241, + 1, + 5, + 5179241, + 1, + 1, + 1, + 1, + 5179241, + 1, + 1, + 1, + 5179241, + 1, + 2, + 15875, + 5179241, + 1, + 1, + 1, + 1, + 1, + 5179241, + 1, + 1, + 1, + 1, + 5179241, + 1, + 1, + 5179241, + 1, + 5179241, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 3669130, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "CogO": "[\"Cog3cr\",\"Cog3cr\",\"Cog3do\",\"Cog3co\",\"CogCry0\",\"CogCry0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3ri\",\"Cog3do\",\"CogY\",\"CogY\",\"Cog3le\",\"Cog3le\",\"Cog3B0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3le\",\"Cog3A00\",\"CogY\",\"CogY\",\"Player_Sludgev8\",\"Player_Sludgev4\",\"CogY\",\"CogY\",\"Cog2ro\",\"Cog3ro\",\"CogCry1\",\"Cog3ro\",\"Cog3ro\",\"CogCry1\",\"Cog3ri\",\"Cog3ri\",\"CogY\",\"CogY\",\"Cog3le\",\"Cog3le\",\"Cog3A00\",\"Cog3B0\",\"Cog3A00\",\"CogCry0\",\"CogCry0\",\"Cog3B0\",\"Cog3do\",\"Cog3do\",\"Cog3up\",\"Cog3up\",\"Cog3up\",\"Cog3cr\",\"CogCry0\",\"Cog3A00\",\"Cog3B0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"CogZA00\",\"CogZA01\",\"Player_SludgeMan\",\"Cog3co\",\"CogZA00\",\"CogZA01\",\"CogCry2\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"CogZA02\",\"CogZA03\",\"Cog3co\",\"Cog3co\",\"CogZA02\",\"CogZA03\",\"Cog3A00\",\"Cog3B0\",\"CogCry1\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3co\",\"Cog3A00\",\"Cog3co\",\"Cog3co\",\"Cog3ro\",\"Cog3ro\",\"Cog3A00\",\"CogCry0\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Cog3A00\",\"Blank\",\"Blank\",\"Blank\",\"Player_Sludgadin\",\"Blank\",\"Blank\",\"Player_Sludgev3\",\"Player_Sludgev2\",\"Player_Sludgev10\",\"Player_Sludgev5\",\"Player_Sludgev6\",\"Player_Sludgev9\",\"CogCry0\",\"CogCry0\",\"CogCry0\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Cog3ro\",\"Cog3ro\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Cog3co\",\"Cog2do\",\"Cog3ri\",\"Blank\",\"Cog3up\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\",\"Blank\"]", + "StatueLevels_1": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "MaxCarryCap_9": "{\"Mining\":10,\"Chopping\":25,\"Souls\":10,\"Quests\":10,\"Fishing\":10,\"fillerz\":10,\"Critters\":10,\"Foods\":250,\"bCraft\":10000,\"Bugs\":2000,\"Statues\":10}", + "ObolEqO0_3": [ + "ObolGoldCons", + "ObolSilverCons", + "ObolPlatinumCons", + "ObolSilverCons", + "ObolGoldCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolGoldCons", + "ObolPinkCons", + "ObolGoldCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolSilverCons", + "ObolGoldCons", + "ObolPlatinumCons", + "ObolGoldCons" + ], + "PTimeAway_6": 1770328.516095, + "AFKtarget_6": "w7a10", + "Holes": "[[9,-1,9,-1,9,3,1,10,9,1,-1,-1],[16,34,46,21,98,0,0,0],[17731944511291.195,3535948864819.4575,5315472931251.665,3325695464968.2764,3165493130814.2524,0,0,0,0,0,0,0],[114,30,50,30,30,0,0,0,0,0,0,0],[4,5,1,5,0,0,0,0,0],[5,4,3,4,1,1,0,0,0,0,0,0],[2,3,3,1,4,2,0,0,0,0,0,0],[19,19,14,12,20,7,9,17,12,10,6,19,7,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[81,86,44,41,33,30,39,38,17,15],[7883171035761094,181923474480251100,24543537063.387394,391874415.6562408,2473675856.5840864,17719506087.08315,6047848966356.494,3395236909108.5547,248163201318.219,713050041652.9105,198597524833091230,217514655954369820,199149178541418720,217495210637836200,1524718365050515500,13313437564014473000,1336097890771215600,174301293129677120,217448788586439260,217410950509113700,1365674.1389526445,4056247.8910203874,68015087.58306566,6956056347393.691,10410472130791.629,4499306677917.913,2863343519996.0654,3358526442939.3735,4239437111382.5757,720534809.9562802],[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[10268191,19,6164515,17,11205311,19,0,0,2020145.80572576,19,1,11340458.448998205,11339834.448998205,12027887.437995149,0,0,0,0,1000,0,9,5,2159503.3152089515,1,9,1038,12,1000191693.8311291,6940208037.094105,1,0,0,1301268548,0,331,0,0,9,64471941192770.805,6918900504.657827,5863,1,173365,95107,55153,247002,63496,32039,2468,3244,0,0,0,0,0,14,2.2349989747806838,137,166,99,0,3,19,2075920178.1206582,0,649.100000000079,454.60000000003487,149.599999999996,162.799999999995,541.4000000000545,514.6000000000485,0,0,46,75,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[10,58,20,10,10,10,10,0],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[15070,7,24090,8,10477,7,0,0,0,0,0,0],[2212,682,655,1829,817,712,967,114,143,0,234,373,177,1649,744,342,1206,0,101,0,322,86,126,338,42,102,69,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[160,191,268,258,95,61,0,0,0,0,0,0],[361,131,125,190,161,174,0,0,0,0,0,0],[121321154774.18596,334,61485234.96246747,20,16038.361214478064,6,230.3618749985036,12],[131,331818496.91444206,148,95270026425.37488,137,26480291107.460114,149,20444162286.872868,131,4392683591.960665,126,4785712152.88755,0,0,0,0,0,0,0,0],[0,4,3,4,0,2,0,3,5,1,0,0,0,0,0,0,0,0,0,0],[9,0,9,0,32,0,20,76,35,0,0,0,0,0,0],[157,265,128,255,271,135,270,182,240,180,65,58,124,116,105,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,1,1,1,1,0,0,0],[5,10,7,6,10,5,4,4,4,4,5,11,4,9,3,9,0,0,2,5,0,5,0,4,2,4,1,0,4,2,2,0,2,1,3,0,0,4,4,2],[5,3,6,689.4761678028535,4024.4721945841293,24056.458231812347,0,0,0,0,0,0,0,0,0],[10,5,5,3,5,4,4,6,15,18,16,9,6,15,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[37221.36888659923,8384.604266496783,6580.061489861819,2793132.304079338,1047.2185417261499,3170.1585033395,9828.1361173971,116.04271742266428,13133.608149482288,214429.6366007654,221410.85967014445,42241.41368751219,17603.758146044507,13824.191938357182,10309.254270098809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[5,29,64,60,68,47,56,43,51,42,66,41,16,32,21,12,72,61,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]]", + "Exp0_6": [ + 936024517002652000000, + 59918324420.07631, + 39561747282.7117, + 212785857331.0791, + 25985463042.055496, + 373753586625.083, + 523725079935.5566, + 2137041122.9963608, + 66668931585.07582, + 12438783.204889, + 14256.0788325171, + 1569701.8838126916, + 1376070.9836116706, + 125082671.85667135, + 194645.95643221244, + 4.3506552075077863e+33, + 4.678235540557281e+23, + 4.694962041134784e+49, + 52054139.95063901, + 84246.62065720634, + 0, + 0, + 0, + 0 + ], + "LockedSlots_8": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "AFKtarget_7": "w7a12", + "POu_2": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,23300,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "QuestHm_9": [ + { + "0": "Slargon4", + "1": "Defeat_Cheese_Nubs:", + "2": 99921552, + "3": "10000000", + "length": 4 + }, + { + "0": "XxX_Cattleprod_XxX3", + "1": "Quest32", + "2": 0, + "3": 1000, + "4": "Quest33", + "5": 0, + "6": 1, + "7": "Quest34", + "8": 0, + "9": 1, + "length": 10 + }, + { + "0": "Funguy3", + "1": "Quest21", + "2": 0, + "3": 50, + "length": 4 + }, + { + "0": "Bandit_Bob4", + "1": "Quest45", + "2": 0, + "3": 1, + "length": 4 + }, + { + "0": "Goldric3", + "1": "GoldricP1", + "2": 0, + "3": 200, + "4": "GoldricP2", + "5": 0, + "6": 200, + "7": "GoldricP3", + "8": 0, + "9": 200, + "length": 10 + } + ], + "InvBagsUsed_4": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\",\"114\":\"1\"}", + "SM_6": "{\"0\":143,\"1\":139,\"5\":299,\"6\":299,\"8\":144,\"9\":100,\"10\":498,\"11\":494,\"12\":408,\"13\":148,\"15\":140,\"16\":138,\"17\":142,\"18\":214,\"19\":215,\"20\":205,\"21\":210,\"22\":144,\"23\":646,\"24\":155,\"25\":141,\"26\":205,\"27\":100,\"28\":144,\"29\":151,\"30\":147,\"31\":299,\"32\":299,\"33\":151,\"34\":299,\"35\":299,\"36\":154,\"37\":145,\"38\":143,\"39\":134,\"40\":299,\"41\":143,\"42\":220,\"43\":220,\"44\":146,\"45\":299,\"46\":299,\"47\":299,\"48\":299,\"49\":299,\"50\":208,\"51\":199,\"52\":197,\"53\":154,\"54\":160,\"55\":151,\"56\":296,\"57\":296,\"58\":299,\"59\":296,\"75\":552,\"76\":299,\"77\":299,\"78\":299,\"79\":317,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817.7209796,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "CSetEq_8": "{\"{%_Dmg,_Drop,_and_EXP\":30}", + "PVInstaRevives_9": 1, + "QuestComplete_5": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":-1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Lava_Larry1\":1,\"Nebulyte4\":-1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":1,\"Slargon4\":1,\"Poigu1\":-1,\"Poigu2\":-1,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":1,\"Mutton4\":0,\"Secretkeeper1\":-1,\"Stiltzcho1\":1,\"Promotheus1\":1,\"Stiltzcho2\":1,\"Promotheus2\":1,\"Stiltzcho3\":1,\"Promotheus3\":0,\"Builder_Bird1\":1,\"Stiltzcho4\":1,\"Promotheus4\":-1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":-1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":1,\"Royal_Worm2\":-1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":-1,\"Krunk3\":-1,\"Papua_Piggea1\":-1,\"Royal_Worm4\":-1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":-1,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":-1,\"Scubidew1\":1,\"Blobbo2\":1,\"Hamish2\":-1,\"TP_Pete1\":0,\"Scubidew2\":0,\"Scubidew3\":-1,\"Hamish3\":-1,\"TP_Pete2\":-1,\"TP_Pete3\":-1,\"Scripticus2\":1,\"Cowbo_Jones10\":-1,\"Scripticus3\":1,\"Cowbo_Jones11\":-1,\"Scripticus4\":1,\"Cowbo_Jones12\":-1,\"Meel1\":-1,\"Scripticus5\":1,\"Cowbo_Jones13\":-1,\"Meel2\":-1,\"Scripticus6\":1,\"Cowbo_Jones14\":-1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":-1,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":-1,\"Capital_P1\":1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P2\":1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":1,\"Sprout4\":-1,\"Shuvelle1\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle2\":-1,\"Gobo1\":1,\"Falloween_Pumpkin1\":-1,\"Shuvelle3\":-1,\"Gobo2\":1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":0,\"Whattso3\":-1,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Cactolyte3\":-1,\"Snake_Jar1\":-1,\"Worldo2\":1,\"Cactolyte4\":-1,\"Snake_Jar2\":-1,\"Snake_Jar3\":-1,\"Snake_Jar4\":-1,\"Bandit_Bob1\":-1,\"Bandit_Bob2\":-1,\"Bandit_Bob3\":-1,\"Bandit_Bob4\":-1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":0,\"Cowbo_Jones3\":-1,\"Cowbo_Jones4\":-1,\"Walupiggy1\":1,\"Goldric1\":-1,\"Cowbo_Jones5\":-1,\"Walupiggy2\":1,\"Goldric2\":-1,\"Cowbo_Jones6\":-1,\"Walupiggy3\":1,\"Goldric3\":-1,\"Cowbo_Jones7\":-1,\"Walupiggy4\":1,\"Goldric4\":-1,\"Cowbo_Jones8\":-1,\"Goldric5\":-1,\"Cowbo_Jones9\":-1,\"Gangster_Gus1\":1,\"Goldric6\":-1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":-1,\"Monolith2\":-1,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":0,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":1,\"Snouts2\":-1,\"Lord_of_the_Hunt1\":1,\"Centurion5\":0,\"Snouts3\":-1,\"Lord_of_the_Hunt2\":1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":0,\"Lafu_Shi1\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":-1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":-1,\"Hoggindaz1\":1,\"Woodsman4\":-1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Hoggindaz8\":-1,\"Yondergreen1\":-1,\"Funguy3\":0,\"Town_Marble1\":1,\"Telescope1\":1,\"Yondergreen2\":-1,\"Hoggindaz9\":-1,\"Funguy4\":-1,\"Yondergreen3\":-1,\"Funguy5\":-1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Bushlyte1\":-1,\"Dog_Bone2\":1,\"Carpetiem1\":-1,\"Yondergreen6\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":-1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":-1,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":-1,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "CYCharSlotsMTX": 0, + "EMm0_4": "{\"0\":{\"Defence\":90,\"STR\":0,\"WIS\":60,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":35,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-7,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":90,\"STR\":0,\"WIS\":60,\"Weapon_Power\":6,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":40,\"STR\":24,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":60,\"STR\":0,\"WIS\":40,\"Weapon_Power\":4,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":15,\"STR\":0,\"WIS\":10,\"Weapon_Power\":1,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":120,\"STR\":0,\"WIS\":80,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":15,\"STR\":0,\"WIS\":10,\"Weapon_Power\":1,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-1,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"UQ1val\":2.5,\"UQ2txt\":\"%_ALL_STATS\",\"UQ1txt\":\"%_ALL_STATS\",\"UQ2val\":2.5},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2txt\":\"%_WIS\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_ALL_STATS\",\"UQ2val\":2,\"UQ1val\":2.5,\"Speed\":0},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "Dream": [ + 56000, + 0, + 5, + 4, + 3, + 11, + 28, + 10, + 7, + 11, + 26, + 2, + 15, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "Prayers_7": "[-1,14,4,16,1,-1,-1,-1,-1,-1,-1,-1]", + "WeeklyBoss": "{\"d_27\":-1,\"d_16\":-1,\"d_17\":-1,\"d_28\":-1,\"d_18\":-1,\"d_19\":-1,\"set3\":10,\"d_0\":-1,\"d_1\":-1,\"d_2\":-1,\"d_3\":-1,\"d_30\":-1,\"d_4\":-1,\"d_31\":-1,\"d_20\":-1,\"d_32\":71,\"d_10\":-1,\"d_21\":-1,\"d_5\":-1,\"d_33\":-1,\"d_6\":-1,\"d_22\":-1,\"d_11\":-1,\"d_34\":13,\"d_23\":-1,\"d_12\":-1,\"d_7\":-1,\"d_35\":20,\"d_8\":-1,\"d_24\":1726,\"d_13\":-1,\"d_25\":-1,\"d_14\":-1,\"d_9\":-1,\"d_26\":-1,\"UI_j\":1,\"d_15\":-1}", + "IMmLENGTH_8": 112, + "AttackLoadoutpre_1": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[460,635,\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "AttackLoadoutpre_5": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "CYGems": 0, + "IMmLENGTH_4": 112, + "AFKtarget_3": "w6b4", + "AtkCD_8": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "FarmPlot": "[[0,59489.561706610686,1,1,7,20,2346.192445335444],[0,59489.561706610686,11,0,7,21,2346.192445335444],[0,59489.561706610686,11,0,7,20,2346.192445335444],[0,59489.561706610686,11,0,7,20,2346.192445335444],[0,59489.561706610686,11,0,6,20,2346.192445335444],[1,59489.561706610686,1,1,6,19,16746.192445335444],[1,59489.561706610686,11,0,6,20,16746.192445335444],[1,59489.561706610686,11,0,6,20,16746.192445335444],[1,59489.561706610686,11,0,6,19,16746.192445335444],[1,59489.561706610686,11,0,6,21,16746.192445335444],[3,59489.561706610686,1,1,7,19,32946.192445335444],[3,59489.561706610686,11,0,7,20,32946.192445335444],[3,59489.561706610686,11,0,6,20,32946.192445335444],[3,59489.561706610686,11,0,7,20,32946.192445335444],[3,59489.561706610686,11,0,7,19,32946.192445335444],[3,59489.561706610686,11,0,7,19,32946.192445335444],[3,59489.561706610686,11,0,7,19,32946.192445335444],[3,59489.561706610686,11,0,7,21,32946.192445335444],[3,59489.561706610686,11,0,7,19,32946.192445335444],[3,59489.561706610686,11,0,7,19,32946.192445335444],[4,118979.12341322137,11,0,7,18,43747.153936190065],[4,118979.12341322137,11,0,6,18,43747.153936190065],[4,118979.12341322137,11,0,7,19,43747.153936190065],[4,118979.12341322137,11,0,7,19,43747.153936190065],[4,118979.12341322137,11,0,7,19,43747.153936190065],[5,118979.12341322137,1,1,7,19,7297.153936190065],[5,118979.12341322137,11,0,7,18,7297.153936190065],[5,118979.12341322137,11,0,7,18,7297.153936190065],[5,118979.12341322137,11,0,6,20,7297.153936190065],[5,118979.12341322137,11,0,7,18,7297.153936190065],[6,5001012670.363481,0,1,7,10,177850507.64550626],[6,5001012670.363481,10,0,7,8,177850507.64550626],[6,5001012670.363481,10,0,7,9,177850507.64550626],[6,5001012670.363481,10,0,7,10,177850507.64550626],[6,5001012670.363481,10,0,7,10,177850507.64550626],[5,118979.12341322137,11,0,7,17,7297.153936190065]]", + "ItemQTY_8": [ + 5, + 3, + 3, + 5, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "PVtStarSign_8": "69,55,5,", + "AnvilPA_1": [ + { + "0": 56871415, + "1": 21448386287.935226, + "2": 100, + "3": 5000221465, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 159.357647274359, + "3": 275490169, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 395.682841421328, + "3": 13415, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 619.469635862564, + "3": 2590137, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 474.771428790922, + "3": 1545114, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1561.12033297132, + "3": 14765366, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 246.225349833762, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1985.71553326271, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 4854.24891269057, + "3": 10185, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + } + ], + "CurrentMap_0": 312, + "PlayerStuff_1": "[29887,0,1,0,0,0,0,0,0,0]", + "AttackLoadout_8": "[[490,482,526,529,588,\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[634,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "MaxCarryCap_0": "{\"Souls\":100,\"Mining\":30000,\"Chopping\":30000,\"Quests\":10,\"Fishing\":30000,\"fillerz\":10,\"Critters\":30000,\"Foods\":20000,\"bCraft\":20000,\"Bugs\":30000,\"Statues\":10}", + "POu_0": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,21400,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "GemItemsPurchased": "[0,5,10,0,12,18,0,0,8,0,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,5,4,8,0,0,0,0,0,0,0,0,0,0,6,12,0,10,2,0,1,0,4,0,2,5,11,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,16,4,4,0,0,10,10,1,6,4,0,8,2,4,2,5,10,0,0,5,12,6,4,0,0,12,6,4,0,6,0,12,0,6,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", + "Exp0_0": [ + 5.443076018664471e+22, + 1264670101.9937348, + 51187623867.89117, + 20845708251.483902, + 3614483675.935172, + 100176402464.5713, + 10361937.916362936, + 17616849166.935337, + 292950998152.46967, + 34135964.58823362, + 157953685.26675737, + 1569701.8838126916, + 826547.4352501908, + 150522330.28172886, + 199242.4579031053, + 1.8664900780102092e+34, + 4.6953447024117674e+23, + 7.595685649907105e+49, + 2406933700.420948, + 2032913.1807400286, + 0, + 0, + 0, + 0 + ], + "LockedSlots_4": [ + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "PVGender_0": 2, + "PVMinigamePlays_5": 5, + "POu_1": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,24997,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "AnvilPAstats_0": [ + 6, + 600, + 700, + 128, + 1269, + 30 + ], + "Boats": "[[8,11,0,195,218000.00000001668,171],[2,11,0,189,174055.5555555672,121],[0,11,0,183,213277.7777777939,112],[3,11,0,169,31722.222222221895,124],[4,11,0,143,206055.55555557084,121],[5,11,0,145,239777.77777779693,136],[6,11,0,146,37777.777777777366,132],[7,11,0,148,209833.33333334906,136],[1,11,0,143,34722.222222221855,143],[9,11,0,148,236222.22222224096,137],[10,11,0,158,163555.55555556595,142],[13,11,0,165,243000.00000001953,142],[12,11,0,145,41388.888888888425,148],[14,11,0,158,246222.2222222421,138],[11,11,0,144,44888.888888888374,130],[16,11,0,139,221611.1111111282,140],[17,11,0,137,202444.44444445928,142],[15,11,0,142,249388.88888890913,144],[18,11,0,152,167444.4444444553,143],[19,11,0,118,252444.44444446504,150]]", + "InventoryOrder_5": [ + "EquipmentHats27", + "Blank", + "Blank", + "Blank", + "EquipmentBowsTempest0", + "Blank", + "Blank", + "EquipmentHats103", + "StoneTempestB2", + "StoneTempestR2", + "EquipmentRingsTempest0", + "EquipmentRingsTempest0", + "EquipmentBowsTempest3", + "EquipmentBowsTempest4", + "EquipmentBowsTempest1", + "EquipmentBowsTempest2", + "Trophy2", + "Trophy2", + "EquipmentHats103", + "Spelunking3", + "EquipmentBowsTempest0", + "Blank", + "Blank", + "Blank", + "EquipmentBowsTempest3", + "EquipmentRingsTempest4", + "EquipmentRingsTempest4", + "EquipmentRingsTempest3", + "EquipmentBowsTempest2", + "EquipmentRingsTempest7", + "EquipmentRingsTempest7", + "EquipmentRingsTempest1", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentHats24", + "EquipmentHats34", + "Line12", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "StoneTempestR1", + "StoneTempestB0", + "StoneTempestB1", + "StoneTempestR0", + "Blank", + "Blank", + "Blank", + "EquipmentBowsTempest0", + "EquipmentRings23", + "EquipmentRings23", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Quest28", + "Trophy5", + "EquipmentHats21", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "ItemQTY_9": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "AnvilPA_4": [ + { + "0": 64218756, + "1": 23756099801.334404, + "2": 100, + "3": 4239004379, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 29.0107674982557, + "3": 338579531, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 37.3607511598491, + "3": 19359541, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 588.370243293448, + "3": 95709029, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1818.28001527222, + "3": 15351974, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 184.79135894454, + "3": 73033, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + } + ], + "CardPreset_3": "[[\"Boss4B\",\"Boss3C\",\"Boss2B\",\"CritterCard7\",\"w6b3\",\"w6a3\",\"w4c4\",\"wolfA\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4C\",\"w6a1\",\"w5b3\",\"skele2\",\"snowball\",\"Boss3C\",\"w5c2\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"poopD\",\"Boss6C\",\"Boss4C\",\"Boss3C\",\"mini6a\",\"w5b3\",\"Boss2A\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"Crystal0\",\"mimicA\",\"crabcakeB\",\"Boss6A\",\"babaMummy\",\"w5a3\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", + "ExpReq0_1": [ + 1.0521439762776678e+23, + 3229581652.022975, + 214533185274.25186, + 16589957300.757141, + "3.1089793380915135E8", + 2077439436239.546, + "3.5315527736585766E8", + 46088152414.911224, + 176253639537.1536, + 193666651.79807866, + 15975707.158295264, + 34509590.81999272, + 28884178.77898245, + 1557331638.5250974, + 1342152.2810787589, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.1359741439195008e+50, + 1805021782.6773589, + 48859846.38464203, + 15, + 15, + 15, + 15, + 15 + ], + "Atoms": [ + 32, + 10, + 32, + 32, + 32, + 32, + 32, + 32, + 32, + 32, + 7, + 20, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "OptL_0": [ + 1, + 0, + 2, + 10, + 1, + 0, + 1215, + 0, + 0, + 1, + 0, + 0, + 2, + 0, + 0, + 1, + 20, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 0, + 0, + 0, + 3502, + 0 + ], + "FoodSlO_2": 6, + "RespTime_3": 0, + "PVStatList_8": [ + 115523, + 123945, + 259651, + 68885, + 918 + ], + "PVInstaRevives_1": 1, + "EMmLENGTH0_6": 16, + "EMm1_4": "{\"0\":{\"Defence\":0,\"STR\":0,\"WIS\":84,\"Weapon_Power\":56,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":60,\"Weapon_Power\":40,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"STR\":0,\"WIS\":72,\"Weapon_Power\":48,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":48,\"Weapon_Power\":32,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-6,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Upgrade_Slots_Left\":-5,\"Weapon_Power\":40,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":60,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"5\":{\"Upgrade_Slots_Left\":-6,\"Weapon_Power\":56,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":84,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"6\":{\"Upgrade_Slots_Left\":-4,\"Weapon_Power\":32,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":48,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0}}", + "MoneyBANK": 0, + "PVtStarSign_4": "69,55,5,", + "Prayers_5": "[16,14,18,5,1,3,4,-1,-1,-1,-1,-1]", + "EMm0_9": "{\"0\":{\"Defence\":12,\"STR\":0,\"WIS\":4,\"Weapon_Power\":0,\"LUK\":8,\"Reach\":0,\"AGI\":4,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":25,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":25,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-5,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":-4,\"STR\":0,\"WIS\":1,\"LUK\":1,\"Weapon_Power\":3,\"UQ1txt\":0,\"Reach\":0,\"AGI\":2,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"5\":{\"Defence\":21,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":12,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"7\":{\"Defence\":21,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":12,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"10\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"11\":{\"UQ1val\":10,\"UQ2txt\":\"%_MONEY\",\"UQ1txt\":\"%_MONEY\",\"UQ2val\":7},\"12\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "Prayers_2": "[-1,16,-1,14,-1,4,1,-1,-1,-1,-1,-1]", + "AtkCD_2": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "StatueLevels_3": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "AttackLoadoutpre_4": "[[460,635,\"Null\",\"Null\",\"Null\",475],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "Lv0_1": [ + 929, + 99, + 136, + 113, + 80, + 157, + 81, + 122, + 774, + 125, + 58, + 84, + 336, + 166, + 238, + 297, + 353, + 827, + 148, + 70, + -1, + -1, + -1, + -1, + -1 + ], + "PldTraps_2": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "CharSAVED_3": 5, + "RespTime_8": 0, + "ServerGems": 14371, + "PVMinigamePlays_4": 5, + "CardEquip_8": [ + "poopSmall", + "moonman", + "Crystal1", + "Crystal2", + "w5b4", + "Boss2A", + "babaMummy", + "demonP", + "B", + "B", + "B", + "B" + ], + "ObolInvMAP_2": "{\"16\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\"}}", + "PVtStarSign_5": "69,38,44,", + "EquipQTY_1": [ + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 1, + "10": 1, + "11": 1, + "12": 1, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 2000, + "1": 500, + "2": 8119, + "3": 57000, + "4": 483839, + "5": 204652, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + } + ], + "KLA_4": "[[0,0],[-8152200379.62613],[-243350.36],[150,10],[150],[150],[0],[0,81],[-59601.3599999999],[-2920.00049382716],[0],[0,0],[0],[-339202510.741939,-339155010.741939],[-251635569.692176,-251634219.692175],[-428933033.029607],[-50769803.1830439,-50767003.1830439],[-45555992.7292753],[-6857867393.10402],[-260178563.274043],[7],[5],[0],[0],[-56151767.5622193,-56150067.5622193],[0],[-434554293.178849],[-12472.5624809961,-8302.56248099612],[-315730530.917226],[0],[0],[-222643.797069034],[0],[0],[0],[0],[0],[0],[-10953.2592592593],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-90941042.8689419],[-308263844.879148,-308263444.879148],[-103502609.913985],[0],[0],[30],[-103753323.875306],[-237964.376370552],[-106061208.336432],[-113738263.154351,-113740763.154351],[0],[-91780908.3480973],[-95233526.6586592],[-93176059.7895624],[-32012736.6490966],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-222160126.118891],[4000],[-103166289.577414],[-173767176.226685,-173677176.226685],[-180667253.467068],[-1117094206.74286],[-345979811.930543],[-1348476.73818917],[-195430009.529727],[-586763025.143335],[-371686697.351211],[-278870988.524865],[-498531025.089275],[1],[1000],[-373475560.380956],[-282763255],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-721691067.032553],[-182331681],[-6373513685.44244],[-3466054.50598829],[-4120697.30800537],[-3326204.47611966],[-1215052507.43008],[-1693850216.33185],[-2354988.07605309],[-4692412.28690077],[-276676526.932137],[-6595051.66565261],[-1453169540.43898],[250],[700],[-32176158.8266927],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-8070908.55477509],[-207153233.515784],[-225445427.222867],[-653670925.867716],[-4602.91736169731],[-645111143.481036],[-613740035.806875],[-561733346.173494],[-1479896282.54785],[-792681887.044067],[-26665747.3712449],[-20851752.1490494],[-3090621523.31878],[0],[0],[-14771.275298696128],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-48373],[-117022749],[-1347346],[-41012],[-39984],[-251598809.571513],[-1777606006.9765],[-776367890],[-518619450.022788],[-522267039],[-218084223],[-1507924070.75518],[-13689666],[-36468570065.99159],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-26193.34241162718],[-9771.091643205065],[-19217647.940831736,-27717647.94079081],[-8597757.31764875],[20000000,1000000],[0],[-899304440,-1129304440],[-763582369],[0],[-104641743.89229953,-529641743.89229953],[-168849447],[0],[0],[0]]", + "CauldronP2W": "[[150,125,100,150,125,100,150,125,100,150,125,100],[100,80,100,80,100,80,100,80],[15,45],[157,157],[50655.8224883706,2,184802.003822916,2,184811.971758729,2,130130.790026936,2,130641.21770981,2,548900.570487982,2,162171.450177656,2,206571.030529399,2,244692.309260028,2,1545967.1295821825,2,1469101.4303825467,2,1018673.871881632,2,464222.420046791,2,3598057.0923383036,2,547135.238534344,2,3637778.2310065376,2,1825292.7117412393,2,3011369.811306295,2,3225329.017429792,2,1575417.2081617087,2,15058597.431938635,2,15384365.266945027,2,7869839.144497917,2,16285389.522222614,2],[18,18]]", + "IMm_6": "{\"0\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"1\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ2txt\":0},\"23\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"24\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"25\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"26\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"27\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"28\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"29\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"30\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"31\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"32\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"33\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"34\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"35\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"36\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"37\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"38\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"39\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"40\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"41\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"42\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"43\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"44\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"45\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"46\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"47\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"48\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"49\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"50\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"51\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"52\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"53\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"54\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"55\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"56\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"57\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"58\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"59\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"60\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"61\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"62\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"64\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"65\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"66\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"67\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"68\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"69\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0},\"70\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"72\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"73\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"74\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"75\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"76\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"77\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"78\":{\"Defence\":0,\"WIS\":4,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":8,\"Reach\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"79\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"80\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"81\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"82\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"83\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", + "TaskZZ1": "[[10,10,10,8,3,10,7,7,0],[10,10,10,10,10,10,9,7,0],[10,9,10,10,10,10,9,7,0],[10,10,2,10,9,10,5,5,0],[10,10,10,9,10,10,10,5,0],[10,9,10,10,10,10,8,5,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]", + "InventoryOrder_3": [ + "BoneJoePickle", + "CaveGoldPiece", + "EquipmentStatues26", + "EquipmentStatues28", + "EquipmentStatues27", "FoodG12", - "FoodG13", - "FoodG14", - "ButterBar", - "rtt0", - "ResetFrag", - "ResetCompleted", - "ResetCompletedS", - "ResetBox", + "Leaf6", + "FoodG11", + "EquipmentHats125", "SilverPen", + "StoneZ4", + "EquipmentStatues2", + "FoodPotYe3", + "Leaf6", + "EquipmentHats99", + "Quest25", + "Leaf6", + "EquipmentStatues6", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "Leaf6", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "Leaf6", + "EquipmentHats99", "PremiumGem", - "EquipmentStatues15", - "ExpBalloon1", - "ExpBalloon2", - "ExpBalloon3", - "Pearl4", - "Pearl6", - "Pearl5", - "Quest38", - "Quest39", - "Quest49", - "Quest72", - "Quest73", - "Quest90", - "Quest76", - "Quest77", - "Quest80", - "GemP36", - "Quest81", - "Quest82", - "Quest95", - "Quest96", - "Quest97", - "Quest101", - "Quest108", - "Timecandy1", - "Timecandy2", - "Timecandy3", - "Timecandy4", - "Timecandy5", - "Timecandy6", - "Timecandy9", - "StoneWe", - "StoneWeb", - "StoneW1", - "StoneW2", - "StoneW3", - "StoneW3b", - "StoneW6", - "StoneW4", - "StoneW5", - "StoneW7", - "StoneW8", - "StoneAe", - "StoneAeB", - "StoneA1", - "StoneA1b", - "StoneA2", - "StoneA2b", - "StoneA3", - "StoneA3b", - "StoneA4", - "StoneA6", - "StoneA7", - "StoneTe", - "StoneT1", - "StoneT1eb", + "Weight9", + "Leaf6", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentNametag15", + "EquipmentHats99", + "EquipmentNametag11", + "Leaf6", + "EquipmentNametag14", + "EquipmentHats99", + "EquipmentNametag11", + "EquipmentHats88", + "Leaf6", + "EquipmentHats99", + "EquipmentStatues5", + "Leaf6", + "EquipmentHats99", + "Leaf6", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "EquipmentHats99", + "Leaf6", + "EquipmentHats99", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Trophy22", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentHats29", + "Blank", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "PldTraps_5": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "CardPreset_4": "[[\"wolfB\",\"snowball\",\"w5b3\",\"Boss3C\",\"Boss6C\",\"poopBig\",\"w6a1\",\"w5a1\",\"B\",\"B\",\"B\",\"B\"],[\"poopSmall\",\"moonman\",\"Crystal1\",\"Bug1\",\"Crystal2\",\"w5b4\",\"Boss2A\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"]]", + "ObolEqMAPz1": "{\"0\":{\"LUK\":1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"1\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"2\":{\"UQ1val\":1,\"WIS\":2,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"3\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"AGI\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"4\":{\"UQ1val\":1,\"STR\":2,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"ObolUpgradeReroll\"},\"5\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"6\":{\"LUK\":1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"7\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"8\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"WIS\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"9\":{\"UQ1val\":1,\"AGI\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"10\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"11\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"12\":{\"UQ1val\":1,\"AGI\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"13\":{\"SuperFunItemDisplayType\":\"Inventory\"},\"14\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":1,\"SuperFunItemDisplayType\":\"Inventory\"},\"15\":{\"UQ1val\":1,\"SuperFunItemDisplayType\":\"Inventory\",\"UQ1txt\":\"%_DROP_CHANCE\"},\"16\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"17\":{\"UQ1val\":1,\"AGI\":2,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"18\":{\"UQ1val\":1,\"AGI\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"ObolUpgradeReroll\"},\"19\":{\"UQ1val\":1,\"STR\":0,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"20\":{\"UQ1val\":1,\"LUK\":-1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"21\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"},\"22\":{\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"STR\":-1,\"SuperFunItemDisplayType\":\"Inventory\"},\"23\":{\"LUK\":-1,\"UQ1val\":1,\"UQ1txt\":\"%_DROP_CHANCE\",\"SuperFunItemDisplayType\":\"Inventory\"}}", + "InvBagsUsed_7": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"103\":\"4\",\"105\":\"1\",\"109\":\"3\",\"110\":\"1\"}", + "BuffsActive_6": [], + "EMmLENGTH1_2": 16, + "PldTraps_0": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "AtkCD_9": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "POu_5": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,23700,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "EquipOrder_3": [ + { + "0": "EquipmentHats106", + "1": "EquipmentSword10", + "2": "EquipmentShirts38", + "3": "EquipmentPendant30", + "4": "EquipmentPants29", + "5": "EquipmentRings36", + "6": "EquipmentShoes38", + "7": "EquipmentRings36", + "8": "EquipmentHats82", + "9": "EquipmentKeychain19", + "10": "Trophy2", + "11": "EquipmentKeychain26", + "12": "EquipmentCape13", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "EquipmentTools15", + "1": "EquipmentToolsHatchet12", + "2": "FishingRod11", + "3": "CatchingNet11", + "4": "TrapBoxSet8", + "5": "WorshipSkull9", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "FoodG9", + "1": "FoodG2", + "2": "FoodPotGr4", + "3": "FoodPotGr1", + "4": "FoodPotGr2", + "5": "Blank", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + } + ], + "PVStatList_7": [ + 275037, + 121939, + 129723, + 74372, + 873 + ], + "EquipOrder_8": [ + { + "0": "EquipmentHats83", + "1": "EquipmentWands11", + "2": "EquipmentShirts36", + "3": "EquipmentPendant26", + "4": "EquipmentPants27", + "5": "EquipmentRings23", + "6": "EquipmentShoes36", + "7": "EquipmentRings24", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "EquipmentTools8", + "1": "EquipmentToolsHatchet6", + "2": "FishingRod8", + "3": "CatchingNet3", + "4": "TrapBoxSet8", + "5": "WorshipSkull7", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "FoodPotGr2", + "1": "FoodG10", + "2": "FoodPotGr4", + "3": "FoodG9", + "4": "FoodPotYe5", + "5": "Blank", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + } + ], + "AnvilPA_7": [ + { + "0": 21981937, + "1": 7979440149.825551, + "2": 100, + "3": 1793099254, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 196.94413008378, + "3": 159914758, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 305.052941777139, + "3": 51285547, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 429.092875565562, + "3": 13535856, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 615.746272576302, + "3": 6, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + } + ], + "KLA_8": "[[0,0],[-8245606640.5],[-15.1999999999999],[150,10],[150],[150],[0],[0,81],[-16758299],[0],[0],[0,0],[0],[-338910899,-338863399],[-163605979.69,-163604629.69],[-25245726],[-365019468.17,-365016668.17],[0],[-7950514167.09833],[-262534430.65],[7],[5],[0],[0],[-178457025.92,-178455325.92],[0],[-137447428.32],[-401718754.061858,-401714584.061858],[-310329401],[0],[0],[-316331],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-172115.03],[-1700970,-1700570],[-45556],[0],[0],[30],[-78929],[-2738],[-408044],[-1646280779,-1646283279],[0],[-970],[-843457501],[-38018],[-276787],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-115784],[4000],[-94654840.95],[-173822386,-173732386],[-177554356],[-529122811.19326],[-166383924],[-118042792],[-145133409],[-314466508],[-367949735],[-528493772.156955],[-491752888.01],[1],[1000],[-418478617],[-318320496.07],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-222031023],[-180442975],[-303619353],[-2940512040.01566],[-281047],[-160365],[-199322.244652427],[-133961],[-132137.638710794],[-739360332.472275],[-779985515],[300000],[350000],[250],[700],[-10491940],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-5210.85548900522],[-805927470],[-97173728],[-870013752],[-8181.8360821251],[-895625761],[-600598360.0568],[-447932522],[-513554],[-415032],[-419968438],[-556921810],[-3687508734.5216017],[0],[0],[-26756.8401829145],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-74129],[-147689690],[-1893380],[-561932618.3968083],[-478192440],[-335831174],[-1568254189],[-928658064],[-662308830],[-708290858.834764],[-316649300.779726],[-6301725.39454264],[-24603459.5198784],[-41956500709.189415],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-46819.62500534692],[-12477831.179636505],[-15705439.691325948,-24205439.69132615],[-1221443285],[-7328963,-26328963],[0],[-41114987,-271114987],[-3735925],[0],[-133537084,-558537084],[-71369021],[0],[0],[0]]", + "EMmLENGTH1_8": 16, + "NPCdialogue_3": "{\"Promotheus\":20,\"Stiltzcho\":26,\"Loominadi\":0,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":33,\"Masterius\":2,\"Lava_Larry\":9999,\"Carpetiem\":9,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Hamish\":2,\"Yondergreen\":0,\"Iceland_Irwin\":9999,\"Blobbo\":6,\"Scubidew\":0,\"Telescope\":9999,\"Town_Marble\":3,\"Obol_Altar\":9999,\"Krunk\":10,\"Tribal_Shaman\":3,\"Royal_Worm\":16,\"Goldric\":0,\"Funguy\":6,\"Grasslands_Gary\":9999,\"Hoov\":14,\"Glumlee\":26,\"Woodlin_Elder\":8,\"Cowbo_Jones\":4,\"Egggulyte\":0,\"Typhoon\":5,\"Eliteus\":5,\"Woodsman\":0,\"Gobo\":18,\"Picnic_Stowaway\":20,\"Poigu\":7,\"Tiki_Chief\":5,\"Capital_P\":0,\"Sprout\":3,\"Coastiolyte\":0,\"Snake_Jar\":0,\"Oinkin\":8,\"Slargon\":15,\"Clown\":9999,\"Builder_Bird\":9999,\"Sussy_Gene\":9,\"Rift_Ripper\":9999,\"Wellington\":3,\"Speccius\":11,\"Meel\":3,\"Bubbulyte\":2,\"Snouts\":0,\"Loveulyte\":0,\"Toadstall\":12,\"Nebula_Neddy\":9999,\"Desert_Davey\":9999,\"Scripticus\":47,\"Pirate_Porkchop\":14,\"questDisp\":0,\"Crystalswine\":0,\"Giftmas_Blobulyte\":0,\"Dog_Bone\":14,\"Mutton\":3,\"Gangster_Gus\":12,\"Djonnut\":13,\"Nebulyte\":0,\"TP_Pete\":0,\"Bill_Brr\":0,\"Potti\":0,\"Whattso\":4,\"Walupiggy\":12,\"Legumulyte\":1,\"XxX_Cattleprod_XxX\":0,\"Mr_Pigibank\":9999,\"Hoggindaz\":25,\"Dazey\":0,\"Muhmuguh\":12,\"Falloween_Pumpkin\":3,\"Monolith\":9,\"Shuvelle\":0,\"Lonely_Hunter\":5,\"Fishpaste97\":0,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Toobus_Goobus\":12,\"Humble_Hugh\":1,\"Snootie\":2,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Sad_Urie\":9999}", + "GemsPacksPurchased": [ + 0 + ], + "GemsOwned": 1249, + "PVGender_3": 0, + "OptL_1": [ + 1, + 0, + 2, + 9, + 1, + 0, + 1246, + 0, + 0, + 0, + 0, + 0, + 2, + 0, + 0, + 2, + 20, + 0, + 0, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 0, + 12, + 0, + 3191, + 0 + ], + "QuestComplete_0": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":1,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":1,\"Scripticus12\":0,\"Scripticus13\":1,\"XxX_Cattleprod_XxX3\":1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":1,\"Masterius2\":1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":1,\"Oinkin3\":1,\"Slargon4\":0,\"Poigu1\":1,\"Poigu2\":0,\"Poigu3\":-1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":1,\"Dazey1\":1,\"Mr_Pigibank1\":1,\"Dazey2\":1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":1,\"Mutton4\":0,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":1,\"Stiltzcho3\":1,\"Stiltzcho4\":1,\"Builder_Bird1\":1,\"Promotheus4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":1,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":1,\"Glumlee5\":1,\"Obol_Altar1\":1,\"Krunk1\":1,\"Royal_Worm2\":1,\"Krunk2\":1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":1,\"Papua_Piggea1\":1,\"Krunk3\":1,\"Royal_Worm4\":1,\"Papua_Piggea2\":1,\"Royal_Worm5\":1,\"Papua_Piggea3\":1,\"Royal_Worm6\":1,\"Papua_Piggea4\":1,\"Royal_Worm7\":1,\"Royal_Worm8\":1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":1,\"Hoggindaz10\":1,\"Rocklyte3\":-1,\"Bubbulyte1\":0,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":0,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":1,\"Hoov2\":1,\"Hoov3\":1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":1,\"Scubidew1\":1,\"Blobbo2\":1,\"Hamish2\":1,\"Scubidew2\":1,\"TP_Pete1\":1,\"Hamish3\":1,\"Scubidew3\":1,\"TP_Pete2\":1,\"TP_Pete3\":1,\"Cowbo_Jones10\":1,\"Scripticus2\":1,\"Cowbo_Jones11\":0,\"Scripticus3\":1,\"Cowbo_Jones12\":-1,\"Scripticus4\":1,\"Cowbo_Jones13\":-1,\"Scripticus5\":1,\"Meel1\":1,\"Tired_Mole1\":1,\"Cowbo_Jones14\":-1,\"Scripticus6\":1,\"Meel2\":1,\"Sussy_Gene1\":1,\"Tired_Mole2\":1,\"Cowbo_Jones15\":-1,\"Scripticus7\":1,\"Sussy_Gene2\":1,\"Tired_Mole3\":1,\"Scripticus8\":1,\"Sussy_Gene3\":0,\"Scripticus9\":1,\"Capital_P1\":1,\"Sprout1\":1,\"Capital_P2\":1,\"Lonely_Hunter1\":1,\"Sprout2\":1,\"Capital_P3\":1,\"Lonely_Hunter2\":1,\"Sprout3\":1,\"Lonely_Hunter3\":1,\"Shuvelle1\":1,\"Sprout4\":0,\"Gobo1\":1,\"Shuvelle2\":1,\"Gobo2\":1,\"Shuvelle3\":1,\"Falloween_Pumpkin1\":-1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":1,\"Whattso4\":0,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":1,\"Cactolyte4\":-1,\"Snake_Jar3\":1,\"Snake_Jar4\":0,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":0,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":1,\"Wellington2\":1,\"Wellington3\":1,\"Wellington4\":1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":1,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":1,\"Tiki_Chief3\":1,\"Tiki_Chief4\":1,\"Monolith1\":1,\"Monolith2\":1,\"Monolith3\":1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":1,\"Bill_Brr2\":1,\"Bill_Brr3\":1,\"Bill_Brr4\":1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":1,\"Bill_Brr7\":1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Centurion4\":1,\"Snouts1\":1,\"Toadstall3\":1,\"Centurion5\":1,\"Snouts2\":1,\"Lord_of_the_Hunt1\":1,\"Centurion6\":1,\"Snouts3\":1,\"Lord_of_the_Hunt2\":1,\"Centurion7\":0,\"Lord_of_the_Hunt3\":1,\"Snouts4\":1,\"Centurion8\":-1,\"QuestNameFiller2\":-1,\"Lord_of_the_Hunt4\":1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lafu_Shi1\":1,\"Fishpaste971\":1,\"Lord_of_the_Hunt7\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt8\":1,\"Fishpaste972\":1,\"Lafu_Shi3\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Lafu_Shi6\":1,\"Woodsman1\":1,\"Woodsman2\":1,\"Woodsman3\":-1,\"Woodsman4\":-1,\"Hoggindaz1\":1,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Funguy1\":1,\"Hoggindaz6\":1,\"Funguy2\":1,\"Hoggindaz7\":1,\"Town_Marble1\":1,\"Telescope1\":1,\"Funguy3\":1,\"Yondergreen1\":1,\"Hoggindaz8\":1,\"Iceland_Irwin1\":1,\"Funguy4\":1,\"Hoggindaz9\":1,\"Yondergreen2\":1,\"Yondergreen3\":1,\"Funguy5\":1,\"Yondergreen4\":1,\"Dog_Bone1\":1,\"Yondergreen5\":1,\"Dog_Bone2\":0,\"Bushlyte1\":-1,\"Carpetiem1\":1,\"Yondergreen6\":1,\"Bushlyte2\":-1,\"Carpetiem2\":0,\"Yondergreen7\":1,\"Carpetiem3\":-1,\"Bushlyte3\":-1,\"Carpetiem4\":-1,\"Desert_Davey2\":1,\"Loominadi1\":0,\"Speccius1\":1,\"Loominadi2\":-1,\"Speccius2\":1,\"Loominadi3\":-1,\"Loominadi4\":-1,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "AnvilPAstats_4": [ + 2, + 600, + 700, + 131, + 1261, + 36 + ], + "SM_3": "{\"0\":245,\"1\":245,\"5\":245,\"6\":245,\"8\":245,\"9\":100,\"10\":1254,\"11\":494,\"12\":408,\"13\":100,\"23\":420,\"75\":100,\"81\":245,\"85\":299,\"86\":444,\"87\":100,\"88\":299,\"89\":299,\"90\":121,\"91\":139,\"92\":198,\"93\":245,\"94\":245,\"95\":245,\"96\":245,\"97\":245,\"98\":219,\"99\":203,\"100\":197,\"101\":200,\"102\":180,\"103\":197,\"104\":153,\"111\":100,\"119\":136,\"120\":218,\"121\":211,\"122\":121,\"123\":139,\"124\":126,\"125\":211,\"127\":219,\"129\":245,\"130\":245,\"131\":245,\"132\":245,\"133\":144,\"141\":245,\"142\":313,\"143\":313,\"144\":313,\"149\":313,\"165\":313,\"166\":313,\"167\":313,\"168\":313,\"169\":313,\"170\":142,\"175\":175,\"176\":174,\"177\":199,\"178\":313,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "AnvilPA_3": [ + { + "0": 0, + "1": 0, + "2": 82.4607988366688, + "3": 126376095, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 111.502426017322, + "3": 19640257, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 330.607785332052, + "3": 17656, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 647.213369294282, + "3": 921517, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 466.810457396313, + "3": 21214288, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 256.513164286117, + "3": 126845, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 160090, + "1": 896549573.999661, + "2": 4115.06033991708, + "3": 101133653, + "length": 4 + }, + { + "0": 113005, + "1": 773495763.2863853, + "2": 4140.952704419033, + "3": 71388461, + "length": 4 + }, + { + "0": 80044, + "1": 697307623.783761, + "2": 11166.84507655038, + "3": 50566826, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + } + ], + "CharacterClass_9": 22, + "AttackLoadoutpre_9": "[[273,\"Null\",635,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "CardPreset_6": "[[\"Boss4B\",\"Boss3C\",\"Boss2B\",\"w6b3\",\"w5c2\",\"CritterCard7\",\"w6c2\",\"wolfA\",\"B\",\"B\",\"B\",\"B\"],[\"SpelunkingCard0\",\"CritterCard7\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4B\",\"wolfA\",\"CritterCard7\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"poopD\",\"wolfB\",\"w5b3\",\"w6a1\",\"skele2\",\"w4c1\",\"w5a1\",\"B\",\"B\",\"B\",\"B\"],[\"Boss6C\",\"w4c1\",\"w5a1\",\"w6a5\",\"Boss4C\",\"poopBig\",\"w6c2\",\"w6a1\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"Boss2B\",\"Boss3C\",\"w5c2\",\"w4c4\",\"w6c2\",\"w5b5\",\"glass\",\"w6a3\",\"B\",\"B\",\"B\",\"B\"]]", + "FarmRank": "[[170,170,170,172,170,170,175,173,174,173,175,175,175,174,176,176,175,174,174,173,174,174,176,176,173,173,174,176,174,174,172,172,172,170,173,173],[29860096937.822754,38609502711.16162,74369057628.39105,7647260890.829483,85636397868.40839,71898080149.29007,83217510954.2532,21260956844.1156,64983877653.85518,88626473306.69409,114552385224.38202,347049204.3204651,32698792372.821045,150360135259.32184,13230624176.118134,75206668437.66925,99377424412.08435,145906851437.17358,155899146201.35873,114279419928.87314,111967535637.41872,62685620111.19351,93817996729.72263,99461895342.81538,108744789307.75145,71173813662.27975,111331108027.5407,27077037976.81543,68112304421.414406,24888097861.73172,42724112715.6263,38583771444.834274,39897745148.85896,70713389979.70522,13697317901.601673,135377575448.35791],[128,252,602,117,19,100,305,308,200,19,125,739,100,500,19,120,100,430,1270,19]]", + "TaskZZ0": "[[1891539717960.9219,52571,382293.6569444451,2,0,14814,0,54,0],[4.403024541812723e+25,148596,580649,8,0,5734,0,47,0],[340413748,6090,196,3869451402091865,930,51969,1,46,0],[\"1.73501248962874e+19\",110,20,\"1.2679202202258183e+21\",40,70,1,29,0],[60803795774900,5819,2111,123505,9829437.96747399,1555,0,28,0],[1680,126354,826,17023,169,16684,0,29,0],[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]]", + "ObolEqO0_4": [ + "ObolGoldWorship", + "ObolSilverWorship", + "ObolPlatinumWorship", + "ObolSilverWorship", + "ObolGoldWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolGoldWorship", + "ObolPinkWorship", + "ObolGoldWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolSilverWorship", + "ObolGoldWorship", + "ObolPlatinumWorship", + "ObolGoldWorship" + ], + "KLA_9": "[[0,0],[-7658563108.70426],[-4888018047.28801],[150,10],[150],[150],[0],[0,81],[20000],[0],[0],[0,0],[0],[-365796727,-365749227],[-2225814.55213981,-2224394.55213981],[34740.3125370604],[-12852901.2393705,-12850101.2393705],[0],[-8701724660.2492],[-4842760170.99872],[7],[5],[0],[0],[-186540768,-186539068],[0],[-243805865.913786],[-421850171,-421846001],[-367107265],[0],[0],[-93.8602328658756],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-1784456.07946937],[-402.08,-2.0799999999982],[-52.1230291262121],[0],[0],[30],[-4642471021.1756],[-13982471761.9712],[-89181150.0580465],[-32623.5741514563,-35123.5741514563],[0],[-32100],[-5097496.29166026],[-45986],[-272447412],[0],[-116.964235190873],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-787372333.701818],[4000],[-92482755.0576621],[-363197900,-363100900],[-1948583287],[-513985513.852154],[-1669600],[-121086275.861887],[-288366291],[-303838796],[-626526366],[-267714145.774142],[-477192069.618175],[1],[1000],[-163368521],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-214747085.4],[-339892068.844155],[-181289749],[-6075257348.222],[-1480991991],[-2311872726.64457],[-60185.4981386216],[-24886],[-202791],[-842999516.465051],[-765174642],[-25618569.323443],[350000],[250],[700],[-18445666.9191483],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-1312030.34711451],[-452459.349245886],[-4293182],[-99968495.3151841],[-45193435.2856311],[-305300.261109878],[-1277046.71660198],[-2474434],[-43556],[-1231566],[-412131037],[-532846360],[60000],[0],[0],[-25400.72874666223],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-100968],[-1277325],[-204796009],[-450147489],[-477991244],[-275211235],[-52679],[-35733],[-2362596],[-14526407],[-425876103],[-3607119.2825498],[-24488675],[-53474278646.034],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-5226.533488932932],[-4434176.606374109],[-1112661.600565806,-9612661.600565817],[-1615847.9479321176],[-1835003006,-1854003006],[0],[-15169613,-245169613],[-258831],[0],[-98671575,-523671575],[-11687921],[0],[0],[0]]", + "POu_9": "[400,400,400,400,0,400,0,400,0,400,400,400,400,400,100,0,0,400,0,0,400,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "ExpReq0_5": [ + 9.19038691024977e+22, + 9313637011.986156, + 331829503637.59314, + 125538681148.62338, + 6562871516.195835, + 417544674105.16296, + 23377126849.030804, + 57675762854.00842, + 162722659121.98206, + 83950041.13268706, + 143010176.75027055, + 34509590.81999272, + 3632108.0329237496, + 1557331638.5250974, + 242105.43395091518, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.0019892833102583e+50, + 1805021782.6773589, + 42529053.28558268, + 15, + 15, + 15, + 15, + 15 + ], + "TaskZZ5": "[26,2,3,1,0,0,0,0]", + "ExpReq0_6": [ + 4.0721533248884787e+21, + 112410888607.03102, + 214533185274.25186, + 2851638862332.696, + 64497302448.79582, + 417544674105.16296, + 577233640929.251, + 64497302448.79582, + 5773666605530.322, + 325808826.30549127, + 27239.7851477687, + 34509590.81999272, + 1657413.983387411, + 1557331638.5250974, + 366739.6921535744, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.0019892833102583e+50, + 1947411660.8388212, + 360302.94119123596, + 15, + 15, + 15, + 15, + 15 + ], + "BuffsActive_9": [ + { + "0": 273, + "1": 202, + "2": 1020, + "length": 3 + } + ], + "QuestHm_8": [ + { + "0": "Eliteus2", + "1": "Select_an_Elite_Class:", + "2": "0", + "3": "1", + "length": 4 + }, + { + "0": "Slargon1", + "1": "Defeat_Suggmas:", + "2": 30078, + "3": "30000", + "length": 4 + }, + { + "0": "Bubbulyte1", + "1": "Open_Spring_Baggies:", + "2": "0", + "3": "500", + "length": 4 + }, + { + "0": "Tired_Mole3", + "1": "Equip_the_Divine_Scarf:", + "2": "0", + "3": "1", + "4": "Get_Kattlekruk_Cape:", + "5": "0", + "6": "1", + "length": 7 + } + ], + "QuestStatus_8": "{\"Eliteus1\":[10],\"Eliteus2\":[\"0\"],\"Scripticus10\":[\"0\"],\"XxX_Cattleprod_XxX1\":[\"0\",\"30\"],\"Scripticus11\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[\"0\",\"0\"],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[30078],\"Oinkin1\":[\"0\"],\"Slargon2\":[\"0\"],\"Oinkin2\":[\"0\",\"0\",\"0\"],\"Slargon3\":[\"0\"],\"Oinkin3\":[\"0\"],\"Slargon4\":[\"0\"],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[51],\"Mutton1\":[0,0,0],\"Bellows2\":[6299],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[15,71],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[\"0\"],\"Builder_Bird1\":[0],\"Stiltzcho4\":[\"0\"],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[\"0\"],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[143],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[\"0\"],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[\"0\"],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[\"0\"],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[\"0\"],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[\"0\",\"200\"],\"Scubidew2\":[\"0\",\"121\"],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[\"0\"],\"Meel1\":[\"0\"],\"Scripticus5\":[17],\"Cowbo_Jones13\":[\"0\"],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Tired_Mole1\":[8004623],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[13658745],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[\"0\"],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[\"0\"],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[\"0\"],\"Cowbo_Jones2\":[\"0\"],\"Cowbo_Jones3\":[\"0\"],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[0],\"Cowbo_Jones5\":[\"0\",\"0\"],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[\"0\",\"0\"],\"Cowbo_Jones6\":[\"0\"],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[\"0\"],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[\"0\",\"0\"],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[1],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[\"0\",0],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Toadstall2\":[\"0\"],\"Centurion3\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[\"0\",\"0\"],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[\"0\",1096],\"Woodsman4\":[0],\"Hoggindaz2\":[\"0\",\"0\"],\"Hoggindaz3\":[\"0\",\"0\",\"0\"],\"Hoggindaz4\":[\"0\",\"0\"],\"Hoggindaz5\":[\"0\"],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[\"0\"],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Iceland_Irwin1\":[0],\"Funguy4\":[\"0\",\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Bushlyte1\":[0],\"Dog_Bone2\":[0],\"Carpetiem1\":[\"0\"],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[\"0\",\"1\"],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[\"0\"],\"Speccius1\":[0,0],\"Loominadi3\":[\"0\"],\"Speccius2\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "FoodSlO_7": 6, + "PlayerStuff_7": "[10999,1,5,0,0,0,0,0,0,0]", + "AttackLoadoutpre_2": "[[273,288,635,\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "TaskZZ4": "[11737,7,23,38,10,14,2,0,0]", + "EMm1_0": "{\"0\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"3\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":24,\"LUK\":0,\"Weapon_Power\":16,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":36,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0}}", + "InvBagsUsed_6": "{\"0\":1,\"1\":1,\"2\":1,\"3\":\"2\",\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\"}", + "InventoryOrder_2": [ + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Quest61", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "EquipOrder_9": [ + { + "0": "EquipmentHats19", + "1": "EquipmentBows10", + "2": "EquipmentShirts27", + "3": "EquipmentPendant17", + "4": "EquipmentPants19", + "5": "EquipmentRings14", + "6": "EquipmentShoes5", + "7": "EquipmentRings14", + "8": "EquipmentHats34", + "9": "Blank", + "10": "Trophy2", + "11": "EquipmentKeychain5", + "12": "EquipmentCape8", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "EquipmentTools5", + "1": "EquipmentToolsHatchet2", + "2": "FishingRod4", + "3": "CatchingNet8", + "4": "TrapBoxSet7", + "5": "WorshipSkull7", + "6": "DNAgun2", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + }, + { + "0": "FoodG9", + "1": "FoodPotYe5", + "2": "FoodPotGr4", + "3": "FoodPotGr2", + "4": "FoodPotGr1", + "5": "FoodG10", + "6": "Blank", + "7": "Blank", + "8": "Blank", + "9": "Blank", + "10": "Blank", + "11": "Blank", + "12": "Blank", + "13": "Blank", + "14": "Blank", + "15": "Blank", + "length": 16 + } + ], + "QuestStatus_4": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[323548,0],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[\"0\",\"0\",\"72\"],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[17316,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[61081],\"Oinkin1\":[9],\"Slargon2\":[202027055],\"Oinkin2\":[7,2,3],\"Slargon3\":[219304498],\"Oinkin3\":[1],\"Slargon4\":[\"0\"],\"Poigu1\":[62],\"Poigu2\":[62],\"Poigu3\":[153],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[52],\"Mutton1\":[0,0,0],\"Bellows2\":[7184],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[12,74],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Builder_Bird1\":[0],\"Promotheus4\":[\"0\"],\"Stiltzcho4\":[14899],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[44720],\"Stiltzcho6\":[55087],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[62],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[1545],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[5],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[82767535],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[1,1],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[19295],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[40989],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[945599],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[0],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"TP_Pete1\":[40,87],\"Hamish2\":[0],\"Scubidew2\":[\"0\",\"121\"],\"Hamish3\":[0],\"Scubidew3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[11],\"Cowbo_Jones10\":[1,1],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[10],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[4],\"Scripticus5\":[10],\"Meel1\":[50],\"Cowbo_Jones13\":[100],\"Scripticus6\":[0],\"Meel2\":[0],\"Cowbo_Jones14\":[1,1],\"Tired_Mole1\":[11144342],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Tired_Mole2\":[19214065],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Scripticus8\":[0],\"Tired_Mole3\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Sprout1\":[0,0],\"Capital_P1\":[\"0\"],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[1],\"Shuvelle2\":[0],\"Gobo2\":[1],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[1,\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo4\":[\"0\",\"0\",23],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[11],\"Whattso3\":[13],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[\"0\"],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[4,1],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[9],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[20],\"Cowbo_Jones3\":[5],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[17],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[7],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[2343,17],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[0],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,4],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Toadstall2\":[\"0\"],\"Centurion3\":[219063],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[14,82767535],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion6\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,89],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,1],\"Hoggindaz4\":[2,25],\"Hoggindaz5\":[2],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[43],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Town_Marble1\":[0],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Funguy3\":[0],\"Funguy4\":[35,\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Yondergreen3\":[\"0\"],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Carpetiem1\":[770],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[234,\"1\"],\"Yondergreen7\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem3\":[1],\"Carpetiem4\":[44],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[17],\"Speccius2\":[1],\"Loominadi3\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "PVFishingSpotIndex_2": 1, + "Lv0_5": [ + 926, + 108, + 140, + 131, + 105, + 142, + 116, + 124, + 765, + 117, + 74, + 84, + 260, + 166, + 174, + 297, + 353, + 826, + 148, + 68, + -1, + -1, + -1, + -1, + -1 + ], + "CurrentMap_9": 312, + "ObolEqMAP_7": "{\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"3\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"13\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"14\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"15\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"20\":{\"UQ1val\":1,\"AGI\":-1,\"UQ1txt\":\"%_DROP_CHANCE\"}}", + "PVGender_1": 0, + "POu_4": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,21516,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", + "FoodSlO_4": 6, + "EquipQTY_2": [ + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 1, + "10": 1, + "11": 1, + "12": 1, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + }, + { + "0": 327474, + "1": 225926, + "2": 556, + "3": 0, + "4": 325, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 + } + ], + "MaxCarryCap_1": "{\"Souls\":100,\"Chopping\":20000,\"Mining\":20000,\"Quests\":10,\"Fishing\":5000,\"fillerz\":10,\"Critters\":10,\"Foods\":20000,\"bCraft\":10000,\"Bugs\":20000,\"Statues\":10}", + "CYSilverPens": 30, + "CYAnvilTabsOwned": 7, + "ItemQTY_2": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "Prayers_1": "[18,4,14,-1,-1,16,1,-1,-1,-1,-1,-1]", + "PVFishingToolkit_9": [ + 0, + 0 + ], + "CYWorldTeleports": 420, + "QuestStatus_0": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[1],\"XxX_Cattleprod_XxX1\":[15,6],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX2\":[30,18,3],\"Scripticus12\":[0,0,0],\"Scripticus13\":[1,1],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[18800,1],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[1],\"Masterius2\":[1],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[167366],\"Oinkin1\":[10],\"Slargon2\":[1045306],\"Oinkin2\":[14,5,7],\"Slargon3\":[37960476],\"Oinkin3\":[1],\"Slargon4\":[3627696],\"Poigu1\":[67],\"Poigu2\":[149],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[1],\"Dazey2\":[0,0,0],\"Bellows1\":[53],\"Mutton1\":[0,0,0],\"Bellows2\":[7186],\"Bellows3\":[1],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Promotheus1\":[1],\"Stiltzcho1\":[12,32],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Stiltzcho4\":[407459],\"Builder_Bird1\":[0],\"Promotheus4\":[1],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[154374],\"Stiltzcho6\":[185175],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[3],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[1550],\"Glumlee5\":[0],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Royal_Worm2\":[8],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[76845113],\"Papua_Piggea1\":[0],\"Krunk3\":[0,0,0],\"Royal_Worm4\":[1,1],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[150,7194],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[843],\"Royal_Worm7\":[100],\"Royal_Worm8\":[22],\"Pirate_Porkchop1\":[5776],\"Royal_Worm9\":[25000],\"Pirate_Porkchop2\":[51749247],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[3886257],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[99999999],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[21],\"Hoov2\":[21768],\"Hoov3\":[46],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"Scubidew2\":[5,41],\"TP_Pete1\":[62,68],\"Hamish3\":[0],\"Scubidew3\":[0],\"TP_Pete2\":[0],\"TP_Pete3\":[0],\"Cowbo_Jones10\":[1,1],\"Scripticus2\":[5],\"Cowbo_Jones11\":[\"0\"],\"Scripticus3\":[1,5],\"Cowbo_Jones12\":[\"0\"],\"Scripticus4\":[1,0,0],\"Cowbo_Jones13\":[\"0\"],\"Scripticus5\":[10],\"Meel1\":[43],\"Tired_Mole1\":[8159337],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Scripticus6\":[0],\"Meel2\":[0],\"Sussy_Gene1\":[1,1,1662],\"Tired_Mole2\":[15544982],\"Cowbo_Jones15\":[0,0,0],\"Scripticus7\":[1,1],\"Sussy_Gene2\":[1,1,1],\"Tired_Mole3\":[1,1],\"Scripticus8\":[0],\"Sussy_Gene3\":[1,1,\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[216],\"Sprout1\":[0,0],\"Capital_P2\":[1405],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[144],\"Capital_P3\":[14610],\"Lonely_Hunter2\":[35],\"Sprout3\":[0,0,0],\"Lonely_Hunter3\":[9,6,9],\"Shuvelle1\":[12,35],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Shuvelle3\":[0],\"Falloween_Pumpkin1\":[\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[13],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[7],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle6\":[15],\"Falloween_Pumpkin5\":[\"0\"],\"Shuvelle7\":[16],\"Whattso1\":[0],\"Whattso2\":[13],\"Whattso3\":[53],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Snake_Jar1\":[0],\"Cactolyte3\":[0],\"Worldo2\":[\"0\"],\"Snake_Jar2\":[0],\"Cactolyte4\":[\"0\"],\"Snake_Jar3\":[4,1],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[42],\"Cowbo_Jones3\":[5],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[6,1],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[7,1],\"Goldric2\":[16,91],\"Cowbo_Jones6\":[2],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[8,1],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Gangster_Gus1\":[\"0\"],\"Goldric6\":[18,\"6\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[1,1,1],\"Wellington2\":[0,0,0],\"Wellington3\":[1],\"Wellington4\":[1],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[1,1,1],\"Tiki_Chief3\":[7580,\"3\"],\"Tiki_Chief4\":[10,1],\"Monolith1\":[3340,4],\"Monolith2\":[0],\"Monolith3\":[100000],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[\"0\"],\"Bill_Brr1\":[8],\"Bill_Brr2\":[1],\"Bill_Brr3\":[3,\"1\"],\"Bill_Brr4\":[1],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[22,\"1\"],\"Bill_Brr7\":[1],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[25,4],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Toadstall2\":[1],\"Centurion3\":[409168],\"Centurion4\":[15,385979],\"Snouts1\":[0],\"Toadstall3\":[1],\"Centurion5\":[227,236,192,215,44],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion6\":[1],\"Snouts3\":[1],\"Lord_of_the_Hunt2\":[0,0],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt3\":[0,0],\"Snouts4\":[0],\"Centurion8\":[\"0\"],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Lord_of_the_Hunt4\":[0,0],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste971\":[0],\"Lord_of_the_Hunt7\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[3],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Woodsman4\":[0],\"Hoggindaz1\":[1,33],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,4],\"Hoggindaz4\":[1,9],\"Hoggindaz5\":[2],\"Funguy1\":[0,0,0],\"Hoggindaz6\":[0],\"Funguy2\":[39],\"Hoggindaz7\":[0],\"Town_Marble1\":[0],\"Telescope1\":[1],\"Funguy3\":[0],\"Yondergreen1\":[4],\"Hoggindaz8\":[0],\"Iceland_Irwin1\":[0],\"Funguy4\":[35,\"0\"],\"Hoggindaz9\":[1],\"Yondergreen2\":[0],\"Yondergreen3\":[244386.25344],\"Funguy5\":[0],\"Yondergreen4\":[0],\"Dog_Bone1\":[0],\"Yondergreen5\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Carpetiem1\":[802],\"Yondergreen6\":[\"0\"],\"Bushlyte2\":[0],\"Carpetiem2\":[10602640,0],\"Yondergreen7\":[1],\"Carpetiem3\":[\"0\"],\"Bushlyte3\":[0],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[35],\"Sad_Urie1\":[1],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "CurrentMap_2": 312, + "PVFishingToolkit_7": [ + 8, + 3 + ], + "IMmLENGTH_2": 112, + "CharSAVED_5": 5, + "ObolInvMAP_0": "{\"17\":{\"UQ1val\":1,\"WIS\":-1,\"UQ1txt\":\"%_DROP_CHANCE\"}}", + "RespTime_9": 0, + "Lv0_0": [ + 916, + 102, + 134, + 121, + 100, + 142, + 81, + 122, + 936, + 123, + 79, + 84, + 222, + 166, + 237, + 297, + 353, + 826, + 153, + 67, + -1, + -1, + -1, + -1, + -1 + ], + "IMm_8": "{\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"9\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", + "QuestHm_6": [ + { + "0": "Cowbo_Jones15", + "1": "BadgeD1", + "2": 0, + "3": 1, + "4": "BadgeD2", + "5": 0, + "6": 1, + "7": "BadgeD3", + "8": 0, + "9": 1, + "length": 10 + }, + { + "0": "Slargon2", + "1": "Defeat_Maccies:", + "2": "0", + "3": "250000", + "length": 4 + }, + { + "0": "Tired_Mole2", + "1": "Defeat_Crawlers:", + "2": "0", + "3": "10000000", + "length": 4 + }, + { + "0": "Pirate_Porkchop4", + "1": "Rarest_Treasure:", + "2": "0", + "3": "1000001", + "length": 4 + }, + { + "0": "Omar_Da_Ogar5", + "1": "Bug4", + "2": 0, + "3": 250000, + "4": "Bug7", + "5": 0, + "6": 75000, + "7": "BobJoePickle", + "8": 0, + "9": 2, + "length": 10 + } + ], + "StatueLevels_6": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "CYObolFragments": 1157, + "AnvilPA_6": [ + { + "0": 355841764, + "1": 136307945111.90517, + "2": 100, + "3": 11510945404, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 170.780705319292, + "3": 66798, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 329.22495323163, + "3": 62254, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 734.089178780638, + "3": 30612, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1529.92753670261, + "3": 15125, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1448.98089503063, + "3": 2, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 288.799842817095, + "3": 1998379, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 1036.61107526752, + "3": 112592, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 4613.246818274, + "3": 4024, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 3896.80346619972, + "3": 3331, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 11096.0836580486, + "3": 2404, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + }, + { + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 + } + ], + "Money_0": 1.0236835230308845e+33, + "InvBagsUsed_0": "{\"0\":1,\"1\":1,\"2\":1,\"3\":\"2\",\"4\":2,\"5\":2,\"6\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\"}", + "PVMinigamePlays_1": 5, + "PVStatList_0": [ + 271101, + 134168, + 142078, + 78000, + 916 + ], + "EMmLENGTH1_5": 16, + "EMmLENGTH0_3": 16, + "Money_7": 3.431202163564129e+33, + "ForgeItemQty": [ + 4389558, + 0, + 4, + 4389558, + 0, + 4, + 4389558, + 0, + 4, + 4389558, + 0, + 4, + 4389558, + 0, + 4, + 4389558, + 0, + 4, + 4389558, + 0, + 3, + 4389558, + 1818791, + 5, + 4389558, + 0, + 4, + 4389558, + 0, + 4, + 4389558, + 0, + 4, + 12171558, + 7662639, + 9, + 12171558, + 0, + 6, + 12171558, + 0, + 7, + 12171558, + 0, + 6, + 12171558, + 0, + 6 + ], + "IMmLENGTH_6": 112, + "CharSAVED_8": 5, + "PrinterXtra": [ + "Fish6", + "3.5284200857827E7", + "Copper", + "1.0101132105699354E10", + "Fish8", + "1.1827343259111416E7", + "Fish12", + 1009222.30134025, + "Fish9", + "1.4298120738126682E7", + "PalmTree", + "3.1497751820713763E9", + "ToiletTree", + "2.024657116017125E9", + "SaharanFoal", + "1.2116327455211155E9", + "Tree7", + "9.48777651486607E8", + "Tree14", + 178986053.62230307, + "Bug6", + "4.4603768671919465E7", + "Bug7", + "3.492073344060208E7", + "Bug8", + "2.276543389490578E7", + "Bug9", + "1.5451651964868177E7", + "Bug10", + 7931848.00863233, + "Void", + "1.466726615176182E9", + "Lustre", + "1.061702125779973E9", + "Starfire", + "6.509876371713014E8", + "Dreadlo", + "3.68815403498719E8", + "Godshard", + "1.7716588456986153E8", + "Tree13", + "4.0775984478921264E7", + "Tree11", + "1.3508990277749485E8", + "BirchTree", + "7.983066213212927E9", + "JungleTree", + "5.418121907097374E9", + "ForestTree", + "3.5431529108668756E9", + "Jungle2", + 896921.6832, + "LavaB2", + 647759.50848, + "GalaxyA1", + 533565.8712, + "LavaA1", + 455442.6528, + "DesertA2", + 1014107.18976, + "GalaxyB4", + 1671333, + "SnowB2", + 2151397, + "SnowB5", + 2151397, + "SnowB3", + 2113325, + "SnowC1", + 2054727, + "Marble", + "1.0568309318139687E8", + "Gold", + "1.7229552023950999E9", + "Plat", + "8.463261542914724E8", + "Dementia", + "4.6895411668410367E8", + "Void", + "3.3939241069613475E8", + "Tree8", + "3.328741854015201E8", + "Tree9", + "2.0410175588074854E8", + "Tree10", + "1.233772210112056E8", + "Tree12", + "5.466465980446981E7", + "Tree13", + "3.0946101639774345E7", + "Bug6", + "1.0953345676803058E7", + "Bug8", + 5604698.95670182, + "Bug9", + 3783883.05198651, + "Bug2", + "6.94755068642937E7", + "Bug7", + 8563524.80186421, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "Blank", + 0, + "EquipmentPendant14", + "ObolBronze0", + "Cutter", + "EquipmentPants10", + "EquipmentHats5", + "ObolSilverMoney", + "ObolBronzeEXP", + "EquipmentBows4", + "EquipmentShirts21", + "SpiD3", + "EquipmentHats11", + "EquipmentHats6", + "ObolSilverDamage", + "ObolBronze3", + "ObolBronze1", + "InvBag100", + "LavaB3", + "ObolSilver0", + "Line4", + "EquipmentHats25", + "EquipmentShirts16", + "EquipmentPendant32", + "FoodHealth2", + "InvBag7", + "FoodPotOr2", + "EquipmentHats9", + "InvBag101", + "FoodPotYe5", + "ObolBronzePop", + "FoodPotRe2", + "FoodPotMana2", "StoneT2", - "StoneT3", - "StoneT4", - "StoneT5", - "StoneT6", - "StoneT7", - "StoneHelm1", - "StoneHelm6", - "StoneHelm1b", - "StoneHelm7", - "StoneZ1", - "StoneZ2", - "StoneZ3", - "StoneZ4", - "JobApplication", - "SmithingHammerChisel", - "BobJoePickle", - "BoneJoePickle", - "Quest3", - "Quest4", - "Quest7", - "Quest15", - "Quest18", - "Quest19", - "Quest21", - "Quest22", - "Quest23", - "Quest24", - "Quest25", - "Quest27", - "GoldricP2", - "GoldricP3", - "Quest32", - "Quest41", - "Quest56", - "Quest78", - "Coral1", - "Coral2", - "EquipmentStatues1", - "EquipmentStatues2", - "EquipmentStatues3", - "EquipmentStatues4", - "EquipmentStatues5", - "EquipmentStatues6", - "EquipmentStatues7", - "EquipmentStatues8", - "EquipmentStatues10", - "EquipmentStatues14", - "EquipmentStatues17", - "EquipmentStatues18", - "EquipmentStatues20", - "EquipmentStatues21", - "EquipmentStatues22", - "EquipmentStatues23", - "EquipmentStatues24", - "EquipmentStatues25", - "EquipmentStatues26", - "EquipmentStatues27", - "EquipmentStatues28", - "EquipmentStatues30", - "EquipmentStatues31", - "EquipmentStatues32", - "Weight3", - "Weight4", - "Weight7", - "Weight13", - "Line3", - "Line8", - "Line9", - "Line14", - "Ladle", - "PetEgg", - "Quest114", - "Quest112", - "Ht", - "StonePremSTR", - "StonePremLUK", - "StonePremAGI", - "LockedInvSpace" + "ObolBronze2", + "EquipmentRings23", + "FoodHealth10", + "SpiB4", + "Trophy2", + "Grasslands3", + "FoodPotYe2", + "EquipmentHats101", + "FoodPotMana4", + "ObolBronzeTrapping", + "ObolBronzeKill", + "ObolBronzeCons", + "ObolBronzeWorship", + "EquipmentShoes32", + "EquipmentRings25", + "FoodPotOr3", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank" + ], + "PVMinigamePlays_9": 5, + "Money_5": 4.0806615922504725e+33, + "QuestComplete_4": "{\"Eliteus1\":1,\"Eliteus2\":1,\"Scripticus10\":1,\"XxX_Cattleprod_XxX1\":0,\"Scripticus11\":1,\"XxX_Cattleprod_XxX2\":-1,\"Scripticus12\":0,\"Scripticus13\":-1,\"XxX_Cattleprod_XxX3\":-1,\"Nebulyte1\":-1,\"Djonnut1\":1,\"Nebulyte2\":-1,\"Djonnut2\":1,\"Nebulyte3\":-1,\"Djonnut3\":0,\"Nebulyte4\":-1,\"Lava_Larry1\":1,\"Masterius1\":-1,\"Masterius2\":-1,\"Crystalswine4\":-1,\"Crystalswine5\":-1,\"Crystalswine6\":-1,\"Slargon1\":1,\"Oinkin1\":1,\"Slargon2\":1,\"Oinkin2\":1,\"Slargon3\":0,\"Oinkin3\":1,\"Slargon4\":-1,\"Poigu1\":1,\"Poigu2\":1,\"Poigu3\":1,\"Lord_of_the_Hunt10\":1,\"Lord_of_the_Hunt11\":-1,\"Dazey1\":-1,\"Mr_Pigibank1\":1,\"Dazey2\":-1,\"Bellows1\":1,\"Mutton1\":1,\"Bellows2\":1,\"Bellows3\":1,\"Mutton2\":1,\"Bellows4\":1,\"Mutton3\":1,\"Mutton4\":0,\"Secretkeeper1\":-1,\"Promotheus1\":1,\"Stiltzcho1\":1,\"Promotheus2\":1,\"Stiltzcho2\":1,\"Promotheus3\":0,\"Stiltzcho3\":1,\"Builder_Bird1\":1,\"Promotheus4\":-1,\"Stiltzcho4\":1,\"Constructor_Crow1\":1,\"Stiltzcho5\":1,\"Stiltzcho6\":0,\"Egggulyte1\":-1,\"Egggulyte2\":-1,\"Woodlin_Elder1\":1,\"Glumlee1\":1,\"Woodlin_Elder2\":1,\"Glumlee2\":1,\"Woodlin_Elder3\":-1,\"Glumlee3\":1,\"Woodlin_Elder4\":-1,\"Glumlee4\":-1,\"Woodlin_Elder5\":-1,\"Royal_Worm1\":1,\"Obol_Altar1\":1,\"Krunk1\":-1,\"Glumlee5\":-1,\"Royal_Worm2\":1,\"Krunk2\":-1,\"Spirit_Sungmin1\":1,\"Royal_Worm3\":1,\"Papua_Piggea1\":-1,\"Krunk3\":-1,\"Royal_Worm4\":1,\"Papua_Piggea2\":-1,\"Royal_Worm5\":0,\"Papua_Piggea3\":-1,\"Royal_Worm6\":-1,\"Papua_Piggea4\":-1,\"Royal_Worm7\":-1,\"Royal_Worm8\":-1,\"Pirate_Porkchop1\":1,\"Royal_Worm9\":-1,\"Pirate_Porkchop2\":1,\"Rocklyte1\":-1,\"Pirate_Porkchop3\":1,\"Rocklyte2\":-1,\"Pirate_Porkchop4\":0,\"Hoggindaz10\":-1,\"Rocklyte3\":-1,\"Bubbulyte1\":-1,\"Rift_Ripper1\":1,\"Omar_Da_Ogar1\":1,\"Omar_Da_Ogar2\":1,\"Coastiolyte1\":-1,\"Omar_Da_Ogar3\":1,\"Coastiolyte2\":-1,\"Omar_Da_Ogar4\":1,\"Picnic_Stowaway1\":1,\"Omar_Da_Ogar5\":-1,\"Picnic_Stowaway2\":1,\"Omar_Da_Ogar6\":-1,\"Picnic_Stowaway3\":1,\"Picnic_Stowaway4\":-1,\"Picnic_Stowaway5\":-1,\"Picnic_Stowaway6\":-1,\"Picnic_Stowaway7\":-1,\"Picnic_Stowaway8\":-1,\"Picnic_Stowaway9\":-1,\"Hoov1\":-1,\"Hoov2\":-1,\"Hoov3\":-1,\"Hoov4\":-1,\"Blobbo1\":1,\"Hamish1\":0,\"Scubidew1\":-1,\"Blobbo2\":1,\"TP_Pete1\":1,\"Hamish2\":-1,\"Scubidew2\":-1,\"Hamish3\":-1,\"Scubidew3\":-1,\"TP_Pete2\":1,\"TP_Pete3\":1,\"Scripticus2\":1,\"Cowbo_Jones10\":1,\"Scripticus3\":1,\"Cowbo_Jones11\":1,\"Scripticus4\":1,\"Cowbo_Jones12\":1,\"Scripticus5\":1,\"Meel1\":1,\"Cowbo_Jones13\":1,\"Scripticus6\":1,\"Meel2\":0,\"Cowbo_Jones14\":1,\"Tired_Mole1\":1,\"Scripticus7\":1,\"Cowbo_Jones15\":0,\"Tired_Mole2\":1,\"Sussy_Gene1\":1,\"Scripticus8\":1,\"Tired_Mole3\":0,\"Sussy_Gene2\":1,\"Scripticus9\":1,\"Sussy_Gene3\":-1,\"Sprout1\":0,\"Capital_P1\":-1,\"Sprout2\":-1,\"Lonely_Hunter1\":0,\"Capital_P2\":-1,\"Sprout3\":-1,\"Lonely_Hunter2\":-1,\"Capital_P3\":-1,\"Lonely_Hunter3\":-1,\"Shuvelle1\":-1,\"Sprout4\":-1,\"Gobo1\":1,\"Shuvelle2\":-1,\"Gobo2\":1,\"Shuvelle3\":-1,\"Falloween_Pumpkin1\":-1,\"Falloween_Pumpkin2\":-1,\"Shuvelle4\":-1,\"Gobo3\":1,\"Falloween_Pumpkin3\":-1,\"Shuvelle5\":-1,\"Gobo4\":1,\"Gobo5\":1,\"Typhoon1\":1,\"Falloween_Pumpkin4\":-1,\"Shuvelle6\":-1,\"Falloween_Pumpkin5\":-1,\"Shuvelle7\":-1,\"Whattso1\":1,\"Whattso2\":1,\"Whattso3\":0,\"Whattso4\":-1,\"Carpenter_Cardinal1\":1,\"Nebula_Neddy1\":1,\"Postboy_Pablob1\":1,\"Cactolyte1\":-1,\"Cactolyte2\":-1,\"Worldo1\":1,\"Snake_Jar1\":1,\"Cactolyte3\":-1,\"Worldo2\":1,\"Snake_Jar2\":1,\"Cactolyte4\":-1,\"Snake_Jar3\":1,\"Snake_Jar4\":0,\"Bandit_Bob1\":1,\"Bandit_Bob2\":1,\"Bandit_Bob3\":1,\"Bandit_Bob4\":1,\"Cowbo_Jones1\":1,\"Cowbo_Jones2\":1,\"Cowbo_Jones3\":1,\"Cowbo_Jones4\":1,\"Walupiggy1\":1,\"Goldric1\":1,\"Cowbo_Jones5\":1,\"Walupiggy2\":1,\"Goldric2\":1,\"Cowbo_Jones6\":1,\"Walupiggy3\":1,\"Goldric3\":1,\"Cowbo_Jones7\":1,\"Walupiggy4\":1,\"Goldric4\":1,\"Cowbo_Jones8\":1,\"Goldric5\":1,\"Cowbo_Jones9\":1,\"Gangster_Gus1\":1,\"Goldric6\":1,\"Gangster_Gus2\":1,\"Gangster_Gus3\":1,\"Loveulyte1\":-1,\"Loveulyte2\":-1,\"Wellington1\":0,\"Wellington2\":-1,\"Wellington3\":-1,\"Wellington4\":-1,\"Picnic_Stowaway10\":-1,\"Picnic_Stowaway11\":-1,\"Tiki_Chief1\":0,\"Picnic_Stowaway12\":-1,\"Tiki_Chief2\":-1,\"Tiki_Chief3\":-1,\"Tiki_Chief4\":-1,\"Monolith1\":1,\"Monolith2\":0,\"Monolith3\":-1,\"Muhmuguh1\":1,\"Muhmuguh2\":1,\"Muhmuguh3\":1,\"Bill_Brr1\":0,\"Bill_Brr2\":-1,\"Bill_Brr3\":-1,\"Bill_Brr4\":-1,\"Giftmas_Blobulyte1\":-1,\"Bill_Brr5\":-1,\"Giftmas_Blobulyte2\":-1,\"Bill_Brr6\":-1,\"Bill_Brr7\":-1,\"Giftmas_Blobulyte3\":-1,\"Centurion1\":1,\"Centurion2\":1,\"Toadstall1\":1,\"Toadstall2\":1,\"Centurion3\":1,\"Toadstall3\":1,\"Snouts1\":-1,\"Centurion4\":0,\"Lord_of_the_Hunt1\":1,\"Snouts2\":-1,\"Centurion5\":-1,\"Lord_of_the_Hunt2\":1,\"Snouts3\":-1,\"Centurion6\":-1,\"Snouts4\":-1,\"Lord_of_the_Hunt3\":1,\"Centurion7\":-1,\"Lord_of_the_Hunt4\":1,\"QuestNameFiller2\":-1,\"Centurion8\":-1,\"Lord_of_the_Hunt5\":1,\"Lord_of_the_Hunt6\":1,\"Lord_of_the_Hunt7\":1,\"Fishpaste971\":-1,\"Lafu_Shi1\":1,\"Fishpaste972\":-1,\"Lord_of_the_Hunt8\":1,\"Lafu_Shi2\":1,\"Lord_of_the_Hunt9\":1,\"Lafu_Shi3\":1,\"Lafu_Shi4\":1,\"Lafu_Shi5\":1,\"Woodsman1\":1,\"Lafu_Shi6\":1,\"Woodsman2\":1,\"Woodsman3\":1,\"Hoggindaz1\":1,\"Woodsman4\":0,\"Hoggindaz2\":1,\"Hoggindaz3\":1,\"Hoggindaz4\":1,\"Hoggindaz5\":1,\"Hoggindaz6\":0,\"Funguy1\":1,\"Hoggindaz7\":-1,\"Funguy2\":1,\"Iceland_Irwin1\":1,\"Telescope1\":1,\"Town_Marble1\":1,\"Yondergreen1\":-1,\"Hoggindaz8\":-1,\"Funguy3\":1,\"Funguy4\":1,\"Hoggindaz9\":-1,\"Yondergreen2\":-1,\"Yondergreen3\":-1,\"Funguy5\":1,\"Yondergreen4\":-1,\"Dog_Bone1\":1,\"Yondergreen5\":-1,\"Dog_Bone2\":1,\"Bushlyte1\":-1,\"Carpetiem1\":1,\"Yondergreen6\":-1,\"Bushlyte2\":-1,\"Carpetiem2\":1,\"Yondergreen7\":-1,\"Bushlyte3\":-1,\"Carpetiem3\":1,\"Carpetiem4\":1,\"Desert_Davey2\":1,\"Loominadi1\":1,\"Speccius1\":1,\"Loominadi2\":1,\"Speccius2\":1,\"Loominadi3\":1,\"Loominadi4\":0,\"Potti1\":-1,\"Potti2\":-1,\"Potti3\":-1,\"Potti4\":-1,\"Potti5\":-1,\"Potti6\":-1,\"Potti7\":-1,\"Sad_Urie1\":1,\"Snootie1\":0,\"Snootie2\":-1,\"Snootie3\":-1,\"Bloo_Radley1\":1,\"Bloo_Radley2\":1,\"Toobus_Goobus1\":1,\"Toobus_Goobus2\":1,\"Toobus_Goobus3\":1,\"Zenelith1\":1}", + "FoodSlO_3": 6, + "AttackLoadout_1": "[[588,490,529,526,482,586],[585,\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",639,635,460],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "StatueLevels_5": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", + "ObolEqO1": [ + "ObolSilverPop", + "ObolSilverPop", + "ObolGoldLuck", + "ObolSilverPop", + "ObolHyper0", + "ObolSilverPop", + "ObolPlatinumLuck", + "ObolPinkLuck", + "ObolPlatinumLuck", + "ObolHyper0", + "ObolGoldLuck", + "ObolPinkLuck", + "ObolPinkLuck", + "ObolHyperB0", + "ObolSilverPop", + "ObolPlatinumLuck", + "ObolPinkLuck", + "ObolPlatinumLuck", + "ObolHyper0", + "ObolSilverPop", + "ObolSilverPop", + "ObolGoldLuck", + "ObolSilverPop", + "ObolSilverPop" ], - "PldTraps_2": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "PostOfficeInfo0": [ - { - "0": "Fish2", - "1": 130, - "2": 0, - "length": 3 - }, + "CharacterClass_2": 22, + "IMmLENGTH_1": 112, + "SM_8": "{\"0\":299,\"1\":299,\"5\":245,\"6\":245,\"8\":299,\"9\":100,\"10\":498,\"11\":494,\"12\":944,\"13\":100,\"75\":100,\"144\":217,\"445\":245,\"446\":100,\"447\":299,\"448\":245,\"449\":245,\"450\":100,\"451\":100,\"452\":141,\"453\":100,\"454\":100,\"455\":146,\"456\":141,\"457\":152,\"458\":100,\"459\":145,\"460\":142,\"461\":157,\"462\":148,\"463\":100,\"464\":109,\"472\":147,\"480\":100,\"481\":140,\"482\":100,\"483\":299,\"484\":100,\"485\":147,\"486\":100,\"487\":149,\"488\":159,\"489\":100,\"490\":100,\"491\":128,\"492\":147,\"493\":147,\"494\":100,\"525\":198,\"526\":224,\"527\":200,\"528\":100,\"529\":299,\"530\":155,\"531\":209,\"532\":214,\"533\":181,\"535\":299,\"536\":299,\"537\":299,\"538\":299,\"539\":299,\"585\":100,\"586\":100,\"587\":100,\"588\":100,\"589\":100,\"590\":100,\"591\":100,\"592\":100,\"593\":100,\"594\":100,\"595\":100,\"596\":100,\"597\":100,\"598\":100,\"599\":100,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "CurrentMap_5": 312, + "RespTime_2": 0, + "CauldronJobs0": "[[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[2,3,6,-1,-1,-1,-1,-1],[7,8,9,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1]]", + "OptL_2": [ + 1, + 1, + 2, + 10, + 1, + 0, + 1223, + 0, + 0, + 0, + 0, + 0, + 2, + 0, + 0, + 1, + 26, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 0, + 6, + 0, + 3233, + 0 + ], + "PVFishingToolkit_0": [ + 13, + 12 + ], + "CSetEq_4": "{\"{%_Dmg,_Drop,_and_EXP\":30}", + "OptL_9": [ + 1, + 1, + 2, + 22, + 1, + 0, + 991, + 0, + 0, + 0, + 0, + 0, + 2, + 0, + 1, + 1, + 27, + 0, + 0, + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 0, + 1, + 1, + 0, + 6, + 0, + 3683, + 0 + ], + "PVtStarSign_9": "55,7,22,", + "Cards0": "{\"Fish8\":4469,\"stache\":6715970,\"Fish9\":151538,\"babaHour\":96,\"snowball\":56659,\"steakR\":20,\"mini4a\":5135,\"springEvent1\":49,\"frogGG\":38,\"demonP\":299620,\"springEvent2\":45,\"skele\":574,\"crabcake\":50282,\"w4c1\":68499,\"w4c2\":60711,\"w4c3\":51491,\"w6c1\":1759,\"w5a1\":74158,\"steak\":88228,\"BirchTree\":13129,\"w4c4\":37328,\"w6c2\":6653,\"Plat\":6548,\"shovelR\":5301,\"w5a2\":68309,\"frogGR\":5,\"w5a3\":74775,\"goblinG\":2947819,\"w5a4\":73852,\"w5a5\":64454,\"babaMummy\":754,\"shovelY\":597,\"pincermin\":82394,\"Fish10\":45583,\"iceknight\":8,\"Fish11\":11569,\"Fish12\":2539,\"ForgeA\":1080,\"Boss4A\":997,\"Boss4B\":971,\"ForgeB\":450,\"sheep\":514599,\"Boss4C\":35,\"Bug1\":7885,\"Dreadlo\":7323,\"Bug2\":10571,\"Bug3\":11894,\"Bug4\":14871,\"babayaga\":164,\"Bug5\":293,\"Bug6\":343,\"branch\":44658,\"Bug7\":262,\"Bug8\":963,\"Bug9\":515,\"mini3a\":4347,\"potato\":244442,\"Starfire\":6014,\"mamoth\":276250,\"mushG\":46231208,\"ToiletTree\":6960,\"w4b1\":91788,\"SaharanFoal\":6626,\"w4b2\":40876,\"w4b3\":51655,\"w6b1\":5477,\"w4b4\":41058,\"w6b2\":26729,\"w4b5\":24020,\"iceBossZ2\":1,\"w6b3\":97556,\"w6b4\":95276,\"mushP\":17807,\"rocky\":2,\"flake\":822837,\"mushR\":257001,\"CritterCard10\":4375,\"mimicA\":70841,\"Copper\":65172,\"moonman\":59780,\"slimeB\":3285,\"CritterCard1\":1887,\"crabcakeB\":1999,\"mushW\":40714,\"potatoB\":1,\"CritterCard2\":1362,\"Boss3A\":746,\"sandcastle\":392565,\"frogBIG\":1731519,\"bloque\":5967792,\"CritterCard3\":2608,\"glass\":76117,\"Boss3B\":731,\"Boss3C\":5819,\"Lustre\":26944,\"CritterCard4\":2330,\"ratB\":25117,\"CritterCard5\":1229,\"slimeG\":5424943,\"jarSand\":76454,\"CritterCard6\":1075,\"poopBig\":178,\"Gold\":7635,\"CritterCard7\":1575,\"totem\":6,\"CritterCard8\":1494,\"EasterEvent1\":41,\"sandgiant\":116121,\"mini6a\":12,\"Godshard\":6629,\"iceBossZ\":1,\"EasterEvent2\":25,\"snakeB\":75575,\"CritterCard9\":2098,\"anni4Event1\":76,\"frogGR2\":8,\"frogGR3\":10,\"frogGR4\":2,\"SummerEvent1\":114,\"sheepB\":98,\"SummerEvent2\":77,\"poopSmall\":166308,\"snakeG\":22110579,\"loveEvent\":75,\"acorn\":205807,\"slimeR\":27101,\"w5c1\":57187,\"w5c2\":219365,\"SoulCard1\":1597,\"w4a2\":17920,\"SoulCard2\":1410,\"w4a3\":208852,\"ghost\":65,\"w6a1\":17734,\"SoulCard3\":177,\"PalmTree\":6976,\"w6a2\":57919,\"target\":1,\"SoulCard4\":526,\"w6a3\":5242,\"SoulCard5\":698,\"w6a4\":11403,\"SoulCard6\":184,\"w6a5\":5707,\"SoulCard7\":42,\"caveB\":70576,\"Bandit_Bob\":506,\"thermostat\":54742,\"Dementia\":5524,\"beanG\":21981516,\"Boss6A\":3010,\"Boss6B\":90,\"snakeY\":118,\"Crystal0\":59577206,\"Boss6C\":6313,\"JungleTree\":8954,\"Crystal1\":74906,\"Boss2A\":301,\"Crystal2\":198120551,\"Crystal3\":19388176,\"Boss2B\":27,\"Tree10\":483,\"Boss2C\":115,\"Crystal4\":39737118,\"ram\":89397,\"Tree12\":9,\"xmasEvent2\":67,\"Crystal5\":19645554,\"xmasEvent3\":20,\"frogD\":49,\"Tree13\":98,\"plank\":3009704,\"mini5a\":14,\"frogG\":751141,\"poopD\":582,\"AlienTree\":1130,\"Iron\":7478,\"loveEvent2\":89,\"loveEvent3\":82,\"frogP\":85,\"skele2\":54291,\"penguin\":62616,\"carrotO\":207677967,\"w6d1\":3565,\"cactus\":1,\"w5b1\":41234,\"w6d2\":6056,\"frogR\":16,\"w5b2\":31405,\"w6d3\":83961,\"wolfA\":818,\"w5b3\":1186467,\"wolfB\":728,\"w5b4\":45347,\"snailZ\":50223,\"wolfC\":99,\"eye\":91663,\"w5b5\":46731,\"w5b6\":44585,\"Bug10\":892,\"frogW\":2,\"xmasEvent\":57,\"Void\":5406,\"Bug12\":478,\"frogY\":15,\"StumpTree\":9977,\"coconut\":117975,\"Bug13\":573,\"OakTree\":18051,\"Tree7\":16180,\"Fish1\":40856,\"Boss5A\":57,\"Boss5B\":74,\"Fish2\":24130,\"Tree8\":264,\"Fish3\":15293,\"ForestTree\":9180,\"Tree9\":305,\"Boss5C\":106,\"Fish4\":9550,\"Fish5\":365576,\"Fish6\":106559,\"Fish7\":22843,\"speaker\":56167,\"caveC\":33419,\"w7a1\":340676,\"SpelunkingCard0\":50843,\"w7a2\":310714,\"w7a3\":59915,\"Crystal6\":1476,\"CritterCard11\":3760,\"w7a4\":28861,\"SpelunkingCard1\":45464,\"w7a7\":55883,\"Prehistrium\":909,\"w7a5\":33777,\"w7a6\":101615,\"w7a8\":22704,\"SoulCard8\":25,\"cropfallEvent1\":13,\"fallEvent1\":6,\"Tree14\":5,\"Bug14\":247,\"w7a9\":1580,\"w7a10\":36427,\"SpelunkingCard2\":5000,\"xmasEvent4\":76,\"w7a11\":44308,\"SpelunkingCard3\":421}", + "AttackLoadoutpre_0": "[[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[94,115,635,\"Null\",\"Null\",100],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"],[\"Null\",\"Null\",\"Null\",\"Null\",\"Null\",\"Null\"]]", + "EquipQTY_5": [ { - "0": "TestObj3", + "0": 1, "1": 1, - "2": 0, - "length": 3 - }, - { - "0": "Grasslands2", - "1": 190, - "2": 0, - "length": 3 + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 1, + "8": 1, + "9": 1, + "10": 1, + "11": 1, + "12": 1, + "13": 0, + "14": 0, + "15": 0, + "length": 16 }, { - "0": "DesertA3b", + "0": 1, "1": 1, - "2": 0, - "length": 3 - }, - { - "0": "SnowA3", - "1": 286, - "2": 0, - "length": 3 + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 }, { - "0": "GalaxyC1", - "1": 492, - "2": 0, - "length": 3 + "0": 0, + "1": 327379, + "2": 297, + "3": 9, + "4": 327470, + "5": 212821, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "length": 16 } ], - "PVGender_7": 1, - "PlayerStuff_4": "[33650,1,5,0,0,0,0,0,0,0]", - "CharacterClass_9": 22, - "PVGender_5": 3, - "CSver": 28.05, - "CauldronJobs0": "[[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[2,3,6,-1,-1,-1,-1,-1],[7,8,9,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1],[-1,-1,-1,-1,-1,-1,-1,-1]]", - "OptL_7": [ - 1, - 1, - 2, - 21, + "PTimeAway_2": 1770328.374095, + "RespTime_0": 0, + "PVGender_6": 4, + "PldTraps_9": "[[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,1909.3249998092651,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", + "Money_8": 3.6535694363402325e+33, + "SL_0": "{\"0\":188,\"1\":163,\"5\":195,\"6\":219,\"8\":267,\"9\":100,\"10\":1076,\"11\":494,\"12\":408,\"13\":100,\"81\":200,\"85\":205,\"86\":100,\"87\":385,\"88\":200,\"89\":213,\"90\":103,\"91\":100,\"92\":183,\"93\":100,\"94\":220,\"95\":188,\"96\":185,\"97\":208,\"98\":180,\"99\":217,\"100\":200,\"101\":207,\"102\":210,\"103\":189,\"104\":110,\"105\":127,\"106\":130,\"107\":107,\"108\":115,\"109\":202,\"110\":207,\"111\":105,\"112\":201,\"114\":191,\"115\":147,\"116\":128,\"117\":131,\"118\":145,\"119\":111,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":176,\"141\":100,\"142\":214,\"143\":194,\"144\":152,\"145\":192,\"146\":216,\"147\":202,\"148\":201,\"149\":207,\"195\":100,\"196\":299,\"197\":299,\"198\":299,\"199\":299,\"200\":296,\"201\":1,\"202\":100,\"203\":1,\"204\":89,\"205\":1,\"206\":44,\"207\":100,\"208\":100,\"209\":100,\"616\":50,\"617\":150,\"618\":10,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":1,\"627\":50,\"628\":100,\"631\":100,\"632\":100,\"634\":50,\"635\":100,\"636\":16,\"637\":0,\"638\":96,\"639\":1,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"651\":100,\"652\":300,\"654\":150,\"655\":44,\"656\":200,\"657\":100,\"658\":200}", + "EMmLENGTH0_8": 16, + "PVFishingSpotIndex_0": 0, + "CloudsaveTimer": 54819226, + "PVFishingToolkit_3": [ 1, + 11 + ], + "bun_a": 1, + "AtkCD_3": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":6,\"121\":12,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":29,\"167\":12,\"168\":124,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "AnvilPAstats_5": [ + 0, + 600, + 700, + 149, + 1519, + 68 + ], + "CYAFKdoubles": 3, + "CYColosseumTickets": 728, + "AnvilPAstats_1": [ + 5, + 600, + 700, + 167, + 1206, + 58 + ], + "Exp0_2": [ + 9.359046780143954e+22, + "2.803096072371317E8", + 241388828881.26276, + "4.663155702146538E8", + "8.235332092938209E7", + 264171075496.69904, + 799083545.2696723, + 32175146891.879982, + 8521312082.880398, + 44144300.99628039, + 20313318.334378302, + 1569701.8838126916, + 587729.465188635, + 1320476697.123318, + 373104.64740826003, + 4.350655207507805e+33, + 4.678235540557281e+23, + 5.339486165791858e+49, + 501524132.38953424, + 54106270.550821915, + 0, + 0, + 0, + 0 + ], + "ForgeIntProg": [ + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 12313.098673072318, + 2313.0986729772685, + 2313.0986729772685, + 2313.0986729772685, + 2313.0986729772685, + 2313.0986729772685 + ], + "POu_7": "[400,400,400,0,400,0,0,400,400,0,0,400,400,400,0,400,0,247,0,0,500,800,800,0,0,0,0,0,0,0,0,0,0,0,0,0]", + "TaskZZ3": "[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1]]", + "Cooking": "[[2,0,-1,-1,-1,-1,493,491,387,0,0],[2,0,6,7,8,9,481,487,357,0,0],[2,0,6,7,8,9,485,443,352,0,0],[2,0,4,7,8,9,472,429,352,0,0],[2,0,4,7,8,9,461,450,352,0,0],[2,0,4,7,8,9,450,431,352,0,0],[2,0,-1,-1,-1,-1,429,414,352,0],[2,0,-1,-1,-1,-1,414,404,352,0],[2,0,-1,-1,-1,-1,391,366,352,0],[2,0,-1,-1,-1,-1,375,363,362,0,0]]", + "AnvilPAselect_6": [ + 0, + 0, + 0 + ], + "CSetEq_9": "{\"{%_Skill_EXP_Gain\":25}", + "QuestHm_5": [], + "AtkCD_7": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", + "NPCdialogue_7": "{\"Loominadi\":3,\"Promotheus\":20,\"Stiltzcho\":29,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":7,\"Masterius\":5,\"Lava_Larry\":9999,\"Carpetiem\":0,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Scubidew\":2,\"Yondergreen\":0,\"Telescope\":9999,\"Hamish\":0,\"Town_Marble\":3,\"Blobbo\":6,\"Obol_Altar\":9999,\"Krunk\":0,\"Tribal_Shaman\":0,\"Funguy\":14,\"Goldric\":0,\"Grasslands_Gary\":9999,\"Hoov\":0,\"Glumlee\":26,\"Woodlin_Elder\":7,\"Cowbo_Jones\":1,\"Eliteus\":4,\"Typhoon\":5,\"Egggulyte\":0,\"Woodsman\":0,\"Gobo\":18,\"Picnic_Stowaway\":20,\"Poigu\":0,\"Tiki_Chief\":5,\"Sprout\":0,\"Capital_P\":0,\"Coastiolyte\":0,\"Slargon\":6,\"Oinkin\":0,\"Snake_Jar\":6,\"Builder_Bird\":9999,\"Clown\":9999,\"Sussy_Gene\":8,\"Rift_Ripper\":9999,\"Speccius\":11,\"Wellington\":3,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Scripticus\":47,\"Desert_Davey\":9999,\"Pirate_Porkchop\":0,\"questDisp\":0,\"Giftmas_Blobulyte\":0,\"Crystalswine\":0,\"Gangster_Gus\":12,\"Mutton\":9,\"Dog_Bone\":14,\"Djonnut\":2,\"TP_Pete\":2,\"Bill_Brr\":0,\"Potti\":0,\"Whattso\":7,\"Walupiggy\":12,\"Legumulyte\":0,\"XxX_Cattleprod_XxX\":0,\"Dazey\":0,\"Hoggindaz\":7,\"Mr_Pigibank\":9999,\"Muhmuguh\":12,\"Falloween_Pumpkin\":0,\"Shuvelle\":0,\"Lonely_Hunter\":0,\"Fishpaste97\":3,\"Lafu_Shi\":19,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Meel\":3,\"Royal_Worm\":0,\"Monolith\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Bloo_Radley\":6,\"Sad_Urie\":9999,\"Zenelith\":9999,\"Coralcave_Prince\":0}", + "BugInfo": "[[-10,0,-0.04999999999999061,-0.04999999999999061,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-0.0499999999999906,-10,-10,-10,-10,-10],[0,\"4.8026647517617e+18\",42746.60042199488,39430.1938746803,127826,685403.123731663,13115100,35080154.24,48045818.0448681,664543238.393425,0,0,0,0,0],[0,0,-10,-10,-10,-10,-10,-10,-10,-10,0,0,0,0,0]]", + "Pets": "[[\"snakeB\",5,1,60],[\"w4a3\",5,1,300],[\"w4a2\",5,1,240],[\"Pet7\",5,1,120],[\"frogG\",5,1,120],[\"ratB\",5,1,180],[\"steak\",5,1,180],[\"mimicA\",5,1,60],[\"shovelR\",5,1,60],[\"coconut\",5,1,300],[\"Pet2\",5,1,60],[\"poopSmall\",5,1,180],[\"snailZ\",5,1,60],[\"sandcastle\",5,1,120],[\"steakR\",5,1,180],[\"frogBIG\",4,131309.729780163,0],[\"potatoB\",4,30209.8129473249,0],[\"snailZ\",4,62410.2021828766,0],[\"shovelR\",4,55118.3645069433,0],[\"Pet6\",4,88970.9188275364,0],[\"w4b4\",4,49430.7573690515,0],[\"w4c3\",4,42113.8596414127,0],[\"w4c2\",4,123045.508187271,0],[\"pincermin\",4,67292.7207668578,0],[\"Pet1\",4,109553.260619799,0],[\"plank\",4,251130.429683344,0],[\"none\",0,0,0],[\"bloque\",\"17\",171701.989693691,0],[\"bloque\",\"17\",153279.407256233,0],[\"bloque\",\"17\",119684.117288538,0],[\"speaker\",\"27\",74906.2725347515,0],[\"bloque\",\"17\",127627.727488086,0],[\"bloque\",\"17\",132049.13687345,0],[\"bloque\",\"17\",105153.591851,0],[\"speaker\",\"27\",60119.2289293375,0],[\"bloque\",\"17\",229159.11538015,0],[\"bloque\",\"17\",259886.578064501,0],[\"bloque\",\"17\",233052.214580652,0],[\"speaker\",\"27\",69077.5575987562,0],[\"bloque\",\"17\",294650.715319003,0],[\"bloque\",\"17\",205163.379350088,0],[\"bloque\",\"17\",245364.694155019,0],[\"speaker\",\"27\",72831.8904269015,0],[\"bloque\",\"17\",113256.584708749,0],[\"bloque\",\"17\",199215.947616965,0],[\"bloque\",\"17\",133068.203529523,0],[\"speaker\",\"27\",135297.746850699,0],[\"stache\",\"2\",10279.3368126925,0],[\"Pet4\",\"18\",112234.702785589,0],[\"Pet4\",\"18\",257722.432704864,0],[\"speaker\",\"27\",155725.746791177,0],[\"w4b1\",\"33\",50334.7816788556,0],[\"plank\",\"26\",237102.181621623,0],[\"bloque\",\"17\",145552.235451083,0],[\"speaker\",\"27\",131225.450229369,0],[\"coconut\",\"2\",138090.302608744,0],[\"Pet4\",\"18\",19325.7382504366,0],[\"Pet4\",\"18\",18346.8439156557,0],[\"speaker\",\"27\",124669.296214112,0],[\"acorn\",\"33\",139701.204870758,0],[\"plank\",\"26\",285312.552529854,0],[\"bloque\",\"17\",178686.894226449,0],[\"speaker\",\"27\",129315.447219021,0],[\"Pet0\",\"2\",8309.48799006565,0],[\"plank\",\"26\",260576.32065651,0],[\"bloque\",\"17\",291152.660753734,0],[\"speaker\",\"27\",103944.927792542,0],[\"w4b1\",\"33\",59264.9085500195,0],[\"plank\",\"26\",192105.529773545,0],[\"bloque\",\"17\",126044.874638248,0],[\"speaker\",\"27\",102900.413359543,0],[\"Pet0\",\"2\",24325.4501768594,0],[\"plank\",\"26\",166915.720713804,0],[\"bloque\",\"17\",153797.915683759,0],[\"speaker\",\"27\",38465.6026315659,0],[\"w4b1\",\"33\",57146.1940598767,0],[\"plank\",\"26\",186407.31549712,0],[\"bloque\",\"17\",212840.84568987,0],[\"speaker\",\"27\",31491.2026629134,0],[\"Pet0\",\"2\",99166.5008156038,0],[\"plank\",\"26\",160705.477819634,0],[\"bloque\",\"17\",135289.841925876,0],[\"speaker\",\"27\",23689.7072417026,0],[\"Pet10\",\"33\",55806.8607785292,0],[\"plank\",\"26\",101011.446455416,0],[\"bloque\",\"17\",158178.69345767,0],[\"speaker\",\"27\",14508.5793441207,0],[\"Pet0\",\"2\",88538.8177686374,0],[\"plank\",\"26\",125843.735199325,0],[\"bloque\",\"17\",161856.750801725,0],[\"speaker\",\"27\",24288.9422258644,0],[\"w4b1\",\"33\",70539.034533663,0],[\"plank\",\"26\",126774.726401659,0],[\"snakeG\",\"20\",12435.3594475821,0],[\"speaker\",\"27\",8399.07817971503,0],[\"acorn\",\"33\",47463.1726348594,0],[\"plank\",\"26\",139786.997510467,0],[\"Pet0\",\"2\",37847.9377461237,0],[\"speaker\",\"27\",29319.1123014821,0],[\"acorn\",\"33\",50805.3135937846,0],[\"plank\",\"26\",184648.224651691,0],[\"Pet0\",\"2\",12282.0735014945,0],[\"speaker\",\"27\",26202.4874541028,0],[\"acorn\",\"33\",52864.6199720899,0],[\"plank\",\"26\",52187.2272116596,0],[\"Pet0\",\"2\",33252.7903842316,0],[\"speaker\",\"27\",51117.4437870125,0],[\"acorn\",\"33\",57030.4105357332,0],[\"plank\",\"26\",146242.655424734,0],[\"Pet0\",\"2\",84587.036955905,0],[\"speaker\",\"27\",54061.1360322729,0],[\"Pet10\",\"33\",65202.6980704045,0],[\"plank\",\"26\",122126.960375857,0],[\"Pet0\",\"2\",86239.7966765404,0],[\"speaker\",\"27\",109711.918434352,0],[\"Pet10\",\"33\",70999.0892549757,0],[\"plank\",\"26\",111634.275803597,0],[\"Pet0\",\"2\",109896.300770277,0],[\"w4b5\",\"10\",66894.0566909434,0],[\"acorn\",\"33\",127204.473391142,0],[\"plank\",\"26\",105493.440095555,0],[\"Pet0\",\"2\",102642.750497164,0],[\"w4b5\",\"10\",74134.2806294631,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0],[\"none\",0,0,0]]", + "ObolEqMAP_2": "{\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"16\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"17\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", + "KLA_5": "[[0,0],[-38055610440.232796],[-113272586.532373],[150,10],[150],[150],[0],[0,81],[-1277686068.02222],[-137414.636741817],[0],[0,0],[0],[-387905942.590677,-387858442.590677],[-5094619.30080875,-5093269.30080875],[-7513607.14888956],[-4809887.53526314,-4807087.53526314],[-530736877.608621],[-8128426142.6497],[-1663035.34033607],[7],[5],[0],[0],[-178378715.53815246,-178377015.53815246],[0],[-122290266.244601],[-469976313.797591,-469972143.797591],[-267475998.681798],[0],[0],[-809286671.129473],[0],[0],[0],[0],[0],[0],[-4653.44294796695],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0,0],[-17610393.1897422],[-7419212.19677253,-7418812.19677253],[-4459351.91166695],[0],[0],[30],[-900211199.475116],[-7732890.15375554],[-2415955.58805695],[-1725750.10896349,-1728250.10896349],[0],[-4350186.05146499],[-12659859.6300686],[-6576657.93892296],[-296592415.983778],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-4867315.65313312],[4000],[-117300136.553477],[-195349521.067751,-195259521.067751],[-220371877.373436],[-574604707.800489],[-521282035.567722],[-130753589.441348],[-235820167.837334],[-354564343.458722],[-402241849.279286],[-301983151.013258],[-549844481.870227],[1],[1000],[-479189754.915402],[-333756547.073671],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-338868173.802898],[-230643055.038681],[-400432956.008437],[-3173361926.83601],[-369373203.456881],[-246156499.051619],[-52950375.6685916],[-2453760.89301278],[-787870887.03049],[-960077974.323851],[-25194730.6358842],[-35146971.7018471],[-2525867.46327926],[250],[700],[-16778322.3879048],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-13419365.5840719],[-348249067.005782],[-398973340.803834],[-441991083.8871],[-81488223.4162837],[-133212229.19548],[-1287393.3243736],[-462239368.952444],[-64626812.26820691],[-744416.4060542986],[-32719244.9814801],[-38979872.322890945],[-3366857083],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0,0],[-91729],[-131315231],[-2364144],[-49003040.1113398],[-422699.938686918],[-277699081],[-2037874158.77719],[-889968043],[-603851562.422604],[-609611911],[-389661550.576309],[-1761419711.46926],[-10594823509.982304],[-87637125240.12871],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[0],[1,0],[-7932.512693735513],[-2179504098.7449884],[-17462004.09097924,-25962004.090978548],[5000000],[20000000,1000000],[0],[-758209159.7892559,-988209159.78926],[-9882155],[-43802200],[-3331456,-428331456],[-336952100],[0],[0],[0]]", + "CurrentMap_1": 312, + "CauldUpgXPs": [ + 1513029.7841723, 0, - 782, 0, 0, + 525463.785687685, 0, + 1549853.93796372, 0, + 1286289.06625569, 0, - 2, 0, - 1, - 6, - 30, 0, + 97991.9828841686, 0, 0, - 1, - 1, - 1, - 1, - 1, - 1, 0, - 1, - 1, 0, - 4, 0, - 3685, - 0 + 66370.294391398, + 15350.083411895152, + 0, + 0, + 61219.270143380556, + 28125.03527031149, + 0, + 0, + 45074.352550713935, + 28958.9736487798, + 0, + 0, + 47270.90120443913, + 67251.1851181914 ], - "PVMinigamePlays_3": 5, - "ForgeItemQty": [ - 11049558, + "InvBagsUsed_2": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\"}", + "ExpReq0_0": [ + 5.854200996670088e+22, + 4610988767.988826, + 172297175399.58826, + 41184147894.63169, + 3637894427.872396, + 417544674105.16296, + "3.5315527736585766E8", + 46088152414.911224, + 676674611327.8689, + 157211947.61079043, + 273548009.31108826, + 34509590.81999272, + 1247884.2641006373, + 1557331638.5250974, + 1308039.8727580972, + 2.9152553683778915e+34, + "8.47933174281193E23", + 1.0019892833102583e+50, + 2634945585.475608, + 39605255.62223112, + 15, + 15, + 15, + 15, + 15 + ], + "LockedSlots_9": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0, - 3, - 11049558, 0, - 4, - 11049558, 0, - 3, - 11049558, 0, - 3, - 11049558, 0, - 3, - 11049558, 0, - 4, - 11049558, 0, - 4, - 11049558, - 1818889, - 5, - 11049558, 0, - 3, - 11049558, 0, - 3, - 11049558, 0, - 4, - 15171558, - 7662793, - 5, - 15171558, 0, - 4, - 15171558, 0, - 4, - 15171558, 0, - 4, - 15171558, 0, - 4 - ], - "IMm_4": "{\"0\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"1\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"5\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"10\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"11\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"45\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0}}", - "Exp0_1": [ - 1.0190329488698786e+23, - 2781540725.9824557, - 91220213447.46129, - 8397094821.315874, - "3.0487310996468484E7", - 808155519655.8992, - 310993038.15030825, - 5506351614.287007, - 113958026545.52058, - 104663580.49564621, - 13098648.57369489, - 1569701.8838126916, - 17556355.703783963, - 125082671.85677335, - 128807.07576239039, - 5.301027481370744e+33, - 4.678235540557281e+23, - 5.743033911803171e+49, - 1028472605.940728, - 2375377.4293560963, 0, 0, 0, 0 ], - "EquipOrder_2": [ + "PostOfficeInfo2": [ { - "0": "EquipmentHats105", - "1": "EquipmentBows14", - "2": "EquipmentShirts38", - "3": "EquipmentPendant30", - "4": "EquipmentPants29", - "5": "EquipmentRings36", - "6": "EquipmentShoes37", - "7": "EquipmentRings36", - "8": "EquipmentHats69", - "9": "EquipmentKeychain24", - "10": "Trophy11", - "11": "EquipmentKeychain10", - "12": "EquipmentCape13", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 + "0": 0, + "1": 1, + "2": 0, + "3": 5248, + "4": "StoneW1", + "5": "1", + "6": "EquipmentStatues1", + "7": "1", + "length": 8 }, { - "0": "EquipmentTools14", - "1": "EquipmentToolsHatchet12", - "2": "FishingRod11", - "3": "CatchingNet11", - "4": "TrapBoxSet9", - "5": "WorshipSkull10", - "6": "DNAgun3", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 + "0": 0, + "1": 1, + "2": 0, + "3": 31893, + "4": "ExpBalloon1", + "5": "1", + "6": "Blank", + "7": 0, + "length": 8 + }, + { + "0": 0, + "1": 1, + "2": 0, + "3": 3468, + "4": "ExpBalloon1", + "5": "1", + "6": "Blank", + "7": 0, + "length": 8 + }, + { + "0": 0, + "1": 1, + "2": 0, + "3": 249, + "4": "StoneA2", + "5": "2", + "6": "Blank", + "7": 0, + "length": 8 + }, + { + "0": 0, + "1": 1, + "2": 0, + "3": 164234, + "4": "StoneW1", + "5": "2", + "6": "StoneHelm1", + "7": "1", + "length": 8 }, { - "0": "FoodPotGr2", - "1": "FoodPotGr4", - "2": "FoodG9", - "3": "FoodPotGr1", - "4": "FoodG2", - "5": "Blank", + "0": 0, + "1": 1, + "2": 0, + "3": 1944101, + "4": "Ladle", + "5": "3", "6": "Blank", - "7": "Blank", - "8": "Blank", - "9": "Blank", - "10": "Blank", - "11": "Blank", - "12": "Blank", - "13": "Blank", - "14": "Blank", - "15": "Blank", - "length": 16 + "7": 0, + "length": 8 } ], - "Lv0_5": [ - 926, - 108, - 140, - 131, - 105, - 142, - 116, - 124, - 763, - 117, - 74, - 84, - 260, - 166, - 174, - 297, - 353, - 826, - 148, - 18, - -1, - -1, - -1, - -1, - -1 - ], - "TimeAway": "{\"GlobalTime\":1770033157.665,\"Arcade\":1768474892.9289997,\"Player\":1770033157.665,\"Construction\":1770033157.665,\"Sailing\":1770033157.665,\"Cauldron\":1770033157.665,\"Printer\":1770029968.6,\"Cooking\":1770033157.665,\"DailyRewards\":99488629.16487446,\"BookLib\":69663.73694134317,\"Pets\":1770033157.665,\"ShopRestock\":58947.83512592316,\"Forge\":1770033157.665,\"PostOfficeRefresh\":85424.89800000191}", - "CSetEq_8": "{\"{%_Dmg,_Drop,_and_EXP\":30}", - "SM_0": "{\"0\":188,\"1\":163,\"5\":195,\"6\":219,\"8\":267,\"9\":100,\"10\":1080,\"11\":494,\"12\":408,\"13\":100,\"23\":420,\"75\":100,\"81\":200,\"85\":205,\"86\":100,\"87\":389,\"88\":200,\"89\":213,\"90\":103,\"91\":100,\"92\":183,\"93\":100,\"94\":220,\"95\":188,\"96\":185,\"97\":208,\"98\":180,\"99\":217,\"100\":200,\"101\":207,\"102\":210,\"103\":189,\"104\":110,\"105\":127,\"106\":130,\"107\":107,\"108\":115,\"109\":202,\"110\":207,\"111\":105,\"112\":201,\"114\":191,\"115\":147,\"116\":128,\"117\":131,\"118\":145,\"119\":111,\"120\":118,\"135\":100,\"136\":100,\"137\":100,\"138\":100,\"139\":100,\"140\":176,\"141\":100,\"142\":214,\"143\":194,\"144\":152,\"145\":192,\"146\":216,\"147\":202,\"148\":201,\"149\":207,\"195\":100,\"196\":299,\"197\":299,\"198\":299,\"199\":299,\"200\":296,\"201\":100,\"202\":100,\"203\":100,\"204\":100,\"205\":100,\"206\":100,\"207\":100,\"208\":100,\"209\":100,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "OptL2_8": [ + "PVMinigamePlays_6": 5, + "ShopStock": [ { - "0": 710, - "1": 9, - "length": 2 + "0": 1225, + "1": 1225, + "2": 1225, + "3": 8167, + "4": 817, + "5": 653, + "6": 653, + "7": 653, + "8": 1633, + "9": 20, + "10": 39, + "11": 26, + "12": 2, + "13": 5, + "14": 7, + "15": 2, + "16": 2, + "17": 2, + "18": 2, + "19": 2, + "20": 2, + "21": 2, + "22": 2, + "23": 2, + "24": 82, + "25": 2, + "length": 26 }, { - "0": 1, - "1": 0, - "2": "Scripticus2", - "3": 0, - "length": 4 - } - ], - "Prayers_4": "[14,16,-1,-1,4,1,7,8,-1,-1,-1,-1]", - "PVtStarSign_9": "55,7,22,", - "SteamAchieve": "[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,-1,0,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]", - "BuffsActive_2": [ + "0": 1633, + "1": 1633, + "2": 1633, + "3": 817, + "4": 817, + "5": 10, + "6": 2, + "7": 2, + "8": 2, + "9": 3, + "10": 2, + "11": 2, + "12": 49, + "13": 2, + "length": 14 + }, { - "0": 273, - "1": 670, - "2": 1320, - "length": 3 + "0": 40833, + "1": 40833, + "2": 40833, + "3": 16333, + "4": 2, + "5": 20, + "6": 39, + "7": 26, + "8": 32667, + "9": 32667, + "10": 32667, + "11": 2, + "12": 2, + "13": 2, + "14": 2, + "15": 2, + "16": 2, + "17": 2, + "18": 65, + "19": 3, + "20": 2, + "length": 21 + }, + { + "0": 2, + "1": 2, + "2": 2, + "3": 2, + "4": 2, + "5": 2, + "6": 2, + "7": 3, + "8": 2, + "9": 2, + "10": 2, + "11": 2, + "12": 2, + "length": 13 + }, + { + "0": 40833, + "1": 40833, + "2": 40833, + "3": 162, + "4": 162, + "5": 20, + "6": 49, + "7": 34, + "8": 32667, + "9": 32667, + "10": 32667, + "11": 2, + "12": 2, + "13": 2, + "14": 2, + "15": 2, + "16": 2, + "17": 2, + "18": 98, + "19": 5, + "20": 2, + "21": 2, + "22": 2, + "length": 23 + }, + { + "0": 2, + "1": 2, + "2": 8166667, + "3": 8166667, + "4": 16, + "5": 20, + "6": 49, + "7": 34, + "8": 490000, + "9": 490000, + "10": 490000, + "11": 490000, + "12": 2, + "13": 2, + "14": 2, + "15": 2, + "16": 2, + "length": 17 + }, + { + "0": 12250000, + "1": 12250000, + "2": 326667, + "3": 20, + "4": 49, + "5": 34, + "6": 2, + "7": 2, + "8": 2, + "length": 9 + }, + { + "0": 2, + "1": 2, + "2": 12250000, + "3": 12250000, + "4": 326667, + "5": 20, + "6": 49, + "7": 34, + "8": 2, + "9": 2, + "10": 2, + "11": 2, + "12": 2, + "length": 13 + }, + { + "0": 16, + "1": 16, + "2": 14700000, + "3": 14700000, + "4": 2, + "5": 7, + "6": 7, + "7": 7, + "8": 2, + "9": 2, + "10": 2, + "11": 2, + "12": 2, + "length": 13 } ], - "CSetEq_0": "{\"{%_Skill_AFK_Gain_Rate\":8}", - "BuffsActive_6": [], - "POu_2": "[400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,400,23300,800,800,800,0,0,0,0,0,0,0,0,0,0,0,0]", - "LockedSlots_6": [ + "PVGender_8": 0, + "PlayerStuff_3": "[12978,1,4,0,0,0,0,0,0,0]", + "BuffsActive_0": [], + "ObolInvOwn": [ + 7, + 6, + 5, + 4 + ], + "InventoryOrder_6": [ + "Trophy13", + "Trophy20", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentHats104", + "EquipmentHats104", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "EquipmentPendant32", + "EquipmentShoes18", + "EquipmentPants18", + "WorshipSkull8", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "Blank", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace", + "LockedInvSpace" + ], + "CSetEq_3": "{\"{%_Dmg,_Drop,_and_EXP\":30}", + "SLpre_9": "{\"0\":100,\"1\":100,\"5\":150,\"6\":145,\"8\":100,\"9\":100,\"10\":168,\"11\":527,\"12\":104,\"13\":100,\"144\":132,\"263\":144,\"265\":100,\"266\":261,\"267\":100,\"268\":149,\"269\":153,\"270\":100,\"271\":100,\"272\":140,\"273\":140,\"274\":100,\"276\":146,\"277\":131,\"278\":145,\"279\":128,\"280\":100,\"281\":100,\"282\":100,\"283\":100,\"284\":137,\"285\":100,\"286\":100,\"287\":100,\"288\":100,\"289\":100,\"290\":147,\"291\":100,\"292\":154,\"293\":148,\"294\":100,\"295\":153,\"296\":153,\"297\":129,\"298\":143,\"299\":100,\"325\":152,\"326\":152,\"327\":149,\"328\":100,\"367\":152,\"368\":153,\"374\":155,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"635\":100,\"636\":92,\"637\":100,\"652\":300}", + "PVInstaRevives_2": 1, + "LockedSlots_0": [ 1, 1, 0, + 1, + 1, + 1, + 1, + 1, 0, 0, 0, @@ -11929,20 +12146,15 @@ 0, 0, 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, + 1, + 1, + 1, 0, 1, 1, 1, 1, + 1, 0, 0, 0, @@ -11976,135 +12188,28 @@ 0, 0 ], - "IMm_3": "{\"8\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"18\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"19\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"20\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"22\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"23\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"26\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"30\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"31\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"32\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"33\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"34\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"36\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"38\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"39\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"72\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"79\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0}}", - "CYDeliveryBoxMisc": 25424.12, - "IMm_9": "{\"31\":{\"WIS\":0,\"STR\":0,\"Power\":0,\"LUK\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0}}", - "PVFishingToolkit_8": [ - 9, - 4 - ], - "CardEquip_3": [ - "poopSmall", - "Crystal0", - "mimicA", - "crabcakeB", - "Boss6A", + "CardEquip_1": [ + "wolfB", + "poopD", + "Boss6C", + "w5a1", + "w4c1", "babaMummy", - "w5a3", - "demonP", + "Boss6A", + "w6d2", "B", "B", "B", "B" ], - "EMm0_0": "{\"0\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":49,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":56,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-7,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":120,\"WIS\":0,\"STR\":80,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":8,\"UQ2val\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-11,\"Power\":0,\"Speed\":0},\"4\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"5\":{\"Defence\":30,\"WIS\":18,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"6\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"7\":{\"Defence\":30,\"STR\":0,\"WIS\":18,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":-3,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"UQ1val\":7,\"UQ2txt\":\"%_DEFENCE\",\"UQ1txt\":\"%_MULTIKILL\",\"UQ2val\":1},\"10\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"11\":{\"UQ1val\":4,\"UQ2txt\":\"%_MOB_RESPAWN\",\"UQ1txt\":\"%_MOB_RESPAWN\",\"UQ2val\":3},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "PVStatList_8": [ - 115523, - 123945, - 259651, - 68885, - 918 - ], - "CSetEq_9": "{\"{%_Skill_EXP_Gain\":25}", - "Exp0_7": [ - 4.345229790710489e+22, - 2891317.477767706, - 2956057106.561883, - 2118.24348565686, - 226069.094148576, - 38477049376.43734, - 440921.18741114036, - 895760835.2870178, - 3872897709110.0703, - 5552744.739617206, - 15, - 1569701.883812666, - 1026074.3053034637, - 121280007.12986243, - 608277.6680151236, - 4.350655207507805e+33, - 4.678235540557281e+23, - 3.4348580631580594e+49, - 485289740.4515679, - 972552.461743107, - 0, - 0, - 0, - 0 - ], - "EMmLENGTH0_8": 16, - "PVMinigamePlays_1": 5, - "CSetEq_4": "{\"{%_Dmg,_Drop,_and_EXP\":30}", - "PTimeAway_6": 1769845.1155820002, - "EquipQTY_3": [ - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - }, - { - "0": 9638, - "1": 135, - "2": 230853, - "3": 54922, - "4": 230859, - "5": 0, - "6": 0, - "7": 0, - "8": 0, - "9": 0, - "10": 0, - "11": 0, - "12": 0, - "13": 0, - "14": 0, - "15": 0, - "length": 16 - } - ], - "TaskZZ2": "[[5,10,12,10,10,5,6,0],[7,10,10,10,8,5,8,5],[4,10,5,10,10,5,5,0],[3,10,2,5,8,4,3,0],[20,10,7,10,5,9,4,0],[20,10,12,20,10,4,0,0],[0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0]]", - "PVtStarSign_1": "10,69,52,", - "OptL_5": [ + "OptL_7": [ 1, 1, 2, - 22, + 21, 1, 0, - 782, + 1016, 0, 0, 0, @@ -12112,9 +12217,9 @@ 0, 2, 0, - 0, - 9, - 40, + 1, + 6, + 30, 0, 0, 0, @@ -12128,136 +12233,55 @@ 1, 1, 0, + 4, 0, - 0, - 3255, + 3737, 0 ], - "OptL2_9": [ - { - "0": 711, - "1": 9, - "length": 2 - }, - { - "0": 1, - "1": 0, - "2": "Scripticus2", - "3": 0, - "length": 4 - } - ], - "InvBagsUsed_1": "{\"0\":1,\"1\":1,\"2\":1,\"3\":\"2\",\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\",\"114\":\"1\"}", - "QuestHm_3": [ - { - "0": "Masterius1", - "1": "Inner_Voice_Followed:", - "2": "0", - "3": "1", - "length": 4 - }, - { - "0": "Sussy_Gene3", - "1": "1st_Thing:", - "2": 1, - "3": "1", - "4": "2nd_Thing:", - "5": 1, - "6": "1", - "7": "3rd_Thing:", - "8": "0", - "9": "1", - "length": 10 - }, - { - "0": "Meel1", - "1": "Boops_Bopped:", - "2": "0", - "3": "30", - "length": 4 - }, - { - "0": "Poigu3", - "1": "Divinity_Lv:", - "2": "0", - "3": "80", - "length": 4 - }, - { - "0": "Snootie1", - "1": "Find_Pommsie:", - "2": 1, - "3": "1", - "length": 4 - } + "PVtStarSign_7": "69,55,6,", + "AnvilPAstats_7": [ + 0, + 600, + 700, + 111, + 1294, + 17 ], - "CYAnvilTabsOwned": 7, - "CardPreset_0": "[[\"poopSmall\",\"Crystal0\",\"Boss4C\",\"Boss3C\",\"moonman\",\"w5c2\",\"w4c4\",\"demonP\",\"B\",\"B\",\"B\",\"B\"],[\"wolfB\",\"skele2\",\"w5a1\",\"Boss6C\",\"Boss4C\",\"poopBig\",\"Boss3C\",\"poopD\",\"B\",\"B\",\"B\",\"B\"],[\"Boss4B\",\"wolfA\",\"CritterCard7\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"wolfA\",\"w6b3\",\"CritterCard7\",\"Boss3C\",\"w6a3\",\"w5c2\",\"w4c4\",\"Boss4B\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"],[\"CritterCard7\",\"SpelunkingCard0\",\"w7a1\",\"w7a4\",\"wolfA\",\"Boss2B\",\"Boss4B\",\"SpelunkingCard1\",\"B\",\"B\",\"B\",\"B\"],[\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\",\"B\"]]", - "InvBagsUsed_4": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\",\"111\":\"3\",\"113\":\"1\",\"114\":\"1\"}", - "CSetEq_7": "{\"{%_Dmg,_Drop,_and_EXP\":30}", - "IMmLENGTH_4": 112, - "AnvilPA_2": [ - { - "0": 0, - "1": 0, - "2": 6.51035258364413, - "3": 12828241, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 16.2200371625613, - "3": 259353239, - "length": 4 - }, - { - "0": 0, - "1": 0, - "2": 246.61158663905, - "3": 5560, - "length": 4 - }, + "QuestStatus_9": "{\"Eliteus1\":[10],\"Eliteus2\":[1],\"Scripticus10\":[\"0\",7],\"Scripticus11\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX1\":[15,8],\"XxX_Cattleprod_XxX2\":[33,32,34],\"Scripticus12\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Nebulyte1\":[\"0\",\"0\"],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[\"0\"],\"Djonnut2\":[\"0\",\"0\"],\"Nebulyte3\":[\"0\"],\"Djonnut3\":[0,0,0],\"Masterius1\":[\"0\"],\"Nebulyte4\":[\"0\"],\"Lava_Larry1\":[0,0,0],\"Masterius2\":[\"0\"],\"Crystalswine4\":[\"0\",\"90\"],\"Crystalswine5\":[\"0\",\"240\"],\"Crystalswine6\":[\"0\",\"500\"],\"Slargon1\":[246445],\"Oinkin1\":[\"0\"],\"Slargon2\":[447451],\"Oinkin2\":[\"0\",\"0\",\"0\"],\"Slargon3\":[1230519],\"Oinkin3\":[\"0\"],\"Slargon4\":[99921552],\"Poigu1\":[\"0\"],\"Poigu2\":[\"0\"],\"Poigu3\":[\"0\"],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[50],\"Bellows2\":[5185],\"Mutton1\":[0,0,0],\"Bellows3\":[\"0\"],\"Mutton2\":[0],\"Bellows4\":[0,0],\"Mutton3\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[11,129],\"Promotheus1\":[1],\"Stiltzcho2\":[0],\"Promotheus2\":[1],\"Stiltzcho3\":[0,0],\"Promotheus3\":[\"0\"],\"Builder_Bird1\":[0],\"Stiltzcho4\":[\"0\"],\"Promotheus4\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho5\":[\"0\"],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[\"0\"],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[7608],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[27974],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[282335],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[572169396],\"Hoggindaz10\":[0,0,0],\"Rocklyte3\":[\"0\"],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[\"0\"],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Hamish1\":[0],\"Scubidew1\":[0,0,0],\"Blobbo2\":[0,0,0],\"Hamish2\":[0],\"TP_Pete1\":[\"0\",\"200\"],\"Scubidew2\":[\"0\",\"121\"],\"TP_Pete2\":[0],\"Scubidew3\":[0],\"Hamish3\":[0],\"TP_Pete3\":[0],\"Cowbo_Jones10\":[\"0\"],\"Scripticus2\":[15],\"Cowbo_Jones11\":[\"0\"],\"Scripticus3\":[1,1],\"Cowbo_Jones12\":[\"0\"],\"Scripticus4\":[1,1,1],\"Cowbo_Jones13\":[\"0\"],\"Scripticus5\":[2764],\"Meel1\":[\"0\"],\"Tired_Mole1\":[6461185],\"Cowbo_Jones14\":[\"0\",\"0\"],\"Scripticus6\":[0],\"Meel2\":[0],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Tired_Mole2\":[16660434],\"Cowbo_Jones15\":[0,0,0],\"Scripticus7\":[\"0\",\"0\"],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Tired_Mole3\":[\"0\",\"0\"],\"Scripticus8\":[1,1,6071],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[\"0\"],\"Sprout1\":[0,0],\"Capital_P2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Sprout2\":[\"0\"],\"Capital_P3\":[\"0\"],\"Lonely_Hunter2\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Shuvelle1\":[\"0\",\"50\"],\"Sprout4\":[0],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Gobo3\":[\"0\",\"0\"],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Shuvelle4\":[0],\"Gobo4\":[\"0\",\"0\",\"0\"],\"Falloween_Pumpkin3\":[\"0\"],\"Shuvelle5\":[\"0\"],\"Gobo5\":[\"0\",\"0\"],\"Typhoon1\":[2],\"Shuvelle6\":[\"0\"],\"Falloween_Pumpkin4\":[\"0\"],\"Shuvelle7\":[\"0\"],\"Falloween_Pumpkin5\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[\"0\"],\"Whattso3\":[\"0\"],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[\"0\",\"0\",\"0\"],\"Cactolyte2\":[\"0\",\"0\",\"0\"],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[\"0\"],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[100],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[31],\"Cowbo_Jones3\":[10],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[30],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[\"0\"],\"Cowbo_Jones9\":[0,0],\"Goldric6\":[\"0\",\"6\"],\"Gangster_Gus1\":[\"0\"],\"Gangster_Gus2\":[\"0\"],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",\"0\",\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway12\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[\"0\",\"0\"],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[1],\"Bill_Brr1\":[\"0\"],\"Bill_Brr2\":[\"0\"],\"Bill_Brr3\":[\"0\",\"1\"],\"Bill_Brr4\":[\"0\"],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[\"0\",\"1\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Bill_Brr7\":[\"0\"],\"Centurion1\":[49,12],\"Centurion2\":[0],\"Toadstall1\":[\"0\",\"0\"],\"Centurion3\":[\"0\"],\"Toadstall2\":[\"0\"],\"Centurion4\":[\"0\",\"0\"],\"Snouts1\":[0],\"Toadstall3\":[\"0\"],\"Centurion5\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt1\":[0,0,0],\"Snouts2\":[0],\"Centurion6\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Snouts3\":[\"0\"],\"Centurion7\":[\"0\"],\"Lord_of_the_Hunt3\":[0,0],\"Snouts4\":[0],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Fishpaste971\":[0],\"Lord_of_the_Hunt7\":[0,0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Fishpaste972\":[\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Woodsman4\":[0],\"Hoggindaz1\":[1,223],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,16],\"Hoggindaz4\":[\"0\",\"0\"],\"Hoggindaz5\":[\"0\"],\"Funguy1\":[0,0,0],\"Hoggindaz6\":[0],\"Funguy2\":[28,28],\"Hoggindaz7\":[0],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Yondergreen1\":[\"0\"],\"Hoggindaz8\":[0],\"Funguy3\":[0],\"Town_Marble1\":[0],\"Funguy4\":[\"0\",\"0\"],\"Hoggindaz9\":[\"0\"],\"Yondergreen2\":[0],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Carpetiem1\":[\"0\"],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem2\":[\"0\",\"1\"],\"Bushlyte2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[\"0\"],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[\"0\"],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Loominadi2\":[\"0\"],\"Speccius1\":[0,0],\"Loominadi3\":[\"0\"],\"Speccius2\":[1],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "AnvilPA_8": [ { "0": 0, "1": 0, - "2": 368.579699658582, - "3": 2999185, + "2": 80.7628345976759, + "3": 40168759, "length": 4 }, { "0": 0, "1": 0, - "2": 622.07977492013, - "3": 207678990, + "2": 0, + "3": 0, "length": 4 }, { "0": 0, "1": 0, - "2": 1564.1044892869, - "3": 375905, - "length": 4 - }, - { - "0": 23323911, - "1": 98312103697.76653, - "2": 2333.673261778429, - "3": 958112560, + "2": 0, + "3": 0, "length": 4 }, { - "0": 0, - "1": 0, - "2": 99.3597918187491, - "3": 499091, + "0": 11882128, + "1": 17906714852.08285, + "2": 700, + "3": 852753226, "length": 4 }, { "0": 0, "1": 0, - "2": 3090.52501850692, - "3": 1307316, + "2": 0, + "3": 0, "length": 4 }, { @@ -12294,190 +12318,153 @@ "2": 0, "3": 0, "length": 4 - } - ], - "OptL_8": [ - 1, - 0, - 2, - 14, - 1, - 0, - 782, - 0, - 0, - 0, - 0, - 0, - 2, - 0, - 1, - 6, - 20, - 0, - 0, - 0, - 1, - 1, - 1, - 1, - 0, - 1, - 0, - 1, - 1, - 0, - 3, - 0, - 3193, - 0 - ], - "SM_4": "{\"0\":209,\"1\":215,\"5\":194,\"6\":190,\"8\":158,\"9\":100,\"10\":498,\"11\":494,\"12\":1015,\"13\":100,\"23\":420,\"75\":100,\"144\":157,\"445\":204,\"446\":330,\"447\":100,\"448\":196,\"449\":219,\"450\":148,\"451\":197,\"452\":208,\"453\":100,\"454\":100,\"455\":206,\"456\":217,\"457\":210,\"458\":153,\"459\":220,\"460\":210,\"461\":210,\"462\":208,\"463\":216,\"464\":120,\"465\":187,\"466\":187,\"467\":199,\"468\":201,\"469\":188,\"470\":220,\"472\":192,\"474\":128,\"475\":195,\"476\":209,\"477\":100,\"478\":129,\"486\":167,\"488\":215,\"494\":100,\"495\":131,\"496\":144,\"497\":125,\"498\":195,\"499\":128,\"500\":142,\"505\":127,\"506\":142,\"507\":160,\"508\":146,\"531\":139,\"532\":208,\"533\":196,\"539\":299,\"615\":88,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":100,\"623\":100,\"624\":50,\"625\":1817,\"626\":40,\"627\":50,\"628\":100,\"629\":88,\"630\":50,\"631\":100,\"632\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":100,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":200,\"651\":100,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", - "FoodSlO_3": 6, - "CharSAVED_9": 5, - "ObolEqO2": [ - "Blank", - "Blank", - "Blank" - ], - "MaxCarryCap_3": "{\"Souls\":2000,\"Mining\":25000,\"Chopping\":20000,\"Quests\":10,\"fillerz\":10,\"Fishing\":25000,\"Critters\":25000,\"Foods\":20000,\"bCraft\":20000,\"Statues\":10,\"Bugs\":20000}", - "CMm": "{\"26\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"59\":{\"Defence\":0,\"WIS\":0,\"STR\":12,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"80\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"106\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":9,\"Weapon_Power\":32,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":48,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"245\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ1txt\":0,\"UQ2val\":0,\"Reach\":0,\"AGI\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"246\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"247\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"250\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"251\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"252\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"253\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"254\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"255\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"256\":{\"Defence\":0,\"WIS\":7,\"STR\":0,\"LUK\":2,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":-4,\"Reach\":0,\"UQ1val\":1,\"Upgrade_Slots_Left\":-5,\"Speed\":0},\"257\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"258\":{\"Defence\":0,\"STR\":0,\"WIS\":2,\"Weapon_Power\":8,\"LUK\":2,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"259\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"260\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"261\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"262\":{\"Defence\":30,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":18,\"Reach\":0,\"Upgrade_Slots_Left\":-3,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"263\":{\"Defence\":42,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":24,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-6,\"Power\":0,\"Speed\":0},\"264\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"265\":{\"Upgrade_Slots_Left\":-10,\"Weapon_Power\":11,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":165,\"STR\":0,\"AGI\":0,\"WIS\":110,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"266\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"267\":{\"Defence\":120,\"STR\":0,\"WIS\":80,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-9,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"268\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"269\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"270\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ1txt\":0,\"Reach\":0,\"AGI\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"271\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"272\":{\"Defence\":0,\"STR\":0,\"WIS\":4,\"Weapon_Power\":0,\"LUK\":1,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"UQ1val\":-1,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"273\":{\"Defence\":30,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":18,\"Reach\":0,\"Upgrade_Slots_Left\":-3,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"274\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"275\":{\"Upgrade_Slots_Left\":1,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0},\"276\":{\"Defence\":50,\"WIS\":0,\"STR\":30,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"277\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"278\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"279\":{\"Defence\":60,\"WIS\":0,\"STR\":1,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"Upgrade_Slots_Left\":-5,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"280\":{\"Defence\":105,\"STR\":0,\"WIS\":70,\"Weapon_Power\":7,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-8,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"281\":{\"Defence\":28,\"WIS\":16,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"282\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"283\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"284\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"285\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"286\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"287\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"288\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"289\":{\"Defence\":0,\"WIS\":3,\"STR\":9,\"LUK\":0,\"Weapon_Power\":4,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"Speed\":0},\"290\":{\"Defence\":0,\"WIS\":0,\"STR\":6,\"LUK\":0,\"Weapon_Power\":2,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"Speed\":0},\"291\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":0,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"292\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"293\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"294\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"295\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"296\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"297\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":1,\"Power\":0,\"Speed\":0},\"298\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":1,\"Power\":0,\"Speed\":0},\"299\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"300\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"302\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"304\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"305\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"307\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"308\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"309\":{\"UQ1val\":4,\"UQ2txt\":\"%_MONEY\",\"UQ1txt\":\"%_MONEY\",\"UQ2val\":4},\"310\":{\"UQ1val\":10,\"UQ2txt\":\"%_MONEY\",\"UQ1txt\":\"%_MONEY\",\"UQ2val\":4},\"311\":{\"UQ1val\":6,\"UQ2txt\":\"_AGI\",\"UQ1txt\":\"_STR\",\"UQ2val\":6},\"312\":{\"UQ2txt\":\"%_MOVEMENT_SPEED\",\"UQ1val\":2,\"UQ2val\":1.5,\"UQ1txt\":\"_LUK\"},\"313\":{\"UQ2txt\":\"%_FISHING_XP_GAIN\",\"UQ1val\":4,\"UQ2val\":12,\"UQ1txt\":\"%_DEFENCE\"},\"314\":{\"UQ2txt\":\"%_TOTAL_DAMAGE\",\"UQ1val\":2.5,\"UQ2val\":1.5,\"UQ1txt\":\"%_CRIT_CHANCE\"},\"315\":{\"UQ1val\":5,\"UQ2txt\":\"%_FISHING_XP_GAIN\",\"UQ1txt\":\"%_MULTIKILL\",\"UQ2val\":8},\"316\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":\"%_ALL_STATS\",\"AGI\":0,\"Reach\":0,\"UQ1txt\":\"%_TOTAL_DAMAGE\",\"UQ2val\":1,\"UQ1val\":3,\"Speed\":0},\"318\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"319\":{\"Speed\":0,\"Reach\":0,\"Weapon_Power\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"Defence\":0,\"UQ1txt\":0},\"321\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"322\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"323\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"324\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"325\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"326\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"327\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"328\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"329\":{\"Defence\":0,\"WIS\":4,\"STR\":4,\"LUK\":12,\"Weapon_Power\":18,\"AGI\":4,\"Reach\":0,\"Upgrade_Slots_Left\":-6,\"Speed\":0},\"330\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"Speed\":0,\"AGI\":0},\"331\":{\"Defence\":0,\"WIS\":0,\"STR\":4,\"LUK\":4,\"Weapon_Power\":6,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-2,\"Power\":0,\"Speed\":0},\"332\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", - "EMmLENGTH1_0": 16, - "CYCharSlotsMTX": 0, - "PlayerStuff_8": "[26625,0,3,0,0,0,0,0,0,0]", - "QuestHm_6": [ - { - "0": "Cowbo_Jones15", - "1": "BadgeD1", - "2": 0, - "3": 1, - "4": "BadgeD2", - "5": 0, - "6": 1, - "7": "BadgeD3", - "8": 0, - "9": 1, - "length": 10 - }, - { - "0": "Slargon2", - "1": "Defeat_Maccies:", - "2": "0", - "3": "250000", - "length": 4 - }, - { - "0": "Tired_Mole2", - "1": "Defeat_Crawlers:", - "2": "0", - "3": "10000000", - "length": 4 - }, - { - "0": "Pirate_Porkchop4", - "1": "Rarest_Treasure:", - "2": "0", - "3": "1000001", - "length": 4 - }, - { - "0": "Omar_Da_Ogar5", - "1": "Bug4", - "2": 0, - "3": 250000, - "4": "Bug7", - "5": 0, - "6": 75000, - "7": "BobJoePickle", - "8": 0, - "9": 2, - "length": 10 - } - ], - "PVFishingSpotIndex_9": 0, - "Prayers_3": "[17,4,16,14,8,-1,7,-1,-1,-1,-1,-1]", - "EMm1_9": "{\"0\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":30,\"UQ2val\":0,\"AGI\":30,\"Reach\":0,\"Upgrade_Slots_Left\":-4,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"4\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":46,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":24,\"UQ2val\":0,\"AGI\":36,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-4,\"Power\":0,\"Speed\":0},\"6\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":0,\"Power\":0,\"Speed\":0}}", - "SLpre_2": "{\"0\":142,\"1\":100,\"5\":196,\"6\":205,\"8\":150,\"9\":100,\"10\":168,\"11\":653,\"12\":104,\"13\":100,\"144\":197,\"263\":154,\"265\":100,\"266\":309,\"267\":100,\"268\":137,\"269\":145,\"270\":127,\"271\":135,\"272\":143,\"273\":214,\"274\":138,\"276\":200,\"277\":205,\"278\":185,\"279\":136,\"280\":132,\"281\":153,\"282\":100,\"283\":155,\"284\":205,\"285\":151,\"286\":151,\"287\":138,\"288\":137,\"289\":141,\"290\":245,\"291\":100,\"292\":143,\"293\":194,\"294\":141,\"295\":153,\"296\":146,\"297\":145,\"298\":144,\"299\":144,\"325\":147,\"326\":159,\"327\":154,\"328\":226,\"366\":178,\"367\":170,\"368\":219,\"374\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"633\":92,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"652\":300}", - "InvBagsUsed_2": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"6\":\"2\",\"7\":\"2\",\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"101\":\"2\",\"102\":\"4\",\"103\":\"4\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"109\":\"3\",\"110\":\"1\"}", - "AFKtarget_6": "w7a10", - "PldTraps_3": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "AtkCD_5": "{\"15\":0,\"16\":0,\"19\":0,\"25\":0,\"30\":0,\"32\":0,\"40\":0,\"45\":0,\"46\":0,\"90\":0,\"91\":0,\"94\":0,\"100\":0,\"105\":0,\"106\":0,\"107\":0,\"108\":0,\"115\":0,\"120\":0,\"121\":0,\"122\":0,\"124\":0,\"130\":0,\"135\":0,\"136\":0,\"137\":0,\"145\":0,\"165\":0,\"167\":0,\"168\":0,\"195\":0,\"196\":0,\"198\":0,\"270\":0,\"271\":0,\"273\":0,\"285\":0,\"286\":0,\"288\":0,\"300\":0,\"301\":0,\"302\":0,\"303\":0,\"310\":0,\"315\":0,\"316\":0,\"317\":0,\"318\":0,\"360\":0,\"361\":0,\"362\":0,\"363\":0,\"370\":0,\"420\":0,\"421\":0,\"423\":0,\"429\":0,\"450\":0,\"451\":0,\"453\":0,\"460\":0,\"465\":0,\"466\":0,\"467\":0,\"469\":0,\"475\":0,\"480\":0,\"481\":0,\"482\":0,\"490\":0,\"495\":0,\"496\":0,\"497\":0,\"498\":0,\"525\":0,\"526\":0,\"527\":0,\"529\":0,\"585\":0,\"586\":0,\"588\":0,\"623\":0,\"626\":0,\"634\":0,\"635\":0,\"639\":0}", - "BossInfo": [ - { - "0": 0, - "1": 30000, - "2": 5, - "length": 3 }, { "0": 0, - "1": 1000000, - "2": 150, - "length": 3 - }, - { - "0": 0, - "1": 20000000, - "2": 1250, - "length": 3 - }, - { - "0": 0, - "1": 80000000, - "2": 2500, - "length": 3 + "1": 0, + "2": 0, + "3": 0, + "length": 4 }, { - "0": 2, - "1": 1000000000, - "2": 25, - "length": 3 + "0": 0, + "1": 0, + "2": 0, + "3": 0, + "length": 4 }, { "0": 0, - "1": 2.0853580021527238e+26, - "2": 2500, - "length": 3 - } - ], - "RespTime_6": 0, - "StatueLevels_5": "[[214,169639.14562394834],[397,69232736.64698848],[385,26080319.96712126],[385,31912844.625533238],[206,193827.86846022742],[102,2469.70639736455],[385,43746793.70553194],[110,4875.03312611611],[94,2077.9148807134197],[162,38526.22779739978],[166,33331.17727643024],[139,8964.065108530012],[150,22606.023131021142],[385,30908093.196776167],[171,60223.27839383829],[151,14239.780331068167],[143,14946.326276177533],[343,23062837.443036135],[135,10796.211149370627],[150,11072.256279261808],[133,15287.08599420411],[137,10794.38801594],[147,12152.80721069674],[145,17756.431911001193],[121,9593.868597107998],[154,30202.819373338254],[143,12980.27240523231],[129,3772.4582257752318],[245,389981.32684313843],[154,23808.340122598234],[52,389.62393887945603],[7,2.5322580645161317]]", - "IMm_8": "{\"5\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"7\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"AGI\":0,\"Speed\":0,\"Reach\":0},\"8\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0},\"9\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0}}", - "PVtStarSign_3": "69,55,4,", - "PldTraps_9": "[[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2],[256,0,976.1019999980927,\"Critter11\",0,3,72000,761389566.1806931,0.13003648852239463,2]]", - "SLpre_8": "{\"0\":140,\"1\":142,\"5\":245,\"6\":245,\"8\":100,\"9\":100,\"10\":168,\"11\":104,\"12\":578,\"13\":100,\"144\":217,\"445\":245,\"446\":100,\"447\":269,\"448\":245,\"449\":245,\"450\":100,\"451\":100,\"452\":141,\"453\":100,\"454\":100,\"455\":146,\"456\":141,\"457\":152,\"458\":100,\"459\":145,\"460\":142,\"461\":157,\"462\":148,\"463\":100,\"464\":109,\"480\":100,\"481\":140,\"482\":100,\"483\":210,\"484\":100,\"485\":147,\"486\":100,\"487\":149,\"488\":159,\"489\":100,\"490\":100,\"491\":128,\"492\":147,\"493\":147,\"494\":100,\"532\":214,\"533\":181,\"535\":100,\"536\":100,\"537\":100,\"538\":100,\"539\":299,\"616\":50,\"617\":150,\"620\":50,\"621\":144,\"622\":25,\"625\":862,\"628\":100,\"631\":100,\"633\":92,\"635\":100,\"636\":92,\"637\":100,\"642\":116,\"652\":300}", - "InvBagsUsed_9": "{\"0\":1,\"1\":1,\"2\":1,\"4\":2,\"5\":2,\"20\":4,\"21\":4,\"22\":4,\"23\":4,\"24\":4,\"25\":4,\"100\":\"2\",\"104\":\"1\",\"105\":\"1\",\"106\":\"1\",\"107\":\"1\",\"108\":\"2\",\"110\":\"1\",\"113\":\"1\"}", - "OptL2_2": [ - { - "0": 710, - "1": 10, - "length": 2 + "1": 0, + "2": 0, + "3": 0, + "length": 4 }, { - "0": 1, + "0": 0, "1": 0, - "2": "Scripticus2", + "2": 0, "3": 0, "length": 4 } ], - "NPCdialogue_2": "{\"Stiltzcho\":35,\"Promotheus\":17,\"Loominadi\":17,\"Postboy_Pablob\":9999,\"Carpenter_Cardinal\":9999,\"Centurion\":11,\"Lava_Larry\":9999,\"Carpetiem\":19,\"Bellows\":12,\"Spirit_Sungmin\":9999,\"Papua_Piggea\":0,\"Iceland_Irwin\":9999,\"Hamish\":0,\"Blobbo\":6,\"Yondergreen\":3,\"Town_Marble\":3,\"Scubidew\":0,\"Telescope\":9999,\"Royal_Worm\":0,\"Tribal_Shaman\":0,\"Krunk\":1,\"Obol_Altar\":9999,\"Goldric\":26,\"Funguy\":9,\"Hoov\":0,\"Grasslands_Gary\":9999,\"Woodlin_Elder\":7,\"Glumlee\":26,\"Cowbo_Jones\":61,\"Eliteus\":5,\"Egggulyte\":0,\"Typhoon\":5,\"Woodsman\":0,\"Gobo\":18,\"Bandit_Bob\":23,\"Poigu\":9,\"Picnic_Stowaway\":20,\"Sprout\":0,\"Tiki_Chief\":5,\"Capital_P\":0,\"Coastiolyte\":0,\"Oinkin\":10,\"Snake_Jar\":18,\"Slargon\":15,\"Sussy_Gene\":8,\"Clown\":9999,\"Builder_Bird\":9999,\"Rift_Ripper\":9999,\"Meel\":8,\"Wellington\":0,\"Speccius\":11,\"Bubbulyte\":0,\"Snouts\":0,\"Loveulyte\":0,\"Nebula_Neddy\":9999,\"Toadstall\":12,\"Desert_Davey\":9999,\"Scripticus\":47,\"Pirate_Porkchop\":11,\"questDisp\":0,\"Crystalswine\":14,\"Giftmas_Blobulyte\":0,\"Dog_Bone\":14,\"Gangster_Gus\":12,\"Mutton\":3,\"Djonnut\":13,\"TP_Pete\":2,\"Potti\":0,\"Bill_Brr\":23,\"Whattso\":4,\"Legumulyte\":0,\"Walupiggy\":12,\"XxX_Cattleprod_XxX\":6,\"Dazey\":0,\"Hoggindaz\":28,\"Mr_Pigibank\":9999,\"Muhmuguh\":9999,\"Monolith\":9,\"Falloween_Pumpkin\":0,\"Shuvelle\":23,\"Lonely_Hunter\":2,\"Lafu_Shi\":19,\"Fishpaste97\":0,\"Omar_Da_Ogar\":13,\"Constructor_Crow\":9999,\"Worldo\":9,\"Tired_Mole\":8,\"Lord_of_the_Hunt\":33,\"Nebulyte\":0,\"Toobus_Goobus\":12,\"Humble_Hugh\":0,\"Snootie\":0,\"Sad_Urie\":9999,\"Bloo_Radley\":6,\"Zenelith\":9999,\"Coralcave_Prince\":0}", - "TaskZZ3": "[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1]]", - "CardEquip_1": [ - "wolfB", - "poopD", - "Boss6C", - "w5a1", - "w4c1", + "SSprog": "[[\"_adb\",1],[\"d\",1],[\"_fea\",1],[\"_ac\",1],[\"_df\",1],[\"b\",1],[\"_bdac\",1],[\"_ea\",1],[\"bd_cefgh\",1],[\"a\",1],[\"\",0],[\"\",0],[\"_fa\",1],[\"a\",1],[\"ah_\",1],[\"_fhg\",1],[\"_eca\",1],[\"f\",1],[\"_ha\",1],[\"_adb\",1],[\"\",0],[\"\",0],[\"\",0],[\"fa_bcd\",1],[\"a_bc\",1],[\"fa_bc\",1],[\"ba_\",1],[\"ea_b\",1],[\"egcai_bdf\",1],[\"fecdgh\",1],[\"hcfe\",1],[\"\",0],[\"\",0],[\"\",0],[\"ca_bdefg\",1],[\"befa\",1],[\"_afc\",1],[\"ebd\",1],[\"ebda\",1],[\"ebdf\",1],[\"cd_abhif\",1],[\"\",0],[\"\",0],[\"\",0],[\"a_bcdefghi\",1],[\"da_bce\",1],[\"a_bcdefghi\",1],[\"fdc\",1],[\"dbca_ef\",1],[\"a_bcdefghi\",1],[\"ac_bd\",1],[\"\",0],[\"\",0],[\"\",0],[\"c_ab\",1],[\"c_a\",1],[\"c_abdefghi\",1],[\"ae_\",1],[\"cdbe\",1],[\"cabde\",1],[\"bacef\",1],[\"hc_eigd\",1],[\"cdgeabi_\",1],[\"\",0]]", + "PTimeAway_1": 1770328.355095, + "PVStatList_3": [ + 401506, + 152581, + 160850, + 102282, + 844 + ], + "EMm0_0": "{\"0\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"1\":{\"Defence\":0,\"WIS\":0,\"STR\":49,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":56,\"UQ1txt\":0,\"UQ2val\":0,\"AGI\":0,\"Reach\":0,\"Upgrade_Slots_Left\":-7,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"2\":{\"Defence\":120,\"STR\":80,\"WIS\":0,\"Weapon_Power\":8,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ2val\":0,\"UQ1txt\":0,\"Upgrade_Slots_Left\":-10,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"3\":{\"Defence\":120,\"WIS\":0,\"STR\":80,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":8,\"UQ2val\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-11,\"Power\":0,\"Speed\":0},\"4\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"5\":{\"Defence\":30,\"WIS\":18,\"STR\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"UQ2val\":0,\"UQ1val\":0,\"Upgrade_Slots_Left\":-3,\"Power\":0,\"Speed\":0},\"6\":{\"Upgrade_Slots_Left\":0,\"Weapon_Power\":0,\"Speed\":0,\"Reach\":0,\"Power\":0,\"Defence\":0,\"STR\":0,\"AGI\":0,\"WIS\":0,\"LUK\":0,\"UQ1val\":0,\"UQ2val\":0,\"UQ1txt\":0,\"UQ2txt\":0},\"7\":{\"Defence\":30,\"STR\":0,\"WIS\":18,\"Weapon_Power\":0,\"LUK\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"UQ2val\":0,\"Upgrade_Slots_Left\":-3,\"UQ1val\":0,\"Power\":0,\"Speed\":0},\"9\":{\"UQ1val\":7,\"UQ2txt\":\"%_DEFENCE\",\"UQ1txt\":\"%_MULTIKILL\",\"UQ2val\":1},\"10\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"11\":{\"UQ1val\":4,\"UQ2txt\":\"%_MOB_RESPAWN\",\"UQ1txt\":\"%_MOB_RESPAWN\",\"UQ2val\":3},\"12\":{\"Defence\":0,\"WIS\":0,\"STR\":0,\"UQ2txt\":0,\"LUK\":0,\"Weapon_Power\":0,\"UQ1txt\":0,\"AGI\":0,\"Reach\":0,\"Speed\":0},\"14\":{\"Defence\":0,\"STR\":0,\"WIS\":0,\"Weapon_Power\":0,\"LUK\":0,\"UQ2txt\":0,\"Reach\":0,\"AGI\":0,\"UQ1txt\":0,\"Speed\":0}}", + "SL_6": "{\"0\":143,\"1\":139,\"5\":299,\"6\":299,\"8\":144,\"9\":100,\"10\":498,\"11\":494,\"12\":408,\"13\":148,\"15\":140,\"16\":138,\"17\":142,\"18\":214,\"19\":215,\"20\":205,\"21\":210,\"22\":144,\"23\":642,\"24\":0,\"25\":141,\"26\":205,\"27\":100,\"28\":144,\"29\":151,\"30\":147,\"31\":299,\"32\":299,\"33\":151,\"34\":299,\"35\":299,\"36\":154,\"37\":145,\"38\":143,\"39\":134,\"40\":299,\"41\":143,\"42\":220,\"43\":220,\"44\":146,\"45\":1,\"46\":1,\"47\":1,\"48\":6,\"49\":250,\"50\":208,\"51\":199,\"52\":197,\"53\":154,\"54\":160,\"55\":151,\"56\":296,\"57\":296,\"58\":299,\"59\":296,\"75\":544,\"76\":299,\"77\":299,\"78\":299,\"79\":313,\"616\":50,\"617\":150,\"618\":100,\"619\":100,\"620\":50,\"621\":144,\"622\":27,\"623\":0,\"624\":50,\"625\":415,\"626\":0,\"627\":50,\"628\":100,\"631\":100,\"632\":100,\"633\":0,\"634\":50,\"635\":100,\"636\":92,\"637\":100,\"638\":96,\"639\":0,\"640\":96,\"641\":152,\"642\":116,\"643\":119,\"644\":123,\"645\":150,\"649\":200,\"650\":46,\"652\":300,\"654\":150,\"655\":84,\"656\":200,\"657\":100,\"658\":200}", + "PlayerStuff_4": "[33655,1,5,0,0,0,0,0,0,0]", + "FoodCD_0": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "QuestStatus_6": "{\"Eliteus1\":[\"0\"],\"Eliteus2\":[\"0\"],\"Scripticus10\":[1],\"Scripticus11\":[1,1],\"XxX_Cattleprod_XxX1\":[15,12],\"Scripticus12\":[0,0,0],\"XxX_Cattleprod_XxX2\":[461,10507,0],\"XxX_Cattleprod_XxX3\":[0,0,0],\"Scripticus13\":[\"0\",\"0\"],\"Nebulyte1\":[40,1],\"Djonnut1\":[0,0,0],\"Nebulyte2\":[1],\"Djonnut2\":[12732,1],\"Nebulyte3\":[43439145],\"Djonnut3\":[0,0,0],\"Nebulyte4\":[1],\"Lava_Larry1\":[0,0,0],\"Masterius1\":[\"0\"],\"Masterius2\":[\"0\"],\"Crystalswine4\":[20,51],\"Crystalswine5\":[62,46],\"Crystalswine6\":[168,19],\"Slargon1\":[59688],\"Oinkin1\":[8],\"Slargon2\":[5],\"Oinkin2\":[7,2,3],\"Slargon3\":[\"0\"],\"Oinkin3\":[1],\"Slargon4\":[\"0\"],\"Poigu1\":[52],\"Poigu2\":[52],\"Poigu3\":[143],\"Lord_of_the_Hunt10\":[0,0],\"Lord_of_the_Hunt11\":[0,0,0],\"Dazey1\":[0,0],\"Mr_Pigibank1\":[\"0\"],\"Dazey2\":[0,0,0],\"Bellows1\":[52],\"Mutton1\":[0,0,0],\"Bellows2\":[8290],\"Mutton2\":[0],\"Bellows3\":[1],\"Mutton3\":[0,0],\"Bellows4\":[0,0],\"Mutton4\":[0,0,0],\"Secretkeeper1\":[0],\"Stiltzcho1\":[15,55],\"Promotheus1\":[1],\"Promotheus2\":[1],\"Stiltzcho2\":[0],\"Promotheus3\":[1],\"Stiltzcho3\":[0,0],\"Promotheus4\":[1],\"Stiltzcho4\":[262570],\"Builder_Bird1\":[0],\"Stiltzcho5\":[\"0\"],\"Constructor_Crow1\":[0],\"Stiltzcho6\":[\"0\"],\"Egggulyte1\":[\"0\"],\"Egggulyte2\":[\"0\"],\"Woodlin_Elder1\":[\"0\"],\"Glumlee1\":[0],\"Woodlin_Elder2\":[\"0\"],\"Glumlee2\":[0],\"Woodlin_Elder3\":[\"0\"],\"Glumlee3\":[88],\"Woodlin_Elder4\":[\"0\"],\"Glumlee4\":[0],\"Woodlin_Elder5\":[\"0\"],\"Royal_Worm1\":[\"0\"],\"Obol_Altar1\":[0],\"Krunk1\":[0,0],\"Glumlee5\":[0],\"Royal_Worm2\":[\"0\"],\"Krunk2\":[0,0,0],\"Spirit_Sungmin1\":[0,0,0],\"Royal_Worm3\":[\"0\"],\"Krunk3\":[0,0,0],\"Papua_Piggea1\":[0],\"Royal_Worm4\":[\"0\",\"0\"],\"Papua_Piggea2\":[0],\"Royal_Worm5\":[\"0\",\"0\"],\"Papua_Piggea3\":[0,0,0],\"Royal_Worm6\":[0],\"Papua_Piggea4\":[\"0\"],\"Royal_Worm7\":[\"0\"],\"Royal_Worm8\":[\"0\"],\"Pirate_Porkchop1\":[4988],\"Royal_Worm9\":[\"0\"],\"Pirate_Porkchop2\":[27974],\"Rocklyte1\":[0],\"Pirate_Porkchop3\":[15800588],\"Rocklyte2\":[0],\"Pirate_Porkchop4\":[22465796],\"Rocklyte3\":[1],\"Hoggindaz10\":[0,0,0],\"Bubbulyte1\":[\"0\"],\"Rift_Ripper1\":[0,0,0],\"Omar_Da_Ogar1\":[0],\"Omar_Da_Ogar2\":[0,0,0],\"Coastiolyte1\":[\"0\"],\"Omar_Da_Ogar3\":[0,0],\"Coastiolyte2\":[\"0\",\"0\"],\"Omar_Da_Ogar4\":[0,0],\"Picnic_Stowaway1\":[0],\"Omar_Da_Ogar5\":[0,0,0],\"Picnic_Stowaway2\":[0,0],\"Omar_Da_Ogar6\":[0],\"Picnic_Stowaway3\":[10],\"Picnic_Stowaway4\":[0,0],\"Picnic_Stowaway5\":[0,0,0],\"Picnic_Stowaway6\":[0,0,0],\"Picnic_Stowaway7\":[\"0\",\"300\",\"1\"],\"Picnic_Stowaway8\":[0,0],\"Picnic_Stowaway9\":[0],\"Hoov1\":[\"0\"],\"Hoov2\":[\"0\"],\"Hoov3\":[\"0\"],\"Hoov4\":[\"0\"],\"Blobbo1\":[0],\"Scubidew1\":[0,0,0],\"Hamish1\":[0],\"Blobbo2\":[0,0,0],\"Scubidew2\":[\"0\",\"121\"],\"TP_Pete1\":[59,103],\"Hamish2\":[0],\"Scubidew3\":[0],\"TP_Pete2\":[0],\"Hamish3\":[0],\"TP_Pete3\":[0],\"Scripticus2\":[5],\"Cowbo_Jones10\":[1,1],\"Scripticus3\":[1,5],\"Cowbo_Jones11\":[10],\"Scripticus4\":[1,0,0],\"Cowbo_Jones12\":[4],\"Meel1\":[30],\"Scripticus5\":[11],\"Cowbo_Jones13\":[100],\"Tired_Mole1\":[11967571],\"Meel2\":[0],\"Scripticus6\":[0],\"Cowbo_Jones14\":[4,4],\"Sussy_Gene1\":[\"0\",\"0\",\"0\"],\"Tired_Mole2\":[\"0\"],\"Scripticus7\":[1,1],\"Cowbo_Jones15\":[0,0,0],\"Sussy_Gene2\":[\"0\",\"0\",\"0\"],\"Tired_Mole3\":[\"0\",\"0\"],\"Scripticus8\":[0],\"Sussy_Gene3\":[\"0\",\"0\",\"0\"],\"Scripticus9\":[0],\"Capital_P1\":[19703],\"Sprout1\":[0,0],\"Capital_P2\":[0],\"Sprout2\":[\"0\"],\"Lonely_Hunter1\":[0,0],\"Capital_P3\":[\"0\"],\"Sprout3\":[0,0,0],\"Lonely_Hunter2\":[\"0\"],\"Sprout4\":[0],\"Shuvelle1\":[7,16],\"Lonely_Hunter3\":[\"0\",\"0\",\"0\"],\"Gobo1\":[\"0\"],\"Shuvelle2\":[0],\"Gobo2\":[\"0\"],\"Falloween_Pumpkin1\":[\"0\"],\"Shuvelle3\":[0],\"Shuvelle4\":[0],\"Falloween_Pumpkin2\":[\"0\",\"0\"],\"Gobo3\":[1,1],\"Shuvelle5\":[12],\"Falloween_Pumpkin3\":[\"0\"],\"Gobo4\":[1,1,35],\"Gobo5\":[16,14],\"Shuvelle6\":[15],\"Falloween_Pumpkin4\":[\"0\"],\"Typhoon1\":[7],\"Shuvelle7\":[0],\"Falloween_Pumpkin5\":[\"0\"],\"Whattso1\":[0],\"Whattso2\":[22],\"Whattso3\":[63],\"Whattso4\":[\"0\"],\"Carpenter_Cardinal1\":[0],\"Nebula_Neddy1\":[0,0,0],\"Postboy_Pablob1\":[0],\"Cactolyte1\":[32,35,33],\"Cactolyte2\":[23,34,25],\"Worldo1\":[\"0\"],\"Cactolyte3\":[0],\"Snake_Jar1\":[0],\"Worldo2\":[\"0\"],\"Cactolyte4\":[1],\"Snake_Jar2\":[0],\"Snake_Jar3\":[\"0\",\"0\"],\"Snake_Jar4\":[\"0\"],\"Bandit_Bob1\":[0],\"Bandit_Bob2\":[0],\"Bandit_Bob3\":[17],\"Bandit_Bob4\":[0],\"Cowbo_Jones1\":[99999],\"Cowbo_Jones2\":[21],\"Cowbo_Jones3\":[8],\"Cowbo_Jones4\":[0],\"Walupiggy1\":[\"0\",\"0\"],\"Goldric1\":[15],\"Cowbo_Jones5\":[1,1],\"Walupiggy2\":[\"0\",\"0\"],\"Goldric2\":[15,90],\"Cowbo_Jones6\":[23],\"Walupiggy3\":[\"0\",\"0\"],\"Goldric3\":[0,0,0],\"Cowbo_Jones7\":[1],\"Walupiggy4\":[\"0\",\"0\"],\"Goldric4\":[0],\"Cowbo_Jones8\":[0],\"Goldric5\":[1],\"Cowbo_Jones9\":[0,0],\"Goldric6\":[18,\"6\"],\"Gangster_Gus1\":[1],\"Gangster_Gus2\":[1],\"Gangster_Gus3\":[\"0\"],\"Loveulyte1\":[0],\"Loveulyte2\":[\"0\"],\"Wellington1\":[\"0\",1,\"0\"],\"Wellington2\":[0,0,0],\"Wellington3\":[\"0\"],\"Wellington4\":[\"0\"],\"Picnic_Stowaway10\":[0],\"Tiki_Chief1\":[0,0],\"Picnic_Stowaway11\":[0],\"Tiki_Chief2\":[\"0\",\"0\",\"0\"],\"Picnic_Stowaway12\":[0],\"Tiki_Chief3\":[\"0\",\"3\"],\"Tiki_Chief4\":[\"0\",\"0\"],\"Monolith1\":[\"0\",\"0\"],\"Monolith2\":[0],\"Monolith3\":[\"0\"],\"Muhmuguh1\":[\"0\"],\"Muhmuguh2\":[\"0\"],\"Muhmuguh3\":[1],\"Bill_Brr1\":[10],\"Bill_Brr2\":[1],\"Bill_Brr3\":[3,\"1\"],\"Bill_Brr4\":[1],\"Giftmas_Blobulyte1\":[\"0\"],\"Bill_Brr5\":[0,0],\"Giftmas_Blobulyte2\":[0,0],\"Bill_Brr6\":[166,0],\"Bill_Brr7\":[\"0\"],\"Giftmas_Blobulyte3\":[\"0\"],\"Centurion1\":[21,16],\"Centurion2\":[0],\"Toadstall1\":[1,1],\"Centurion3\":[342202],\"Toadstall2\":[\"0\"],\"Toadstall3\":[\"0\"],\"Snouts1\":[0],\"Centurion4\":[15,395611],\"Snouts2\":[0],\"Lord_of_the_Hunt1\":[0,0,0],\"Centurion5\":[163,103,\"0\"],\"Centurion6\":[\"0\"],\"Snouts3\":[\"0\"],\"Lord_of_the_Hunt2\":[0,0],\"Centurion7\":[\"0\"],\"Snouts4\":[0],\"Lord_of_the_Hunt3\":[0,0],\"Centurion8\":[\"0\"],\"Lord_of_the_Hunt4\":[0,0],\"QuestNameFiller2\":[\"Starting amount (generally 0)\"],\"Lord_of_the_Hunt5\":[0,0],\"Lord_of_the_Hunt6\":[0,0],\"Lafu_Shi1\":[\"0\"],\"Lord_of_the_Hunt7\":[0,0],\"Fishpaste971\":[0],\"Lafu_Shi2\":[\"0\",\"0\"],\"Lord_of_the_Hunt8\":[0,0],\"Fishpaste972\":[\"0\"],\"Lafu_Shi3\":[\"0\",\"0\",\"0\"],\"Lord_of_the_Hunt9\":[0,0],\"Lafu_Shi4\":[\"0\"],\"Lafu_Shi5\":[\"0\",\"0\"],\"Lafu_Shi6\":[\"0\",\"0\"],\"Woodsman1\":[0],\"Woodsman2\":[0],\"Woodsman3\":[0],\"Hoggindaz1\":[1,60],\"Woodsman4\":[0],\"Hoggindaz2\":[1,1],\"Hoggindaz3\":[1,1,3],\"Hoggindaz4\":[1,13],\"Hoggindaz5\":[5],\"Hoggindaz6\":[0],\"Funguy1\":[0,0,0],\"Hoggindaz7\":[0],\"Funguy2\":[97,97],\"Yondergreen1\":[4],\"Hoggindaz8\":[0],\"Iceland_Irwin1\":[0],\"Telescope1\":[1],\"Town_Marble1\":[0],\"Funguy3\":[0],\"Yondergreen2\":[2],\"Hoggindaz9\":[\"0\"],\"Funguy4\":[\"0\",\"0\"],\"Funguy5\":[0],\"Yondergreen3\":[\"0\"],\"Dog_Bone1\":[0],\"Yondergreen4\":[0],\"Carpetiem1\":[793],\"Dog_Bone2\":[0],\"Bushlyte1\":[0],\"Yondergreen5\":[\"0\"],\"Carpetiem2\":[4021,\"1\"],\"Bushlyte2\":[0],\"Yondergreen6\":[\"0\"],\"Carpetiem3\":[1],\"Bushlyte3\":[0],\"Yondergreen7\":[\"0\"],\"Carpetiem4\":[32],\"Desert_Davey2\":[0,0,0],\"Loominadi1\":[0],\"Speccius1\":[0,0],\"Loominadi2\":[\"0\"],\"Speccius2\":[1],\"Loominadi3\":[\"0\"],\"Loominadi4\":[\"0\"],\"Potti1\":[\"0\"],\"Potti2\":[\"0\"],\"Potti3\":[\"0\"],\"Potti4\":[\"0\"],\"Potti5\":[\"0\"],\"Potti6\":[\"0\"],\"Potti7\":[\"0\"],\"Sad_Urie1\":[\"0\"],\"Snootie1\":[\"0\"],\"Snootie2\":[\"0\"],\"Snootie3\":[\"0\"],\"Bloo_Radley1\":[\"0\"],\"Bloo_Radley2\":[\"0\"],\"Toobus_Goobus1\":[\"0\",\"0\"],\"Toobus_Goobus2\":[\"0\"],\"Toobus_Goobus3\":[\"0\",\"0\"],\"Zenelith1\":[0]}", + "CharSAVED_0": 5, + "CardEquip_7": [ + "SpelunkingCard0", + "CritterCard7", + "w7a1", + "w7a4", + "wolfA", + "Boss4B", + "SpelunkingCard1", + "B", + "B", + "B", + "B", + "B" + ], + "Refinery": "[[6,6.038550138473511,6.038550138473511,76.03855009004474,147823004.03855,147823004.03855,147823004.03855,147823004.03855],[\"Refinery5\",\"Refinery6\",\"Refinery3\",\"Refinery1\",\"Refinery2\",\"Blank\",\"Blank\",\"Blank\"],[8645937,4112513,4548905,1028791,12399025,0,0,0],[1000000,250,0,1,0],[999984,87,0,1,0],[0,12,0,1,0.01],[999957,54,0,1,0],[0,14,0,1,0.01],[0,8,0,1,0.01],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0],[0,1,0,0,0]]", + "CharSAVED_1": 5, + "IMmLENGTH_7": 112, + "CauldUpgLVs": [ + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 170, + 0, + 0, + 254, + 259, + 0, + 0, + 284, + 290, + 0, + 0, + 300, + 306, + 0, + 0, + 295, + 299 + ], + "CardEquip_9": [ + "poopSmall", + "moonman", + "Crystal1", + "Crystal2", + "w5b4", "babaMummy", - "Boss6A", - "w6d2", + "Boss2A", + "demonP", "B", "B", "B", "B" ], - "FoodSlO_2": 6, + "Money_2": 6.343870156864107e+33, + "CharSAVED_7": 5, + "Exp0_5": [ + 4.104264775055552e+22, + 672807633.4167166, + 204342874627.1509, + 105962017891.25896, + 979978618.9692888, + 61648818286.25853, + 9158009218.781584, + 34845637712.5286, + 122494113813.30573, + 12847757.697194502, + 70375356.04117039, + 1569701.8838126916, + 3057646.860563253, + 125082671.8566704, + 189092.49825824882, + 4.3506552075077863e+33, + 4.678235540557281e+23, + 2.5770995359758276e+49, + 1102353871.4254024, + 14170299.01503048, + 0, + 0, + 0, + 0 + ], "playerNames": [ "Sludgadin", "Sludgev2", @@ -12544,46 +12531,16 @@ 335 ], "servervars": { - "GemPopupBundle": "bun_v", - "AncientOddPerIsland": 960, - "TomePct": [ - 13129, - 31320, - 39661, - 41807, - 44054, - 44504, - 45128, - 8206, - 4360, - 2711, - 1540, - 1015 - ], - "RandEvntHr": 6663, - "TomeOn": 1, - "voteCategories": [ - 15, - 5, - 10, - 21 - ], - "voteCat2": [ - 4, - 5, - 12, - 16 - ], - "AprilFools": 0, - "GemBundleOffer3": "bun_v", - "Dungeon1_time": 480, + "Dungeon_CardMulti": 2.5, + "OGtrophy": 1, + "GemPopupLvREQ": 21, + "LetIOSin": 1, + "Dungeon_FlurboMulti": 1.25, + "1LavaChat": "Did_you_know_that_I_post_daily_to_Discord.gg/idleon_with_development_updates_about_what_I'm_working_on?_@_I_even_do_giveaways..._there's_one_right_now!_Go_join_it!", + "Dungeon_CredMulti": 3.2, "RandEvntWorld": 5, - "GameVERSION": 119, - "EventTimerBypass": 0, - "WhateverKeyYouWant": "test", - "EventVal1": 0, - "LtdShopNum": 31, - "OfferBunC": 1, + "PCpurchases": 1, + "DampenServerPlayerMvmt": 0, "HappyHours": [ 10000, 40000, @@ -12603,68 +12560,50 @@ 580000, 601100 ], - "abc": 143, - "votePercent2": [ - 48, - 44, - 8 + "A_empoExpon": 2.52, + "RemoveVials": 0, + "GemBundleOffer": "bun_q", + "voteCat2": [ + 5, + 6, + 20, + 26 ], - "OGtrophy": 1, - "RandomTest": 5, - "1LavaChat": "Did_you_know_that_I_post_daily_to_Discord.gg/idleon_with_development_updates_about_what_I'm_working_on?_@_I_even_do_giveaways..._there's_one_right_now!_Go_join_it!", - "A_divArc": "zyz2qXFREE HXCKSFREE MODSFREE MXDS HCKS 4 U ACKS 4 U HAX 4 U BUY HXX BUY NOW", - "EventFun": "50,2,5,600,0,400", - "DampenServerPlayerMvmt": 0, - "Dungeon_CardMulti": 2.5, + "Dungeon1_time": 480, + "CompBatch": 0, + "EventTimerBypass": 0, + "PristineCharm": 1, + "voteCategories": [ + 5, + 14, + 17, + 19 + ], + "GemBundleOffer3": "bun_z", + "EventVal1": 0, "ChipRepo": [ -1, -1, -1 ], - "tgt_req": [ - 100, - 200, - 300, - 400, - 500, - 600, - 700 + "RandomTest": 5, + "NewStuffButton": 47, + "TomePct": [ + 13158, + 31411, + 39721, + 41850, + 44086, + 44526, + 45157, + 8235, + 4366, + 2716, + 1543, + 1015 ], - "StarterBundleReset": 47, "Test": "", "TestData": "Hello There", - "PCpurchases": 1, - "EventOddz": 25, - "CompBatch": 0, - "GemPopupLvREQ": 21, - "DivCostAfter3": 40, - "ArcadeBonuses": [ - 13, - 53, - 28, - 25, - 22, - 59, - 39, - 46, - 35 - ], - "0TwitchLive": 0, - "GemBundleOffer2": "bun_l", - "LavaHacks": 1, - "RemoveVials": 0, - "Dungeon_FlurboMulti": 1.25, - "KillroySwap": 138, - "ArcGballPCT": 0, - "GemBundleOffer": "bun_z", - "Comp_RaffleWinners": "0", - "AncientArtiPCT": 0, - "DustCost": 6.2, - "EventActive": "SummerSummerNo", - "SteamEvent": 0, - "Comp_Raffle": 0, - "Dungeon_CredMulti": 3.2, - "RateAgain": 52, "GuildRank": [ "1,Highscores_are,999999", "1,Currently_Retired,999999", @@ -12673,499 +12612,548 @@ "1,that_were_top_5,999999" ], "ArcadeRotation": "_58", - "AutoLoot": 1, - "NewStuffButton": 47, - "A_empoExpon": 2.52, + "RateAgain": 52, "GamingFertCostExpA": 132, - "votePercent": [ - 73, - 14, - 13 - ], - "PristineCharm": 1, - "LetIOSin": 1, "WorldSelRNG": 39, "worldCounts": [ - 141, - 46, - 50, - 39, - 48, - 42, - 46, + 237, + 153, + 161, + 158, + 159, + 146, + 41, + 40, + 35, 38, - 52, - 43, - 43, - 45, - 42, - 32, - 39, - 37, - 46, 36, - 40, 38, - 54, - 43, + 52, + 39, 36, - 37, + 34, + 35, 42, - 33, - 41, - 33, - 36, - 39, - 40, - 40, - 40, - 37, + 47, 40, - 43, 44, + 39, + 28, + 31, + 39, + 34, + 38, 41, + 34, + 34, + 46, 39, 35, - 7, - 14, + 42, + 39, + 44, + 53, + 35, + 33, + 33, + 6, + 8, 9, + 6, + 11, 5, - 26, 6, - 14, + 7, + 6, + 7, 7, 5, - 11, 6, - 8, - 9, + 7, + 7, + 7, 5, + 51, 4, + 30, + 14, + 10, + 8, + 6, 5, + 54, + 7, + 7, + 13, + 2, + 10, + 24, + 4, 4, 4, - 5, - 16, - 9, - 26, 8, - 16, - 6, 5, 6, - 15, - 6, + 14, + 13, + 19, + 8, + 11, + 14, + 3, + 4, + 14, 2, + 8, 10, + 2, + 6, + 8, + 3, 4, 7, - 9, - 5, 2, - 7, 5, 4, - 9, - 12, - 8, - 9, - 8, - 9, - 9, - 5, - 7, - 12, + 3, + 14, + 6, + 6, 10, 7, - 18, - 6, 3, 5, - 5, + 3, 6, - 1, + 3, + 15, + 7, 5, 11, - 10, + 6, 2, - 1, - 12, - 11, 3, - 3, - 9, + 4, 11, + 42, 5, - 3, + 8, 5, + 6, + 7, 3, + 5, 4, - 16, 8, - 3, - 11, 4, - 9, - 12, - 8, - 6, - 3, - 8, 5, + 4, 3, - 2, - 2, - 9, - 1, - 3, - 6, 3, 2, - 5, - 3, - 3, - 5, + 4, + 2, 3, - 12, - 8, - 5, + 4, + 1, 10, + 4, + 9, 11, + 9, + 10, + 5, + 9, 7, 5, - 8, 6, - 6, - 3, - 4, - 3, + 8, 4, 6, 4, 6, - 5, - 5, - 7, + 3, + 9, 6, + 8, 4, - 0, - 0, - 1, - 2, 1, - 2, 1, - 0, 3, - 0, - 4, 1, 2, + 3, 2, 1, 1, - 1, - 6, 2, - 2, - 3, 3, - 0, + 5, 3, - 15, + 1, + 2, + 2, 2, 1, 0, - 4, - 0, - 0, 1, 1, + 2, 1, 1, - 2, 1, + 12, + 2, 0, - 4, 1, - 6, - 2, + 1, + 4, 2, 1, - 7, - 0, 0, + 2, + 1, 1, - 4, - 0, 1, 2, 2, - 3, + 1, 1, 0, + 0, 3, - 1, - 6, - 47, - 5, + 9, 2, - 3, 1, - 0, - 5, + 1, + 3, 0, 1, 1, - 2, 3, 1, + 0, + 0, 1, + 0, + 8, + 36, 3, - 5, - 2, - 1, 1, - 6, - 4, - 4, - 4, 2, - 3, - 5, 2, - 3, - 1, - 0, 4, - 2, + 6, 2, 1, - 2, - 3, - 3, 1, + 4, 2, - 3, - 5, - 3, - 1, - 3, - 3, - 1, 0, - 1, 2, + 3, 2, 2, - 3, - 4, 1, - 3, - 3, - 3, - 4, 7, - 5, - 3, - 1, + 6, + 2, + 4, + 2, 3, 1, 2, + 2, + 2, 3, - 0, 2, + 6, 4, + 1, 2, 2, - 0, - 5, 3, 2, 4, 1, - 3, - 4, - 4, - 4, - 4, 1, - 3, + 10, 2, 3, - 4, + 2, 2, 3, - 7, - 1, + 2, 2, 1, + 0, + 4, + 4, + 4, + 2, 3, + 5, 3, 3, - 7, 5, - 11, - 16, - 1, + 5, 3, 3, + 2, 1, + 2, + 1, + 1, + 0, 3, 3, - 3, - 4, 1, - 6, 2, - 3, - 3, - 3, 1, 2, 2, - 1, + 4, 2, - 1, 2, - 3, 2, + 4, + 8, + 8, 2, + 4, + 4, 2, + 3, + 4, 1, - 1, + 4, 2, 4, + 2, + 1, + 1, + 3, 6, 3, + 11, + 13, + 2, + 3, 3, 1, + 4, + 3, + 2, + 2, + 1, + 4, + 3, 0, 1, 1, + 5, 2, 3, - 3, - 6, - 4, - 4, - 4, - 0, - 4, - 4, + 2, 5, - 0, + 1, 3, 3, + 1, + 2, + 2, + 2, 3, 2, - 4, + 0, + 3, 2, 3, 3, 1, + 3, + 1, + 3, 2, - 2, - 7, - 4, - 2, - 4, + 3, + 9, + 1, 1, 1, 1, - 4, 1, - 4, - 4, 5, - 0, + 2, 1, 1, 4, - 2, + 5, 1, + 4, 3, - 2, - 5, 1, + 3, + 3, + 3, + 3, + 5, + 0, + 3, + 3, + 3, 1, 4, + 1, 0, + 5, 2, - 13, + 0, + 5, + 4, + 1, + 2, + 3, 2, 2, - 1, + 6, 2, 2, + 6, + 4, + 4, 3, + 12, + 2, 1, - 3, 2, - 5, + 2, 3, 2, - 5, 6, 5, + 4, + 3, + 1, + 5, 7, + 9, 3, 6, - 2, - 8, - 5, - 5, 5, + 1, 4, - 3, - 5, 2, + 7, + 6, 4, 3, - 3, 4, - 1, + 7, 3, - 6, - 1, 3, - 1, + 3, + 4, + 7, + 3, + 4, + 5, + 2, + 2, + 5, + 2, 3, 2, + 5, 2, 1, - 7, + 1, + 5, + 2, + 3, 2, 2, + 2, + 5, 3, - 6, + 5, + 4, 3, 4, 6, + 8, + 4, 3, 3, - 5, - 3, - 3, - 3, - 3, - 2, - 7, - 4, - 1, 4, + 0, + 2, + 2, 3, - 6, - 1, - 4, 2, - 4, - 4, - 6, - 6, - 9, - 7, - 6 - ] + 2, + 2, + 2, + 2, + 5, + 8 + ], + "LtdShopNum": 31, + "LavaHacks": 1, + "Comp_Raffle": 0, + "EventFun": "50,2,5,600,0,400", + "votePercent": [ + 25, + 20, + 55 + ], + "GameVERSION": 119, + "AprilFools": 0, + "AutoLoot": 1, + "DustCost": 6.2, + "AncientOddPerIsland": 960, + "DivCostAfter3": 40, + "tgt_req": [ + 0, + 150, + 300, + 400, + 500, + 600, + 700, + 99999 + ], + "abc": 143, + "EventOddz": 25, + "ArcadeBonuses": [ + 13, + 53, + 28, + 25, + 22, + 59, + 39, + 46, + 35 + ], + "0TwitchLive": 0, + "OfferBunC": 1, + "RandEvntHr": 6663, + "AncientArtiPCT": 0, + "Comp_RaffleWinners": "0", + "StarterBundleReset": 47, + "A_divArc": "zyz2qXFREE HXCKSFREE MODSFREE MXDS HCKS 4 U ACKS 4 U HAX 4 U BUY HXX BUY NOW", + "votePercent2": [ + 21, + 28, + 51 + ], + "SteamEvent": 0, + "ArcGballPCT": 0, + "TomeOn": 1, + "WhateverKeyYouWant": "test", + "KillroySwap": 138, + "GemPopupBundle": "bun_z", + "EventActive": "SummerSummerNo", + "GemBundleOffer2": "bun_a" } } diff --git a/tests/results/big-fish-data.json b/tests/results/big-fish-data.json index 8b628276..9ccce89a 100644 --- a/tests/results/big-fish-data.json +++ b/tests/results/big-fish-data.json @@ -1,41 +1,41 @@ { - "timestamp": "2026-02-02T12:15:57.437Z", + "timestamp": "2026-02-08T06:03:47.070Z", "extractions": { "big_fish_bonus_0": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishBonuses\", 0)", "result": 4.117647058823529, "description": "Big Fish bonus 0: W7 mob respawn rate", - "extractedAt": "2026-02-02T12:15:57.492Z" + "extractedAt": "2026-02-08T06:03:47.098Z" }, "big_fish_bonus_1": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishBonuses\", 1)", "result": 2.326241134751773, "description": "Big Fish bonus 1: Max Stamina in Spelunking", - "extractedAt": "2026-02-02T12:15:57.501Z" + "extractedAt": "2026-02-08T06:03:47.103Z" }, "big_fish_bonus_2": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishBonuses\", 2)", "result": 2.4561403508771926, "description": "Big Fish bonus 2: Spelunking AFK Gains", - "extractedAt": "2026-02-02T12:15:57.511Z" + "extractedAt": "2026-02-08T06:03:47.108Z" }, "big_fish_bonus_3": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishBonuses\", 3)", "result": 0.19607843137254902, "description": "Big Fish bonus 3: Kill per Kill in W7", - "extractedAt": "2026-02-02T12:15:57.521Z" + "extractedAt": "2026-02-08T06:03:47.112Z" }, "big_fish_bonus_4": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishBonuses\", 4)", "result": 0, "description": "Big Fish bonus 4: Class EXP Gain", - "extractedAt": "2026-02-02T12:15:57.524Z" + "extractedAt": "2026-02-08T06:03:47.118Z" }, "big_fish_bonus_5": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishBonuses\", 5)", "result": 0, "description": "Big Fish bonus 5: Double Gold Food drop chance", - "extractedAt": "2026-02-02T12:15:57.533Z" + "extractedAt": "2026-02-08T06:03:47.127Z" }, "big_fish_cost_0": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishCost\", 0)", @@ -45,7 +45,7 @@ "original": 1.820265924804207e+30 }, "description": "Big Fish upgrade cost for bonus 0", - "extractedAt": "2026-02-02T12:15:57.542Z" + "extractedAt": "2026-02-08T06:03:47.132Z" }, "big_fish_cost_1": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishCost\", 1)", @@ -55,7 +55,7 @@ "original": 3.171025258690392e+31 }, "description": "Big Fish upgrade cost for bonus 1", - "extractedAt": "2026-02-02T12:15:57.545Z" + "extractedAt": "2026-02-08T06:03:47.139Z" }, "big_fish_cost_2": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishCost\", 2)", @@ -65,7 +65,7 @@ "original": 7.298374875510579e+31 }, "description": "Big Fish upgrade cost for bonus 2", - "extractedAt": "2026-02-02T12:15:57.552Z" + "extractedAt": "2026-02-08T06:03:47.148Z" }, "big_fish_cost_3": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishCost\", 3)", @@ -75,7 +75,7 @@ "original": 1.3668480499920462e+33 }, "description": "Big Fish upgrade cost for bonus 3", - "extractedAt": "2026-02-02T12:15:57.562Z" + "extractedAt": "2026-02-08T06:03:47.157Z" }, "big_fish_cost_4": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishCost\", 4)", @@ -85,7 +85,7 @@ "original": 1.035601597686261e+35 }, "description": "Big Fish upgrade cost for bonus 4", - "extractedAt": "2026-02-02T12:15:57.572Z" + "extractedAt": "2026-02-08T06:03:47.162Z" }, "big_fish_cost_5": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishCost\", 5)", @@ -95,43 +95,43 @@ "original": 1.0387115103197146e+38 }, "description": "Big Fish upgrade cost for bonus 5", - "extractedAt": "2026-02-02T12:15:57.582Z" + "extractedAt": "2026-02-08T06:03:47.169Z" }, "big_fish_unlock_req_0": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishUpgLVREQ\", 0)", "result": 4000, "description": "Big Fish unlock level requirement for bonus 0", - "extractedAt": "2026-02-02T12:15:57.592Z" + "extractedAt": "2026-02-08T06:03:47.178Z" }, "big_fish_unlock_req_1": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishUpgLVREQ\", 1)", "result": 4300, "description": "Big Fish unlock level requirement for bonus 1", - "extractedAt": "2026-02-02T12:15:57.602Z" + "extractedAt": "2026-02-08T06:03:47.182Z" }, "big_fish_unlock_req_2": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishUpgLVREQ\", 2)", "result": 4600, "description": "Big Fish unlock level requirement for bonus 2", - "extractedAt": "2026-02-02T12:15:57.613Z" + "extractedAt": "2026-02-08T06:03:47.189Z" }, "big_fish_unlock_req_3": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishUpgLVREQ\", 3)", "result": 5050, "description": "Big Fish unlock level requirement for bonus 3", - "extractedAt": "2026-02-02T12:15:57.622Z" + "extractedAt": "2026-02-08T06:03:47.197Z" }, "big_fish_unlock_req_4": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishUpgLVREQ\", 4)", "result": 5600, "description": "Big Fish unlock level requirement for bonus 4", - "extractedAt": "2026-02-02T12:15:57.632Z" + "extractedAt": "2026-02-08T06:03:47.200Z" }, "big_fish_unlock_req_5": { "expression": "idleon.callFunction(\"Spelunk\", \"BigFishUpgLVREQ\", 5)", "result": 6250, "description": "Big Fish unlock level requirement for bonus 5", - "extractedAt": "2026-02-02T12:15:57.644Z" + "extractedAt": "2026-02-08T06:03:47.207Z" } }, "errors": {}, diff --git a/tests/results/cooking-meal-bonus-data.json b/tests/results/cooking-meal-bonus-data.json index ceb0b4f0..9b3fe4aa 100644 --- a/tests/results/cooking-meal-bonus-data.json +++ b/tests/results/cooking-meal-bonus-data.json @@ -1,47 +1,47 @@ { - "timestamp": "2026-02-02T11:54:13.383Z", + "timestamp": "2026-02-08T06:03:47.208Z", "extractions": { "mainframe_jewel_16": { "expression": "idleon.callFunction(\"MainframeBonus\", 116)", "result": 25.6, "description": "Mainframe jewel 16 bonus (meal bonus)", - "extractedAt": "2026-02-02T11:54:13.400Z" + "extractedAt": "2026-02-08T06:03:47.218Z" }, "shiny_bonus_20": { "expression": "idleon.callFunction(\"Breeding\", \"ShinyBonusS\", \"Nah\", 20, -1)", "result": 17, "description": "Breeding shiny bonus 20 (meal bonus)", - "extractedAt": "2026-02-02T11:54:13.409Z" + "extractedAt": "2026-02-08T06:03:47.221Z" }, "win_bonus_26": { "expression": "idleon.callFunction(\"Summoning\", \"WinBonus\", 26, 0)", "result": 98.2215, "description": "Summoning winner bonus 26 (meal bonus)", - "extractedAt": "2026-02-02T11:54:13.417Z" + "extractedAt": "2026-02-08T06:03:47.228Z" }, "ribbon_bonus_meal_11": { "expression": "idleon.callFunction(\"Summoning\", \"RibbonBonus\", idleon.engine.getGameAttribute(\"Ribbon\")[28 + 11], 0)", "result": 1, "description": "Ribbon bonus for meal 11", - "extractedAt": "2026-02-02T11:54:13.426Z" + "extractedAt": "2026-02-08T06:03:47.233Z" }, "meal_bonus_sailing": { "expression": "idleon.callFunction(\"MealBonus\", \"Sailing\")", - "result": 621.8604898, + "result": 638.82032134, "description": "Meal bonus for Sailing", - "extractedAt": "2026-02-02T11:54:13.430Z" + "extractedAt": "2026-02-08T06:03:47.238Z" }, "meal_bonus_mcook": { "expression": "idleon.callFunction(\"MealBonus\", \"Mcook\")", "result": 41793.9432657066, "description": "Meal bonus for Mcook", - "extractedAt": "2026-02-02T11:54:13.437Z" + "extractedAt": "2026-02-08T06:03:47.241Z" }, "meal_bonus_kitchen_eff": { "expression": "idleon.callFunction(\"MealBonus\", \"KitchenEff\")", "result": 4188.6543945915, "description": "Meal bonus for KitchenEff", - "extractedAt": "2026-02-02T11:54:13.446Z" + "extractedAt": "2026-02-08T06:03:47.247Z" } }, "errors": {}, diff --git a/tests/results/cooking-speed-data.json b/tests/results/cooking-speed-data.json index 01c1e3be..0d0ecc64 100644 --- a/tests/results/cooking-speed-data.json +++ b/tests/results/cooking-speed-data.json @@ -1,209 +1,209 @@ { - "timestamp": "2026-02-02T11:54:13.447Z", + "timestamp": "2026-02-08T06:03:47.248Z", "extractions": { "final_cooking_speed": { "expression": "idleon.callFunction(\"CookingR\", \"CookingSPEED\", 0, 0)", "result": { "type": "large_number", - "value": "7.201108690969176e+116", - "original": 7.201108690969176e+116 + "value": "9.979931840900868e+116", + "original": 9.979931840900868e+116 }, "description": "Final cooking speed result for kitchen 0", - "extractedAt": "2026-02-02T11:54:13.457Z" + "extractedAt": "2026-02-08T06:03:47.258Z" }, "starsign_58_bonus": { "expression": "idleon.getDNSM(\"StarSigns\").h[58]", "result": 64.30766430000004, "description": "Star sign 58 (Gordonius Major) cooking speed bonus", - "extractedAt": "2026-02-02T11:54:13.467Z" + "extractedAt": "2026-02-08T06:03:47.261Z" }, "kitchen_0_meal_levels": { "expression": "idleon.getAttr(\"Cooking\")[0][6]", "result": 493, "description": "Kitchen 0 meal levels (this.mealLevels)", - "extractedAt": "2026-02-02T11:54:13.475Z" + "extractedAt": "2026-02-08T06:03:47.266Z" }, "kitchen_0_recipe_levels": { "expression": "idleon.getAttr(\"Cooking\")[0][7]", "result": 491, "description": "Kitchen 0 recipe levels (this.recipeLevels)", - "extractedAt": "2026-02-02T11:54:13.478Z" + "extractedAt": "2026-02-08T06:03:47.269Z" }, "kitchen_0_luck_levels": { "expression": "idleon.getAttr(\"Cooking\")[0][8]", "result": 387, "description": "Kitchen 0 luck levels (this.luckLevels)", - "extractedAt": "2026-02-02T11:54:13.486Z" + "extractedAt": "2026-02-08T06:03:47.278Z" }, "talent_59_bonus": { "expression": "idleon.callFunction(\"TalentCalc\", 59)", "result": { "type": "large_number", - "value": "7.309415163134867e+40", - "original": 7.309415163134867e+40 + "value": "8.137804313774709e+40", + "original": 8.137804313774709e+40 }, "description": "Talent 59 bonus", - "extractedAt": "2026-02-02T11:54:13.496Z" + "extractedAt": "2026-02-08T06:03:47.281Z" }, "crop_sc_3_bonus": { "expression": "idleon.callFunction(\"FarmingStuffs\", \"CropSCbonus\", 3, 0)", "result": 59960158.962545976, "description": "Crop SC 3 bonus", - "extractedAt": "2026-02-02T11:54:13.499Z" + "extractedAt": "2026-02-08T06:03:47.288Z" }, "talent_enh_146_bonus": { "expression": "idleon.callFunction(\"TalentEnh\", 146)", "result": 2048.4002145854793, "description": "Enhanced Talent 146 bonus", - "extractedAt": "2026-02-02T11:54:13.506Z" + "extractedAt": "2026-02-08T06:03:47.292Z" }, "voting_13_bonus": { "expression": "idleon.callFunction(\"Summoning\", \"VotingBonusz\", 13, 0)", "result": 0, "description": "Voting 13 bonus", - "extractedAt": "2026-02-02T11:54:13.517Z" + "extractedAt": "2026-02-08T06:03:47.298Z" }, "vault_upg_54_bonus": { "expression": "idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 54, 0)", "result": 2340, "description": "Vault upgrade 54 bonus", - "extractedAt": "2026-02-02T11:54:13.526Z" + "extractedAt": "2026-02-08T06:03:47.302Z" }, "meal_bonus_zmealfarm": { "expression": "idleon.callFunction(\"MealBonus\", \"zMealFarm\", 0, 0)", "result": 34113.005159556, "description": "Z meal farm bonus", - "extractedAt": "2026-02-02T11:54:13.529Z" + "extractedAt": "2026-02-08T06:03:47.306Z" }, "alch_bubbles_meal_spdz_bonus": { "expression": "idleon.getDNSM(\"AlchBubbles\").h.MealSpdz", "result": { "type": "large_number", - "value": "2.4841242628294005e+30", - "original": 2.4841242628294005e+30 + "value": "3.0902762803847654e+30", + "original": 3.0902762803847654e+30 }, "description": "Alchemy bubbles MealSpdz bonus", - "extractedAt": "2026-02-02T11:54:13.540Z" + "extractedAt": "2026-02-08T06:03:47.309Z" }, "atom_bonuses_8_bonus": { "expression": "idleon.callFunction(\"AtomCollider\", \"AtomBonuses\", 8, 0)", "result": 363704869.4375501, "description": "Atom bonuses 8 bonus", - "extractedAt": "2026-02-02T11:54:13.548Z" + "extractedAt": "2026-02-08T06:03:47.311Z" }, "msa_1_bonus": { "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 1, 0)", "result": 1521, "description": "MSA 1 bonus", - "extractedAt": "2026-02-02T11:54:13.557Z" + "extractedAt": "2026-02-08T06:03:47.317Z" }, "artifact_13_bonus": { "expression": "idleon.callFunction(\"Sailing\", \"ArtifactBonus\", 13, 0)", - "result": 8975.013647759104, + "result": 8980.858149710239, "description": "Artifact 13 bonus", - "extractedAt": "2026-02-02T11:54:13.566Z" + "extractedAt": "2026-02-08T06:03:47.320Z" }, "arcade_28_bonus": { "expression": "idleon.callFunction(\"ArcadeBonus\", 28)", "result": 0, "description": "Arcade 28 bonus", - "extractedAt": "2026-02-02T11:54:13.576Z" + "extractedAt": "2026-02-08T06:03:47.326Z" }, "alch_vials_6turtle_bonus": { "expression": "idleon.getDNSM(\"AlchVials\").h[\"6turtle\"]", "result": 266.24, "description": "Alchemy vial bonus for 6turtle", - "extractedAt": "2026-02-02T11:54:13.578Z" + "extractedAt": "2026-02-08T06:03:47.329Z" }, "alch_vials_MealCook_bonus": { "expression": "idleon.getDNSM(\"AlchVials\").h.MealCook", "result": 491.52, "description": "Alchemy vial bonus for MealCook", - "extractedAt": "2026-02-02T11:54:13.586Z" + "extractedAt": "2026-02-08T06:03:47.332Z" }, "stamp_bonus_MealCook": { "expression": "idleon.callFunction(\"StampBonusOfTypeX\", \"MealCook\")", "result": 1800, "description": "Stamp bonus for MealCook", - "extractedAt": "2026-02-02T11:54:13.588Z" + "extractedAt": "2026-02-08T06:03:47.338Z" }, "mainframe_114_bonus": { "expression": "idleon.callFunction(\"MainframeBonus\", 114)", "result": 785.6, "description": "Mainframe 114 bonus", - "extractedAt": "2026-02-02T11:54:13.596Z" + "extractedAt": "2026-02-08T06:03:47.341Z" }, "meal_bonus_Mcook": { "expression": "idleon.callFunction(\"MealBonus\", \"Mcook\")", "result": 41793.9432657066, "description": "Meal bonus for Mcook", - "extractedAt": "2026-02-02T11:54:13.598Z" + "extractedAt": "2026-02-08T06:03:47.348Z" }, "summoning_win_bonus_15": { "expression": "idleon.callFunction(\"Summoning\", \"WinBonus\", 15, 0)", "result": 3886.1549999999997, "description": "Summoning win bonus 15", - "extractedAt": "2026-02-02T11:54:13.608Z" + "extractedAt": "2026-02-08T06:03:47.358Z" }, "holes_monument_rog_bonuses_0_2": { "expression": "idleon.callFunction(\"Holes\", \"MonumentROGbonuses\", 0, 2)", "result": 13100, "description": "Holes monument ROG bonuses 0 2", - "extractedAt": "2026-02-02T11:54:13.617Z" + "extractedAt": "2026-02-08T06:03:47.362Z" }, "holes_b_upg_56_bonus": { "expression": "idleon.callFunction(\"Holes\", \"B_UPG\", 56, 0)", "result": 13.785849184900005, "description": "Holes Schematics 56 bonus", - "extractedAt": "2026-02-02T11:54:13.626Z" + "extractedAt": "2026-02-08T06:03:47.368Z" }, "card_w6c1_bonus": { "expression": "idleon.callFunction(\"RunCodeOfTypeXforThingY\", \"CardLv\", \"w6c1\")", "result": 3, "description": "Card w6c1 bonus", - "extractedAt": "2026-02-02T11:54:13.637Z" + "extractedAt": "2026-02-08T06:03:47.372Z" }, "lamp_bonuses_0": { "expression": "idleon.callFunction(\"Holes\", \"LampBonuses\", 0, 0)", "result": 808, "description": "Holes lamp bonuses 0 0", - "extractedAt": "2026-02-02T11:54:13.648Z" + "extractedAt": "2026-02-08T06:03:47.380Z" }, "alch_vials_6cookspd_bonus": { "expression": "idleon.getDNSM(\"AlchVials\").h[\"6CookSpd\"]", "result": 332.8, "description": "Alchemy vial bonus for 6CookSpd", - "extractedAt": "2026-02-02T11:54:13.656Z" + "extractedAt": "2026-02-08T06:03:47.399Z" }, "card_boss4a_bonus": { "expression": "idleon.callFunction(\"RunCodeOfTypeXforThingY\", \"CardLv\", \"Boss4A\")", "result": 6, "description": "Card Boss4A bonus", - "extractedAt": "2026-02-02T11:54:13.665Z" + "extractedAt": "2026-02-08T06:03:47.407Z" }, "mainframe_100_bonus": { "expression": "idleon.callFunction(\"MainframeBonus\", 100)", "result": 4.800000000000001, "description": "Mainframe 100 bonus", - "extractedAt": "2026-02-02T11:54:13.668Z" + "extractedAt": "2026-02-08T06:03:47.415Z" }, "achieve_status_225_bonus": { "expression": "idleon.callFunction(\"AchieveStatus\", 225)", "result": 1, "description": "Achieve status 225 bonus", - "extractedAt": "2026-02-02T11:54:13.676Z" + "extractedAt": "2026-02-08T06:03:47.422Z" }, "achieve_status_224_bonus": { "expression": "idleon.callFunction(\"AchieveStatus\", 224)", "result": 1, "description": "Achieve status 224 bonus", - "extractedAt": "2026-02-02T11:54:13.679Z" + "extractedAt": "2026-02-08T06:03:47.430Z" }, "meal_bonus_KitchenEff": { "expression": "idleon.callFunction(\"MealBonus\", \"KitchenEff\")", "result": 4188.6543945915, "description": "Meal bonus for KitchenEff", - "extractedAt": "2026-02-02T11:54:13.686Z" + "extractedAt": "2026-02-08T06:03:47.439Z" } }, "errors": {}, diff --git a/tests/results/coral-kid-data.json b/tests/results/coral-kid-data.json index e9d2e87d..52da58ba 100644 --- a/tests/results/coral-kid-data.json +++ b/tests/results/coral-kid-data.json @@ -1,77 +1,77 @@ { - "timestamp": "2026-02-02T11:54:13.687Z", + "timestamp": "2026-02-08T06:03:47.440Z", "extractions": { "coral_kid_bonus_0": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 0, 0)", "result": 100, "description": "CoralKid bonus 0: Divinity EXP gain", - "extractedAt": "2026-02-02T11:54:13.696Z" + "extractedAt": "2026-02-08T06:03:47.453Z" }, "coral_kid_bonus_1": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 1, 0)", "result": 10, "description": "CoralKid bonus 1: Blessing max level increase", - "extractedAt": "2026-02-02T11:54:13.698Z" + "extractedAt": "2026-02-08T06:03:47.460Z" }, "coral_kid_bonus_2": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 2, 0)", "result": 3.870967741935484, "description": "CoralKid bonus 2: God Rank class EXP multiplier", - "extractedAt": "2026-02-02T11:54:13.706Z" + "extractedAt": "2026-02-08T06:03:47.470Z" }, "coral_kid_bonus_3": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 3, 0)", "result": 1, "description": "CoralKid bonus 3: Divinity skill level boost to minor links", - "extractedAt": "2026-02-02T11:54:13.708Z" + "extractedAt": "2026-02-08T06:03:47.478Z" }, "coral_kid_bonus_4": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 4, 0)", "result": 0, "description": "CoralKid bonus 4: Divinity PTS gain per Coral Reef upgrade", - "extractedAt": "2026-02-02T11:54:13.716Z" + "extractedAt": "2026-02-08T06:03:47.482Z" }, "coral_kid_bonus_5": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 5, 0)", "result": 0, "description": "CoralKid bonus 5: Daily Coral generation increase", - "extractedAt": "2026-02-02T11:54:13.719Z" + "extractedAt": "2026-02-08T06:03:47.491Z" }, "coral_kid_cost_0": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgCost\", 0)", "result": 25937424.601000022, "description": "CoralKid upgrade cost for bonus 0", - "extractedAt": "2026-02-02T11:54:13.727Z" + "extractedAt": "2026-02-08T06:03:47.500Z" }, "coral_kid_cost_1": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgCost\", 1)", "result": 183105468.75, "description": "CoralKid upgrade cost for bonus 1", - "extractedAt": "2026-02-02T11:54:13.736Z" + "extractedAt": "2026-02-08T06:03:47.512Z" }, "coral_kid_cost_2": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgCost\", 2)", "result": 637761960.0000004, "description": "CoralKid upgrade cost for bonus 2", - "extractedAt": "2026-02-02T11:54:13.739Z" + "extractedAt": "2026-02-08T06:03:47.523Z" }, "coral_kid_cost_3": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgCost\", 3)", "result": 2376000000, "description": "CoralKid upgrade cost for bonus 3", - "extractedAt": "2026-02-02T11:54:13.749Z" + "extractedAt": "2026-02-08T06:03:47.534Z" }, "coral_kid_cost_4": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgCost\", 4)", "result": 12960000000, "description": "CoralKid upgrade cost for bonus 4", - "extractedAt": "2026-02-02T11:54:13.758Z" + "extractedAt": "2026-02-08T06:03:47.545Z" }, "coral_kid_cost_5": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgCost\", 5)", "result": 77760000000, "description": "CoralKid upgrade cost for bonus 5", - "extractedAt": "2026-02-02T11:54:13.767Z" + "extractedAt": "2026-02-08T06:03:47.554Z" } }, "errors": {}, diff --git a/tests/results/coral-reef-daily-gains-data.json b/tests/results/coral-reef-daily-gains-data.json index 8e3225b0..fe6c3c33 100644 --- a/tests/results/coral-reef-daily-gains-data.json +++ b/tests/results/coral-reef-daily-gains-data.json @@ -1,95 +1,95 @@ { - "timestamp": "2026-02-02T13:13:29.976Z", + "timestamp": "2026-02-08T06:03:47.555Z", "extractions": { "reef_daily_gains": { "expression": "idleon.callFunction(\"Thingies\", \"ReefDayGains\")", - "result": 133.92155446488337, + "result": 134.9715544648834, "description": "Final Coral Reef daily gains calculation", - "extractedAt": "2026-02-02T13:13:30.074Z" + "extractedAt": "2026-02-08T06:03:47.620Z" }, "param_companion_40_bonus": { "expression": "idleon.callFunction(\"Companions\", 40)", "result": 0.75, "description": "Companion 40 bonus (multiplicative)", - "extractedAt": "2026-02-02T13:13:30.081Z" + "extractedAt": "2026-02-08T06:03:47.630Z" }, "param_event_shop_25_owned": { "expression": "idleon.callFunction(\"Summoning\", \"EventShopOwned\", 25, 0)", "result": 0, "description": "Event shop bonus 25 owned", - "extractedAt": "2026-02-02T13:13:30.088Z" + "extractedAt": "2026-02-08T06:03:47.637Z" }, "param_gem_purchase_41": { "expression": "idleon.engine.getGameAttribute(\"GemItemsPurchased\")[41]", "result": 10, "description": "Gem purchase 41 count", - "extractedAt": "2026-02-02T13:13:30.097Z" + "extractedAt": "2026-02-08T06:03:47.645Z" }, "param_coral_kid_bonus_5": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 5, 0)", "result": 0, "description": "Coral Kid bonus 5 (daily coral generation)", - "extractedAt": "2026-02-02T13:13:30.105Z" + "extractedAt": "2026-02-08T06:03:47.653Z" }, "param_dancing_coral_bonus_0": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 0, 0)", - "result": 68, + "result": 70, "description": "Dancing Coral bonus 0 (daily reef coral)", - "extractedAt": "2026-02-02T13:13:30.114Z" + "extractedAt": "2026-02-08T06:03:47.659Z" }, "param_clamwork_bonus_5": { "expression": "idleon.callFunction(\"Thingies\", \"ClamWorkBonus\", 5, 0)", "result": 0, "description": "Clamwork bonus 5", - "extractedAt": "2026-02-02T13:13:30.117Z" + "extractedAt": "2026-02-08T06:03:47.668Z" }, "param_killroy_bonus_6": { "expression": "idleon.callFunction(\"RandomEvent\", \"KillroyBonuses\", 6, 0)", "result": 0, "description": "Killroy bonus 6 (daily coral reef gains)", - "extractedAt": "2026-02-02T13:13:30.125Z" + "extractedAt": "2026-02-08T06:03:47.673Z" }, "param_stamp_corale": { "expression": "idleon.callFunction(\"StampBonusOfTypeX\", \"corale\")", "result": 4.117647058823529, "description": "Stamp bonus for corale", - "extractedAt": "2026-02-02T13:13:30.137Z" + "extractedAt": "2026-02-08T06:03:47.679Z" }, "param_vial_7corale": { "expression": "idleon.engine.getGameAttribute(\"DNSM\").h.AlchVials.h[\"7corale\"]", "result": 0, "description": "Alchemy vial 7corale bonus", - "extractedAt": "2026-02-02T13:13:30.144Z" + "extractedAt": "2026-02-08T06:03:47.690Z" }, "param_legend_talent_bonus_0": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 0, 0)", "result": 60, "description": "Legend talent bonus 0", - "extractedAt": "2026-02-02T13:13:30.155Z" + "extractedAt": "2026-02-08T06:03:47.700Z" }, "param_arcade_bonus_57": { "expression": "idleon.callFunction(\"ArcadeBonus\", 57)", "result": 0, "description": "Arcade bonus 57", - "extractedAt": "2026-02-02T13:13:30.166Z" + "extractedAt": "2026-02-08T06:03:47.710Z" }, "param_emporium_bonus_43": { "expression": "idleon.callFunction(\"Ninja\", \"EmporiumBonus\", 43, 0)", "result": 1, "description": "Sneaking emporium bonus 43", - "extractedAt": "2026-02-02T13:13:30.175Z" + "extractedAt": "2026-02-08T06:03:47.725Z" }, "param_card_w7a9_level": { "expression": "Math.min(2 * idleon.callFunction(\"RunCodeOfTypeXforThingY\", \"CardLv\", \"w7a9\"), 15)", "result": 2, "description": "Card w7a9 (Demonblub) level", - "extractedAt": "2026-02-02T13:13:30.186Z" + "extractedAt": "2026-02-08T06:03:47.734Z" }, "param_statue_31_bonus": { "expression": "idleon.callFunction(\"ArbitraryCode\", \"StatueBonusGiven31\")", "result": 0.9710281123829344, "description": "Statue 31 bonus", - "extractedAt": "2026-02-02T13:13:30.196Z" + "extractedAt": "2026-02-08T06:03:47.746Z" } }, "errors": {}, diff --git a/tests/results/coral-reef-data.json b/tests/results/coral-reef-data.json index 0f5b6271..c5d198c6 100644 --- a/tests/results/coral-reef-data.json +++ b/tests/results/coral-reef-data.json @@ -1,41 +1,41 @@ { - "timestamp": "2026-02-02T12:48:36.087Z", + "timestamp": "2026-02-08T06:03:47.748Z", "extractions": { "coral_reef_cost_0": { "expression": "idleon.callFunction(\"Thingies\", \"ReefCost\", 0)", "result": 284.2170943040401, "description": "Coral Reef upgrade cost for upgrade 0", - "extractedAt": "2026-02-02T12:48:36.139Z" + "extractedAt": "2026-02-08T06:03:47.761Z" }, "coral_reef_cost_1": { "expression": "idleon.callFunction(\"Thingies\", \"ReefCost\", 1)", "result": 10, "description": "Coral Reef upgrade cost for upgrade 1", - "extractedAt": "2026-02-02T12:48:36.146Z" + "extractedAt": "2026-02-08T06:03:47.770Z" }, "coral_reef_cost_2": { "expression": "idleon.callFunction(\"Thingies\", \"ReefCost\", 2)", "result": 2243.523904195969, "description": "Coral Reef upgrade cost for upgrade 2", - "extractedAt": "2026-02-02T12:48:36.149Z" + "extractedAt": "2026-02-08T06:03:47.780Z" }, "coral_reef_cost_3": { "expression": "idleon.callFunction(\"Thingies\", \"ReefCost\", 3)", "result": 1923.0048432337649, "description": "Coral Reef upgrade cost for upgrade 3", - "extractedAt": "2026-02-02T12:48:36.157Z" + "extractedAt": "2026-02-08T06:03:47.791Z" }, "coral_reef_cost_4": { "expression": "idleon.callFunction(\"Thingies\", \"ReefCost\", 4)", "result": 1025.15625, "description": "Coral Reef upgrade cost for upgrade 4", - "extractedAt": "2026-02-02T12:48:36.160Z" + "extractedAt": "2026-02-08T06:03:47.799Z" }, "coral_reef_cost_5": { "expression": "idleon.callFunction(\"Thingies\", \"ReefCost\", 5)", "result": 10, "description": "Coral Reef upgrade cost for upgrade 5", - "extractedAt": "2026-02-02T12:48:36.167Z" + "extractedAt": "2026-02-08T06:03:47.809Z" } }, "errors": {}, diff --git a/tests/results/dancing-coral-data.json b/tests/results/dancing-coral-data.json index f8484c71..6e861316 100644 --- a/tests/results/dancing-coral-data.json +++ b/tests/results/dancing-coral-data.json @@ -1,119 +1,119 @@ { - "timestamp": "2026-02-02T11:54:13.767Z", + "timestamp": "2026-02-08T06:03:47.810Z", "extractions": { "dancing_coral_unlock_value": { "expression": "idleon.engine.getGameAttribute(\"Spelunk\")[4][7]", "result": 0, "description": "Spelunk[4][7] unlock value (used in cost formula)", - "extractedAt": "2026-02-02T11:54:13.777Z" + "extractedAt": "2026-02-08T06:03:47.817Z" }, "dancing_coral_bonus_0": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 0, 0)", - "result": 68, + "result": 70, "description": "Dancing Coral bonus 0: Daily Reef Coral", - "extractedAt": "2026-02-02T11:54:13.787Z" + "extractedAt": "2026-02-08T06:03:47.821Z" }, "dancing_coral_bonus_1": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 1, 0)", "result": 100, "description": "Dancing Coral bonus 1: Spelunking POW", - "extractedAt": "2026-02-02T11:54:13.798Z" + "extractedAt": "2026-02-08T06:03:47.828Z" }, "dancing_coral_bonus_2": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 2, 0)", "result": 66, "description": "Dancing Coral bonus 2: Spelunking Amber gain", - "extractedAt": "2026-02-02T11:54:13.807Z" + "extractedAt": "2026-02-08T06:03:47.831Z" }, "dancing_coral_bonus_3": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 3, 0)", "result": 0, "description": "Dancing Coral bonus 3: Class EXP gain", - "extractedAt": "2026-02-02T11:54:13.816Z" + "extractedAt": "2026-02-08T06:03:47.838Z" }, "dancing_coral_bonus_4": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 4, 0)", "result": 0, "description": "Dancing Coral bonus 4: Unknown", - "extractedAt": "2026-02-02T11:54:13.819Z" + "extractedAt": "2026-02-08T06:03:47.840Z" }, "dancing_coral_bonus_5": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 5, 0)", "result": 0, "description": "Dancing Coral bonus 5: Unknown", - "extractedAt": "2026-02-02T11:54:13.828Z" + "extractedAt": "2026-02-08T06:03:47.846Z" }, "dancing_coral_bonus_6": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 6, 0)", "result": 0, "description": "Dancing Coral bonus 6: Unknown", - "extractedAt": "2026-02-02T11:54:13.839Z" + "extractedAt": "2026-02-08T06:03:47.849Z" }, "dancing_coral_bonus_7": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 7, 0)", "result": 0, "description": "Dancing Coral bonus 7: Unknown", - "extractedAt": "2026-02-02T11:54:13.848Z" + "extractedAt": "2026-02-08T06:03:47.858Z" }, "dancing_coral_bonus_8": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralBonus\", 8, 0)", "result": 0, "description": "Dancing Coral bonus 8: Unknown", - "extractedAt": "2026-02-02T11:54:13.857Z" + "extractedAt": "2026-02-08T06:03:47.862Z" }, "dancing_coral_cost_0": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 0)", "result": 19.801980198019802, "description": "Dancing Coral cost for bonus 0", - "extractedAt": "2026-02-02T11:54:13.866Z" + "extractedAt": "2026-02-08T06:03:47.867Z" }, "dancing_coral_cost_1": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 1)", "result": 99.00990099009901, "description": "Dancing Coral cost for bonus 1", - "extractedAt": "2026-02-02T11:54:13.869Z" + "extractedAt": "2026-02-08T06:03:47.869Z" }, "dancing_coral_cost_2": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 2)", "result": 247.5247524752475, "description": "Dancing Coral cost for bonus 2", - "extractedAt": "2026-02-02T11:54:13.875Z" + "extractedAt": "2026-02-08T06:03:47.878Z" }, "dancing_coral_cost_3": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 3)", "result": 990.09900990099, "description": "Dancing Coral cost for bonus 3", - "extractedAt": "2026-02-02T11:54:13.878Z" + "extractedAt": "2026-02-08T06:03:47.880Z" }, "dancing_coral_cost_4": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 4)", "result": 2970.29702970297, "description": "Dancing Coral cost for bonus 4", - "extractedAt": "2026-02-02T11:54:13.886Z" + "extractedAt": "2026-02-08T06:03:47.887Z" }, "dancing_coral_cost_5": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 5)", "result": 9900.990099009901, "description": "Dancing Coral cost for bonus 5", - "extractedAt": "2026-02-02T11:54:13.888Z" + "extractedAt": "2026-02-08T06:03:47.890Z" }, "dancing_coral_cost_6": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 6)", "result": 24752.47524752475, "description": "Dancing Coral cost for bonus 6", - "extractedAt": "2026-02-02T11:54:13.896Z" + "extractedAt": "2026-02-08T06:03:47.897Z" }, "dancing_coral_cost_7": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 7)", "result": 99009.900990099, "description": "Dancing Coral cost for bonus 7", - "extractedAt": "2026-02-02T11:54:13.906Z" + "extractedAt": "2026-02-08T06:03:47.899Z" }, "dancing_coral_cost_8": { "expression": "idleon.callFunction(\"Thingies\", \"DancingCoralCOST\", 8)", "result": 495049.50495049503, "description": "Dancing Coral cost for bonus 8", - "extractedAt": "2026-02-02T11:54:13.909Z" + "extractedAt": "2026-02-08T06:03:47.902Z" } }, "errors": {}, diff --git a/tests/results/diamond-chef-data.json b/tests/results/diamond-chef-data.json index 17411a16..35900d6b 100644 --- a/tests/results/diamond-chef-data.json +++ b/tests/results/diamond-chef-data.json @@ -1,33 +1,33 @@ { - "timestamp": "2026-02-02T11:54:13.909Z", + "timestamp": "2026-02-08T06:03:47.903Z", "extractions": { "diamond_chef_final_bonus": { "expression": "idleon.getDNSM(\"AlchBubbles\").h.MealSpdz", "result": { "type": "large_number", - "value": "2.4841242628294005e+30", - "original": 2.4841242628294005e+30 + "value": "3.0902762803847654e+30", + "original": 3.0902762803847654e+30 }, "description": "Diamond Chef - Final Bonus", - "extractedAt": "2026-02-02T11:54:13.916Z" + "extractedAt": "2026-02-08T06:03:47.907Z" }, "diamond_chef_is_bubble_super": { "expression": "idleon.callFunction(\"CauldronStats\", \"isBubbleSuperr\", 3, 17, 0)", "result": 1, "description": "Diamond Chef - Is Bubble Super", - "extractedAt": "2026-02-02T11:54:13.918Z" + "extractedAt": "2026-02-08T06:03:47.910Z" }, "alchemy_prismatic_bonus": { "expression": "idleon.callFunction(\"ArcaneType\", \"PrismaBonusMult\", 0, 0)", "result": 2.071532779316713, "description": "Alchemy Prismatic Bonus", - "extractedAt": "2026-02-02T11:54:13.926Z" + "extractedAt": "2026-02-08T06:03:47.917Z" }, "diamond_chef_base_bonus": { "expression": "idleon.callFunction(\"ArbitraryCode5Inputs\", \"decayMulti\", 0.3, 13, 1562, 0, 0)", "result": 1.2975238095238095, "description": "Diamond Chef - Base Bonus", - "extractedAt": "2026-02-02T11:54:13.928Z" + "extractedAt": "2026-02-08T06:03:47.920Z" } }, "errors": {}, diff --git a/tests/results/divinity-blessing-data.json b/tests/results/divinity-blessing-data.json index 9fbc084a..ab9a7e3a 100644 --- a/tests/results/divinity-blessing-data.json +++ b/tests/results/divinity-blessing-data.json @@ -1,83 +1,83 @@ { - "timestamp": "2026-02-02T11:54:13.929Z", + "timestamp": "2026-02-08T06:03:47.921Z", "extractions": { "emporium_bonus_33": { "expression": "idleon.callFunction(\"Ninja\", \"EmporiumBonus\", 33, 0)", "result": 1, "description": "Jade Emporium upgrade 33 bonus", - "extractedAt": "2026-02-02T11:54:13.936Z" + "extractedAt": "2026-02-08T06:03:47.926Z" }, "gods_unlocked_count": { "expression": "idleon.engine.getGameAttribute(\"Divinity\")[25]", "result": 14, "description": "Number of gods unlocked (for god rank calculation)", - "extractedAt": "2026-02-02T11:54:13.938Z" + "extractedAt": "2026-02-08T06:03:47.929Z" }, "skill_all_efficiencies": { "expression": "idleon.callFunction(\"SkillStats\", \"AllEfficiencies\")", "result": 12939.555914940676, "description": "All skill efficiencies stat for BlessyBunDN calculation", - "extractedAt": "2026-02-02T11:54:13.946Z" + "extractedAt": "2026-02-08T06:03:47.931Z" }, "alchemy_bubble_mineff": { "expression": "idleon.engine.getGameAttribute(\"DNSM\").h.AlchBubbles.h.MinEff", - "result": 10236.787125013423, + "result": 10227.708335551697, "description": "Mining efficiency bubble for BlessyBunDN calculation", - "extractedAt": "2026-02-02T11:54:13.949Z" + "extractedAt": "2026-02-08T06:03:47.936Z" }, "alchemy_bubble_chopeff": { "expression": "idleon.engine.getGameAttribute(\"DNSM\").h.AlchBubbles.h.ChopEff", - "result": 1120.9119538317323, + "result": 1121.1901670009943, "description": "Chopping efficiency bubble for BlessyBunDN calculation", - "extractedAt": "2026-02-02T11:54:13.958Z" + "extractedAt": "2026-02-08T06:03:47.938Z" }, "total_stats_str": { "expression": "idleon.callFunction(\"TotalStats\", \"STR\")", - "result": 273317, + "result": 271101, "description": "Total STR stat for BlessyBunDN calculation", - "extractedAt": "2026-02-02T11:54:13.966Z" + "extractedAt": "2026-02-08T06:03:47.941Z" }, "total_stats_agi": { "expression": "idleon.callFunction(\"TotalStats\", \"AGI\")", - "result": 133055, + "result": 134168, "description": "Total AGI stat for BlessyBunDN calculation", - "extractedAt": "2026-02-02T11:54:13.969Z" + "extractedAt": "2026-02-08T06:03:47.947Z" }, "total_stats_wis": { "expression": "idleon.callFunction(\"TotalStats\", \"WIS\")", - "result": 140936, + "result": 142078, "description": "Total WIS stat for BlessyBunDN calculation", - "extractedAt": "2026-02-02T11:54:13.977Z" + "extractedAt": "2026-02-08T06:03:47.950Z" }, "divinity_blessing_2": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 2, 0)", "result": 550, "description": "Divinity blessing bonus for god 2 (Nobisect - special formula)", - "extractedAt": "2026-02-02T11:54:13.981Z" + "extractedAt": "2026-02-08T06:03:47.958Z" }, "divinity_blessing_4": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 4, 0)", "result": 528, "description": "Divinity blessing bonus for god 4", - "extractedAt": "2026-02-02T11:54:13.989Z" + "extractedAt": "2026-02-08T06:03:47.960Z" }, "divinity_blessing_6": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 6, 0)", "result": 396, "description": "Divinity blessing bonus for god 6 (Purrmep)", - "extractedAt": "2026-02-02T11:54:13.999Z" + "extractedAt": "2026-02-08T06:03:47.966Z" }, "divinity_blessing_7": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 7, 0)", "result": 132, "description": "Divinity blessing bonus for god 7", - "extractedAt": "2026-02-02T11:54:14.007Z" + "extractedAt": "2026-02-08T06:03:47.969Z" }, "divinity_blessing_9": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 9, 0)", "result": 660, "description": "Divinity blessing bonus for god 9", - "extractedAt": "2026-02-02T11:54:14.018Z" + "extractedAt": "2026-02-08T06:03:47.971Z" } }, "errors": {}, diff --git a/tests/results/divinity-minor-link-data.json b/tests/results/divinity-minor-link-data.json index af9f6b55..774e888b 100644 --- a/tests/results/divinity-minor-link-data.json +++ b/tests/results/divinity-minor-link-data.json @@ -1,23 +1,23 @@ { - "timestamp": "2026-02-02T11:54:14.019Z", + "timestamp": "2026-02-08T06:03:47.972Z", "extractions": { "alchemy_bubble_y2active": { "expression": "idleon.engine.getGameAttribute(\"DNSM\").h.AlchBubbles.h.Y2ACTIVE", "result": 1.493423936869794, "description": "Alchemy bubble Y2ACTIVE for activeBubblePassiveBonus", - "extractedAt": "2026-02-02T11:54:14.027Z" + "extractedAt": "2026-02-08T06:03:47.977Z" }, "clamworks_bonus_3": { "expression": "idleon.callFunction(\"Thingies\", \"CoralKidUpgBonus\", 3, 0)", "result": 1, "description": "CoralKid upgrade bonus 3", - "extractedAt": "2026-02-02T11:54:14.036Z" + "extractedAt": "2026-02-08T06:03:47.979Z" }, "divinity_minor_bonus_6": { "expression": "idleon.callFunction(\"Divinity\", \"Bonus_Minor\", -1, 6)", - "result": 59.760211480729176, + "result": 60.181967637798415, "description": "Divinity minor bonus for god 6 (Purrmep)", - "extractedAt": "2026-02-02T11:54:14.039Z" + "extractedAt": "2026-02-08T06:03:47.987Z" } }, "errors": {}, diff --git a/tests/results/equinox-rate-data.json b/tests/results/equinox-rate-data.json index 64cbfb8c..3e18dec3 100644 --- a/tests/results/equinox-rate-data.json +++ b/tests/results/equinox-rate-data.json @@ -1,119 +1,119 @@ { - "timestamp": "2026-02-02T11:54:14.040Z", + "timestamp": "2026-02-08T06:03:47.988Z", "extractions": { "has_bun_q": { "expression": "idleon.getAttr(\"BundlesReceived\").h.bun_q", "result": 1, "description": "Has bun_q bundle", - "extractedAt": "2026-02-02T11:54:14.047Z" + "extractedAt": "2026-02-08T06:03:47.996Z" }, "voting_bonus_32": { "expression": "idleon.callFunction(\"Summoning\",\"VotingBonusz\", 32, 0)", "result": 0, "description": "Voting bonus 32", - "extractedAt": "2026-02-02T11:54:14.057Z" + "extractedAt": "2026-02-08T06:03:47.999Z" }, "lore_epic_bonus_8": { "expression": "idleon.callFunction(\"Thingies\",\"LoreEpiBon\", 8, 0)", "result": 274.2740360334879, "description": "Lore Epic bonus 8", - "extractedAt": "2026-02-02T11:54:14.068Z" + "extractedAt": "2026-02-08T06:03:48.002Z" }, "companion_15_bonus": { "expression": "idleon.callFunction(\"Companions\", 15)", "result": 2.5, "description": "Companion 15 bonus", - "extractedAt": "2026-02-02T11:54:14.078Z" + "extractedAt": "2026-02-08T06:03:48.008Z" }, "cosmo_bonus_2_5": { "expression": "idleon.callFunction(\"Holes\",\"CosmoBonusQTY\", 2, 5)", "result": 24, "description": "Cosmo bonus 2 - 5", - "extractedAt": "2026-02-02T11:54:14.088Z" + "extractedAt": "2026-02-08T06:03:48.010Z" }, "event_shop_owned_3": { "expression": "idleon.callFunction(\"Summoning\",\"EventShopOwned\", 3, 0)", "result": 1, "description": "Event shop owned 3", - "extractedAt": "2026-02-02T11:54:14.096Z" + "extractedAt": "2026-02-08T06:03:48.018Z" }, "option_320_bonus": { "expression": "idleon.getAttr(\"OptionsListAccount\")[320]", "result": 0, "description": "Option 320 bonus", - "extractedAt": "2026-02-02T11:54:14.105Z" + "extractedAt": "2026-02-08T06:03:48.020Z" }, "alch_vials_eq_bar_bonus": { "expression": "idleon.getAttr(\"DNSM\").h.AlchVials.h.EqBar", "result": 332.8, "description": "Alch vials eq bar bonus", - "extractedAt": "2026-02-02T11:54:14.107Z" + "extractedAt": "2026-02-08T06:03:48.028Z" }, "cloud_bonus_3": { "expression": "idleon.callFunction(\"Dreamstuff\",\"CloudBonus\", 3)", "result": 1, "description": "Cloud bonus 3", - "extractedAt": "2026-02-02T11:54:14.115Z" + "extractedAt": "2026-02-08T06:03:48.031Z" }, "cloud_bonus_9": { "expression": "idleon.callFunction(\"Dreamstuff\",\"CloudBonus\", 9)", "result": 1, "description": "Cloud bonus 9", - "extractedAt": "2026-02-02T11:54:14.118Z" + "extractedAt": "2026-02-08T06:03:48.037Z" }, "cloud_bonus_14": { "expression": "idleon.callFunction(\"Dreamstuff\",\"CloudBonus\", 14)", "result": 1, "description": "Cloud bonus 14", - "extractedAt": "2026-02-02T11:54:14.126Z" + "extractedAt": "2026-02-08T06:03:48.040Z" }, "cloud_bonus_19": { "expression": "idleon.callFunction(\"Dreamstuff\",\"CloudBonus\", 19)", "result": 1, "description": "Cloud bonus 19", - "extractedAt": "2026-02-02T11:54:14.128Z" + "extractedAt": "2026-02-08T06:03:48.048Z" }, "cloud_bonus_22": { "expression": "idleon.callFunction(\"Dreamstuff\",\"CloudBonus\", 22)", "result": 1, "description": "Cloud bonus 22", - "extractedAt": "2026-02-02T11:54:14.136Z" + "extractedAt": "2026-02-08T06:03:48.051Z" }, "cloud_bonus_24": { "expression": "idleon.callFunction(\"Dreamstuff\",\"CloudBonus\", 24)", "result": 0, "description": "Cloud bonus 24", - "extractedAt": "2026-02-02T11:54:14.138Z" + "extractedAt": "2026-02-08T06:03:48.056Z" }, "cloud_bonus_29": { "expression": "idleon.callFunction(\"Dreamstuff\",\"CloudBonus\", 29)", "result": 0, "description": "Cloud bonus 29", - "extractedAt": "2026-02-02T11:54:14.145Z" + "extractedAt": "2026-02-08T06:03:48.059Z" }, "arcade_bonus_41": { "expression": "idleon.callFunction(\"ArcadeBonus\", 41)", "result": 39, "description": "Arcade bonus 41", - "extractedAt": "2026-02-02T11:54:14.148Z" + "extractedAt": "2026-02-08T06:03:48.062Z" }, "emperor_bonus_5": { "expression": "idleon.callFunction(\"Thingies\",\"EmperorBon\", 5, 0)", "result": 75, "description": "Emperor bonus 5", - "extractedAt": "2026-02-02T11:54:14.156Z" + "extractedAt": "2026-02-08T06:03:48.068Z" }, "tesseract_bonus_37": { "expression": "idleon.callFunction(\"ArcaneType\",\"ArcaneUpgBonus\", 37, 0)", "result": 0, "description": "Tesseract bonus 37", - "extractedAt": "2026-02-02T11:54:14.159Z" + "extractedAt": "2026-02-08T06:03:48.070Z" }, "equinox_bar_rate": { "expression": "idleon.callFunction(\"Dreamstuff\",\"BarFillRate\", 0)", "result": 14183, "description": "Equinox bar rate", - "extractedAt": "2026-02-02T11:54:14.166Z" + "extractedAt": "2026-02-08T06:03:48.077Z" } }, "errors": {}, diff --git a/tests/results/legend-talents-data.json b/tests/results/legend-talents-data.json index 5cbb3ae5..67ae3780 100644 --- a/tests/results/legend-talents-data.json +++ b/tests/results/legend-talents-data.json @@ -1,65 +1,65 @@ { - "timestamp": "2026-02-02T11:54:14.167Z", + "timestamp": "2026-02-08T06:03:48.078Z", "extractions": { "points_owned": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_owned\", 0, 0)", "result": 68, "description": "Total legend talent points owned from all sources", - "extractedAt": "2026-02-02T11:54:14.176Z" + "extractedAt": "2026-02-08T06:03:48.088Z" }, "points_spent": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_spent\", 0, 0)", "result": 68, "description": "Total points spent (sum of all talent levels)", - "extractedAt": "2026-02-02T11:54:14.179Z" + "extractedAt": "2026-02-08T06:03:48.090Z" }, "companion_37_owned": { "expression": "idleon.callFunction(\"Companions\", 37, 0)", "result": 1, "description": "Companion 37 owned status (contributes 10 points if owned)", - "extractedAt": "2026-02-02T11:54:14.187Z" + "extractedAt": "2026-02-08T06:03:48.097Z" }, "gem_shop_42": { "expression": "idleon.getAttr(\"GemItemsPurchased\")[42]", "result": 5, "description": "Gem shop item 42 purchase count", - "extractedAt": "2026-02-02T11:54:14.198Z" + "extractedAt": "2026-02-08T06:03:48.100Z" }, "sailing_artifact_34_raw": { "expression": "idleon.getAttr(\"Sailing\")[3][34]", "result": 4, "description": "Sailing artifact 34 raw bonus (before min/round)", - "extractedAt": "2026-02-02T11:54:14.206Z" + "extractedAt": "2026-02-08T06:03:48.108Z" }, "sailing_artifact_34_processed": { "expression": "Math.min(5, Math.round(idleon.getAttr(\"Sailing\")[3][34]))", "result": 4, "description": "Sailing artifact 34 processed bonus (min 5, rounded)", - "extractedAt": "2026-02-02T11:54:14.209Z" + "extractedAt": "2026-02-08T06:03:48.112Z" }, "clam_work_bonus_1": { "expression": "idleon.callFunction(\"Thingies\", \"ClamWorkBonus\", 1, 0)", "result": 1, "description": "Clam work bonus 1 (TODO feature - expected to be 0)", - "extractedAt": "2026-02-02T11:54:14.216Z" + "extractedAt": "2026-02-08T06:03:48.118Z" }, "clam_work_bonus_4": { "expression": "idleon.callFunction(\"Thingies\", \"ClamWorkBonus\", 4, 0)", "result": 0, "description": "Clam work bonus 4 (TODO feature - expected to be 0)", - "extractedAt": "2026-02-02T11:54:14.219Z" + "extractedAt": "2026-02-08T06:03:48.122Z" }, "event_shop_32": { "expression": "idleon.callFunction(\"Summoning\", \"EventShopOwned\", 32, 0)", "result": 0, "description": "Event shop bonus 32 (TODO feature - expected to be 0)", - "extractedAt": "2026-02-02T11:54:14.226Z" + "extractedAt": "2026-02-08T06:03:48.127Z" }, "zenith_market_5": { "expression": "idleon.callFunction(\"Thingies\", \"ZenithMarketBonus\", 5, 0)", "result": 1, "description": "Zenith market bonus 5 (TODO feature - expected to be 0)", - "extractedAt": "2026-02-02T11:54:14.229Z" + "extractedAt": "2026-02-08T06:03:48.129Z" }, "spelunk_18_array": { "expression": "idleon.getAttr(\"Spelunk\")[18]", @@ -116,7 +116,7 @@ 0 ], "description": "Full talent levels array (50 elements)", - "extractedAt": "2026-02-02T11:54:14.237Z" + "extractedAt": "2026-02-08T06:03:48.138Z" }, "talent_7_data": { "expression": "idleon.getAttr(\"CustomLists\").h.LegendTalents[7]", @@ -129,7 +129,7 @@ "Super_Talent_PTS_give_+{_more_LVs_to_talents_than_they_normally_do" ], "description": "Talent 7 (Super Duper Talents) definition data - sample validation", - "extractedAt": "2026-02-02T11:54:14.247Z" + "extractedAt": "2026-02-08T06:03:48.141Z" }, "talent_19_data": { "expression": "idleon.getAttr(\"CustomLists\").h.LegendTalents[19]", @@ -142,199 +142,199 @@ "Refinery_cycles_are_}x_faster" ], "description": "Talent 19 (More Soot More Salt) definition data - sample validation", - "extractedAt": "2026-02-02T11:54:14.256Z" + "extractedAt": "2026-02-08T06:03:48.147Z" }, "talent_0_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][0]", "result": 2, "description": "Talent 0 (Coral Restoration) level", - "extractedAt": "2026-02-02T11:54:14.259Z" + "extractedAt": "2026-02-08T06:03:48.149Z" }, "talent_3_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][3]", "result": 1, "description": "Talent 3 (Extended Database) level", - "extractedAt": "2026-02-02T11:54:14.266Z" + "extractedAt": "2026-02-08T06:03:48.156Z" }, "talent_5_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][5]", "result": 1, "description": "Talent 5 (Kruk be Bubblin') level", - "extractedAt": "2026-02-02T11:54:14.269Z" + "extractedAt": "2026-02-08T06:03:48.158Z" }, "talent_7_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][7]", "result": 1, "description": "Talent 7 (Super Duper Talents) level", - "extractedAt": "2026-02-02T11:54:14.278Z" + "extractedAt": "2026-02-08T06:03:48.161Z" }, "talent_11_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][11]", "result": 4, "description": "Talent 11 (Davey Jones Returns) level", - "extractedAt": "2026-02-02T11:54:14.287Z" + "extractedAt": "2026-02-08T06:03:48.167Z" }, "talent_15_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][15]", "result": 1, "description": "Talent 15 (Reduced Jail Sentence) level", - "extractedAt": "2026-02-02T11:54:14.289Z" + "extractedAt": "2026-02-08T06:03:48.170Z" }, "talent_19_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][19]", "result": 2, "description": "Talent 19 (More Soot More Salt) level", - "extractedAt": "2026-02-02T11:54:14.298Z" + "extractedAt": "2026-02-08T06:03:48.177Z" }, "talent_21_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][21]", "result": 5, "description": "Talent 21 (Flopping a Full House) level", - "extractedAt": "2026-02-02T11:54:14.308Z" + "extractedAt": "2026-02-08T06:03:48.180Z" }, "talent_22_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][22]", "result": 1, "description": "Talent 22 (Democracy FTW) level", - "extractedAt": "2026-02-02T11:54:14.315Z" + "extractedAt": "2026-02-08T06:03:48.188Z" }, "talent_25_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][25]", "result": 3, "description": "Talent 25 (Midusian Appetite) level", - "extractedAt": "2026-02-02T11:54:14.317Z" + "extractedAt": "2026-02-08T06:03:48.190Z" }, "talent_30_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][30]", "result": 2, "description": "Talent 30 (Lightning Fast Naps) level", - "extractedAt": "2026-02-02T11:54:14.325Z" + "extractedAt": "2026-02-08T06:03:48.197Z" }, "talent_35_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][35]", "result": 1, "description": "Talent 35 (Obsolete No More) level", - "extractedAt": "2026-02-02T11:54:14.328Z" + "extractedAt": "2026-02-08T06:03:48.199Z" }, "talent_38_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][38]", "result": 1, "description": "Talent 38 (Shrine World Order Bill) level", - "extractedAt": "2026-02-02T11:54:14.337Z" + "extractedAt": "2026-02-08T06:03:48.206Z" }, "talent_39_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][39]", "result": 1, "description": "Talent 39 (Super Talent Points) level", - "extractedAt": "2026-02-02T11:54:14.346Z" + "extractedAt": "2026-02-08T06:03:48.208Z" }, "talent_40_level": { "expression": "idleon.getAttr(\"Spelunk\")[18][40]", "result": 0, "description": "Talent 40 (filler) level - should be 0", - "extractedAt": "2026-02-02T11:54:14.357Z" + "extractedAt": "2026-02-08T06:03:48.211Z" }, "talent_0_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 0, 0)", "result": 60, "description": "Talent 0 (Coral Restoration) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.367Z" + "extractedAt": "2026-02-08T06:03:48.216Z" }, "talent_3_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 3, 0)", "result": 10, "description": "Talent 3 (Extended Database) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.370Z" + "extractedAt": "2026-02-08T06:03:48.218Z" }, "talent_5_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 5, 0)", "result": 10, "description": "Talent 5 (Kruk be Bubblin') bonus calculation", - "extractedAt": "2026-02-02T11:54:14.379Z" + "extractedAt": "2026-02-08T06:03:48.220Z" }, "talent_7_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 7, 0)", "result": 10, "description": "Talent 7 (Super Duper Talents) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.386Z" + "extractedAt": "2026-02-08T06:03:48.226Z" }, "talent_11_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 11, 0)", "result": 60, "description": "Talent 11 (Davey Jones Returns) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.388Z" + "extractedAt": "2026-02-08T06:03:48.228Z" }, "talent_15_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 15, 0)", "result": 150, "description": "Talent 15 (Reduced Jail Sentence) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.396Z" + "extractedAt": "2026-02-08T06:03:48.231Z" }, "talent_19_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 19, 0)", "result": 150, "description": "Talent 19 (More Soot More Salt) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.399Z" + "extractedAt": "2026-02-08T06:03:48.238Z" }, "talent_21_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 21, 0)", "result": 75, "description": "Talent 21 (Flopping a Full House) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.407Z" + "extractedAt": "2026-02-08T06:03:48.241Z" }, "talent_22_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 22, 0)", "result": 25, "description": "Talent 22 (Democracy FTW) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.417Z" + "extractedAt": "2026-02-08T06:03:48.246Z" }, "talent_25_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 25, 0)", "result": 1500, "description": "Talent 25 (Midusian Appetite) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.428Z" + "extractedAt": "2026-02-08T06:03:48.249Z" }, "talent_30_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 30, 0)", "result": 50, "description": "Talent 30 (Lightning Fast Naps) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.438Z" + "extractedAt": "2026-02-08T06:03:48.258Z" }, "talent_35_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 35, 0)", "result": 1, "description": "Talent 35 (Obsolete No More) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.449Z" + "extractedAt": "2026-02-08T06:03:48.261Z" }, "talent_38_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 38, 0)", "result": 1, "description": "Talent 38 (Shrine World Order Bill) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.456Z" + "extractedAt": "2026-02-08T06:03:48.267Z" }, "talent_39_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 39, 0)", "result": 1, "description": "Talent 39 (Super Talent Points) bonus calculation", - "extractedAt": "2026-02-02T11:54:14.459Z" + "extractedAt": "2026-02-08T06:03:48.270Z" }, "talent_40_bonus": { "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 40, 0)", "result": null, "description": "Talent 40 (filler) bonus - should be 0", - "extractedAt": "2026-02-02T11:54:14.476Z" + "extractedAt": "2026-02-08T06:03:48.277Z" }, "super_talent_unlocked": { "expression": "idleon.callFunction(\"Thingies\", \"SuperTalentPTS_unlockedstatus\", 0, 0)", "result": 1, "description": "Super talent system unlock status (1 if unlocked, 0 otherwise)", - "extractedAt": "2026-02-02T11:54:14.483Z" + "extractedAt": "2026-02-08T06:03:48.279Z" }, "super_talent_bonus_levels": { "expression": "idleon.callFunction(\"Thingies\", \"SuperTalentPTS_LVgiven\", 0, 0)", "result": 61, "description": "Super talent bonus levels (50 + talent7 bonus + zenith market bonus)", - "extractedAt": "2026-02-02T11:54:14.491Z" + "extractedAt": "2026-02-08T06:03:48.288Z" } }, "errors": {}, diff --git a/tests/results/sailing-speed-data.json b/tests/results/sailing-speed-data.json index 8ab6420f..41adf29a 100644 --- a/tests/results/sailing-speed-data.json +++ b/tests/results/sailing-speed-data.json @@ -1,143 +1,143 @@ { - "timestamp": "2026-02-02T11:54:14.492Z", + "timestamp": "2026-02-08T06:03:48.327Z", "extractions": { "divinity_minor_bonus_6": { "expression": "idleon.callFunction(\"Divinity\", \"Bonus_Minor\", -1, 6)", - "result": 59.760211480729176, + "result": 60.181967637798415, "description": "Divinity minor bonus for Purrmep (god 6)", - "extractedAt": "2026-02-02T11:54:14.499Z" + "extractedAt": "2026-02-08T06:03:48.331Z" }, "card_w5c1_bonus": { "expression": "4 * idleon.callFunction(\"RunCodeOfTypeXforThingY\", \"CardLv\", \"w5c1\")", "result": 24, "description": "Card w5c1 bonus", - "extractedAt": "2026-02-02T11:54:14.507Z" + "extractedAt": "2026-02-08T06:03:48.338Z" }, "card_boss5a_bonus": { "expression": "6 * idleon.callFunction(\"RunCodeOfTypeXforThingY\", \"CardLv\", \"Boss5A\")", "result": 24, "description": "Card Boss5A bonus", - "extractedAt": "2026-02-02T11:54:14.518Z" + "extractedAt": "2026-02-08T06:03:48.340Z" }, "alchemy_bubble_y1": { "expression": "idleon.getDNSM(\"AlchBubbles\").h.Y1", "result": 115.27139874739039, "description": "Alchemy bubble Y1 (yellow bubble 1)", - "extractedAt": "2026-02-02T11:54:14.528Z" + "extractedAt": "2026-02-08T06:03:48.347Z" }, "davey_jones_bonus": { "expression": "idleon.callFunction(\"Sailing\", \"DaveyJonesBonus\", 0, 0)", "result": 5.6, "description": "Davey Jones bonus", - "extractedAt": "2026-02-02T11:54:14.543Z" + "extractedAt": "2026-02-08T06:03:48.349Z" }, "divinity_blessing_4": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 4, 0)", "result": 528, "description": "Divinity blessing bonus for god 4", - "extractedAt": "2026-02-02T11:54:14.550Z" + "extractedAt": "2026-02-08T06:03:48.357Z" }, "divinity_blessing_6": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 6, 0)", "result": 396, "description": "Divinity blessing bonus for god 6 (Purrmep)", - "extractedAt": "2026-02-02T11:54:14.555Z" + "extractedAt": "2026-02-08T06:03:48.359Z" }, "voting_bonus_24": { "expression": "idleon.callFunction(\"Summoning\", \"VotingBonusz\", 24, 0)", "result": 0, "description": "Voting bonus 24", - "extractedAt": "2026-02-02T11:54:14.558Z" + "extractedAt": "2026-02-08T06:03:48.362Z" }, "divinity_blessing_9": { "expression": "idleon.callFunction(\"Divinity\", \"BlesssBonus\", 9, 0)", "result": 660, "description": "Divinity blessing bonus for god 9", - "extractedAt": "2026-02-02T11:54:14.565Z" + "extractedAt": "2026-02-08T06:03:48.368Z" }, "artifact_10_bonus": { "expression": "idleon.callFunction(\"Sailing\", \"ArtifactBonus\", 10, 0)", "result": 4286.099999999999, "description": "Sailing artifact 10 bonus", - "extractedAt": "2026-02-02T11:54:14.567Z" + "extractedAt": "2026-02-08T06:03:48.370Z" }, "stamp_sailspd_bonus": { "expression": "idleon.callFunction(\"StampBonusOfTypeX\", \"SailSpd\")", "result": 250, "description": "Stamp bonus for SailSpd", - "extractedAt": "2026-02-02T11:54:14.569Z" + "extractedAt": "2026-02-08T06:03:48.376Z" }, "statue_24_bonus": { "expression": "idleon.callFunction(\"ArbitraryCode\", \"StatueBonusGiven24\")", "result": 2255.8925106880333, "description": "Statue 24 bonus", - "extractedAt": "2026-02-02T11:54:14.576Z" + "extractedAt": "2026-02-08T06:03:48.378Z" }, "meal_bonus_sailing": { "expression": "idleon.callFunction(\"MealBonus\", \"Sailing\")", - "result": 621.8604898, + "result": 638.82032134, "description": "Meal bonus for Sailing", - "extractedAt": "2026-02-02T11:54:14.578Z" + "extractedAt": "2026-02-08T06:03:48.381Z" }, "alchemy_vial_sailspd": { "expression": "idleon.getDNSM(\"AlchVials\").h.SailSpd", "result": 133.12, "description": "Alchemy vial SailSpd bonus", - "extractedAt": "2026-02-02T11:54:14.584Z" + "extractedAt": "2026-02-08T06:03:48.560Z" }, "rift_skill_bonus_sailing": { "expression": "17 * idleon.callFunction(\"RiftStuff\", \"RiftSkillBonus,12\", 1)", "result": 17, "description": "Rift skill mastery bonus for sailing (skill index 12)", - "extractedAt": "2026-02-02T11:54:14.586Z" + "extractedAt": "2026-02-08T06:03:48.588Z" }, "worship_msa_bonus_2": { "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 2, 0)", "result": 117, "description": "Worship MSA bonus 2 (boat speed)", - "extractedAt": "2026-02-02T11:54:14.589Z" + "extractedAt": "2026-02-08T06:03:48.600Z" }, "starsign_63_bonus": { "expression": "idleon.getDNSM(\"StarSigns\").h[63]", "result": 85.74355240000006, "description": "Star sign 63 (C. Shanti Minor) bonus", - "extractedAt": "2026-02-02T11:54:14.596Z" + "extractedAt": "2026-02-08T06:03:48.606Z" }, "boat_0_current_speed": { "expression": "idleon.callFunction(\"Sailing\", \"BoatSpeed\", 0, 4)", - "result": 15186409108.418669, + "result": 15234966802.433401, "description": "Boat 0 current speed (i=4)", - "extractedAt": "2026-02-02T11:54:14.648Z" + "extractedAt": "2026-02-08T06:03:48.612Z" }, "boat_0_next_speed": { "expression": "idleon.callFunction(\"Sailing\", \"BoatSpeed\", 0, 6)", - "result": 15275209580.35425, + "result": 15324051208.912943, "description": "Boat 0 next speed level (i=6)", - "extractedAt": "2026-02-02T11:54:14.659Z" + "extractedAt": "2026-02-08T06:03:48.619Z" }, "boat_0_island_bound_speed": { "expression": "idleon.callFunction(\"Sailing\", \"BoatSpeed\", 0, 0)", "result": 10000000, "description": "Boat 0 island-bound speed (i<=0)", - "extractedAt": "2026-02-02T11:54:14.667Z" + "extractedAt": "2026-02-08T06:03:48.629Z" }, "boat_1_current_speed": { "expression": "idleon.callFunction(\"Sailing\", \"BoatSpeed\", 1, 4)", - "result": 5675149580.224276, + "result": 5693295553.695489, "description": "Boat 1 current speed (i=4)", - "extractedAt": "2026-02-02T11:54:14.676Z" + "extractedAt": "2026-02-08T06:03:48.633Z" }, "boat_1_next_speed": { "expression": "idleon.callFunction(\"Sailing\", \"BoatSpeed\", 1, 6)", - "result": 5722038462.210167, + "result": 5740334360.259857, "description": "Boat 1 next speed level (i=6)", - "extractedAt": "2026-02-02T11:54:14.679Z" + "extractedAt": "2026-02-08T06:03:48.639Z" }, "boat_1_island_bound_speed": { "expression": "idleon.callFunction(\"Sailing\", \"BoatSpeed\", 1, 0)", "result": 10000000, "description": "Boat 1 island-bound speed (i<=0)", - "extractedAt": "2026-02-02T11:54:14.687Z" + "extractedAt": "2026-02-08T06:03:48.648Z" } }, "errors": {}, diff --git a/tests/results/talents-sludgeadin-data.json b/tests/results/talents-sludgeadin-data.json index 221b7a1a..35ceb4b5 100644 --- a/tests/results/talents-sludgeadin-data.json +++ b/tests/results/talents-sludgeadin-data.json @@ -1,117 +1,117 @@ { - "timestamp": "2026-02-02T11:54:14.687Z", + "timestamp": "2026-02-08T06:03:48.649Z", "extractions": { "talent_42_enhanced": { "expression": "idleon.callFunction(\"TalentEnh\", 42)", "result": 1, "description": "Talent 42 enhanced", - "extractedAt": "2026-02-02T11:54:14.697Z" + "extractedAt": "2026-02-08T06:03:48.658Z" }, "talent_497_enhanced": { "expression": "idleon.callFunction(\"TalentEnh\", 497)", "result": 1, "description": "Talent 497 enhanced", - "extractedAt": "2026-02-02T11:54:14.700Z" + "extractedAt": "2026-02-08T06:03:48.662Z" }, "talent_79_bonus": { "expression": "idleon.callFunction(\"TalentEnh\", 79)", "result": 0, "description": "Talent 79 bonus", - "extractedAt": "2026-02-02T11:54:14.709Z" + "extractedAt": "2026-02-08T06:03:48.668Z" }, "talent_146_bonus": { "expression": "idleon.callFunction(\"TalentEnh\", 146)", "result": 2048.4002145854793, "description": "Talent 146 bonus - Apocalypse Chow", - "extractedAt": "2026-02-02T11:54:14.717Z" + "extractedAt": "2026-02-08T06:03:48.672Z" }, "talent_536_bonus": { "expression": "idleon.callFunction(\"TalentEnh\", 536)", - "result": 47.82961460446248, + "result": 47.85425101214575, "description": "Talent 536 bonus", - "extractedAt": "2026-02-02T11:54:14.728Z" + "extractedAt": "2026-02-08T06:03:48.679Z" }, "talent_35_bonus": { "expression": "idleon.callFunction(\"TalentEnh\", 35)", "result": 0, "description": "Talent 35 bonus", - "extractedAt": "2026-02-02T11:54:14.737Z" + "extractedAt": "2026-02-08T06:03:48.705Z" }, "all_talent_level_49": { "expression": "idleon.callFunction(\"RunCodeOfTypeXforThingY\",\"AllTalentLV\", \"49\")", "result": 0, "description": "All talent level 49 - Should be 0", - "extractedAt": "2026-02-02T11:54:14.746Z" + "extractedAt": "2026-02-08T06:03:48.715Z" }, "all_talent_level_146": { "expression": "idleon.callFunction(\"RunCodeOfTypeXforThingY\",\"AllTalentLV\", \"146\")", - "result": 94, + "result": 95, "description": "All talent level 146 - Should be >0", - "extractedAt": "2026-02-02T11:54:14.749Z" + "extractedAt": "2026-02-08T06:03:48.723Z" }, "talent_59_bonus": { "expression": "idleon.callFunction(\"TalentCalc\", 59)", "result": { "type": "large_number", - "value": "7.309415163134867e+40", - "original": 7.309415163134867e+40 + "value": "8.137804313774709e+40", + "original": 8.137804313774709e+40 }, "description": "Talent 59 bonus - Blood Marrow", - "extractedAt": "2026-02-02T11:54:14.756Z" + "extractedAt": "2026-02-08T06:03:48.728Z" }, "talent_max_level_149_bonus": { "expression": "idleon.callFunction(\"GetTalentNumber\", 1 , 149)", "result": 11, "description": "Talent level bonus from talent 149", - "extractedAt": "2026-02-02T11:54:14.759Z" + "extractedAt": "2026-02-08T06:03:48.732Z" }, "talent_max_family_bonus_68": { "expression": "Math.floor(idleon.getDNSM(\"FamBonusQTYs\").h[68])", "result": 14, "description": "Talent level bonus from family bonus 68 - Elemental Sorcerer", - "extractedAt": "2026-02-02T11:54:14.766Z" + "extractedAt": "2026-02-08T06:03:48.737Z" }, "talent_max_level_companion_bonus": { "expression": "idleon.callFunction(\"Companions\", 1 )", "result": 25, "description": "Talent level bonus from companion 1 - Rift Slug", - "extractedAt": "2026-02-02T11:54:14.768Z" + "extractedAt": "2026-02-08T06:03:48.740Z" }, "talent_max_level_divinity_bonus": { "expression": "Math.ceil(idleon.callFunction(\"Divinity\", \"Bonus_Minor\", 0, 2))", - "result": 18, + "result": 19, "description": "Talent level bonus from divinity - Bear", - "extractedAt": "2026-02-02T11:54:14.775Z" + "extractedAt": "2026-02-08T06:03:48.746Z" }, "talent_max_level_equinox_12_bonus": { "expression": "idleon.getAttr(\"Dream\")[12]", "result": 15, "description": "Talent level bonus from equinox 12", - "extractedAt": "2026-02-02T11:54:14.779Z" + "extractedAt": "2026-02-08T06:03:48.748Z" }, "talent_max_level_ninja_mastery_bonus": { "expression": "5 * Math.floor((97 + idleon.getAttr(\"OptionsListAccount\")[232]) / 100)", "result": 5, "description": "Talent level bonus from ninja mastery", - "extractedAt": "2026-02-02T11:54:14.786Z" + "extractedAt": "2026-02-08T06:03:48.751Z" }, "talent_max_level_grimoire_39_bonus": { "expression": "idleon.callFunction(\"Summoning\",\"GrimoireUpgBonus\", 39, 0)", "result": 0, "description": "Talent level bonus from grimoire 39", - "extractedAt": "2026-02-02T11:54:14.795Z" + "extractedAt": "2026-02-08T06:03:48.757Z" }, "talent_max_level_set_kattlekruk_bonus": { "expression": "idleon.callFunction(\"GetSetBonus\", \"KATTLEKRUK_SET\", \"Bonus\", 0, 0)", "result": 5, "description": "Talent level bonus from kattlekruk set", - "extractedAt": "2026-02-02T11:54:14.798Z" + "extractedAt": "2026-02-08T06:03:48.760Z" }, "talent_max_level_tesseract_57_bonus": { "expression": "idleon.callFunction(\"ArcaneType\",\"ArcaneUpgBonus\", 57, 0)", "result": 0, "description": "Talent level bonus from tesseract 57", - "extractedAt": "2026-02-02T11:54:14.806Z" + "extractedAt": "2026-02-08T06:03:48.766Z" } }, "errors": {}, From 62acead7903bb1a29ca4f0daf68e74eaccdf6363 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 17:16:55 +1100 Subject: [PATCH 37/46] orion tests --- tests/configs/orion-global-bonus.json | 46 ++++++++++ .../orion-global-bonus-parameters.test.ts | 62 ++++++++++++++ .../world-1/orion-global-bonus.test.ts | 84 +++++++++++++++++++ tests/results/orion-global-bonus-data.json | 62 ++++++++++++++ 4 files changed, 254 insertions(+) create mode 100644 tests/configs/orion-global-bonus.json create mode 100644 tests/domains/world-1/orion-global-bonus-parameters.test.ts create mode 100644 tests/domains/world-1/orion-global-bonus.test.ts create mode 100644 tests/results/orion-global-bonus-data.json diff --git a/tests/configs/orion-global-bonus.json b/tests/configs/orion-global-bonus.json new file mode 100644 index 00000000..2e944658 --- /dev/null +++ b/tests/configs/orion-global-bonus.json @@ -0,0 +1,46 @@ +{ + "description": "Extract data for Orion (Owl) global bonus calculations", + "target": "Orion Global Bonuses", + "extractions": [ + { + "label": "legend_talent_26_bonus", + "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 26, 0)", + "description": "Legend talent 26 bonus (Orion Overload)" + }, + { + "label": "companion_51_bonus", + "expression": "idleon.callFunction(\"Companions\", 51, 0)", + "description": "Companion 51 bonus (multiplier for Orion bonuses)" + }, + { + "label": "global_bonus_0", + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 0, 0)", + "description": "Global bonus 0: +{% Class XP (base 5)" + }, + { + "label": "global_bonus_1", + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 1, 0)", + "description": "Global bonus 1: +{ Base DMG (base 10)" + }, + { + "label": "global_bonus_2", + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 2, 0)", + "description": "Global bonus 2: +{% Total DMG (base 2)" + }, + { + "label": "global_bonus_3", + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 3, 0)", + "description": "Global bonus 3: +{% Skill XP (base 4)" + }, + { + "label": "global_bonus_4", + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 4, 0)", + "description": "Global bonus 4: +{% Drop Rate (base 1)" + }, + { + "label": "global_bonus_5", + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 5, 0)", + "description": "Global bonus 5: +{ All Stat (base 2)" + } + ] +} diff --git a/tests/domains/world-1/orion-global-bonus-parameters.test.ts b/tests/domains/world-1/orion-global-bonus-parameters.test.ts new file mode 100644 index 00000000..611ee1c4 --- /dev/null +++ b/tests/domains/world-1/orion-global-bonus-parameters.test.ts @@ -0,0 +1,62 @@ +/** + * Orion Global Bonus Parameter Validation + * + * Tests our Orion global bonus parameter calculations against live game data. + * + * Formula for each bonus: + * baseValue * (1 + legendTalent26 / 100) * (1 + companion51) * (1 + owlBonusAll / 100) + * * Math.max(0, Math.ceil((upgradeLevel1 - index) / 6)) + * + * Where owlBonusAll (megafeather multiplier): + * 100*megafeather(1) + 100*megafeather(3) + 100*megafeather(5) + 100*megafeather(7) + * + 100*min(1, megafeather(9)) + 50*max(0, megafeather(9) - 1) + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Orion } from '../../../data/domain/world-1/orion'; +import { Companion } from '../../../data/domain/companions'; +import { LegendTalents } from '../../../data/domain/world-7/legendTalents'; + +const saveName = 'latest'; +const extractionResultsName = 'orion-global-bonus-data.json'; + +const parameterSpecs = { + legend_talent_26_bonus: { + description: 'Legend talent 26 bonus (Orion Overload)', + extractionKey: 'legend_talent_26_bonus', + domainExtractor: (gameData: Map) => { + const legendTalents = gameData.get("legendTalents") as LegendTalents; + return legendTalents.getBonusFromIndex(26); + } + }, + + companion_51_bonus: { + description: 'Companion 51 bonus (Orion bonus multiplier)', + extractionKey: 'companion_51_bonus', + domainExtractor: (gameData: Map) => { + const companions = gameData.get("companions") as Companion[]; + const companion51 = companions.find(c => c.id === 51); + return companion51?.owned ? companion51.data.bonus : 0; + } + }, +}; + +describe('Orion Domain - Global Bonus - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + }); + }); +}); diff --git a/tests/domains/world-1/orion-global-bonus.test.ts b/tests/domains/world-1/orion-global-bonus.test.ts new file mode 100644 index 00000000..7210f65c --- /dev/null +++ b/tests/domains/world-1/orion-global-bonus.test.ts @@ -0,0 +1,84 @@ +/** + * Orion Global Bonus Calculation Validation + * + * Tests our Orion global bonus final calculations against live game data. + * + * Global bonuses (indices 0-5): + * 0: +{% Class XP (base 5) + * 1: +{ Base DMG (base 10) + * 2: +{% Total DMG (base 2) + * 3: +{% Skill XP (base 4) + * 4: +{% Drop Rate (base 1) + * 5: +{ All Stat (base 2) + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Orion } from '../../../data/domain/world-1/orion'; + +const saveName = 'latest'; +const extractionResultsName = 'orion-global-bonus-data.json'; + +describe('Orion Domain - Global Bonus Calculations', () => { + let extractionResults: any; + let gameData: Map; + let orion: Orion; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + orion = gameData.get("orion") as Orion; + }); + + describe('All Global Bonuses', () => { + it('validates global bonus 0 (+{% Class XP)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_0'); + const domainBonus = orion.getGlobalBonus(0); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0.00); + }); + + it('validates global bonus 1 (+{ Base DMG)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_1'); + const domainBonus = orion.getGlobalBonus(1); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0.00); + }); + + it('validates global bonus 2 (+{% Total DMG)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_2'); + const domainBonus = orion.getGlobalBonus(2); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0.00); + }); + + it('validates global bonus 3 (+{% Skill XP)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_3'); + const domainBonus = orion.getGlobalBonus(3); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0.00); + }); + + it('validates global bonus 4 (+{% Drop Rate)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_4'); + const domainBonus = orion.getGlobalBonus(4); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0.00); + }); + + it('validates global bonus 5 (+{ All Stat)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_5'); + const domainBonus = orion.getGlobalBonus(5); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0.00); + }); + }); + + describe('Edge Cases', () => { + it('returns 0 for invalid bonus index', () => { + const domainBonus = orion.getGlobalBonus(99); + expect(domainBonus).toBe(0); + }); + }); +}); diff --git a/tests/results/orion-global-bonus-data.json b/tests/results/orion-global-bonus-data.json new file mode 100644 index 00000000..185dd46f --- /dev/null +++ b/tests/results/orion-global-bonus-data.json @@ -0,0 +1,62 @@ +{ + "timestamp": "2026-02-08T06:03:48.289Z", + "extractions": { + "legend_talent_26_bonus": { + "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 26, 0)", + "result": 400, + "description": "Legend talent 26 bonus (Orion Overload)", + "extractedAt": "2026-02-08T06:03:48.297Z" + }, + "companion_51_bonus": { + "expression": "idleon.callFunction(\"Companions\", 51, 0)", + "result": 2, + "description": "Companion 51 bonus (multiplier for Orion bonuses)", + "extractedAt": "2026-02-08T06:03:48.300Z" + }, + "global_bonus_0": { + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 0, 0)", + "result": 4125, + "description": "Global bonus 0: +{% Class XP (base 5)", + "extractedAt": "2026-02-08T06:03:48.306Z" + }, + "global_bonus_1": { + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 1, 0)", + "result": 8250, + "description": "Global bonus 1: +{ Base DMG (base 10)", + "extractedAt": "2026-02-08T06:03:48.309Z" + }, + "global_bonus_2": { + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 2, 0)", + "result": 1320, + "description": "Global bonus 2: +{% Total DMG (base 2)", + "extractedAt": "2026-02-08T06:03:48.311Z" + }, + "global_bonus_3": { + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 3, 0)", + "result": 2640, + "description": "Global bonus 3: +{% Skill XP (base 4)", + "extractedAt": "2026-02-08T06:03:48.318Z" + }, + "global_bonus_4": { + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 4, 0)", + "result": 660, + "description": "Global bonus 4: +{% Drop Rate (base 1)", + "extractedAt": "2026-02-08T06:03:48.321Z" + }, + "global_bonus_5": { + "expression": "idleon.callFunction(\"Summoning\", \"OwlBonuses\", 5, 0)", + "result": 1320, + "description": "Global bonus 5: +{ All Stat (base 2)", + "extractedAt": "2026-02-08T06:03:48.326Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From aac3ae5e0dd1927dae9bed73eef492e580930ee1 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 17:17:07 +1100 Subject: [PATCH 38/46] prismatic tests --- .../configs/alchemy-prismatic-multiplier.json | 46 +++++++ .../prismatic-multiplier-parameters.test.ts | 116 ++++++++++++++++++ .../alchemy/prismatic-multiplier.test.ts | 95 ++++++++++++++ .../alchemy-prismatic-multiplier-data.json | 62 ++++++++++ 4 files changed, 319 insertions(+) create mode 100644 tests/configs/alchemy-prismatic-multiplier.json create mode 100644 tests/domains/alchemy/prismatic-multiplier-parameters.test.ts create mode 100644 tests/domains/alchemy/prismatic-multiplier.test.ts create mode 100644 tests/results/alchemy-prismatic-multiplier-data.json diff --git a/tests/configs/alchemy-prismatic-multiplier.json b/tests/configs/alchemy-prismatic-multiplier.json new file mode 100644 index 00000000..c5568bee --- /dev/null +++ b/tests/configs/alchemy-prismatic-multiplier.json @@ -0,0 +1,46 @@ +{ + "description": "Extract data for alchemy prismatic bubble multiplier calculation", + "target": "Alchemy Prismatic Multiplier", + "extractions": [ + { + "label": "arcane_upgrade_45_bonus", + "expression": "idleon.callFunction(\"ArcaneType\", \"ArcaneUpgBonus\", 45, 0)", + "description": "Arcane (tesseract) upgrade 45 bonus" + }, + { + "label": "arcade_bonus_54", + "expression": "idleon.callFunction(\"ArcadeBonus\", 54, 0)", + "description": "Arcade bonus 54" + }, + { + "label": "world_6_trophy_bonus", + "expression": "idleon.callFunction(\"Thingies\", \"HaveW6Trophy\", 0, 0)", + "description": "World 6 trophy bonus (Trophy23 - 10 if obtained, 0 otherwise)" + }, + { + "label": "palette_bonus_28", + "expression": "idleon.callFunction(\"GamingStatType\", \"PaletteBonus\", 28, 0)", + "description": "Gaming palette bonus 28" + }, + { + "label": "total_purple_sigils", + "expression": "idleon.callFunction(\"Labb\", \"TotalPurpleSigils\", \"0\", 0, 0)", + "description": "Total purple sigils (boost level >= 4)" + }, + { + "label": "exotic_market_bonus_48", + "expression": "idleon.callFunction(\"FarmingStuffs\", \"ExoticBonusQTY\", 48, 0)", + "description": "Exotic market bonus 48" + }, + { + "label": "legend_talent_36_bonus", + "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 36, 0)", + "description": "Legend talent 36 bonus" + }, + { + "label": "prismatic_multiplier", + "expression": "idleon.callFunction(\"ArcaneType\", \"PrismaBonusMult\", 0, 0)", + "description": "Final prismatic multiplier calculation (min 3, base 2)" + } + ] +} diff --git a/tests/domains/alchemy/prismatic-multiplier-parameters.test.ts b/tests/domains/alchemy/prismatic-multiplier-parameters.test.ts new file mode 100644 index 00000000..aa2dcd00 --- /dev/null +++ b/tests/domains/alchemy/prismatic-multiplier-parameters.test.ts @@ -0,0 +1,116 @@ +/** + * Alchemy Prismatic Multiplier Parameter Validation + * + * Tests our alchemy prismatic bubble multiplier parameter calculations against live game data. + * + * Formula: + * Math.min(3, 2 + (arcaneUpg45 + arcade54 + w6Trophy + palette28 + 0.2*purpleSigils + exotic48 + legend36) / 100) + * + * This multiplier is applied to all prismatic bubbles to boost their bonus values. + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Tesseract } from '../../../data/domain/tesseract'; +import { Arcade } from '../../../data/domain/world-2/arcade'; +import { Slab } from '../../../data/domain/world-5/slab'; +import { LegendTalents } from '../../../data/domain/world-7/legendTalents'; +import { Sigils } from '../../../data/domain/world-2/alchemy/sigils'; + +const saveName = 'latest'; +const extractionResultsName = 'alchemy-prismatic-multiplier-data.json'; + +const parameterSpecs = { + arcane_upgrade_45_bonus: { + description: 'Arcane (tesseract) upgrade 45 bonus', + extractionKey: 'arcane_upgrade_45_bonus', + domainExtractor: (gameData: Map) => { + const tesseract = gameData.get("tesseract") as Tesseract; + return tesseract.getUpgradeBonus(45); + } + }, + + arcade_bonus_54: { + description: 'Arcade bonus 54', + extractionKey: 'arcade_bonus_54', + domainExtractor: (gameData: Map) => { + const arcade = gameData.get("arcade") as Arcade; + return arcade.bonuses[54]?.getBonus() || 0; + } + }, + + world_6_trophy_bonus: { + description: 'World 6 trophy bonus (Trophy23 - 10 if obtained)', + extractionKey: 'world_6_trophy_bonus', + domainExtractor: (gameData: Map) => { + const slab = gameData.get("slab") as Slab; + const world6Trophy = slab.obtainableItems.find(item => item.internalName === "Trophy23"); + return world6Trophy?.obtained ? 10 : 0; + } + }, + + palette_bonus_28: { + description: 'Gaming palette bonus 28', + extractionKey: 'palette_bonus_28', + domainExtractor: (_gameData: Map) => { + // TODO: This feature is not yet implemented in the domain + // Game function: GamingStatType("PaletteBonus", 28, 0) + // This test will fail until gaming palette is added to the domain + throw new Error("palette_bonus_28: NOT IMPLEMENTED - gaming palette feature missing from domain"); + } + }, + + total_purple_sigils: { + description: 'Total purple sigils (boost level >= 4)', + extractionKey: 'total_purple_sigils', + domainExtractor: (gameData: Map) => { + const sigils = gameData.get("sigils") as Sigils; + return sigils.sigils.reduce((sum, sigil) => sum + (sigil.boostLevel >= 4 ? 1 : 0), 0); + } + }, + + exotic_market_bonus_48: { + description: 'Exotic market bonus 48', + extractionKey: 'exotic_market_bonus_48', + domainExtractor: (_gameData: Map) => { + // TODO: This feature is not yet implemented in the domain + // Game function: FarmingStuffs("ExoticBonusQTY", 48, 0) + // This test will fail until farming exotic market is added to the domain + throw new Error("exotic_market_bonus_48: NOT IMPLEMENTED - farming exotic market feature missing from domain"); + } + }, + + legend_talent_36_bonus: { + description: 'Legend talent 36 bonus', + extractionKey: 'legend_talent_36_bonus', + domainExtractor: (gameData: Map) => { + const legendTalents = gameData.get("legendTalents") as LegendTalents; + return legendTalents.getBonusFromIndex(36); + } + }, +}; + +describe('Alchemy Domain - Prismatic Multiplier - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + + // For TODO items, we expect the domain extractor to throw an error + if (spec.description.includes('TODO')) { + expect(() => spec.domainExtractor(gameData)).toThrow(/NOT IMPLEMENTED/); + } else { + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + } + }); + }); +}); diff --git a/tests/domains/alchemy/prismatic-multiplier.test.ts b/tests/domains/alchemy/prismatic-multiplier.test.ts new file mode 100644 index 00000000..b63e3d70 --- /dev/null +++ b/tests/domains/alchemy/prismatic-multiplier.test.ts @@ -0,0 +1,95 @@ +/** + * Alchemy Prismatic Multiplier Calculation Validation + * + * Tests our alchemy prismatic bubble multiplier final calculation against live game data. + * + * The prismatic multiplier is applied to all prismatic bubbles to boost their bonus values. + * Formula: Math.min(3, 2 + (various bonuses) / 100) + * + * This test verifies that prismatic bubbles have the correct multiplier value set. + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Alchemy } from '../../../data/domain/world-2/alchemy/alchemy'; + +const saveName = 'latest'; +const extractionResultsName = 'alchemy-prismatic-multiplier-data.json'; + +describe('Alchemy Domain - Prismatic Multiplier Calculation', () => { + let extractionResults: any; + let gameData: Map; + let alchemy: Alchemy; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + alchemy = gameData.get("alchemy") as Alchemy; + }); + + describe('Prismatic Multiplier Value', () => { + it('validates prismatic multiplier calculation', () => { + const liveMultiplier = getExtractedValue(extractionResults, 'prismatic_multiplier'); + + // Find any prismatic bubble to check its multiplier + const prismaticBubble = alchemy.cauldrons + .flatMap(cauldron => cauldron.bubbles) + .find(bubble => bubble.prismatic); + + if (!prismaticBubble) { + throw new Error('No prismatic bubbles found in test data - cannot validate multiplier'); + } + + const domainMultiplier = prismaticBubble.prismaticMultiplier; + + expect(domainMultiplier).toMatchLiveGame(liveMultiplier, 0); + }); + + it('validates multiplier is capped at 3', () => { + const prismaticBubble = alchemy.cauldrons + .flatMap(cauldron => cauldron.bubbles) + .find(bubble => bubble.prismatic); + + if (prismaticBubble) { + expect(prismaticBubble.prismaticMultiplier).toBeLessThanOrEqual(3); + } + }); + + it('validates multiplier is at least 2 (base value)', () => { + const prismaticBubble = alchemy.cauldrons + .flatMap(cauldron => cauldron.bubbles) + .find(bubble => bubble.prismatic); + + if (prismaticBubble) { + expect(prismaticBubble.prismaticMultiplier).toBeGreaterThanOrEqual(2); + } + }); + }); + + describe('Prismatic Bubble Application', () => { + it('validates all prismatic bubbles have the same multiplier', () => { + const prismaticBubbles = alchemy.cauldrons + .flatMap(cauldron => cauldron.bubbles) + .filter(bubble => bubble.prismatic); + + if (prismaticBubbles.length > 1) { + const firstMultiplier = prismaticBubbles[0].prismaticMultiplier; + + prismaticBubbles.forEach(bubble => { + expect(bubble.prismaticMultiplier).toBe(firstMultiplier); + }); + } + }); + + it('validates non-prismatic bubbles use default multiplier of 2', () => { + const nonPrismaticBubble = alchemy.cauldrons + .flatMap(cauldron => cauldron.bubbles) + .find(bubble => !bubble.prismatic); + + if (nonPrismaticBubble) { + expect(nonPrismaticBubble.prismaticMultiplier).toBe(2); + } + }); + }); +}); diff --git a/tests/results/alchemy-prismatic-multiplier-data.json b/tests/results/alchemy-prismatic-multiplier-data.json new file mode 100644 index 00000000..8e3e60e8 --- /dev/null +++ b/tests/results/alchemy-prismatic-multiplier-data.json @@ -0,0 +1,62 @@ +{ + "timestamp": "2026-02-08T06:13:36.875Z", + "extractions": { + "arcane_upgrade_45_bonus": { + "expression": "idleon.callFunction(\"ArcaneType\", \"ArcaneUpgBonus\", 45, 0)", + "result": 0, + "description": "Arcane (tesseract) upgrade 45 bonus", + "extractedAt": "2026-02-08T06:13:36.930Z" + }, + "arcade_bonus_54": { + "expression": "idleon.callFunction(\"ArcadeBonus\", 54, 0)", + "result": 4, + "description": "Arcade bonus 54", + "extractedAt": "2026-02-08T06:13:36.938Z" + }, + "world_6_trophy_bonus": { + "expression": "idleon.callFunction(\"Thingies\", \"HaveW6Trophy\", 0, 0)", + "result": 0, + "description": "World 6 trophy bonus (Trophy23 - 10 if obtained, 0 otherwise)", + "extractedAt": "2026-02-08T06:13:36.994Z" + }, + "palette_bonus_28": { + "expression": "idleon.callFunction(\"GamingStatType\", \"PaletteBonus\", 28, 0)", + "result": 0, + "description": "Gaming palette bonus 28", + "extractedAt": "2026-02-08T06:13:37.000Z" + }, + "total_purple_sigils": { + "expression": "idleon.callFunction(\"Labb\", \"TotalPurpleSigils\", \"0\", 0, 0)", + "result": 0, + "description": "Total purple sigils (boost level >= 4)", + "extractedAt": "2026-02-08T06:13:37.006Z" + }, + "exotic_market_bonus_48": { + "expression": "idleon.callFunction(\"FarmingStuffs\", \"ExoticBonusQTY\", 48, 0)", + "result": 0.15327793167128348, + "description": "Exotic market bonus 48", + "extractedAt": "2026-02-08T06:13:37.009Z" + }, + "legend_talent_36_bonus": { + "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 36, 0)", + "result": 3, + "description": "Legend talent 36 bonus", + "extractedAt": "2026-02-08T06:13:37.015Z" + }, + "prismatic_multiplier": { + "expression": "idleon.callFunction(\"ArcaneType\", \"PrismaBonusMult\", 0, 0)", + "result": 2.071532779316713, + "description": "Final prismatic multiplier calculation (min 3, base 2)", + "extractedAt": "2026-02-08T06:13:37.020Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From f8fdee5f891763158470fc9d63d97f11ae822489 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 17:26:47 +1100 Subject: [PATCH 39/46] poppy tests and minor clean-up --- data/domain/world-2/poppy.tsx | 15 ++- tests/configs/poppy-global-bonus.json | 56 +++++++++++ .../orion-global-bonus-parameters.test.ts | 5 +- .../poppy-global-bonus-parameters.test.ts | 47 ++++++++++ .../world-2/poppy-global-bonus.test.ts | 92 +++++++++++++++++++ tests/results/poppy-global-bonus-data.json | 74 +++++++++++++++ 6 files changed, 284 insertions(+), 5 deletions(-) create mode 100644 tests/configs/poppy-global-bonus.json create mode 100644 tests/domains/world-2/poppy-global-bonus-parameters.test.ts create mode 100644 tests/domains/world-2/poppy-global-bonus.test.ts create mode 100644 tests/results/poppy-global-bonus-data.json diff --git a/data/domain/world-2/poppy.tsx b/data/domain/world-2/poppy.tsx index 45e1af79..a4d50dde 100644 --- a/data/domain/world-2/poppy.tsx +++ b/data/domain/world-2/poppy.tsx @@ -199,7 +199,18 @@ export class Poppy extends Domain { } getMegafishQuantity(index: number): number { - return this.ownedMegafishes > index ? 11 == index ? this.ownedMegafishes - 11 : 1 : 0 + // If we don't own this megafish yet, return 0 + if (index > this.ownedMegafishes) { + return 0; + } + + // If this is the last megafish, we can have multiples + if (index == 11) { + return this.ownedMegafishes - 11; + } + + // For everything else, quantity is simply 1. + return 1; } } @@ -225,4 +236,4 @@ export const updatePoppyFishRate = (data: Map) => { poppy.gambitBonus8 = hole.gambit.getBonus(8); return poppy; -} \ No newline at end of file +} diff --git a/tests/configs/poppy-global-bonus.json b/tests/configs/poppy-global-bonus.json new file mode 100644 index 00000000..27bf3059 --- /dev/null +++ b/tests/configs/poppy-global-bonus.json @@ -0,0 +1,56 @@ +{ + "description": "Extract data for Poppy (Roo) global bonus calculations", + "target": "Poppy Global Bonuses", + "extractions": [ + { + "label": "legend_talent_26_bonus", + "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 26, 0)", + "description": "Legend talent 26 bonus (Orion/Poppy Overload)" + }, + { + "label": "companion_51_bonus", + "expression": "idleon.callFunction(\"Companions\", 51, 0)", + "description": "Companion 51 bonus (multiplier for Orion/Poppy bonuses)" + }, + { + "label": "upgrade_level_3", + "expression": "idleon.getAttr(\"OptionsListAccount\")[271]", + "description": "Poppy upgrade 3 level (controls bonus unlock progression)" + }, + { + "label": "global_bonus_0", + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 0, 0)", + "description": "Global bonus 0: +{% Fish Efficiency (base 3)" + }, + { + "label": "global_bonus_1", + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 1, 0)", + "description": "Global bonus 1: +{ Defence (base 3)" + }, + { + "label": "global_bonus_2", + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 2, 0)", + "description": "Global bonus 2: +{% Fishing XP (base 5)" + }, + { + "label": "global_bonus_3", + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 3, 0)", + "description": "Global bonus 3: +{% Accuracy (base 2)" + }, + { + "label": "global_bonus_4", + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 4, 0)", + "description": "Global bonus 4: +{% Total DMG (base 2)" + }, + { + "label": "global_bonus_5", + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 5, 0)", + "description": "Global bonus 5: +{% AFK Gains (base 0.5)" + }, + { + "label": "global_bonus_6", + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 6, 0)", + "description": "Global bonus 6: +{% Cash (base 3)" + } + ] +} diff --git a/tests/domains/world-1/orion-global-bonus-parameters.test.ts b/tests/domains/world-1/orion-global-bonus-parameters.test.ts index 611ee1c4..9bcc282c 100644 --- a/tests/domains/world-1/orion-global-bonus-parameters.test.ts +++ b/tests/domains/world-1/orion-global-bonus-parameters.test.ts @@ -14,7 +14,6 @@ import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; -import { Orion } from '../../../data/domain/world-1/orion'; import { Companion } from '../../../data/domain/companions'; import { LegendTalents } from '../../../data/domain/world-7/legendTalents'; @@ -23,7 +22,7 @@ const extractionResultsName = 'orion-global-bonus-data.json'; const parameterSpecs = { legend_talent_26_bonus: { - description: 'Legend talent 26 bonus (Orion Overload)', + description: 'Legend talent 26 bonus (Furry Friends Forever)', extractionKey: 'legend_talent_26_bonus', domainExtractor: (gameData: Map) => { const legendTalents = gameData.get("legendTalents") as LegendTalents; @@ -32,7 +31,7 @@ const parameterSpecs = { }, companion_51_bonus: { - description: 'Companion 51 bonus (Orion bonus multiplier)', + description: 'Companion 51 bonus (clicker bonus multiplier)', extractionKey: 'companion_51_bonus', domainExtractor: (gameData: Map) => { const companions = gameData.get("companions") as Companion[]; diff --git a/tests/domains/world-2/poppy-global-bonus-parameters.test.ts b/tests/domains/world-2/poppy-global-bonus-parameters.test.ts new file mode 100644 index 00000000..6c3beaf1 --- /dev/null +++ b/tests/domains/world-2/poppy-global-bonus-parameters.test.ts @@ -0,0 +1,47 @@ +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Companion } from '../../../data/domain/companions'; +import { LegendTalents } from '../../../data/domain/world-7/legendTalents'; + +const saveName = 'latest'; +const extractionResultsName = 'poppy-global-bonus-data.json'; + +const parameterSpecs = { + legend_talent_26_bonus: { + description: 'Legend talent 26 bonus (Furry Friends Forever)', + extractionKey: 'legend_talent_26_bonus', + domainExtractor: (gameData: Map) => { + const legendTalents = gameData.get("legendTalents") as LegendTalents; + return legendTalents.getBonusFromIndex(26); + } + }, + + companion_51_bonus: { + description: 'Companion 51 bonus (clicker bonus multiplier)', + extractionKey: 'companion_51_bonus', + domainExtractor: (gameData: Map) => { + const companions = gameData.get("companions") as Companion[]; + const companion51 = companions.find(c => c.id === 51); + return companion51?.owned ? companion51.data.bonus : 0; + } + }, +}; + +describe('Poppy Domain - Global Bonus - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + }); + }); +}); diff --git a/tests/domains/world-2/poppy-global-bonus.test.ts b/tests/domains/world-2/poppy-global-bonus.test.ts new file mode 100644 index 00000000..2a4a9f0a --- /dev/null +++ b/tests/domains/world-2/poppy-global-bonus.test.ts @@ -0,0 +1,92 @@ +/** + * Poppy Global Bonus Calculation Validation + * + * Tests our Poppy global bonus final calculations against live game data. + * + * Global bonuses (indices 0-6): + * 0: +{% Fish Efficiency (base 3) + * 1: +{ Defence (base 3) + * 2: +{% Fishing XP (base 5) + * 3: +{% Accuracy (base 2) + * 4: +{% Total DMG (base 2) + * 5: +{% AFK Gains (base 0.5) + * 6: +{% Cash (base 3) + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Poppy } from '../../../data/domain/world-2/poppy'; + +const saveName = 'latest'; +const extractionResultsName = 'poppy-global-bonus-data.json'; + +describe('Poppy Domain - Global Bonus Calculations', () => { + let extractionResults: any; + let gameData: Map; + let poppy: Poppy; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + poppy = gameData.get("poppy") as Poppy; + }); + + describe('All Global Bonuses', () => { + it('validates global bonus 0 (+{% Fish Efficiency)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_0'); + const domainBonus = poppy.getGlobalBonus(0); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 1 (+{ Defence)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_1'); + const domainBonus = poppy.getGlobalBonus(1); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 2 (+{% Fishing XP)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_2'); + const domainBonus = poppy.getGlobalBonus(2); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 3 (+{% Accuracy)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_3'); + const domainBonus = poppy.getGlobalBonus(3); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 4 (+{% Total DMG)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_4'); + const domainBonus = poppy.getGlobalBonus(4); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 5 (+{% AFK Gains)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_5'); + const domainBonus = poppy.getGlobalBonus(5); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 6 (+{% Cash)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_6'); + const domainBonus = poppy.getGlobalBonus(6); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + }); + + describe('Edge Cases', () => { + it('returns 0 for invalid bonus index', () => { + const domainBonus = poppy.getGlobalBonus(99); + expect(domainBonus).toBe(0); + }); + }); +}); diff --git a/tests/results/poppy-global-bonus-data.json b/tests/results/poppy-global-bonus-data.json new file mode 100644 index 00000000..c18ce118 --- /dev/null +++ b/tests/results/poppy-global-bonus-data.json @@ -0,0 +1,74 @@ +{ + "timestamp": "2026-02-08T06:24:13.391Z", + "extractions": { + "legend_talent_26_bonus": { + "expression": "idleon.callFunction(\"Thingies\", \"LegendPTS_bonus\", 26, 0)", + "result": 400, + "description": "Legend talent 26 bonus (Orion/Poppy Overload)", + "extractedAt": "2026-02-08T06:24:13.445Z" + }, + "companion_51_bonus": { + "expression": "idleon.callFunction(\"Companions\", 51, 0)", + "result": 2, + "description": "Companion 51 bonus (multiplier for Orion/Poppy bonuses)", + "extractedAt": "2026-02-08T06:24:13.459Z" + }, + "upgrade_level_3": { + "expression": "idleon.getAttr(\"OptionsListAccount\")[271]", + "result": 54, + "description": "Poppy upgrade 3 level (controls bonus unlock progression)", + "extractedAt": "2026-02-08T06:24:13.466Z" + }, + "global_bonus_0": { + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 0, 0)", + "result": 1530, + "description": "Global bonus 0: +{% Fish Efficiency (base 3)", + "extractedAt": "2026-02-08T06:24:13.479Z" + }, + "global_bonus_1": { + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 1, 0)", + "result": 1530, + "description": "Global bonus 1: +{ Defence (base 3)", + "extractedAt": "2026-02-08T06:24:13.486Z" + }, + "global_bonus_2": { + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 2, 0)", + "result": 2550, + "description": "Global bonus 2: +{% Fishing XP (base 5)", + "extractedAt": "2026-02-08T06:24:13.498Z" + }, + "global_bonus_3": { + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 3, 0)", + "result": 1020, + "description": "Global bonus 3: +{% Accuracy (base 2)", + "extractedAt": "2026-02-08T06:24:13.505Z" + }, + "global_bonus_4": { + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 4, 0)", + "result": 1020, + "description": "Global bonus 4: +{% Total DMG (base 2)", + "extractedAt": "2026-02-08T06:24:13.521Z" + }, + "global_bonus_5": { + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 5, 0)", + "result": 223.125, + "description": "Global bonus 5: +{% AFK Gains (base 0.5)", + "extractedAt": "2026-02-08T06:24:13.528Z" + }, + "global_bonus_6": { + "expression": "idleon.callFunction(\"Summoning\", \"RooBonuses\", 6, 0)", + "result": 1338.75, + "description": "Global bonus 6: +{% Cash (base 3)", + "extractedAt": "2026-02-08T06:24:13.534Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From b01cd6d2a60bcbfc45d404c56791606d452b136d Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 18:19:52 +1100 Subject: [PATCH 40/46] atom collider tests --- .../world-3/construction/atomCollider.tsx | 8 +- data/domain/world-5/gaming.tsx | 3 +- .../atomcollider-cost-and-maxlevel.json | 101 +++++++++++ ...lider-cost-and-maxlevel-parameters.test.ts | 157 ++++++++++++++++++ .../atomcollider-cost-and-maxlevel.test.ts | 83 +++++++++ .../atomcollider-cost-and-maxlevel-data.json | 128 ++++++++++++++ 6 files changed, 475 insertions(+), 5 deletions(-) create mode 100644 tests/configs/atomcollider-cost-and-maxlevel.json create mode 100644 tests/domains/world-3/construction/atomcollider-cost-and-maxlevel-parameters.test.ts create mode 100644 tests/domains/world-3/construction/atomcollider-cost-and-maxlevel.test.ts create mode 100644 tests/results/atomcollider-cost-and-maxlevel-data.json diff --git a/data/domain/world-3/construction/atomCollider.tsx b/data/domain/world-3/construction/atomCollider.tsx index 087f54df..bea8b076 100644 --- a/data/domain/world-3/construction/atomCollider.tsx +++ b/data/domain/world-3/construction/atomCollider.tsx @@ -30,7 +30,7 @@ export class Atom { superbit23MaxLevelBoost: number = 0; compass53MaxLevelBoost: number = 0; eventShop28MaxLevelBoost: number = 0; - gamingDiscount: number = 0; + superbit21Discount: number = 0; stampDiscount: number = 0; constructor(public index: number, public data: AtomColliderModel) { } @@ -44,10 +44,12 @@ export class Atom { } getCost = (level: number = this.level): number => { - const bonusMath = 1 / (1 + (this.paletteBonus35 + this.stampDiscount + this.nenoBonus + this.gamingDiscount + this.grimoireBonus51 + this.compassBonus50 + this.bubbleBonus + (this.colliderBuildingLevel / 10) + this.meritBonus + this.bubbaBonus7) / 100); + const bonusMath = 1 / (1 + (this.paletteBonus35 + this.stampDiscount + this.nenoBonus + this.superbit21Discount + this.grimoireBonus51 + this.compassBonus50 + this.bubbleBonus + (this.colliderBuildingLevel / 10) + this.meritBonus + this.bubbaBonus7) / 100); const baseMath = this.data.baseCost + (level * this.data.growthFactor); const exponentMath = Math.pow(this.data.baseExponent, level); - return Math.floor(bonusMath * baseMath * exponentMath); + const cost = bonusMath * baseMath * exponentMath; + // Game only floors costs < 1 million, keeps decimals for larger costs + return cost < 1e6 ? Math.floor(cost) : cost; } getCostToUnlock = () => { diff --git a/data/domain/world-5/gaming.tsx b/data/domain/world-5/gaming.tsx index bcf7e5c4..217593a7 100644 --- a/data/domain/world-5/gaming.tsx +++ b/data/domain/world-5/gaming.tsx @@ -31,7 +31,6 @@ export class Superbits { return data.map(superbit => new Superbits(superbit.index, superbit.data)) } - getCost = () => { return this.data.x1 * Math.pow(10, this.data.x2); } @@ -237,7 +236,7 @@ export const updateSuperbitImpacts = (data: Map) => { const atomCollider = data.get("collider") as AtomCollider; atomCollider.atoms.forEach(atom => { - atom.gamingDiscount = (gaming.superbits[21].unlocked || false) ? 10 : 0; + atom.superbit21Discount = (gaming.superbits[21].unlocked || false) ? 10 : 0; atom.superbit23MaxLevelBoost = (gaming.superbits[23].unlocked || false) ? 10 : 0; }); diff --git a/tests/configs/atomcollider-cost-and-maxlevel.json b/tests/configs/atomcollider-cost-and-maxlevel.json new file mode 100644 index 00000000..b8520bfc --- /dev/null +++ b/tests/configs/atomcollider-cost-and-maxlevel.json @@ -0,0 +1,101 @@ +{ + "description": "Extract data for AtomCollider cost and max level calculations", + "target": "Atom Collider Cost and Max Level", + "extractions": [ + { + "label": "superbit_23_bonus", + "expression": "idleon.callFunction(\"GamingStatType\", \"SuperBitType\", 23, 0)", + "description": "Super bit 23 bonus (max level boost, multiplied by 10)" + }, + { + "label": "compass_bonus_53", + "expression": "idleon.callFunction(\"Windwalker\", \"CompassBonus\", 53, 0)", + "description": "Compass bonus 53 (max level boost)" + }, + { + "label": "event_shop_28_owned", + "expression": "idleon.callFunction(\"Summoning\", \"EventShopOwned\", 28, 0)", + "description": "Event shop 28 owned (max level boost, 1 if owned, 0 otherwise)" + }, + { + "label": "palette_bonus_35", + "expression": "idleon.callFunction(\"GamingStatType\", \"PaletteBonus\", 35, 0)", + "description": "Palette bonus 35 (atom cost reduction)" + }, + { + "label": "stamp_atom_cost", + "expression": "idleon.callFunction(\"StampBonusOfTypeX\", \"AtomCost\", 0, 0)", + "description": "Stamp bonus for atom cost reduction" + }, + { + "label": "atom_bonus_9", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomBonuses\", 9, 0)", + "description": "Atom bonus 9 (Neon - cost reduction)" + }, + { + "label": "superbit_21_bonus", + "expression": "idleon.callFunction(\"GamingStatType\", \"SuperBitType\", 21, 0)", + "description": "Super bit 21 bonus (cost reduction, multiplied by 10)" + }, + { + "label": "grimoire_bonus_51", + "expression": "idleon.callFunction(\"Summoning\", \"GrimoireUpgBonus\", 51, 0)", + "description": "Grimoire upgrade bonus 51 (cost reduction)" + }, + { + "label": "compass_bonus_50", + "expression": "idleon.callFunction(\"Windwalker\", \"CompassBonus\", 50, 0)", + "description": "Compass bonus 50 (cost reduction)" + }, + { + "label": "bubble_y5", + "expression": "idleon.getDNSM(\"AlchBubbles\").h.Y5", + "description": "Alchemy bubble Y5 (cost reduction)" + }, + { + "label": "collider_building_level", + "expression": "idleon.getAttr(\"TowerInfo\")[8]", + "description": "Atom Collider building level (divided by 10 in cost calculation)" + }, + { + "label": "merit_atom_cost", + "expression": "idleon.getAttr(\"Tasks\")[2][4][6]", + "description": "Merit level for atom cost reduction (multiplied by 7)" + }, + { + "label": "bubba_bonus_7", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 7, 0)", + "description": "Bubba bonus 7 (cost reduction)" + }, + { + "label": "atom_max_level", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomMaxLv\", 0, 0)", + "description": "Atom max level calculation" + }, + { + "label": "atom_0_cost", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 0, 0)", + "description": "Hydrogen (atom 0) cost" + }, + { + "label": "atom_3_cost", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 3, 0)", + "description": "Lithium (atom 3) cost" + }, + { + "label": "atom_5_cost", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 5, 0)", + "description": "Carbon (atom 5) cost" + }, + { + "label": "atom_8_cost", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 8, 0)", + "description": "Fluoride (atom 8) cost" + }, + { + "label": "atom_11_cost", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 11, 0)", + "description": "Sodium (atom 11) cost" + } + ] +} diff --git a/tests/domains/world-3/construction/atomcollider-cost-and-maxlevel-parameters.test.ts b/tests/domains/world-3/construction/atomcollider-cost-and-maxlevel-parameters.test.ts new file mode 100644 index 00000000..702204d8 --- /dev/null +++ b/tests/domains/world-3/construction/atomcollider-cost-and-maxlevel-parameters.test.ts @@ -0,0 +1,157 @@ +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../../utils/cloudsave-loader'; +import { AtomCollider } from '../../../../data/domain/world-3/construction/atomCollider'; +import { Compass } from '../../../../data/domain/compass'; +import { EventShop } from '../../../../data/domain/eventShop'; +import { getStampBonusForKey, Stamp } from '../../../../data/domain/world-1/stamps'; +import { Grimoire } from '../../../../data/domain/grimoire'; +import { Alchemy } from '../../../../data/domain/world-2/alchemy/alchemy'; +import { Construction } from '../../../../data/domain/world-3/construction/construction'; +import { TaskBoard } from '../../../../data/domain/tasks'; +import { Bubba } from '../../../../data/domain/world-3/bubba'; +import { Gaming } from '../../../../data/domain/world-5/gaming'; + +const saveName = 'latest'; +const extractionResultsName = 'atomcollider-cost-and-maxlevel-data.json'; + +const parameterSpecs = { + // Max Level Parameters + superbit_23_bonus: { + description: 'Super bit 23 bonus (max level boost)', + extractionKey: 'superbit_23_bonus', + domainExtractor: (gameData: Map) => { + const gaming = gameData.get("gaming") as Gaming; + return gaming.superbits[23].unlocked ? 1 : 0; + } + }, + + compass_bonus_53: { + description: 'Compass bonus 53 (max level boost)', + extractionKey: 'compass_bonus_53', + domainExtractor: (gameData: Map) => { + const compass = gameData.get("compass") as Compass; + return compass.getUpgradeBonus(53); + } + }, + + event_shop_28_owned: { + description: 'Event shop 28 owned (max level boost)', + extractionKey: 'event_shop_28_owned', + domainExtractor: (gameData: Map) => { + const eventShop = gameData.get("eventShop") as EventShop; + return eventShop.isBonusOwned(28) ? 1 : 0; + } + }, + + // Cost Parameters + palette_bonus_35: { + description: 'Palette bonus 35 (atom cost reduction)', + extractionKey: 'palette_bonus_35', + domainExtractor: (_gameData: Map) => { + // TODO: This feature is not yet implemented in the domain + // Game function: GamingStatType("PaletteBonus", 35, 0) + // This test will fail until gaming palette is added to the domain + throw new Error("palette_bonus_35: NOT IMPLEMENTED - gaming palette feature missing from domain"); + } + }, + + stamp_atom_cost: { + description: 'Stamp bonus for atom cost reduction', + extractionKey: 'stamp_atom_cost', + domainExtractor: (gameData: Map) => { + const stamps = gameData.get("stamps") as Stamp[][]; + return getStampBonusForKey(stamps, "AtomCost"); + } + }, + + atom_bonus_9: { + description: 'Atom bonus 9 (Neon - cost reduction)', + extractionKey: 'atom_bonus_9', + domainExtractor: (gameData: Map) => { + const collider = gameData.get("collider") as AtomCollider; + return collider.atoms[9].getBonus(); + } + }, + + superbit_21_bonus: { + description: 'Super bit 21 bonus (cost reduction)', + extractionKey: 'superbit_21_bonus', + domainExtractor: (gameData: Map) => { + const gaming = gameData.get("gaming") as Gaming; + return gaming.superbits[21].unlocked ? 1 : 0; + } + }, + + grimoire_bonus_51: { + description: 'Grimoire upgrade bonus 51 (cost reduction)', + extractionKey: 'grimoire_bonus_51', + domainExtractor: (gameData: Map) => { + const grimoire = gameData.get("grimoire") as Grimoire; + return grimoire.getUpgradeBonus(51); + } + }, + + compass_bonus_50: { + description: 'Compass bonus 50 (cost reduction)', + extractionKey: 'compass_bonus_50', + domainExtractor: (gameData: Map) => { + const compass = gameData.get("compass") as Compass; + return compass.getUpgradeBonus(50); + } + }, + + bubble_y5: { + description: 'Alchemy bubble Y5 (cost reduction)', + extractionKey: 'bubble_y5', + domainExtractor: (gameData: Map) => { + const alchemy = gameData.get("alchemy") as Alchemy; + return alchemy.getBubbleBonusForKey("Y5"); + } + }, + + collider_building_level: { + description: 'Atom Collider building level', + extractionKey: 'collider_building_level', + domainExtractor: (gameData: Map) => { + const construction = gameData.get("construction") as Construction; + return construction.buildings.find(building => building.name === "Atom Collider")?.level ?? 0; + } + }, + + merit_atom_cost: { + description: 'Merit level for atom cost reduction', + extractionKey: 'merit_atom_cost', + domainExtractor: (gameData: Map) => { + const taskBoard = gameData.get("taskboard") as TaskBoard; + return taskBoard.merits.find(merit => merit.descLine1.includes("reduction in Atom Upgrade Costs"))?.level ?? 0; + } + }, + + bubba_bonus_7: { + description: 'Bubba bonus 7 (cost reduction)', + extractionKey: 'bubba_bonus_7', + domainExtractor: (gameData: Map) => { + const bubba = gameData.get("bubba") as Bubba; + return bubba.getGlobalBonus(7); + } + } +}; + +describe('AtomCollider Domain - Cost and Max Level - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + }); + }); +}); diff --git a/tests/domains/world-3/construction/atomcollider-cost-and-maxlevel.test.ts b/tests/domains/world-3/construction/atomcollider-cost-and-maxlevel.test.ts new file mode 100644 index 00000000..892de24c --- /dev/null +++ b/tests/domains/world-3/construction/atomcollider-cost-and-maxlevel.test.ts @@ -0,0 +1,83 @@ +/** + * AtomCollider Cost and Max Level Calculation Validation + * + * Tests our AtomCollider cost and max level calculations against live game data. + * + * Max Level Formula: + * 20 + (10 * superbit23) + compass53 + (20 * eventShop28_owned) + * + * Cost Formula: + * costReduction = 1 / (1 + totalBonus / 100) + * where totalBonus = paletteBonus35 + stampDiscount + nenoBonus + (10 * superbit21) + grimoireBonus51 + * + compassBonus50 + bubbleY5 + (colliderBuildingLevel / 10) + (7 * meritLevel) + bubbaBonus7 + * + * baseCost = atom.baseCost + (atom.level * atom.growthFactor) + * exponentCost = atom.baseExponent ^ atom.level + * finalCost = floor(costReduction * baseCost * exponentCost) + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../../utils/cloudsave-loader'; +import { AtomCollider } from '../../../../data/domain/world-3/construction/atomCollider'; + +const saveName = 'latest'; +const extractionResultsName = 'atomcollider-cost-and-maxlevel-data.json'; + +describe('AtomCollider Domain - Cost and Max Level Calculations', () => { + let extractionResults: any; + let gameData: Map; + let collider: AtomCollider; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + collider = gameData.get("collider") as AtomCollider; + }); + + describe('Max Level Calculation', () => { + it('validates atom max level calculation', () => { + const liveMaxLevel = getExtractedValue(extractionResults, 'atom_max_level'); + const domainMaxLevel = collider.atoms[0].getMaxLevel(); + + expect(domainMaxLevel).toMatchLiveGame(liveMaxLevel, 0); + }); + }); + + describe('Cost Calculation', () => { + it('validates Hydrogen (atom 0) cost', () => { + const liveCost = getExtractedValue(extractionResults, 'atom_0_cost'); + const domainCost = collider.atoms[0].getCost(); + + expect(domainCost).toMatchLiveGame(liveCost, 0); + }); + + it('validates Lithium (atom 3) cost', () => { + const liveCost = getExtractedValue(extractionResults, 'atom_3_cost'); + const domainCost = collider.atoms[3].getCost(); + + expect(domainCost).toMatchLiveGame(liveCost, 0); + }); + + it('validates Carbon (atom 5) cost', () => { + const liveCost = getExtractedValue(extractionResults, 'atom_5_cost'); + const domainCost = collider.atoms[5].getCost(); + + expect(domainCost).toMatchLiveGame(liveCost, 0); + }); + + it('validates Fluoride (atom 8) cost', () => { + const liveCost = getExtractedValue(extractionResults, 'atom_8_cost'); + const domainCost = collider.atoms[8].getCost(); + + expect(domainCost).toMatchLiveGame(liveCost, 0); + }); + + it('validates Sodium (atom 11) cost', () => { + const liveCost = getExtractedValue(extractionResults, 'atom_11_cost'); + const domainCost = collider.atoms[11].getCost(); + + expect(domainCost).toMatchLiveGame(liveCost, 0); + }); + }); +}); diff --git a/tests/results/atomcollider-cost-and-maxlevel-data.json b/tests/results/atomcollider-cost-and-maxlevel-data.json new file mode 100644 index 00000000..61e57f61 --- /dev/null +++ b/tests/results/atomcollider-cost-and-maxlevel-data.json @@ -0,0 +1,128 @@ +{ + "timestamp": "2026-02-08T06:43:17.930Z", + "extractions": { + "superbit_23_bonus": { + "expression": "idleon.callFunction(\"GamingStatType\", \"SuperBitType\", 23, 0)", + "result": 1, + "description": "Super bit 23 bonus (max level boost, multiplied by 10)", + "extractedAt": "2026-02-08T06:43:17.984Z" + }, + "compass_bonus_53": { + "expression": "idleon.callFunction(\"Windwalker\", \"CompassBonus\", 53, 0)", + "result": 2, + "description": "Compass bonus 53 (max level boost)", + "extractedAt": "2026-02-08T06:43:17.988Z" + }, + "event_shop_28_owned": { + "expression": "idleon.callFunction(\"Summoning\", \"EventShopOwned\", 28, 0)", + "result": 0, + "description": "Event shop 28 owned (max level boost, 1 if owned, 0 otherwise)", + "extractedAt": "2026-02-08T06:43:17.993Z" + }, + "palette_bonus_35": { + "expression": "idleon.callFunction(\"GamingStatType\", \"PaletteBonus\", 35, 0)", + "result": 0, + "description": "Palette bonus 35 (atom cost reduction)", + "extractedAt": "2026-02-08T06:43:17.996Z" + }, + "stamp_atom_cost": { + "expression": "idleon.callFunction(\"StampBonusOfTypeX\", \"AtomCost\", 0, 0)", + "result": 11.304347826086957, + "description": "Stamp bonus for atom cost reduction", + "extractedAt": "2026-02-08T06:43:18.006Z" + }, + "atom_bonus_9": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomBonuses\", 9, 0)", + "result": 32, + "description": "Atom bonus 9 (Neon - cost reduction)", + "extractedAt": "2026-02-08T06:43:18.015Z" + }, + "superbit_21_bonus": { + "expression": "idleon.callFunction(\"GamingStatType\", \"SuperBitType\", 21, 0)", + "result": 1, + "description": "Super bit 21 bonus (cost reduction, multiplied by 10)", + "extractedAt": "2026-02-08T06:43:18.017Z" + }, + "grimoire_bonus_51": { + "expression": "idleon.callFunction(\"Summoning\", \"GrimoireUpgBonus\", 51, 0)", + "result": 0, + "description": "Grimoire upgrade bonus 51 (cost reduction)", + "extractedAt": "2026-02-08T06:43:18.025Z" + }, + "compass_bonus_50": { + "expression": "idleon.callFunction(\"Windwalker\", \"CompassBonus\", 50, 0)", + "result": 2, + "description": "Compass bonus 50 (cost reduction)", + "extractedAt": "2026-02-08T06:43:18.036Z" + }, + "bubble_y5": { + "expression": "idleon.getDNSM(\"AlchBubbles\").h.Y5", + "result": 12.761061946902656, + "description": "Alchemy bubble Y5 (cost reduction)", + "extractedAt": "2026-02-08T06:43:18.043Z" + }, + "collider_building_level": { + "expression": "idleon.getAttr(\"TowerInfo\")[8]", + "result": 130, + "description": "Atom Collider building level (divided by 10 in cost calculation)", + "extractedAt": "2026-02-08T06:43:18.046Z" + }, + "merit_atom_cost": { + "expression": "idleon.getAttr(\"Tasks\")[2][4][6]", + "result": 4, + "description": "Merit level for atom cost reduction (multiplied by 7)", + "extractedAt": "2026-02-08T06:43:18.054Z" + }, + "bubba_bonus_7": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 7, 0)", + "result": 12.599999999999998, + "description": "Bubba bonus 7 (cost reduction)", + "extractedAt": "2026-02-08T06:43:18.057Z" + }, + "atom_max_level": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomMaxLv\", 0, 0)", + "result": 32, + "description": "Atom max level calculation", + "extractedAt": "2026-02-08T06:43:18.062Z" + }, + "atom_0_cost": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 0, 0)", + "result": 227227, + "description": "Hydrogen (atom 0) cost", + "extractedAt": "2026-02-08T06:43:18.065Z" + }, + "atom_3_cost": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 3, 0)", + "result": 525370, + "description": "Lithium (atom 3) cost", + "extractedAt": "2026-02-08T06:43:18.073Z" + }, + "atom_5_cost": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 5, 0)", + "result": 8043407.435414747, + "description": "Carbon (atom 5) cost", + "extractedAt": "2026-02-08T06:43:18.076Z" + }, + "atom_8_cost": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 8, 0)", + "result": 28036228.22048213, + "description": "Fluoride (atom 8) cost", + "extractedAt": "2026-02-08T06:43:18.083Z" + }, + "atom_11_cost": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomCost\", 11, 0)", + "result": 3435913917.0031323, + "description": "Sodium (atom 11) cost", + "extractedAt": "2026-02-08T06:43:18.086Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From 0f71fe9cd59abe507307e7eee209bee122ea3f9c Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 18:31:40 +1100 Subject: [PATCH 41/46] bubba tests --- data/domain/world-3/bubba.tsx | 5 +- tests/configs/bubba-global-bonus.json | 51 ++++++++++ .../bubba-global-bonus-parameters.test.ts | 37 ++++++++ .../world-3/bubba-global-bonus.test.ts | 92 +++++++++++++++++++ tests/results/bubba-global-bonus-data.json | 68 ++++++++++++++ 5 files changed, 251 insertions(+), 2 deletions(-) create mode 100644 tests/configs/bubba-global-bonus.json create mode 100644 tests/domains/world-3/bubba-global-bonus-parameters.test.ts create mode 100644 tests/domains/world-3/bubba-global-bonus.test.ts create mode 100644 tests/results/bubba-global-bonus-data.json diff --git a/data/domain/world-3/bubba.tsx b/data/domain/world-3/bubba.tsx index 0d132666..aaf276e8 100644 --- a/data/domain/world-3/bubba.tsx +++ b/data/domain/world-3/bubba.tsx @@ -17,7 +17,8 @@ export class BubbaGlobalBonus { static fromBase() { return [ - new BubbaGlobalBonus(0, "{/minute", 1), + // This is in the game but obviously not an actual global bonus. + //new BubbaGlobalBonus(0, "{/minute", 1), new BubbaGlobalBonus(1, "+{% Build Rate", 10), new BubbaGlobalBonus(2, "+{% Critter Gain", 5), new BubbaGlobalBonus(3, "+{% Soul Gain", 5), @@ -285,4 +286,4 @@ export const updateBubba = (data: Map) => { bubba.companionBonus51 = companions.find(companion => companion.id == 51)?.owned || false ? companions.find(companion => companion.id == 51)?.data.bonus || 0 : 0; return bubba; -} \ No newline at end of file +} diff --git a/tests/configs/bubba-global-bonus.json b/tests/configs/bubba-global-bonus.json new file mode 100644 index 00000000..7307a1d1 --- /dev/null +++ b/tests/configs/bubba-global-bonus.json @@ -0,0 +1,51 @@ +{ + "description": "Extract data for Bubba global bonus calculations", + "target": "Bubba Global Bonuses", + "extractions": [ + { + "label": "companion_51_bonus", + "expression": "idleon.callFunction(\"Companions\", 51, 0)", + "description": "Companion 51 bonus (multiplier for Bubba bonuses)" + }, + { + "label": "upgrade_level_3", + "expression": "idleon.getAttr(\"Bubba\")[1][3]", + "description": "Bubba upgrade 3 level (controls bonus unlock progression)" + }, + { + "label": "global_bonus_1", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 1, 0)", + "description": "Global bonus 1: +{% Build Rate (base 10)" + }, + { + "label": "global_bonus_2", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 2, 0)", + "description": "Global bonus 2: +{% Critter Gain (base 5)" + }, + { + "label": "global_bonus_3", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)", + "description": "Global bonus 3: +{% Soul Gain (base 5)" + }, + { + "label": "global_bonus_4", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 4, 0)", + "description": "Global bonus 4: +{% Total DMG (base 15)" + }, + { + "label": "global_bonus_5", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 5, 0)", + "description": "Global bonus 5: +{% All Kills (base 1)" + }, + { + "label": "global_bonus_6", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 6, 0)", + "description": "Global bonus 6: {% XP Multi (base 4)" + }, + { + "label": "global_bonus_7", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 7, 0)", + "description": "Global bonus 7: -{% Atom Cost (base 3)" + } + ] +} diff --git a/tests/domains/world-3/bubba-global-bonus-parameters.test.ts b/tests/domains/world-3/bubba-global-bonus-parameters.test.ts new file mode 100644 index 00000000..0c44a628 --- /dev/null +++ b/tests/domains/world-3/bubba-global-bonus-parameters.test.ts @@ -0,0 +1,37 @@ +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Companion } from '../../../data/domain/companions'; + +const saveName = 'latest'; +const extractionResultsName = 'bubba-global-bonus-data.json'; + +const parameterSpecs = { + companion_51_bonus: { + description: 'Companion 51 bonus (clicker bonus multiplier)', + extractionKey: 'companion_51_bonus', + domainExtractor: (gameData: Map) => { + const companions = gameData.get("companions") as Companion[]; + const companion51 = companions.find(c => c.id === 51); + return companion51?.owned ? companion51.data.bonus : 0; + } + }, +}; + +describe('Bubba Domain - Global Bonus - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + }); + }); +}); diff --git a/tests/domains/world-3/bubba-global-bonus.test.ts b/tests/domains/world-3/bubba-global-bonus.test.ts new file mode 100644 index 00000000..5c9714a9 --- /dev/null +++ b/tests/domains/world-3/bubba-global-bonus.test.ts @@ -0,0 +1,92 @@ +/** + * Bubba Global Bonus Calculation Validation + * + * Tests our Bubba global bonus final calculations against live game data. + * + * Global bonuses (indices 1-7): + * 1: +{% Build Rate (base 10) + * 2: +{% Critter Gain (base 5) + * 3: +{% Soul Gain (base 5) + * 4: +{% Total DMG (base 15) + * 5: +{% All Kills (base 1) + * 6: {% XP Multi (base 4) + * 7: -{% Atom Cost (base 3) + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Bubba } from '../../../data/domain/world-3/bubba'; + +const saveName = 'latest'; +const extractionResultsName = 'bubba-global-bonus-data.json'; + +describe('Bubba Domain - Global Bonus Calculations', () => { + let extractionResults: any; + let gameData: Map; + let bubba: Bubba; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + bubba = gameData.get("bubba") as Bubba; + }); + + describe('All Global Bonuses', () => { + it('validates global bonus 1 (+{% Build Rate)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_1'); + const domainBonus = bubba.getGlobalBonus(1); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 2 (+{% Critter Gain)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_2'); + const domainBonus = bubba.getGlobalBonus(2); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 3 (+{% Soul Gain)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_3'); + const domainBonus = bubba.getGlobalBonus(3); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 4 (+{% Total DMG)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_4'); + const domainBonus = bubba.getGlobalBonus(4); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 5 (+{% All Kills)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_5'); + const domainBonus = bubba.getGlobalBonus(5); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 6 ({% XP Multi)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_6'); + const domainBonus = bubba.getGlobalBonus(6); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates global bonus 7 (-{% Atom Cost)', () => { + const liveBonus = getExtractedValue(extractionResults, 'global_bonus_7'); + const domainBonus = bubba.getGlobalBonus(7); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + }); + + describe('Edge Cases', () => { + it('returns 0 for invalid bonus index', () => { + const domainBonus = bubba.getGlobalBonus(99); + expect(domainBonus).toBe(0); + }); + }); +}); diff --git a/tests/results/bubba-global-bonus-data.json b/tests/results/bubba-global-bonus-data.json new file mode 100644 index 00000000..bb74845c --- /dev/null +++ b/tests/results/bubba-global-bonus-data.json @@ -0,0 +1,68 @@ +{ + "timestamp": "2026-02-08T07:30:24.717Z", + "extractions": { + "companion_51_bonus": { + "expression": "idleon.callFunction(\"Companions\", 51, 0)", + "result": 2, + "description": "Companion 51 bonus (multiplier for Bubba bonuses)", + "extractedAt": "2026-02-08T07:30:24.773Z" + }, + "upgrade_level_3": { + "expression": "idleon.getAttr(\"Bubba\")[1][3]", + "result": 12, + "description": "Bubba upgrade 3 level (controls bonus unlock progression)", + "extractedAt": "2026-02-08T07:30:24.782Z" + }, + "global_bonus_1": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 1, 0)", + "result": 83.99999999999999, + "description": "Global bonus 1: +{% Build Rate (base 10)", + "extractedAt": "2026-02-08T07:30:24.791Z" + }, + "global_bonus_2": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 2, 0)", + "result": 41.99999999999999, + "description": "Global bonus 2: +{% Critter Gain (base 5)", + "extractedAt": "2026-02-08T07:30:24.794Z" + }, + "global_bonus_3": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)", + "result": 41.99999999999999, + "description": "Global bonus 3: +{% Soul Gain (base 5)", + "extractedAt": "2026-02-08T07:30:24.802Z" + }, + "global_bonus_4": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 4, 0)", + "result": 125.99999999999997, + "description": "Global bonus 4: +{% Total DMG (base 15)", + "extractedAt": "2026-02-08T07:30:24.805Z" + }, + "global_bonus_5": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 5, 0)", + "result": 8.399999999999999, + "description": "Global bonus 5: +{% All Kills (base 1)", + "extractedAt": "2026-02-08T07:30:24.811Z" + }, + "global_bonus_6": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 6, 0)", + "result": 16.799999999999997, + "description": "Global bonus 6: {% XP Multi (base 4)", + "extractedAt": "2026-02-08T07:30:24.814Z" + }, + "global_bonus_7": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 7, 0)", + "result": 12.599999999999998, + "description": "Global bonus 7: -{% Atom Cost (base 3)", + "extractedAt": "2026-02-08T07:30:24.822Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From a0096a07bff6251f92dc2ecb7f4cfab6ac7e9e14 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 19:39:56 +1100 Subject: [PATCH 42/46] worship soul rewards tests --- tests/configs/worship-soul-rewards.json | 61 +++++++++++ .../worship-soul-rewards-parameters.test.ts | 100 ++++++++++++++++++ .../world-3/worship-soul-rewards.test.ts | 62 +++++++++++ tests/results/worship-soul-rewards-data.json | 80 ++++++++++++++ 4 files changed, 303 insertions(+) create mode 100644 tests/configs/worship-soul-rewards.json create mode 100644 tests/domains/world-3/worship-soul-rewards-parameters.test.ts create mode 100644 tests/domains/world-3/worship-soul-rewards.test.ts create mode 100644 tests/results/worship-soul-rewards-data.json diff --git a/tests/configs/worship-soul-rewards.json b/tests/configs/worship-soul-rewards.json new file mode 100644 index 00000000..9a8a60bc --- /dev/null +++ b/tests/configs/worship-soul-rewards.json @@ -0,0 +1,61 @@ +{ + "description": "Extract data for Worship soul rewards calculations", + "target": "Worship Soul Rewards", + "extractions": [ + { + "label": "worship_efficiency", + "expression": "idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\")", + "description": "Worship efficiency" + }, + { + "label": "food_bonus_worship_soul_boosts", + "expression": "idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\")", + "description": "Food bonus for worship soul boosts" + }, + { + "label": "talent_57", + "expression": "idleon.callFunction(\"TalentCalc\", 57)", + "description": "Talent 57 bonus" + }, + { + "label": "bubba_bonus_3", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)", + "description": "Bubba global bonus 3 (Soul Gain)" + }, + { + "label": "dementia_set_bonus", + "expression": "idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0)", + "description": "Dementia equipment set bonus" + }, + { + "label": "arcade_bonus_24", + "expression": "idleon.callFunction(\"ArcadeBonus\", 24)", + "description": "Arcade bonus 24" + }, + { + "label": "vault_upgrade_50", + "expression": "idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0)", + "description": "Vault upgrade 50 bonus" + }, + { + "label": "totem_0_soul_rewards", + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 60 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 600, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][0]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "description": "Soul rewards for totem 0 (Goblin Gorefest)" + }, + { + "label": "totem_2_soul_rewards", + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 1000 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 10000, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][2]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "description": "Soul rewards for totem 2 (Acorn Assault)" + }, + { + "label": "totem_5_soul_rewards", + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 25000 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 250000, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][5]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "description": "Soul rewards for totem 5 (Citric Conflict)" + }, + { + "label": "totem_7_soul_rewards", + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 2500000 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 25000000, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][7]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "description": "Soul rewards for totem 7 (Pufferblob Brawl)" + } + ] +} diff --git a/tests/domains/world-3/worship-soul-rewards-parameters.test.ts b/tests/domains/world-3/worship-soul-rewards-parameters.test.ts new file mode 100644 index 00000000..bb29fa06 --- /dev/null +++ b/tests/domains/world-3/worship-soul-rewards-parameters.test.ts @@ -0,0 +1,100 @@ +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import type { Bubba } from '../../../data/domain/world-3/bubba'; +import type { EquipmentSets } from '../../../data/domain/misc/equipmentSets'; +import type { Arcade } from '../../../data/domain/world-2/arcade'; +import type { UpgradeVault } from '../../../data/domain/upgradeVault'; + +const saveName = 'latest'; +const extractionResultsName = 'worship-soul-rewards-data.json'; + +const parameterSpecs = { + worship_efficiency: { + description: 'Worship efficiency (TODO: not yet implemented)', + extractionKey: 'worship_efficiency', + domainExtractor: (_gameData: Map) => { + // TODO: This feature is not yet implemented in the domain + // Game function: skillstats2("WorshipEfficiency") + // This test will fail until worship efficiency calculation is added to the domain + throw new Error("worship_efficiency: NOT IMPLEMENTED - skillstats2('WorshipEfficiency') calculation missing from domain"); + } + }, + + food_bonus_worship_soul_boosts: { + description: 'Food bonus for worship soul boosts (TODO: not yet implemented)', + extractionKey: 'food_bonus_worship_soul_boosts', + domainExtractor: (_gameData: Map) => { + // TODO: This feature is not yet implemented in the domain + // Game function: TotalFoodBonuses("WorshipSoulBoosts") + // This test will fail until food bonus calculation is added to the cooking domain + throw new Error("food_bonus_worship_soul_boosts: NOT IMPLEMENTED - TotalFoodBonuses('WorshipSoulBoosts') missing from Cooking domain"); + } + }, + + talent_57: { + description: 'Talent 57 bonus (TODO: not yet implemented)', + extractionKey: 'talent_57', + domainExtractor: (_gameData: Map) => { + // TODO: This feature is not yet implemented in the domain + // Game function: TalentCalc(57) + // This test will fail until talent calculation context is properly implemented + throw new Error("talent_57: NOT IMPLEMENTED - TalentCalc(57) context-aware calculation missing from domain"); + } + }, + + bubba_bonus_3: { + description: 'Bubba global bonus 3 (Soul Gain)', + extractionKey: 'bubba_bonus_3', + domainExtractor: (gameData: Map) => { + const bubba = gameData.get("bubba") as Bubba; + return bubba.getGlobalBonus(3); + } + }, + + dementia_set_bonus: { + description: 'Dementia equipment set bonus', + extractionKey: 'dementia_set_bonus', + domainExtractor: (gameData: Map) => { + const equipmentSets = gameData.get("equipmentSets") as EquipmentSets; + const dementiaSet = equipmentSets.equipmentSets.find(set => set.data.name == "DEMENTIA_SET"); + return dementiaSet?.getBonus(true) || 0; + } + }, + + arcade_bonus_24: { + description: 'Arcade bonus 24', + extractionKey: 'arcade_bonus_24', + domainExtractor: (gameData: Map) => { + const arcade = gameData.get("arcade") as Arcade; + return arcade.bonuses.find(bonus => bonus.index == 24)?.getBonus() || 0; + } + }, + + vault_upgrade_50: { + description: 'Vault upgrade 50 bonus', + extractionKey: 'vault_upgrade_50', + domainExtractor: (gameData: Map) => { + const upgradeVault = gameData.get("upgradeVault") as UpgradeVault; + return upgradeVault.getBonusForId(50); + } + }, +}; + +describe('Worship Domain - Soul Rewards - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + }); + }); +}); diff --git a/tests/domains/world-3/worship-soul-rewards.test.ts b/tests/domains/world-3/worship-soul-rewards.test.ts new file mode 100644 index 00000000..5e4b34b1 --- /dev/null +++ b/tests/domains/world-3/worship-soul-rewards.test.ts @@ -0,0 +1,62 @@ +/** + * Worship Soul Rewards Calculation Validation + * + * Tests our Worship soul rewards calculations against live game data. + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Worship } from '../../../data/domain/world-3/worship'; + +const saveName = 'latest'; +const extractionResultsName = 'worship-soul-rewards-data.json'; + +describe('Worship Domain - Soul Rewards Calculations', () => { + let extractionResults: any; + let gameData: Map; + let worship: Worship; + let worshipEfficiency: number; + let foodBonus: number; + let talent57: number; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + worship = gameData.get("worship") as Worship; + + worshipEfficiency = getExtractedValue(extractionResults, 'worship_efficiency'); + foodBonus = getExtractedValue(extractionResults, 'food_bonus_worship_soul_boosts'); + talent57 = getExtractedValue(extractionResults, 'talent_57'); + }); + + describe('Soul Rewards by Totem', () => { + it('validates totem 0 (Goblin Gorefest) soul rewards', () => { + const liveSoulRewards = getExtractedValue(extractionResults, 'totem_0_soul_rewards'); + const domainSoulRewards = worship.totemInfo[0].getSoulRewards(worshipEfficiency, foodBonus, talent57); + + expect(domainSoulRewards).toMatchLiveGame(liveSoulRewards, 0); + }); + + it('validates totem 2 (Acorn Assault) soul rewards', () => { + const liveSoulRewards = getExtractedValue(extractionResults, 'totem_2_soul_rewards'); + const domainSoulRewards = worship.totemInfo[2].getSoulRewards(worshipEfficiency, foodBonus, talent57); + + expect(domainSoulRewards).toMatchLiveGame(liveSoulRewards, 0); + }); + + it('validates totem 5 (Citric Conflict) soul rewards', () => { + const liveSoulRewards = getExtractedValue(extractionResults, 'totem_5_soul_rewards'); + const domainSoulRewards = worship.totemInfo[5].getSoulRewards(worshipEfficiency, foodBonus, talent57); + + expect(domainSoulRewards).toMatchLiveGame(liveSoulRewards, 0); + }); + + it('validates totem 7 (Pufferblob Brawl) soul rewards', () => { + const liveSoulRewards = getExtractedValue(extractionResults, 'totem_7_soul_rewards'); + const domainSoulRewards = worship.totemInfo[7].getSoulRewards(worshipEfficiency, foodBonus, talent57); + + expect(domainSoulRewards).toMatchLiveGame(liveSoulRewards, 0); + }); + }); +}); diff --git a/tests/results/worship-soul-rewards-data.json b/tests/results/worship-soul-rewards-data.json new file mode 100644 index 00000000..1132fc4d --- /dev/null +++ b/tests/results/worship-soul-rewards-data.json @@ -0,0 +1,80 @@ +{ + "timestamp": "2026-02-08T08:31:42.952Z", + "extractions": { + "worship_efficiency": { + "expression": "idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\")", + "result": 2333331771.6053963, + "description": "Worship efficiency", + "extractedAt": "2026-02-08T08:31:43.008Z" + }, + "food_bonus_worship_soul_boosts": { + "expression": "idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\")", + "result": 0, + "description": "Food bonus for worship soul boosts", + "extractedAt": "2026-02-08T08:31:43.015Z" + }, + "talent_57": { + "expression": "idleon.callFunction(\"TalentCalc\", 57)", + "result": 925, + "description": "Talent 57 bonus", + "extractedAt": "2026-02-08T08:31:43.027Z" + }, + "bubba_bonus_3": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)", + "result": 41.99999999999999, + "description": "Bubba global bonus 3 (Soul Gain)", + "extractedAt": "2026-02-08T08:31:43.036Z" + }, + "dementia_set_bonus": { + "expression": "idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0)", + "result": 50, + "description": "Dementia equipment set bonus", + "extractedAt": "2026-02-08T08:31:43.045Z" + }, + "arcade_bonus_24": { + "expression": "idleon.callFunction(\"ArcadeBonus\", 24)", + "result": 14.545454545454545, + "description": "Arcade bonus 24", + "extractedAt": "2026-02-08T08:31:43.056Z" + }, + "vault_upgrade_50": { + "expression": "idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0)", + "result": 450, + "description": "Vault upgrade 50 bonus", + "extractedAt": "2026-02-08T08:31:43.066Z" + }, + "totem_0_soul_rewards": { + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 60 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 600, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][0]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "result": 63603569, + "description": "Soul rewards for totem 0 (Goblin Gorefest)", + "extractedAt": "2026-02-08T08:31:43.076Z" + }, + "totem_2_soul_rewards": { + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 1000 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 10000, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][2]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "result": 20842744, + "description": "Soul rewards for totem 2 (Acorn Assault)", + "extractedAt": "2026-02-08T08:31:43.088Z" + }, + "totem_5_soul_rewards": { + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 25000 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 250000, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][5]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "result": 7016486, + "description": "Soul rewards for totem 5 (Citric Conflict)", + "extractedAt": "2026-02-08T08:31:43.095Z" + }, + "totem_7_soul_rewards": { + "expression": "Math.floor(5 * (1 + (idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") >= 2500000 ? Math.floor(100 * Math.pow(idleon.callFunction(\"skillstats2\", \"WorshipEfficiency\") / 25000000, 0.25)) : 0) / 100) * Math.pow((5 + idleon.getAttr(\"TotemInfo\")[0][7]) / 10, 2.6) * (1 + (idleon.callFunction(\"TotalFoodBonuses\", \"WorshipSoulBoosts\") + idleon.callFunction(\"GetSetBonus\", \"DEMENTIA_SET\", \"Bonus\", 0, 0) + idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 3, 0)) / 100) * (1 + idleon.callFunction(\"TalentCalc\", 57) / 100) * (1 + idleon.callFunction(\"ArcadeBonus\", 24) / 100) * (1 + idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 50, 0) / 100))", + "result": 2207940, + "description": "Soul rewards for totem 7 (Pufferblob Brawl)", + "extractedAt": "2026-02-08T08:31:43.105Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From 537b28d763dcd294c9f85f7235380563a9c0d58f Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Sun, 8 Feb 2026 20:13:00 +1100 Subject: [PATCH 43/46] totalizer tests --- tests/configs/worship-totalizer-bonuses.json | 66 +++++++++++ .../world-3/worship-totalizer-bonuses.test.ts | 104 ++++++++++++++++++ .../worship-totalizer-parameters.test.ts | 36 ++++++ .../worship-totalizer-bonuses-data.json | 86 +++++++++++++++ 4 files changed, 292 insertions(+) create mode 100644 tests/configs/worship-totalizer-bonuses.json create mode 100644 tests/domains/world-3/worship-totalizer-bonuses.test.ts create mode 100644 tests/domains/world-3/worship-totalizer-parameters.test.ts create mode 100644 tests/results/worship-totalizer-bonuses-data.json diff --git a/tests/configs/worship-totalizer-bonuses.json b/tests/configs/worship-totalizer-bonuses.json new file mode 100644 index 00000000..78497291 --- /dev/null +++ b/tests/configs/worship-totalizer-bonuses.json @@ -0,0 +1,66 @@ +{ + "description": "Extract data for Worship Totalizer bonus calculations", + "target": "Worship Totalizer Bonuses", + "extractions": [ + { + "label": "total_waves", + "expression": "idleon.getAttr(\"TotemInfo\")[0].reduce((sum, val) => sum + val, 0)", + "description": "Total waves across all totems" + }, + { + "label": "bonus_0_damage", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 0, 0)", + "description": "Totalizer bonus 0 - Damage" + }, + { + "label": "bonus_1_cooking", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 1, 0)", + "description": "Totalizer bonus 1 - Cooking" + }, + { + "label": "bonus_2_boat_speed", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 2, 0)", + "description": "Totalizer bonus 2 - Boat Speed" + }, + { + "label": "bonus_3_bit_value", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 3, 0)", + "description": "Totalizer bonus 3 - Bit Value" + }, + { + "label": "bonus_4_exp_multi", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 4, 0)", + "description": "Totalizer bonus 4 - Exp Multi" + }, + { + "label": "bonus_5_skill_exp", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 5, 0)", + "description": "Totalizer bonus 5 - Skill Exp" + }, + { + "label": "bonus_6_farming_exp", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 6, 0)", + "description": "Totalizer bonus 6 - Farming Exp" + }, + { + "label": "bonus_7_jade_coin", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 7, 0)", + "description": "Totalizer bonus 7 - Jade Coin" + }, + { + "label": "bonus_8_essence_gain", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 8, 0)", + "description": "Totalizer bonus 8 - Essence Gain" + }, + { + "label": "bonus_9_spelunking_pow", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 9, 0)", + "description": "Totalizer bonus 9 - Spelunking Power" + }, + { + "label": "bonus_10_world7_skill", + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 10, 0)", + "description": "Totalizer bonus 10 - World 7 Second Skill (not yet implemented)" + } + ] +} diff --git a/tests/domains/world-3/worship-totalizer-bonuses.test.ts b/tests/domains/world-3/worship-totalizer-bonuses.test.ts new file mode 100644 index 00000000..819ecd96 --- /dev/null +++ b/tests/domains/world-3/worship-totalizer-bonuses.test.ts @@ -0,0 +1,104 @@ +/** + * Worship Totalizer Bonuses Calculation Validation + * + * Tests our Worship totalizer bonus calculations against live game data. + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import { Worship, TotalizerBonus } from '../../../data/domain/world-3/worship'; + +const saveName = 'latest'; +const extractionResultsName = 'worship-totalizer-bonuses-data.json'; + +describe('Worship Domain - Totalizer Bonus Calculations', () => { + let extractionResults: any; + let gameData: Map; + let worship: Worship; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + worship = gameData.get("worship") as Worship; + }); + + describe('All Totalizer Bonuses', () => { + it('validates bonus 0 (Damage)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_0_damage'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.Damage); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 1 (Cooking)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_1_cooking'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.Cooking); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 2 (Boat Speed)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_2_boat_speed'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.BoatSpeed); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 3 (Bit Value)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_3_bit_value'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.BitValue); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 4 (Exp Multi)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_4_exp_multi'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.ExpMulti); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 5 (Skill Exp)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_5_skill_exp'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.SkillExp); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 6 (Farming Exp)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_6_farming_exp'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.FarmingExp); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 7 (Jade Coin)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_7_jade_coin'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.JadeCoin); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 8 (Essence Gain)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_8_essence_gain'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.EssenceGain); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 9 (Spelunking Power)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_9_spelunking_pow'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.SpelunkingPow); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + + it('validates bonus 10 (World 7 Second Skill)', () => { + const liveBonus = getExtractedValue(extractionResults, 'bonus_10_world7_skill'); + const domainBonus = worship.totalizer.getBonus(TotalizerBonus.World7SeconSkill); + + expect(domainBonus).toMatchLiveGame(liveBonus, 0); + }); + }); +}); diff --git a/tests/domains/world-3/worship-totalizer-parameters.test.ts b/tests/domains/world-3/worship-totalizer-parameters.test.ts new file mode 100644 index 00000000..7e0ccd4c --- /dev/null +++ b/tests/domains/world-3/worship-totalizer-parameters.test.ts @@ -0,0 +1,36 @@ +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import type { Worship } from '../../../data/domain/world-3/worship'; + +const saveName = 'latest'; +const extractionResultsName = 'worship-totalizer-bonuses-data.json'; + +const parameterSpecs = { + total_waves: { + description: 'Total waves across all totems', + extractionKey: 'total_waves', + domainExtractor: (gameData: Map) => { + const worship = gameData.get("worship") as Worship; + return worship.totalizer.totalWaves; + } + }, +}; + +describe('Worship Domain - Totalizer - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + }); + }); +}); diff --git a/tests/results/worship-totalizer-bonuses-data.json b/tests/results/worship-totalizer-bonuses-data.json new file mode 100644 index 00000000..28159f80 --- /dev/null +++ b/tests/results/worship-totalizer-bonuses-data.json @@ -0,0 +1,86 @@ +{ + "timestamp": "2026-02-08T09:12:08.082Z", + "extractions": { + "total_waves": { + "expression": "idleon.getAttr(\"TotemInfo\")[0].reduce((sum, val) => sum + val, 0)", + "result": 1170, + "description": "Total waves across all totems", + "extractedAt": "2026-02-08T09:12:08.144Z" + }, + "bonus_0_damage": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 0, 0)", + "result": 117, + "description": "Totalizer bonus 0 - Damage", + "extractedAt": "2026-02-08T09:12:08.152Z" + }, + "bonus_1_cooking": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 1, 0)", + "result": 1521, + "description": "Totalizer bonus 1 - Cooking", + "extractedAt": "2026-02-08T09:12:08.156Z" + }, + "bonus_2_boat_speed": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 2, 0)", + "result": 117, + "description": "Totalizer bonus 2 - Boat Speed", + "extractedAt": "2026-02-08T09:12:08.164Z" + }, + "bonus_3_bit_value": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 3, 0)", + "result": 5850, + "description": "Totalizer bonus 3 - Bit Value", + "extractedAt": "2026-02-08T09:12:08.177Z" + }, + "bonus_4_exp_multi": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 4, 0)", + "result": 131.04000000000002, + "description": "Totalizer bonus 4 - Exp Multi", + "extractedAt": "2026-02-08T09:12:08.186Z" + }, + "bonus_5_skill_exp": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 5, 0)", + "result": 117, + "description": "Totalizer bonus 5 - Skill Exp", + "extractedAt": "2026-02-08T09:12:08.195Z" + }, + "bonus_6_farming_exp": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 6, 0)", + "result": 204.75, + "description": "Totalizer bonus 6 - Farming Exp", + "extractedAt": "2026-02-08T09:12:08.206Z" + }, + "bonus_7_jade_coin": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 7, 0)", + "result": 234, + "description": "Totalizer bonus 7 - Jade Coin", + "extractedAt": "2026-02-08T09:12:08.215Z" + }, + "bonus_8_essence_gain": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 8, 0)", + "result": 175.5, + "description": "Totalizer bonus 8 - Essence Gain", + "extractedAt": "2026-02-08T09:12:08.226Z" + }, + "bonus_9_spelunking_pow": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 9, 0)", + "result": 217.5, + "description": "Totalizer bonus 9 - Spelunking Power", + "extractedAt": "2026-02-08T09:12:08.237Z" + }, + "bonus_10_world7_skill": { + "expression": "idleon.callFunction(\"GamingStatType\", \"MSA_Bonus\", 10, 0)", + "result": 0, + "description": "Totalizer bonus 10 - World 7 Second Skill (not yet implemented)", + "extractedAt": "2026-02-08T09:12:08.244Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From 8580717834a4f3b66759d3b37b8f856518ee6831 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Tue, 10 Feb 2026 21:20:39 +1100 Subject: [PATCH 44/46] player build speed tests --- tests/configs/player-build-speed.json | 136 ++++++++++++++ .../player-build-speed-parameters.test.ts | 175 ++++++++++++++++++ .../domains/player/player-build-speed.test.ts | 44 +++++ tests/results/player-build-speed-data.json | 170 +++++++++++++++++ 4 files changed, 525 insertions(+) create mode 100644 tests/configs/player-build-speed.json create mode 100644 tests/domains/player/player-build-speed-parameters.test.ts create mode 100644 tests/domains/player/player-build-speed.test.ts create mode 100644 tests/results/player-build-speed-data.json diff --git a/tests/configs/player-build-speed.json b/tests/configs/player-build-speed.json new file mode 100644 index 00000000..17c1bb04 --- /dev/null +++ b/tests/configs/player-build-speed.json @@ -0,0 +1,136 @@ +{ + "description": "Extract data for Player Build Speed calculations", + "target": "Player Build Speed", + "extractions": [ + { + "label": "stamps_bonus_build_prod", + "expression": "idleon.callFunction(\"StampBonusOfTypeX\", \"BuildProd\")", + "description": "Stamp bonus for Build Prod" + }, + { + "label": "guild_bonus_5", + "expression": "idleon.callFunction(\"GuildBonuses\", 5)", + "description": "Guild bonus 5" + }, + { + "label": "achievement_153", + "expression": "Math.min(5, 5 * idleon.callFunction(\"AchieveStatus\", 153))", + "description": "Achievement 153 bonus (5 if completed, 0 otherwise)" + }, + { + "label": "construction_mastery_bonus", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"ConstMasteryBonus\", 2, 0)", + "description": "Construction mastery bonus from Rift" + }, + { + "label": "vial_equinox_fish_bonus", + "expression": "idleon.getDNSM(\"AlchVials\").h.Contspd", + "description": "Vial bonus - Shinyfin Stew (Contspd)" + }, + { + "label": "vial_turtle_bonus", + "expression": "idleon.getDNSM(\"AlchVials\").h[\"6turtle\"]", + "description": "Vial bonus - Turtle Tisane" + }, + { + "label": "arcade_bonus_44", + "expression": "idleon.callFunction(\"ArcadeBonus\", 44)", + "description": "Arcade bonus 44" + }, + { + "label": "voting_bonus_18", + "expression": "idleon.callFunction(\"Summoning\", \"VotingBonusz\", 18, 0)", + "description": "Voting bonus 18" + }, + { + "label": "vault_upgrade_48", + "expression": "idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 48, 0)", + "description": "Vault upgrade 48" + }, + { + "label": "sheepies_killed", + "expression": "idleon.callFunction(\"Summoning\", \"VaultKillzTotal\", 11, 0)", + "description": "Total sheepies killed (vault kills)" + }, + { + "label": "bubba_bonus_1", + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 1, 0)", + "description": "Bubba global bonus 1" + }, + { + "label": "atom_collider_1", + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomBonuses\", 1, 0)", + "description": "Atom collider atom 1 bonus" + }, + { + "label": "redox_salts_in_storage", + "expression": "idleon.getAttr(\"PixelHelperActor\")[5].behaviors.getBehavior(\"ActorEvents_232\")._ItemsAndStorageOWNED.h[\"Refinery1\"]", + "description": "Redox salts owned in storage" + }, + { + "label": "winner_bonus_13", + "expression": "idleon.callFunction(\"Summoning\", \"WinBonus\", 13, 0)", + "description": "Summoning winner bonus 13" + }, + { + "label": "palette_bonus_25", + "expression": "idleon.callFunction(\"GamingStatType\", \"PaletteBonus\", 25, 0)", + "description": "Gaming palette bonus 25" + }, + { + "label": "gear_bonus_etc_bonuses_30", + "expression": "idleon.callFunction(\"EtcBonuses\", \"30\")", + "description": "Gear bonus from EtcBonuses 30" + }, + { + "label": "build_speed_player_0", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 0, 0)", + "description": "Build speed for player 0" + }, + { + "label": "build_speed_player_1", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 1, 0)", + "description": "Build speed for player 1" + }, + { + "label": "build_speed_player_2", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 2, 0)", + "description": "Build speed for player 2" + }, + { + "label": "build_speed_player_3", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 3, 0)", + "description": "Build speed for player 3" + }, + { + "label": "build_speed_player_4", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 4, 0)", + "description": "Build speed for player 4" + }, + { + "label": "build_speed_player_5", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 5, 0)", + "description": "Build speed for player 5" + }, + { + "label": "build_speed_player_6", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 6, 0)", + "description": "Build speed for player 6" + }, + { + "label": "build_speed_player_7", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 7, 0)", + "description": "Build speed for player 7" + }, + { + "label": "build_speed_player_8", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 8, 0)", + "description": "Build speed for player 8" + }, + { + "label": "build_speed_player_9", + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 9, 0)", + "description": "Build speed for player 9" + } + ] +} diff --git a/tests/domains/player/player-build-speed-parameters.test.ts b/tests/domains/player/player-build-speed-parameters.test.ts new file mode 100644 index 00000000..75f099cc --- /dev/null +++ b/tests/domains/player/player-build-speed-parameters.test.ts @@ -0,0 +1,175 @@ +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import type { Player } from '../../../data/domain/player'; +import type { Stamp } from '../../../data/domain/world-1/stamps'; +import type { Guild } from '../../../data/domain/guild'; +import type { Achievement } from '../../../data/domain/achievements'; +import type { Rift } from '../../../data/domain/world-4/rift'; +import type { Alchemy } from '../../../data/domain/world-2/alchemy/alchemy'; +import type { Arcade } from '../../../data/domain/world-2/arcade'; +import type { Votes } from '../../../data/domain/world-2/votes'; +import type { UpgradeVault } from '../../../data/domain/upgradeVault'; +import type { Deathnote } from '../../../data/domain/world-3/construction/deathnote'; +import type { Bubba } from '../../../data/domain/world-3/bubba'; +import type { AtomCollider } from '../../../data/domain/world-3/construction/atomCollider'; +import type { Storage } from '../../../data/domain/storage'; +import type { Summoning } from '../../../data/domain/world-6/summoning'; +import { lavaLog } from '../../../data/utility'; + +const saveName = 'latest'; +const extractionResultsName = 'player-build-speed-data.json'; + +const parameterSpecs = { + stamps_bonus_build_prod: { + description: 'Stamps bonus for Build Prod', + extractionKey: 'stamps_bonus_build_prod', + domainExtractor: (gameData: Map) => { + const stamps = gameData.get("stamps") as Stamp[][]; + return stamps.flatMap(stamp => stamp).find(stamp => stamp.raw_name == "BuildProd")?.getBonus() || 0; + } + }, + guild_bonus_5: { + description: 'Guild bonus 5', + extractionKey: 'guild_bonus_5', + domainExtractor: (gameData: Map) => { + const guild = gameData.get("guild") as Guild; + return guild.guildBonuses.find(bonus => bonus.index == 5)?.getBonus() || 0; + } + }, + achievement_153: { + description: 'Achievement 153 (5 if completed, 0 otherwise)', + extractionKey: 'achievement_153', + domainExtractor: (gameData: Map) => { + const achievements = gameData.get("achievements") as Achievement[]; + return achievements[153].completed ? 5 : 0; + } + }, + construction_mastery_bonus: { + description: 'Construction mastery bonus from Rift', + extractionKey: 'construction_mastery_bonus', + domainExtractor: (gameData: Map) => { + const rift = gameData.get("rift") as Rift; + const skillMastery = rift.bonuses.find(bonus => bonus.name == "Construct Mastery") as any; + return skillMastery.getBonusByIndex(4); + } + }, + vial_equinox_fish_bonus: { + description: 'Vial bonus - Shinyfin Stew', + extractionKey: 'vial_equinox_fish_bonus', + domainExtractor: (gameData: Map) => { + const alchemy = gameData.get("alchemy") as Alchemy; + return alchemy.vials.find(vial => vial.name == "Shinyfin Stew")?.getBonus() || 0; + } + }, + vial_turtle_bonus: { + description: 'Vial bonus - Turtle Tisane', + extractionKey: 'vial_turtle_bonus', + domainExtractor: (gameData: Map) => { + const alchemy = gameData.get("alchemy") as Alchemy; + return alchemy.vials.find(vial => vial.name == "Turtle Tisane")?.getBonus() || 0; + } + }, + arcade_bonus_44: { + description: 'Arcade bonus 44', + extractionKey: 'arcade_bonus_44', + domainExtractor: (gameData: Map) => { + const arcade = gameData.get("arcade") as Arcade; + return arcade.bonuses.find(bonus => bonus.index == 44)?.getBonus() || 0; + } + }, + voting_bonus_18: { + description: 'Voting bonus 18', + extractionKey: 'voting_bonus_18', + domainExtractor: (gameData: Map) => { + const votes = gameData.get("votes") as Votes; + return votes.getCurrentBonus(18); + } + }, + vault_upgrade_48: { + description: 'Vault upgrade 48', + extractionKey: 'vault_upgrade_48', + domainExtractor: (gameData: Map) => { + const upgradeVault = gameData.get("upgradeVault") as UpgradeVault; + return upgradeVault.getBonusForId(48); + } + }, + sheepies_killed: { + description: 'Total sheepies killed', + extractionKey: 'sheepies_killed', + domainExtractor: (gameData: Map) => { + const deathnote = gameData.get("deathnote") as Deathnote; + const totalSheepie = deathnote.mobKillCount.get("sheep")?.reduce((sum, killCount) => sum += Math.round(killCount), 0) ?? 0; + return Math.floor(lavaLog(totalSheepie)); + } + }, + bubba_bonus_1: { + description: 'Bubba global bonus 1', + extractionKey: 'bubba_bonus_1', + domainExtractor: (gameData: Map) => { + const bubba = gameData.get("bubba") as Bubba; + return bubba.getGlobalBonus(1); + } + }, + atom_collider_1: { + description: 'Atom collider atom 1 bonus', + extractionKey: 'atom_collider_1', + domainExtractor: (gameData: Map) => { + const atomCollider = gameData.get("collider") as AtomCollider; + return atomCollider.atoms.find(atom => atom.index == 1)?.getBonus() || 0; + } + }, + redox_salts_in_storage: { + description: 'Redox salts in storage', + extractionKey: 'redox_salts_in_storage', + domainExtractor: (gameData: Map) => { + const storage = gameData.get("storage") as Storage; + return storage.amountInStorage("Refinery1"); + } + }, + winner_bonus_13: { + description: 'Summoning winner bonus 13', + extractionKey: 'winner_bonus_13', + domainExtractor: (gameData: Map) => { + const summoning = gameData.get("summoning") as Summoning; + return summoning.summonBonuses.find(bonus => bonus.index == 13)?.getBonus() || 0; + } + }, + palette_bonus_25: { + description: 'Gaming palette bonus 25', + extractionKey: 'palette_bonus_25', + domainExtractor: (_gameData: Map) => { + // TODO: This feature is not yet implemented in the domain + // Game function: GamingStatType("PaletteBonus", 25, 0) + // Currently hardcoded as 17 in the domain (line 1472) + // This test will fail until gaming palette is properly implemented + throw new Error("palette_bonus_25: NOT IMPLEMENTED - GamingStatType('PaletteBonus', 25, 0) not yet implemented in gaming domain"); + } + }, + gear_bonus_etc_bonuses_30: { + description: 'Gear bonus from EtcBonuses 30 (tested for player 0)', + extractionKey: 'gear_bonus_etc_bonuses_30', + domainExtractor: (gameData: Map) => { + const players = gameData.get("players") as Player[]; + return players[0].getMiscBonusFromGear("Build Spd"); + } + }, +}; + +describe('Player Domain - Build Speed - Parameters', () => { + let extractionResults: any; + let gameData: Map; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + }); + + Object.entries(parameterSpecs).forEach(([_, spec]) => { + it(`validates ${spec.description}`, () => { + const liveValue = getExtractedValue(extractionResults, spec.extractionKey); + const domainValue = spec.domainExtractor(gameData); + expect(domainValue).toMatchLiveGame(liveValue, 0); + }); + }); +}); diff --git a/tests/domains/player/player-build-speed.test.ts b/tests/domains/player/player-build-speed.test.ts new file mode 100644 index 00000000..58839843 --- /dev/null +++ b/tests/domains/player/player-build-speed.test.ts @@ -0,0 +1,44 @@ +/** + * Player Build Speed Calculation Validation + * + * Tests our Player build speed calculations against live game data for all 12 players. + * Build speed is a complex calculation that depends on: + * - Construction skill level + * - Stamps, guild bonuses, achievements + * - Alchemy bubbles and vials + * - Arcade, voting, vault, summoning bonuses + * - Gear bonuses, post office bonuses + * - Talents (Redox Salt), atom collider, storage + * - Gaming palette (not yet implemented) + */ + +import { loadExtractionResults, validateExtractionHealth, getExtractedValue } from '../../utils/live-game-data-loader'; +import { loadGameDataFromSave } from '../../utils/cloudsave-loader'; +import type { Player } from '../../../data/domain/player'; + +const saveName = 'latest'; +const extractionResultsName = 'player-build-speed-data.json'; + +describe('Player Domain - Build Speed Calculations', () => { + let extractionResults: any; + let gameData: Map; + let players: Player[]; + + beforeAll(() => { + extractionResults = loadExtractionResults(extractionResultsName); + validateExtractionHealth(extractionResults); + gameData = loadGameDataFromSave(saveName); + players = gameData.get("players") as Player[]; + }); + + describe('All Players Build Speed', () => { + for (let playerIndex = 0; playerIndex < 10; playerIndex++) { + it(`validates build speed for player ${playerIndex}`, () => { + const liveBuildSpeed = getExtractedValue(extractionResults, `build_speed_player_${playerIndex}`); + const domainBuildSpeed = players[playerIndex].buildSpeed.value; + + expect(domainBuildSpeed).toMatchLiveGame(liveBuildSpeed, 0); + }); + } + }); +}); diff --git a/tests/results/player-build-speed-data.json b/tests/results/player-build-speed-data.json new file mode 100644 index 00000000..dab8ebc5 --- /dev/null +++ b/tests/results/player-build-speed-data.json @@ -0,0 +1,170 @@ +{ + "timestamp": "2026-02-10T09:59:45.279Z", + "extractions": { + "stamps_bonus_build_prod": { + "expression": "idleon.callFunction(\"StampBonusOfTypeX\", \"BuildProd\")", + "result": 0, + "description": "Stamp bonus for Build Prod", + "extractedAt": "2026-02-10T09:59:45.323Z" + }, + "guild_bonus_5": { + "expression": "idleon.callFunction(\"GuildBonuses\", 5)", + "result": 0, + "description": "Guild bonus 5", + "extractedAt": "2026-02-10T09:59:45.326Z" + }, + "achievement_153": { + "expression": "Math.min(5, 5 * idleon.callFunction(\"AchieveStatus\", 153))", + "result": 5, + "description": "Achievement 153 bonus (5 if completed, 0 otherwise)", + "extractedAt": "2026-02-10T09:59:45.330Z" + }, + "construction_mastery_bonus": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"ConstMasteryBonus\", 2, 0)", + "result": 945, + "description": "Construction mastery bonus from Rift", + "extractedAt": "2026-02-10T09:59:45.336Z" + }, + "vial_equinox_fish_bonus": { + "expression": "idleon.getDNSM(\"AlchVials\").h.Contspd", + "result": 465.92, + "description": "Vial bonus - Shinyfin Stew (Contspd)", + "extractedAt": "2026-02-10T09:59:45.338Z" + }, + "vial_turtle_bonus": { + "expression": "idleon.getDNSM(\"AlchVials\").h[\"6turtle\"]", + "result": 266.24, + "description": "Vial bonus - Turtle Tisane", + "extractedAt": "2026-02-10T09:59:45.341Z" + }, + "arcade_bonus_44": { + "expression": "idleon.callFunction(\"ArcadeBonus\", 44)", + "result": 100, + "description": "Arcade bonus 44", + "extractedAt": "2026-02-10T09:59:45.343Z" + }, + "voting_bonus_18": { + "expression": "idleon.callFunction(\"Summoning\", \"VotingBonusz\", 18, 0)", + "result": 0, + "description": "Voting bonus 18", + "extractedAt": "2026-02-10T09:59:45.346Z" + }, + "vault_upgrade_48": { + "expression": "idleon.callFunction(\"Summoning\", \"VaultUpgBonus\", 48, 0)", + "result": 60, + "description": "Vault upgrade 48", + "extractedAt": "2026-02-10T09:59:45.351Z" + }, + "sheepies_killed": { + "expression": "idleon.callFunction(\"Summoning\", \"VaultKillzTotal\", 11, 0)", + "result": 10, + "description": "Total sheepies killed (vault kills)", + "extractedAt": "2026-02-10T09:59:45.355Z" + }, + "bubba_bonus_1": { + "expression": "idleon.callFunction(\"Bubbastuff\", \"BubbaRoG_Bonuses\", 1, 0)", + "result": 83.99999999999999, + "description": "Bubba global bonus 1", + "extractedAt": "2026-02-10T09:59:45.358Z" + }, + "atom_collider_1": { + "expression": "idleon.callFunction(\"AtomCollider\", \"AtomBonuses\", 1, 0)", + "result": 10, + "description": "Atom collider atom 1 bonus", + "extractedAt": "2026-02-10T09:59:45.361Z" + }, + "redox_salts_in_storage": { + "expression": "idleon.getAttr(\"PixelHelperActor\")[5].behaviors.getBehavior(\"ActorEvents_232\")._ItemsAndStorageOWNED.h[\"Refinery1\"]", + "result": 24542495, + "description": "Redox salts owned in storage", + "extractedAt": "2026-02-10T09:59:45.370Z" + }, + "winner_bonus_13": { + "expression": "idleon.callFunction(\"Summoning\", \"WinBonus\", 13, 0)", + "result": 2540.9474999999998, + "description": "Summoning winner bonus 13", + "extractedAt": "2026-02-10T09:59:45.374Z" + }, + "palette_bonus_25": { + "expression": "idleon.callFunction(\"GamingStatType\", \"PaletteBonus\", 25, 0)", + "result": 12, + "description": "Gaming palette bonus 25", + "extractedAt": "2026-02-10T09:59:45.377Z" + }, + "gear_bonus_etc_bonuses_30": { + "expression": "idleon.callFunction(\"EtcBonuses\", \"30\")", + "result": 0, + "description": "Gear bonus from EtcBonuses 30", + "extractedAt": "2026-02-10T09:59:45.380Z" + }, + "build_speed_player_0": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 0, 0)", + "result": 6862331748.126758, + "description": "Build speed for player 0", + "extractedAt": "2026-02-10T09:59:45.386Z" + }, + "build_speed_player_1": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 1, 0)", + "result": 4196077319.542442, + "description": "Build speed for player 1", + "extractedAt": "2026-02-10T09:59:45.389Z" + }, + "build_speed_player_2": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 2, 0)", + "result": 3777518664.39607, + "description": "Build speed for player 2", + "extractedAt": "2026-02-10T09:59:45.391Z" + }, + "build_speed_player_3": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 3, 0)", + "result": 219774046844.9035, + "description": "Build speed for player 3", + "extractedAt": "2026-02-10T09:59:45.393Z" + }, + "build_speed_player_4": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 4, 0)", + "result": 4196077319.542442, + "description": "Build speed for player 4", + "extractedAt": "2026-02-10T09:59:45.396Z" + }, + "build_speed_player_5": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 5, 0)", + "result": 4071768064.280732, + "description": "Build speed for player 5", + "extractedAt": "2026-02-10T09:59:45.401Z" + }, + "build_speed_player_6": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 6, 0)", + "result": 13959805259.41899, + "description": "Build speed for player 6", + "extractedAt": "2026-02-10T09:59:45.404Z" + }, + "build_speed_player_7": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 7, 0)", + "result": 23061838794.663895, + "description": "Build speed for player 7", + "extractedAt": "2026-02-10T09:59:45.406Z" + }, + "build_speed_player_8": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 8, 0)", + "result": 3830010339.1058173, + "description": "Build speed for player 8", + "extractedAt": "2026-02-10T09:59:45.409Z" + }, + "build_speed_player_9": { + "expression": "idleon.callFunction(\"WorkbenchStuff\", \"PlayerBuildSpd\", 9, 0)", + "result": 3843202959.5912213, + "description": "Build speed for player 9", + "extractedAt": "2026-02-10T09:59:45.411Z" + } + }, + "errors": {}, + "metadata": { + "serverStatus": { + "server": "running", + "cdpConnected": true, + "injected": true, + "gameReady": true + } + } +} \ No newline at end of file From be7b64eddcc1eb4291d8e493c63bd8cd8e09abb6 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Tue, 10 Feb 2026 21:21:00 +1100 Subject: [PATCH 45/46] minor bug fixes --- data/domain/player.tsx | 3 +-- data/domain/world-2/alchemy/alchemy.tsx | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/data/domain/player.tsx b/data/domain/player.tsx index dd721dcd..dbe49b4b 100644 --- a/data/domain/player.tsx +++ b/data/domain/player.tsx @@ -485,7 +485,6 @@ export class Player { arcadeBonus44 + votingBonus18 + vaultBonus + bubbaBonus1; const additiveBonuses = 1 + totalAdditivePoints / 100; - this.buildSpeed.value = baseSpeed * bubbleBonus * additiveBonuses * talentBonus * winnerBonus * paletteBonus * vialTurtleBonus; const totalSpeed = baseSpeed * bubbleBonus * additiveBonuses * talentBonus * winnerBonus * paletteBonus * vialTurtleBonus; this.buildSpeed.value = totalSpeed; const totalBonusSpeed = totalSpeed - baseSpeed; @@ -1469,7 +1468,7 @@ export const playerExtraCalculations = (data: Map) => { const redoxSaltsOwned = storage.amountInStorage("Refinery1"); const winnerBonus13 = summoning.summonBonuses.find(bonus => bonus.index == 13)?.getBonus() || 0; // TODO : add this once gaming have been updated with palette - const paletteBonus25 = 17; + const paletteBonus25 = 0; // Apply everything to players players.forEach(player => { diff --git a/data/domain/world-2/alchemy/alchemy.tsx b/data/domain/world-2/alchemy/alchemy.tsx index e483c248..0cf8065e 100644 --- a/data/domain/world-2/alchemy/alchemy.tsx +++ b/data/domain/world-2/alchemy/alchemy.tsx @@ -604,6 +604,11 @@ export class Alchemy extends Domain { } if (player.getBaseClass() == ClassIndex.Warrior && cauldron == CauldronIndex.Power) { + // The carpenter bubble is no longer boosted + if (bubble == 12) { + return false; + } + return true; } From 2f7f586c28fb5502e9e670ca19694f4bd25f7260 Mon Sep 17 00:00:00 2001 From: Sludgadin Date: Tue, 10 Feb 2026 21:21:46 +1100 Subject: [PATCH 46/46] translate comment --- data/domain/player.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/domain/player.tsx b/data/domain/player.tsx index dbe49b4b..fd67fe3a 100644 --- a/data/domain/player.tsx +++ b/data/domain/player.tsx @@ -522,7 +522,7 @@ export class Player { } }); - // 5. Distribution Linéaire à l'intérieur du bloc additif + // Calculate distribution within the additive block if (additiveShareValue > 0 && totalAdditivePoints > 0) { const addSources = [ { name: "^ Stamps", p: stampsBonusBuildProd },