Module:GameData/data: Difference between revisions

Update for v1.2.2 (?8381)
(Auron956 changed the content model of the page Module:GameData/data from "plain text" to "JSON": Change from current data pages to prevent CloudFlare caching issues)
Tag: content model change
(Update for v1.2.2 (?8381))
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{}
{
    "namespaces": [
        {
            "name": "melvorBaseGame",
            "displayName": "Base Game",
            "isModded": false
        },
        {
            "name": "melvorTrue",
            "displayName": "True",
            "isModded": false
        },
        {
            "name": "melvorD",
            "displayName": "Demo",
            "isModded": false
        },
        {
            "name": "melvorF",
            "displayName": "Full Version",
            "isModded": false
        },
        {
            "name": "melvorBirthday2023",
            "displayName": "Birthday Event 2023",
            "isModded": false
        },
        {
            "name": "melvorTotH",
            "displayName": "Throne of the Herald",
            "isModded": false
        },
        {
            "name": "melvorAoD",
            "displayName": "Atlas of Discovery",
            "isModded": false
        }
    ],
    "combatTriangles": [
        {
            "damageModifier": {
                "melee": {
                    "melee": 1,
                    "ranged": 1.100000000000000088817841970012523233890533447265625,
                    "magic": 0.84999999999999997779553950749686919152736663818359375
                },
                "ranged": {
                    "melee": 0.84999999999999997779553950749686919152736663818359375,
                    "ranged": 1,
                    "magic": 1.100000000000000088817841970012523233890533447265625
                },
                "magic": {
                    "melee": 1.100000000000000088817841970012523233890533447265625,
                    "ranged": 0.84999999999999997779553950749686919152736663818359375,
                    "magic": 1
                }
            },
            "reductionModifier": {
                "melee": {
                    "melee": 1,
                    "ranged": 1.25,
                    "magic": 0.75
                },
                "ranged": {
                    "melee": 0.9499999999999999555910790149937383830547332763671875,
                    "ranged": 1,
                    "magic": 1.25
                },
                "magic": {
                    "melee": 1.25,
                    "ranged": 0.84999999999999997779553950749686919152736663818359375,
                    "magic": 1
                }
            },
            "id": "Standard"
        },
        {
            "damageModifier": {
                "melee": {
                    "melee": 1,
                    "ranged": 1.100000000000000088817841970012523233890533447265625,
                    "magic": 0.75
                },
                "ranged": {
                    "melee": 0.75,
                    "ranged": 1,
                    "magic": 1.100000000000000088817841970012523233890533447265625
                },
                "magic": {
                    "melee": 1.100000000000000088817841970012523233890533447265625,
                    "ranged": 0.75,
                    "magic": 1
                }
            },
            "reductionModifier": {
                "melee": {
                    "melee": 1,
                    "ranged": 1.25,
                    "magic": 0.5
                },
                "ranged": {
                    "melee": 0.75,
                    "ranged": 1,
                    "magic": 1.25
                },
                "magic": {
                    "melee": 1.25,
                    "ranged": 0.75,
                    "magic": 1
                }
            },
            "id": "Hardcore"
        },
        {
            "damageModifier": {
                "melee": {
                    "melee": 1,
                    "ranged": 0.75,
                    "magic": 1.100000000000000088817841970012523233890533447265625
                },
                "ranged": {
                    "melee": 1.100000000000000088817841970012523233890533447265625,
                    "ranged": 1,
                    "magic": 0.75
                },
                "magic": {
                    "melee": 0.75,
                    "ranged": 1.100000000000000088817841970012523233890533447265625,
                    "magic": 1
                }
            },
            "reductionModifier": {
                "melee": {
                    "melee": 1,
                    "ranged": 0.75,
                    "magic": 1.25
                },
                "ranged": {
                    "melee": 1.25,
                    "ranged": 1,
                    "magic": 0.75
                },
                "magic": {
                    "melee": 0.5,
                    "ranged": 1.25,
                    "magic": 1
                }
            },
            "id": "InvertedHardcore"
        }
    ],
    "masteryCheckpoints": [
        10,
        25,
        50,
        95
    ],
    "combatAreaDifficulties": [
        "Easy",
        "Normal",
        "Hard",
        "Elite",
        "Master",
        "Legendary",
        "Mythical",
        "???"
    ],
    "equipmentSlots": [
        {
            "id": "Helmet",
            "name": "Head"
        },
        {
            "id": "Platebody",
            "name": "Torso"
        },
        {
            "id": "Platelegs",
            "name": "Legs"
        },
        {
            "id": "Boots",
            "name": "Feet"
        },
        {
            "id": "Weapon",
            "name": "Weapon"
        },
        {
            "id": "Shield",
            "name": "Offhand"
        },
        {
            "id": "Amulet",
            "name": "Neck"
        },
        {
            "id": "Ring",
            "name": "Ring"
        },
        {
            "id": "Gloves",
            "name": "Hands"
        },
        {
            "id": "Quiver",
            "name": "Quiver"
        },
        {
            "id": "Cape",
            "name": "Cape"
        },
        {
            "id": "Passive",
            "name": "Passive"
        },
        {
            "id": "Summon1",
            "name": "Summon L"
        },
        {
            "id": "Summon2",
            "name": "Summon R"
        },
        {
            "id": "Consumable",
            "name": "Consumable"
        },
        {
            "id": "Gem",
            "name": "Gem"
        }
    ],
    "attackTypes": {
        "0": "melee",
        "1": "ranged",
        "2": "magic",
        "3": "unset",
        "4": "random",
        "melee": 0,
        "ranged": 1,
        "magic": 2,
        "unset": 3,
        "random": 4
    },
    "slayerTiers": [
        {
            "display": "Easy",
            "cost": 0,
            "minLevel": 1,
            "maxLevel": 49,
            "slayerLevel": 1
        },
        {
            "display": "Normal",
            "cost": 2000,
            "minLevel": 50,
            "maxLevel": 99,
            "slayerLevel": 25
        },
        {
            "display": "Hard",
            "cost": 5000,
            "minLevel": 100,
            "maxLevel": 199,
            "slayerLevel": 50
        },
        {
            "display": "Elite",
            "cost": 15000,
            "minLevel": 200,
            "maxLevel": 374,
            "slayerLevel": 75
        },
        {
            "display": "Master",
            "cost": 25000,
            "minLevel": 375,
            "maxLevel": 789,
            "slayerLevel": 85
        },
        {
            "display": "Legendary",
            "cost": 50000,
            "minLevel": 790,
            "maxLevel": 999,
            "slayerLevel": 102
        },
        {
            "display": "Mythical",
            "cost": 100000,
            "minLevel": 1000,
            "maxLevel": null,
            "slayerLevel": 110
        }
    ],
    "itemEffects": [
        {
            "id": "melvorF:Absorbing_Shield",
            "effectData": {
                "effectType": "Custom",
                "type": "Reflexive",
                "modifiers": {
                    "increasedDamageReduction": 1,
                    "decreasedGlobalEvasion": 5
                },
                "maxStacks": 3,
                "turns": "Infinity",
                "name": "Absorbing Shield"
            }
        },
        {
            "id": "melvorTotH:Leviathan",
            "effectData": {
                "effectType": "Custom",
                "type": "Reflexive",
                "modifiers": {
                    "increasedReflectDamage": 5,
                    "increasedDamageReduction": 1
                },
                "maxStacks": 5,
                "turns": "Infinity",
                "name": "Spiky Skin"
            }
        },
        {
            "id": "melvorTotH:Rage",
            "effectData": {
                "effectType": "Custom",
                "type": "Reflexive",
                "modifiers": {
                    "increasedMaxHitPercent": 2,
                    "decreasedAttackIntervalPercent": 2
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Rage"
            }
        },
        {
            "id": "melvorAoD:AccuracyGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedGlobalAccuracy": 3
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Accuracy Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:EvasionGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedGlobalEvasion": 3
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Evasion Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:LifestealGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedLifesteal": 1
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Lifesteal Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:BurningGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedChanceToApplyBurn": 1,
                    "increasedChanceToApplyFrostburn": 1
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Burning Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:PoisonousGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedChanceToApplyPoison": 1,
                    "increasedChanceToApplyDeadlyPoison": 1
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Poisonous Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:AgileGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "decreasedAttackIntervalPercent": 1
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Agile Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:ConfusingGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedChanceToApplyConfusionCurse": 1
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Confusing Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:DecayingGem",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedChanceToApplyDecayCurse": 1
                },
                "maxStacks": 10,
                "turns": "Infinity",
                "name": "Decaying Gem",
                "resetAtMaxStacks": true
            }
        },
        {
            "id": "melvorAoD:HauntedRing",
            "effectData": {
                "effectType": "Custom",
                "type": "Incremental",
                "modifiers": {
                    "increasedGlobalAccuracy": 3,
                    "increasedLifesteal": 5,
                    "increasedMaxHitPercent": 5
                },
                "maxStacks": 6,
                "turns": "Infinity",
                "name": "Haunted Ring",
                "resetAtMaxStacks": true,
                "applyRandomCurseOnReset": true,
                "selfDamageOnReset": 30
            }
        },
        {
            "id": "melvorAoD:Crystallize",
            "effectData": {
                "effectType": "Custom",
                "type": "Stun",
                "turns": 5,
                "chance": 100,
                "flavour": "Crystallize"
            }
        },
        {
            "id": "melvorAoD:DisableDamage",
            "effectData": {
                "effectType": "Custom",
                "type": "Reductive",
                "modifiers": {
                    "disableAttackDamage": 1
                },
                "maxStacks": 2,
                "turns": 2,
                "name": "Disable Damage"
            },
            "target": "Enemy"
        },
        {
            "id": "melvorAoD:Impenetrable_Idol",
            "effectData": {
                "effectType": "Custom",
                "type": "Modifier",
                "modifiers": {
                    "disableAttackDamage": 1
                },
                "maxStacks": 1,
                "stacksToAdd": 1,
                "character": "Attacker",
                "turns": 1,
                "countsOn": "Attacker",
                "langName": "ITEM_NAME_Impenetrable_Idol"
            },
            "target": "Enemy"
        },
        {
            "id": "melvorAoD:Weakening_I",
            "effectData": {
                "effectType": "Custom",
                "type": "Modifier",
                "modifiers": {
                    "decreasedMaxHitPercent": 5
                },
                "maxStacks": 1,
                "stacksToAdd": 1,
                "character": "Attacker",
                "turns": 3,
                "countsOn": "Attacker",
                "langName": "MAGIC_CURSE_NAME_WeakeningI"
            },
            "target": "Enemy"
        },
        {
            "id": "melvorAoD:Confusion",
            "effectData": {
                "effectType": "Custom",
                "type": "Modifier",
                "modifiers": {
                    "increasedConfusion": 3
                },
                "maxStacks": 1,
                "stacksToAdd": 1,
                "character": "Attacker",
                "turns": 3,
                "countsOn": "Attacker",
                "langName": "MAGIC_CURSE_NAME_Confusion"
            },
            "target": "Enemy"
        },
        {
            "id": "melvorAoD:OneEyedCombo",
            "effectData": {
                "effectType": "Custom",
                "type": "Combo",
                "maxStacks": 5,
                "modifiers": {
                    "increasedGlobalAccuracy": 25
                }
            }
        },
        {
            "id": "melvorAoD:Malice",
            "effectData": {
                "effectType": "Custom",
                "type": "Reductive",
                "modifiers": {
                    "increasedDamageBasedOnCurrentHitpoints": 1
                },
                "maxStacks": 5,
                "turns": "Infinity",
                "name": "Malice",
                "langName": "PRAYER_PRAYER_NAME_Malice"
            }
        },
        {
            "id": "melvorAoD:GrudgePlayer",
            "effectData": {
                "effectType": "Custom",
                "type": "Reductive",
                "modifiers": {
                    "increasedMinHitBasedOnMaxHit": 2
                },
                "maxStacks": 5,
                "turns": "Infinity",
                "name": "Grudge",
                "langName": "PRAYER_PRAYER_NAME_Grudge"
            }
        },
        {
            "id": "melvorAoD:GrudgeEnemy",
            "effectData": {
                "effectType": "Custom",
                "type": "Modifier",
                "modifiers": {
                    "decreasedGlobalEvasion": 20
                },
                "maxStacks": 1,
                "stacksToAdd": 1,
                "character": "Attacker",
                "turns": 4,
                "countsOn": "Target",
                "langName": "PRAYER_PRAYER_NAME_Grudge"
            },
            "target": "Enemy"
        },
        {
            "id": "melvorAoD:Consume",
            "effectData": {
                "effectType": "Custom",
                "type": "Reductive",
                "modifiers": {
                    "increasedLifestealDamageBasedOnCurrentHitpoints": 0.200000000000000011102230246251565404236316680908203125
                },
                "maxStacks": 5,
                "turns": "Infinity",
                "name": "Consume",
                "langName": "PRAYER_PRAYER_NAME_Consumption"
            }
        },
        {
            "id": "melvorAoD:Spite",
            "effectData": {
                "effectType": "Custom",
                "type": "Reductive",
                "modifiers": {
                    "decreasedMaxHitPercent": 4,
                    "decreasedGlobalAccuracy": 4
                },
                "maxStacks": 5,
                "turns": "Infinity",
                "name": "Spite",
                "langName": "PRAYER_PRAYER_NAME_Spite"
            },
            "target": "Enemy"
        },
        {
            "id": "melvorAoD:Martyr",
            "effectData": {
                "effectType": "Custom",
                "type": "Reductive",
                "modifiers": {
                    "decreasedDamageReduction": 1,
                    "increasedReflectDamage": 40
                },
                "maxStacks": 5,
                "turns": "Infinity",
                "name": "Martyr",
                "langName": "PRAYER_PRAYER_NAME_Martyr"
            }
        },
        {
            "id": "melvorAoD:Eradicate",
            "effectData": {
                "effectType": "Custom",
                "type": "Reductive",
                "modifiers": {
                    "increasedMaxHitPercent": 2,
                    "increasedMaxHitPercentBasedOnTargetCurrentHitpoints": 0.200000000000000011102230246251565404236316680908203125
                },
                "maxStacks": 5,
                "turns": "Infinity",
                "name": "Eradicate",
                "langName": "PRAYER_PRAYER_NAME_Eradicate"
            }
        }
    ],
    "gamemodes": [
        {
            "id": "melvorD:Standard",
            "name": "Standard Mode",
            "rules": [
                "All Skills Unlocked.",
                "Standard Combat Modifiers.",
                "No bank space purchase limit."
            ],
            "isPermaDeath": false,
            "isEvent": false,
            "endDate": 0,
            "combatTriangle": "Standard",
            "hitpointMultiplier": 10,
            "hasRegen": true,
            "capNonCombatSkillLevels": false,
            "startingPage": "melvorD:Woodcutting",
            "startingItems": [],
            "allowSkillUnlock": false,
            "skillUnlockCost": [],
            "playerModifiers": {},
            "enemyModifiers": {},
            "hasTutorial": true,
            "description": "For players new to Melvor Idle. This is the standard way to play."
        },
        {
            "id": "melvorF:Hardcore",
            "name": "Hardcore Mode",
            "rules": [
                "You may only purchase 88 extra Bank Spaces from the Shop.",
                "Harsher penalties applied against you in Combat.",
                "No Passive Hitpoint Regeneration."
            ],
            "isPermaDeath": true,
            "isEvent": false,
            "endDate": 0,
            "combatTriangle": "Hardcore",
            "hitpointMultiplier": 10,
            "hasRegen": false,
            "capNonCombatSkillLevels": false,
            "startingPage": "melvorD:Woodcutting",
            "startingItems": [],
            "allowSkillUnlock": false,
            "skillUnlockCost": [],
            "playerModifiers": {},
            "enemyModifiers": {},
            "hasTutorial": true,
            "description": "For those who enjoy risk, and are not afraid to lose your Character. This is not for new players."
        },
        {
            "id": "melvorF:Adventure",
            "name": "Adventure Mode",
            "rules": [
                "Skills are locked and must be purchased using GP to access.",
                "Non-Combat Skill Levels cannot go above your Combat Level.",
                "Start with only Melee Combat Skills, a Bronze Weapon and 10 Basic Food.",
                "Harsher penalties applied against you in Combat.",
                "HP, Damage and Food Healing values are 10x larger than Standard."
            ],
            "isPermaDeath": false,
            "isEvent": false,
            "endDate": 0,
            "combatTriangle": "Hardcore",
            "hitpointMultiplier": 100,
            "hasRegen": true,
            "capNonCombatSkillLevels": true,
            "startingPage": "melvorD:Combat",
            "startingItems": [
                {
                    "id": "melvorD:Bronze_Sword",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Shrimp",
                    "quantity": 10
                }
            ],
            "allowSkillUnlock": true,
            "skillUnlockCost": [
                10000,
                25000,
                50000,
                200000,
                250000,
                400000,
                1000000,
                2500000,
                10000000,
                25000000,
                50000000,
                100000000,
                200000000,
                500000000,
                500000000,
                500000000,
                500000000,
                500000000,
                500000000
            ],
            "playerModifiers": {},
            "enemyModifiers": {},
            "hasTutorial": true,
            "description": "For experienced Melvor Idle players. A completely different experience for you to enjoy.",
            "startingSkills": [
                "melvorD:Attack",
                "melvorD:Strength",
                "melvorD:Defence",
                "melvorD:Hitpoints"
            ]
        },
        {
            "id": "melvorF:Chaos",
            "name": "CHAOS MODE",
            "rules": [
                "Item Corruption Unlocked.",
                "25% Reductions on Attack Intervals and Skill Intervals (Multiplicative).",
                "All Enemies have at least 1 random Passive.",
                "All equipped items lost on death.",
                "BIG NUMBERS",
                "Golbin Raid is not available.",
                "Harsher penalties applied against you in Combat.",
                "Do not fight a Chicken."
            ],
            "isPermaDeath": false,
            "isEvent": true,
            "endDate": 1618200000000,
            "combatTriangle": "Hardcore",
            "hitpointMultiplier": 10000,
            "hasRegen": true,
            "capNonCombatSkillLevels": false,
            "startingPage": "melvorD:Woodcutting",
            "startingItems": [],
            "allowSkillUnlock": false,
            "skillUnlockCost": [],
            "playerModifiers": {},
            "enemyModifiers": {},
            "hasTutorial": true,
            "description": "How fast can you beat the game? Have a go with this calm \u0026 peaceful Melvor Idle experience."
        },
        {
            "id": "melvorF:HardcoreAdventureSpeedrun",
            "name": "Hardcore Adventure Speedrun",
            "rules": [
                "YOUR GOAL - DEFEAT THE FINAL BOSS AS FAST AS POSSIBLE.",
                "+100% Maximum Hitpoints for you and the Enemies.",
                "-80% Attack Interval for you and the Enemies.",
                "-80% Skill Intervals.",
                "+800% Global Mastery XP.",
                "-2s Monster Respawn Timer",
                "No Hitpoints Regeneration",
                "Adventure Mode rules apply.",
                "Stability not guaranteed."
            ],
            "isPermaDeath": true,
            "isEvent": true,
            "endDate": 1651363140000,
            "combatTriangle": "Hardcore",
            "hitpointMultiplier": 100,
            "hasRegen": false,
            "capNonCombatSkillLevels": true,
            "startingPage": "melvorD:Combat",
            "startingItems": [
                {
                    "id": "melvorD:Bronze_Sword",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Shrimp",
                    "quantity": 10
                }
            ],
            "allowSkillUnlock": true,
            "skillUnlockCost": [
                10000,
                25000,
                50000,
                200000,
                250000,
                400000,
                1000000,
                2500000,
                10000000,
                25000000,
                50000000,
                100000000,
                200000000,
                500000000,
                500000000,
                500000000,
                500000000,
                500000000,
                500000000
            ],
            "playerModifiers": {
                "decreasedAttackIntervalPercent": 80,
                "decreasedMonsterRespawnTimer": 2000,
                "increasedMaxHitpoints": 100,
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Woodcutting",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Fishing",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Firemaking",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Cooking",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Mining",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Smithing",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Thieving",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Farming",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Crafting",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Fletching",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Runecrafting",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Herblore",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Summoning",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Agility",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Astrology",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Magic",
                        "value": 80
                    }
                ],
                "increasedGlobalMasteryXP": 800
            },
            "enemyModifiers": {
                "decreasedAttackIntervalPercent": 80,
                "increasedMaxHitpoints": 100
            },
            "hasTutorial": true,
            "description": "Slow and steady",
            "startingSkills": [
                "melvorD:Attack",
                "melvorD:Strength",
                "melvorD:Defence",
                "melvorD:Hitpoints"
            ]
        },
        {
            "id": "melvorF:InternalSuffering",
            "name": "Internal Suffering Speedrun Mode",
            "rules": [
                "YOUR GOAL - DEFEAT THE FINAL BOSS AS FAST AS POSSIBLE.",
                "!!! HARDCORE COMBAT TRIANGLE IS REVERSED !!!",
                "All Skills except Firemaking \u0026 Farming are unlocked in the beginning.",
                "Your Skill level is capped at Level 10. This cap can be increased by permanently disabling any non-Combat Skill (Maximum 10, not including Firemaking or Farming).",
                "Each disabled Skill increases the Skill Level cap by 10.",
                "You can disable Skills at any time.",
                "-80% Attack Interval for you and the Enemies.",
                "-80% Skill Intervals.",
                "+800% Global Mastery XP.",
                "-2s Monster Respawn Timer.",
                "Final Boss requires Level 99 in all Combat Skills to access.",
                "Larger numbers",
                "Stability not guaranteed."
            ],
            "isPermaDeath": false,
            "isEvent": true,
            "endDate": 1661990399000,
            "combatTriangle": "InvertedHardcore",
            "hitpointMultiplier": 1000,
            "hasRegen": true,
            "capNonCombatSkillLevels": false,
            "startingPage": "melvorD:Woodcutting",
            "startingItems": [],
            "allowSkillUnlock": false,
            "skillUnlockCost": [],
            "playerModifiers": {
                "decreasedAttackIntervalPercent": 80,
                "decreasedMonsterRespawnTimer": 2000,
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Woodcutting",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Fishing",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Firemaking",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Cooking",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Mining",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Smithing",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Thieving",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Farming",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Crafting",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Fletching",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Runecrafting",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Herblore",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Summoning",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Agility",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Astrology",
                        "value": 80
                    },
                    {
                        "skillID": "melvorD:Magic",
                        "value": 80
                    }
                ],
                "increasedGlobalMasteryXP": 800
            },
            "enemyModifiers": {
                "decreasedAttackIntervalPercent": 80
            },
            "hasTutorial": false,
            "startingSkills": [
                "melvorD:Woodcutting",
                "melvorD:Fishing",
                "melvorD:Cooking",
                "melvorD:Mining",
                "melvorD:Smithing",
                "melvorD:Attack",
                "melvorD:Strength",
                "melvorD:Defence",
                "melvorD:Hitpoints",
                "melvorD:Thieving",
                "melvorD:Ranged",
                "melvorD:Fletching",
                "melvorD:Crafting",
                "melvorD:Runecrafting",
                "melvorD:Magic",
                "melvorD:Prayer",
                "melvorD:Slayer",
                "melvorD:Herblore",
                "melvorD:Agility",
                "melvorD:Summoning",
                "melvorD:Astrology"
            ]
        },
        {
            "id": "melvorF:HCCOSpeedrun",
            "name": "Hardcore Combat Only Speedrun",
            "rules": [
                "YOUR GOAL - DEFEAT THE FINAL BOSS AS FAST AS POSSIBLE.",
                "All non-Combat Skills are permanently disabled.",
                "-80% Attack Interval for you and the Enemies.",
                "-2s Monster Respawn Timer",
                "+10% Flat Slayer Area Effect Negation",
                "No Hitpoints Regeneration",
                "Hardcore Mode Combat Triangle.",
                "Final boss has no Skill level requirement to start.",
                "Stability not guaranteed."
            ],
            "isPermaDeath": true,
            "isEvent": true,
            "endDate": 1661990399000,
            "combatTriangle": "Hardcore",
            "hitpointMultiplier": 10,
            "hasRegen": false,
            "capNonCombatSkillLevels": false,
            "startingPage": "melvorD:Woodcutting",
            "startingItems": [],
            "allowSkillUnlock": false,
            "skillUnlockCost": [],
            "playerModifiers": {
                "decreasedAttackIntervalPercent": 80,
                "decreasedMonsterRespawnTimer": 2000,
                "increasedSlayerAreaEffectNegationFlat": 10
            },
            "enemyModifiers": {
                "decreasedAttackIntervalPercent": 80
            },
            "hasTutorial": false,
            "startDate": 1657553400000,
            "startingSkills": [
                "melvorD:Attack",
                "melvorD:Strength",
                "melvorD:Defence",
                "melvorD:Hitpoints",
                "melvorD:Ranged",
                "melvorD:Magic",
                "melvorD:Slayer",
                "melvorD:Prayer"
            ]
        },
        {
            "id": "melvorAoD:AncientRelics",
            "name": "Ancient Relics Mode",
            "rules": [
                "Harsher penalties applied against you in Combat.",
                "All preservation and doubling is disabled.",
                "Dungeons also provide Food Crates upon completion as a reward.",
                "Fishing and Cooking are locked until completion of Impending Darkness",
                "Combat Levels, except Prayer and Slayer, automatically increase when defeating a Dungeon.",
                "Defeat Dungeons to increase Maximum Skill Level for randomised Skill (Choice of 2).",
                "Maximum Skill Levels are capped at Level 10.",
                "Ancient Relics can be located in all Skills to gain unique permanent modifiers (6 per Skill)."
            ],
            "isPermaDeath": false,
            "isEvent": false,
            "endDate": 0,
            "combatTriangle": "Hardcore",
            "hitpointMultiplier": 10,
            "hasRegen": true,
            "capNonCombatSkillLevels": false,
            "startingPage": "melvorD:Bank",
            "startingItems": [
                {
                    "id": "melvorD:Shrimp",
                    "quantity": 50
                }
            ],
            "allowSkillUnlock": false,
            "skillUnlockCost": [],
            "playerModifiers": {
                "decreasedChanceToDoubleItemsGlobal": 696969,
                "decreasedChanceToDoubleLootCombat": 696969,
                "decreasedChanceToDoubleOres": 696969,
                "decreasedAmmoPreservation": 696969,
                "decreasedRunePreservation": 696969,
                "decreasedGlobalPreservationChance": 696969,
                "decreasedChanceToPreservePotionCharge": 696969,
                "decreasedChanceToPreservePrayerPoints": 696969,
                "decreasedSummoningChargePreservation": 696969,
                "decreasedAltMagicRunePreservation": 696969,
                "decreasedChanceDoubleHarvest": 696969
            },
            "enemyModifiers": {},
            "disabledModifiers": [
                "increasedChanceToDoubleItemsSkill",
                "increasedChanceToDoubleItemsGlobal",
                "increasedChanceToDoubleLootCombat",
                "increasedChanceToDoubleOres",
                "increasedAmmoPreservation",
                "increasedRunePreservation",
                "increasedGlobalPreservationChance",
                "increasedChanceToPreservePotionCharge",
                "increasedChanceToPreservePrayerPoints",
                "increasedSummoningChargePreservation",
                "increasedAltMagicRunePreservation",
                "increasedChanceDoubleHarvest",
                "increasedSkillPreservationChance",
                "doubleItemsSkill",
                "increasedGlobalPreservationChance",
                "decreasedChanceToDoubleItemsSkill",
                "decreasedChanceToDoubleItemsGlobal",
                "decreasedChanceToDoubleLootCombat",
                "decreasedChanceToDoubleOres",
                "decreasedAmmoPreservation",
                "decreasedRunePreservation",
                "decreasedGlobalPreservationChance",
                "decreasedChanceToPreservePotionCharge",
                "decreasedChanceToPreservePrayerPoints",
                "decreasedSummoningChargePreservation",
                "decreasedAltMagicRunePreservation",
                "decreasedChanceDoubleHarvest",
                "decreasedSkillPreservationChance",
                "decreasedGlobalPreservationChance",
                "doubleOresMining",
                "increasedChanceToPreserveFood",
                "increasedChanceToPreserveMapCharges",
                "decreasedChanceToPreserveMapCharges"
            ],
            "hasTutorial": false,
            "description": "Locate powerful Ancient Relics in this chaotic Melvor Idle experience.",
            "startingSkills": [
                "melvorD:Attack",
                "melvorD:Strength",
                "melvorD:Defence",
                "melvorD:Hitpoints",
                "melvorD:Ranged",
                "melvorD:Magic",
                "melvorD:Prayer",
                "melvorD:Slayer",
                "melvorD:Farming",
                "melvorD:Township",
                "melvorD:Woodcutting",
                "melvorD:Firemaking",
                "melvorD:Mining",
                "melvorD:Smithing",
                "melvorD:Thieving",
                "melvorD:Fletching",
                "melvorD:Crafting",
                "melvorD:Runecrafting",
                "melvorD:Herblore",
                "melvorD:Agility",
                "melvorD:Summoning",
                "melvorD:Astrology",
                "melvorAoD:Archaeology",
                "melvorAoD:Cartography"
            ],
            "overrideLevelCap": 10,
            "allowDungeonLevelCapIncrease": true,
            "allowXPOverLevelCap": false,
            "disablePreservation": true,
            "disableItemDoubling": true,
            "hasActiveGameplay": true,
            "allowAncientRelicDrops": true,
            "skillCapIncreasesPre99": 5,
            "skillCapIncreasesPost99": 6,
            "autoLevelSkillsPre99": [
                {
                    "skillID": "melvorD:Attack",
                    "value": 5
                },
                {
                    "skillID": "melvorD:Strength",
                    "value": 5
                },
                {
                    "skillID": "melvorD:Defence",
                    "value": 5
                },
                {
                    "skillID": "melvorD:Hitpoints",
                    "value": 5
                },
                {
                    "skillID": "melvorD:Ranged",
                    "value": 5
                },
                {
                    "skillID": "melvorD:Magic",
                    "value": 5
                }
            ],
            "autoLevelSkillsPost99": [
                {
                    "skillID": "melvorD:Attack",
                    "value": 3
                },
                {
                    "skillID": "melvorD:Strength",
                    "value": 3
                },
                {
                    "skillID": "melvorD:Defence",
                    "value": 3
                },
                {
                    "skillID": "melvorD:Hitpoints",
                    "value": 3
                },
                {
                    "skillID": "melvorD:Ranged",
                    "value": 3
                },
                {
                    "skillID": "melvorD:Magic",
                    "value": 3
                },
                {
                    "skillID": "melvorD:Slayer",
                    "value": 3
                }
            ],
            "skillCapRollsPre99": [
                {
                    "skillID": "melvorD:Prayer",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Slayer",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Woodcutting",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Firemaking",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Mining",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Smithing",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Thieving",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Farming",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Township",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Fletching",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Crafting",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Runecrafting",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Herblore",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Agility",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Summoning",
                    "value": 15
                },
                {
                    "skillID": "melvorD:Astrology",
                    "value": 15
                },
                {
                    "skillID": "melvorAoD:Cartography",
                    "value": 20
                },
                {
                    "skillID": "melvorAoD:Archaeology",
                    "value": 20
                }
            ],
            "skillCapRollsPost99": [
                {
                    "skillID": "melvorD:Prayer",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Woodcutting",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Fishing",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Firemaking",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Cooking",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Mining",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Smithing",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Thieving",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Farming",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Township",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Fletching",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Crafting",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Runecrafting",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Herblore",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Agility",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Summoning",
                    "value": 8
                },
                {
                    "skillID": "melvorD:Astrology",
                    "value": 8
                }
            ]
        },
        {
            "id": "melvorBirthday2023:BirthdayMode",
            "name": "???",
            "rules": [
                "???",
                "???",
                "???",
                "???",
                "???"
            ],
            "isPermaDeath": false,
            "isEvent": true,
            "endDate": 1698199200000,
            "combatTriangle": "Hardcore",
            "hitpointMultiplier": 696969,
            "overrideMaxHitpoints": 1,
            "hasRegen": true,
            "capNonCombatSkillLevels": false,
            "startingPage": "melvorD:Bank",
            "startingItems": [
                {
                    "id": "melvorF:Food_Box_I",
                    "quantity": 69
                },
                {
                    "id": "melvorF:Food_Box_II",
                    "quantity": 69
                },
                {
                    "id": "melvorF:Cooking_Apron",
                    "quantity": 69
                },
                {
                    "id": "melvorF:Wasteful_Ring",
                    "quantity": 69
                }
            ],
            "allowSkillUnlock": false,
            "skillUnlockCost": [],
            "playerModifiers": {
                "decreasedFlatMaxHitpoints": 6969696969,
                "decreasedAttackIntervalPercent": 80,
                "decreasedMonsterRespawnTimer": 2000
            },
            "enemyModifiers": {
                "increasedAttackIntervalPercent": 1000,
                "increasedGlobalAccuracy": 1000
            },
            "enemyPassives": [
                "melvorF:Purity2"
            ],
            "enemySpecialAttacks": [
                "melvorD:Dragonbreath",
                "melvorD:LesserDragonbreath",
                "melvorD:Firebreathing",
                "melvorD:Volley"
            ],
            "hasTutorial": false,
            "description": "???",
            "startingSkills": [
                "melvorD:Attack",
                "melvorD:Strength",
                "melvorD:Defence",
                "melvorD:Hitpoints",
                "melvorD:Ranged",
                "melvorD:Magic",
                "melvorD:Prayer",
                "melvorD:Slayer",
                "melvorD:Fishing",
                "melvorD:Cooking",
                "melvorD:Farming"
            ],
            "allowDungeonLevelCapIncrease": false,
            "allowXPOverLevelCap": false,
            "disablePreservation": false,
            "disableItemDoubling": false,
            "hasActiveGameplay": false,
            "allowAncientRelicDrops": false,
            "requireLocalStorageKey": "birthdayGamemodeUnlocked"
        }
    ],
    "attackStyles": [
        {
            "id": "melvorD:Stab",
            "name": "Stab",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Attack",
                        "value": 6
                    }
                ]
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Attack",
                    "ratio": 4
                }
            ],
            "attackType": "melee"
        },
        {
            "id": "melvorD:Slash",
            "name": "Slash",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Strength",
                        "value": 6
                    }
                ]
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Strength",
                    "ratio": 4
                }
            ],
            "attackType": "melee"
        },
        {
            "id": "melvorD:Block",
            "name": "Block",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Defence",
                        "value": 6
                    }
                ]
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Defence",
                    "ratio": 4
                }
            ],
            "attackType": "melee"
        },
        {
            "id": "melvorD:Magic",
            "name": "Magic",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Magic",
                        "value": 6
                    }
                ]
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Magic",
                    "ratio": 4
                }
            ],
            "attackType": "magic"
        },
        {
            "id": "melvorD:Defensive",
            "name": "Defensive",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Magic",
                        "value": 3
                    },
                    {
                        "skillID": "melvorD:Defence",
                        "value": 3
                    }
                ]
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Magic",
                    "ratio": 2
                },
                {
                    "skillID": "melvorD:Defence",
                    "ratio": 2
                }
            ],
            "attackType": "magic"
        },
        {
            "id": "melvorD:Accurate",
            "name": "Accurate",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Ranged",
                        "value": 6
                    }
                ]
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Ranged",
                    "ratio": 4
                }
            ],
            "attackType": "ranged"
        },
        {
            "id": "melvorD:Rapid",
            "name": "Rapid",
            "modifiers": {
                "decreasedAttackInterval": 400
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Ranged",
                    "ratio": 4
                }
            ],
            "attackType": "ranged"
        },
        {
            "id": "melvorD:Longrange",
            "name": "Longrange",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Ranged",
                        "value": 3
                    },
                    {
                        "skillID": "melvorD:Defence",
                        "value": 3
                    }
                ]
            },
            "experienceGain": [
                {
                    "skillID": "melvorD:Ranged",
                    "ratio": 2
                },
                {
                    "skillID": "melvorD:Defence",
                    "ratio": 2
                }
            ],
            "attackType": "ranged"
        }
    ],
    "attacks": [
        {
            "id": "melvorD:BruteForce",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 200
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Brute Force",
            "description": "Perform an attack that deals up to 200% of your normal damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:LifeLeech",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 20,
            "name": "Life Leech",
            "description": "Your attack heals you for 20% of the damage dealt.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:FrozenWind",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frozen Wind",
            "description": "On a hit gives the enemy +30% Attack Interval for 3 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:SunsetStab",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Sunset Stab",
            "description": "On a hit inflicts Bleed that deals 200% of the damage dealt as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:PiercingArrow",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 200,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Piercing Arrow",
            "description": "An unavoidable attack for 200% of your max hit.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:Volley",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Volley",
            "description": "Fire off an unavoidable volley of 3 x Arrows (Attack 3 times).",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:RazorSharpClaws",
            "defaultChance": 70,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 52,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Razor-Sharp Claws",
            "description": "Avoidable sharp claws slice at you 2 times, dealing 520 damage each.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:Dragonbreath",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 6,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 30,
            "attackInterval": 100,
            "lifesteal": 0,
            "name": "Dragonbreath",
            "description": "Breathe unavoidable dragonfire that deals 60x30 damage over 2.9s.",
            "isDragonbreath": true,
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:FrozenShot",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 9,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 10,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frozen Shot",
            "description": "Perform a normal attack that deals 100% of your normal damage and 90 damage. On a hit, gives the enemy +10% Attack Interval for 3 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:XmasDeath",
            "defaultChance": 95,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedConfusion": 696969
                    },
                    "turns": 69,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Candy Crush",
            "description": "Disrupt space and time, destroying everything in your path.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:XmasKill",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Custom",
                    "roll": false,
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 696969
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Candy Crush",
            "description": "Disrupt space and time, destroying everything in your path.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:Frostburn",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frostburn",
            "description": "An unavoidable attack that deals up to 100% of the enemy's normal damage. Gives you Frostburn for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:LesserDragonbreath",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 3,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 25
                }
            ],
            "cantMiss": true,
            "attackCount": 20,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Lesser Dragonbreath",
            "description": "An unavoidable attack that deals 30x20 damage over 2.85s. On a hit, has a 25% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "isDragonbreath": true,
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:Venom",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 25
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Venom",
            "description": "Deals a Normal Attack. On a hit, has a 25% chance to inflict Poison that deals 10% of your max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:RapidFire",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Rapid Fire",
            "description": "An avoidable attack that deals 100% of the enemy's normal damage 2 times. On use, gives the enemy -10% Attack Interval for 3 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:Fleetness",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Fleetness",
            "description": "Perform a Normal Attack, and gives the enemy -10% Attack Interval for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorD:PebbleShot",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 40
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "flavour": "Stun",
                    "chance": 5
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Pebble Shot",
            "description": "Shoot a pebble at the enemy dealing 40% of your normal damage. On a hit has a 5% chance to apply stun for 1 turn."
        },
        {
            "id": "melvorD:OnTheHunt",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Combo",
                    "maxStacks": 3,
                    "modifiers": {
                        "decreasedAttackInterval": 100
                    }
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "On The Hunt",
            "description": "Fire an arrow dealing 100% of your normal damage. Gain -0.1s Attack Interval each time you succesfully hit, stacking up to 3 times. Stacks reset on a miss."
        },
        {
            "id": "melvorD:Onslaught",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Combo",
                    "maxStacks": 5,
                    "modifiers": {
                        "decreasedAttackInterval": 200,
                        "decreasedGlobalAccuracy": 3,
                        "decreasedMaxHitPercent": 3
                    }
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Onslaught",
            "description": "Perform an attack dealing 100% of your normal damage. Gain -0.2s Attack Interval,-3% Global Accuracy and -3% Maximum Hit each time you succesfully hit, stacking up to 5 times. Stacks reset on a miss."
        },
        {
            "id": "melvorD:TopazShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 7.5,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Topaz Shots",
            "description": "(RANGED ONLY) Perform a normal attack that does 100% of your normal damage and 75 damage (Avoidable).",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:SapphireShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Sapphire Shots",
            "description": "(RANGED ONLY) Perform a normal attack. On a hit, gives the enemy +20% Attack Interval for 2 of the enemy's turns (Avoidable).",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:RubyShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 25,
            "name": "Ruby Shots",
            "description": "(RANGED ONLY) Perform a normal attack that heals you for 25% of the damage dealt (Avoidable).",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:EmeraldShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedRangedEvasion": 30
                    },
                    "turns": 2,
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Emerald Shots",
            "description": "(RANGED ONLY) Perform a normal attack that gives the enemy -30% Ranged Evasion for 2 of the enemy's turns (Avoidable).",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:DiamondShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 200
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Diamond Shots",
            "description": "(RANGED ONLY) Perform an attack that deals 200% of your normal damage (Avoidable).",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:JadestoneShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "roll": false,
                    "maxRoll": "MaxHP",
                    "maxPercent": 12.5,
                    "character": "Target"
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Jadestone Shots",
            "description": "(RANGED ONLY) Perform an attack that deals 100% of your normal damage, plus 12.5% of the enemy's max hitpoints as damage (Avoidable).",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:PoisonMelee",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Poison",
            "description": "(MELEE ONLY) Perform a normal attack (Avoidable). On a hit, Inflicts Poison that deals 10% of the enemy's max hitpoints as damage over 10s.",
            "attackTypes": [
                "melee"
            ]
        },
        {
            "id": "melvorD:BurnMelee",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Burn",
            "description": "(MELEE ONLY) Perform a normal attack (Avoidable). On a hit, Inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s.",
            "attackTypes": [
                "melee"
            ]
        },
        {
            "id": "melvorD:FrostburnMelee",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frostburn",
            "description": "(MELEE ONLY) Perform a normal attack (Avoidable). On a hit, gives the enemy Frostburn for 2 of the enemy's turns.",
            "attackTypes": [
                "melee"
            ]
        },
        {
            "id": "melvorD:PoisonRanged",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Poison",
            "description": "(RANGED ONLY) Perform a normal attack (Avoidable). On a hit, Inflicts Poison that deals 10% of the enemy's max hitpoints as damage over 10s.",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:BurnRanged",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Burn",
            "description": "(RANGED ONLY) Perform a normal attack (Avoidable). On a hit, Inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s.",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:FrostburnRanged",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frostburn",
            "description": "(RANGED ONLY) Perform a normal attack (Avoidable). On a hit, gives the enemy Frostburn for 2 of the enemy's turns.",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorD:Burn",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Burn",
            "description": "Perform a normal attack (Avoidable). On a hit, Inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s."
        },
        {
            "id": "melvorD:FrostburnPlayer",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frostburn",
            "description": "Perform a normal attack (Avoidable). On a hit, gives the enemy Frostburn for 2 of the enemy's turns."
        },
        {
            "id": "melvorD:TripleDamage",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 300
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Triple Damage",
            "description": "Perform an attack that does 300% of your normal damage (Avoidable)."
        },
        {
            "id": "melvorD:NoDamage",
            "defaultChance": 25,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "No Damage",
            "description": "Perform an attack that does no damage (Avoidable)."
        },
        {
            "id": "melvorD:TiltedShot",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Combo",
                    "maxStacks": 3,
                    "modifiers": {
                        "decreasedGlobalAccuracy": 20,
                        "increasedMaxHitPercent": 20
                    }
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Tilted Shot",
            "description": "Perform a normal attack (Avoidable). On a hit, gives you -20% Global Accuracy and +20% Maximum Hit each time you successfully hit, stacking up to 3 times. Stacks reset on a miss."
        },
        {
            "id": "melvorD:UnlimitedSlappingPower",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 20
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 15,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Unlimited Slapping Power",
            "description": "(MELEE ONLY) Slap the Enemy 15 times dealing 20% of your normal damage each slap (Avoidable).",
            "attackTypes": [
                "melee"
            ]
        },
        {
            "id": "melvorD:Firebreathing",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 18.75,
                    "character": "Attacker"
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 16,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Firebreathing",
            "description": "Breath fire on the Enemy, dealing 300% of your max hit damage over 3s (Unavoidable). On a hit, Inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s."
        },
        {
            "id": "melvorD:StoneBarrier",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "turns": 2
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Stone Barrier",
            "description": "Put up a barrier that gives you +20% Damage Reduction for 2 of your turns. If the buff is already active, perform a Normal Attack instead."
        },
        {
            "id": "melvorD:ImpossibleShot",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Impossible Shot",
            "description": "Fire 3 arrows at once, dealing 75% of your normal damage each (Avoidable)."
        },
        {
            "id": "melvorD:Heal",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "MaxHP",
                            "maxPercent": 150
                        }
                    ],
                    "interval": 200,
                    "procs": 10,
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Heal",
            "description": "Perform a normal attack (Avoidable). Gives Regen that heals 150% of your max hitpoints over 2s."
        },
        {
            "id": "melvorF:DoubleSwipe",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Double Swipe",
            "description": "Perform 2 consecutive attacks.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:TripleSwipe",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Triple Swipe",
            "description": "Perform 3 consecutive attacks.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Flurry",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Combo",
                    "maxStacks": 5,
                    "modifiers": {
                        "increasedMaxHitPercent": 20
                    }
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Flurry",
            "description": "Attack 5 times for 50% of your normal damage (avoidable). Gain +20% Maximum Hit each time you succesfully hit, stacking up to 5 times. Stacks reset on a miss.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:IcePrison",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 100,
                    "flavour": "Freeze"
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageTakenWhenStunned": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ice Prison",
            "description": "Unavoidable attack that applies freeze for 2 turns and gives the enemy +30% damage taken when stunned for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Infernum",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 125,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 175,
                    "attackCount": 2
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Infernum",
            "description": "Perform 3 unavoidable attacks that deal 75% of normal damage on the 1st attack, 125% of normal damage on the 2nd attack, and 175% of normal damage on the 3rd attack.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CrushingBlow",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Custom",
                    "roll": false,
                    "maxRoll": "MaxHitScaledByHP",
                    "maxPercent": 250,
                    "character": "Attacker"
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crushing Blow",
            "description": "Perform an unavoidable attack that does 250% of your max hit multiplied by your current hitpoints percent damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Stormsnap",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "roll": false,
                    "maxRoll": "MagicScaling",
                    "maxPercent": 100,
                    "character": "Attacker"
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Stormsnap",
            "description": "Perform an unavoidable attack that does 1000% of your Magic level + 1.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:DualAttack",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Dual Attack",
            "description": "Always perform 2 consecutive attacks that deal 75% of your normal damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:FreezeRay",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 70
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 15,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Magic Ray",
            "description": "Converts your selected Standard Magic Spell into a Magic Ray, dealing 70% of your normal damage 5 times over 1.6s. On a hit, gives the enemy +15% Attack Interval for 2 of the enemy's turns. Consumes Runes per hit.",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorF:SlicingWinds",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 17.5,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Slicing Winds",
            "description": "Attack 3 times for 175 damage each. If your Accuracy Rating is higher than 20k then this attack can't miss.",
            "usesRunesPerProc": false,
            "minAccuracy": 20000
        },
        {
            "id": "melvorF:IcicleVolley",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 17,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Icicle Volley",
            "description": "Attack 5 times for 170 damage each (Can miss). On a hit, gives the enemy +20% Attack Interval for 3 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Ignite",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 68,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 10
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ignite",
            "description": "Attack once dealing 680 damage (Can miss). On a hit, has a 10% chance to inflict Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Gust",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 10,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": true,
            "attackCount": 4,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Gust",
            "description": "Attack 4 times dealing 200 damage each. Has a 10% chance to apply stun for 1 turn on a hit. If your Accuracy Rating is higher than 20K then this attack can't miss.",
            "usesRunesPerProc": false,
            "minAccuracy": 20000
        },
        {
            "id": "melvorF:Frostbite",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 75,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 30,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frostbite",
            "description": "Attack once dealing 750 damage (Can miss). Has a 30% chance to apply freeze for 2 turns on a hit.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Quake",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 54,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 50,
                    "turns": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Quake",
            "description": "Attack 2 times dealing 540 damage each (Can miss). On a hit, gives the enemy +50% Attack Interval for 1 of the enemy's turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Incinerate",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 6.29999999999999982236431605997495353221893310546875,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 14,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Incinerate",
            "description": "Attack 14 times dealing 63 damage each. If your Accuracy Rating is higher than 20K then this attack can't miss.",
            "usesRunesPerProc": false,
            "minAccuracy": 20000
        },
        {
            "id": "melvorF:ImpairingShot",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedRangedEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Impairing Shot",
            "description": "A normal attack that gives the enemy +20% Attack Interval for 3 of the enemy's turns on a hit. Gives the enemy -30% Ranged Evasion until the end of the fight.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:DrowsySpores",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 1,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Drowsy Spores",
            "description": "A normal attack that applies sleep for 1 turn on a hit.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Quicksand",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 120
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMeleeEvasion": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Quicksand",
            "description": "Trap the enemy in sand, dealing 120% of your normal damage and gives the enemy -10% Melee Evasion until the end of the fight.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Sandblast",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 120
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedGlobalAccuracy": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Sandblast",
            "description": "Launch a sand attack, dealing 120% of your normal damage and gives the enemy -10% Global Accuracy until the end of the fight.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Sandstorm",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "CurrentHP",
                    "maxPercent": 15,
                    "minRoll": "CurrentHP",
                    "minPercent": 1,
                    "roll": true
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 10,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Sandstorm",
            "description": "(MELEE ONLY) An unavoidable attack that deals 1%-15% of your current hitpoints as damage 10 times over 3.6s.",
            "attackTypes": [
                "melee"
            ],
            "usesRunesPerProc": false,
            "usesPrayerPointsPerProc": false,
            "usesPotionChargesPerProc": false
        },
        {
            "id": "melvorF:DeadlyCut",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Target",
                            "roll": false,
                            "maxRoll": "Fixed",
                            "maxPercent": 20
                        },
                        {
                            "character": "Target",
                            "roll": false,
                            "maxRoll": "MaxHP",
                            "maxPercent": 4
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Deadly Cut",
            "description": "Perform a normal attack. On a hit, inflicts Bleed that deals 200 and 4% of the enemy's max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Rend",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "Rend",
                            "maxPercent": 400,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitPercent": 20,
                        "decreasedAttackIntervalPercent": 20,
                        "increasedGlobalAccuracy": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Rend",
            "description": "Perform a normal attack. On a hit, inflicts Bleed that deals 400% if the target has full Hitpoints, otherwise 250%, of the damage dealt as damage over 10s. Also while the Target is Bleeding, Attacker gains +20% Max Hit, -20% Attack Interval and +20% Global Accuracy.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:QuadSwipe",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Quad Swipe",
            "description": "Perform 4 consecutive attacks.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:TidalWave",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "FixedPlusMaxHit50",
                    "maxPercent": 35,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMeleeEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": true,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Tidal Wave",
            "description": "Launch a massive tidal wave, dealing 350 + 50% of your max hit as damage 2 times which can't miss. Gives the enemy +20% Attack Interval for 3 of the enemy's turns. Gives the enemy -30% Melee Evasion until the end of the fight.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:OceanSong",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 135,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMagicEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 50,
                    "turns": 2
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ocean Song",
            "description": "Summon a Water Dragon that targets the enemy, dealing 1350 dmg that can't miss. Gives the enemy +50% Attack Interval for 2 of the enemy's turns. Gives the enemy -30% Magic Evasion until the end of the fight.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Shockwave",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 250,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedRangedEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Shockwave",
            "description": "Fire a charged shot that does 250% of your max hit and can't miss. Applies stun for 1 turn. Gives the enemy -30% Ranged Evasion until the end of the fight.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Barrage",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 10,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 6,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Barrage",
            "description": "Perform 6 fast unavoidable attacks that deal 100 damage each.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:WindBlade",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 35,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Wind Blade",
            "description": "Launch 3 avoidable slicing winds that deal 350 damage each.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Whirlwind",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 55,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Whirlwind",
            "description": "Launch a large avoidable gust of wind that deals 550 damage. On a hit, applies stun for 1 turn",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Tornado",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 40,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 900,
            "lifesteal": 0,
            "name": "Tornado",
            "description": "Create an unavoidable tornado that slowly hits you 3 times for 400 damage each.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Cyclone",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 60,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 10,
                        "increasedFlatReflectDamage": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 0,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 7,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Cyclone",
            "description": "Surrounds the enemy in wind for 3.6s, while dealing 600 unavoidable damage 7 times. Gives the enemy +10% Global Evasion and +300 Reflect Damage until the end of the attack.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:IcyChill",
            "defaultChance": 5,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 100,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Icy Chill",
            "description": "An unavoidable attack that applies freeze for 2 turns on a hit. Deals no damage. If you are frozen, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:FrozenSpears",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 800,
            "lifesteal": 0,
            "name": "Frozen Spears",
            "description": "Launch 3 avoidable ice spears that deal 200 damage each.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:IceBreak",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 36,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ice Break",
            "description": "An unavoidable attack that deals 360 damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:FlashFreeze",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 65,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 100,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Flash Freeze",
            "description": "An avoidable attack that deals 650 damage. On a hit, applies freeze for 2 turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Winterland",
            "defaultChance": 40,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Winterland",
            "description": "An unavoidable attack that gives you +20% Attack Interval for 3 of your turns. Deals no damage. If you are already slowed, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:FrigidWaves",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 78,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 1100,
            "lifesteal": 0,
            "name": "Frigid Waves",
            "description": "Launch 3 avoidable waves that deal 780 damage each over 2.2s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:StoneWall",
            "defaultChance": 40,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Stone Wall",
            "description": "Puts up a wall that gives the enemy +20% Damage Reduction for 2 of the enemy's turns. If buff is already active, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Charge",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 65,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Charge",
            "description": "Charge at you, knocking you back and applies stun for 1 turn on a hit. Deals 650 damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Boulder",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 85,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Boulder",
            "description": "Launch an unavoidable boulder at you for 850 damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:GraspingRoots",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 60,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 33,
                    "turns": 2
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Grasping Roots",
            "description": "Attach to you, dealing 600 damage and gives you +33% Attack Interval for 2 of your turns. (Unavoidable)",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:SeismicSlam",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 95,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 1300,
            "lifesteal": 0,
            "name": "Seismic Slam",
            "description": "Slam the ground 3 times over 2.6s, dealing 950 damage each (Avoidable).",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Fireball",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 65,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Fireball",
            "description": "Launch an avoidable fireball that deals 650 damage. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:BurningClaws",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 40,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Burning Claws",
            "description": "Swipe at you 2 times with flaming claws that deal 400 damage each (Avoidable).",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ScorchingRay",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 10,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 15,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Scorching Ray",
            "description": "Fire a powerful, unavoidable, burning ray that deals 100x15 damage over 2.8s. Inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:MeteorShower",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 85,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 1100,
            "lifesteal": 0,
            "name": "Meteor Shower",
            "description": "Summon an avoidable shower of 3 meteors that hit for 850 damage each over 2.2s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Cataclysm",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 130,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 800,
            "lifesteal": 0,
            "name": "Cataclysm",
            "description": "Create an enormous, magical flame sword that slashes at you 3 times for 1300 damage each over 1.6s (Unavoidable).",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Spores",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 15,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 1,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Spores",
            "description": "An avoidable attack that deals 150 damage and applies sleep for 1 turn on a hit.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:DrowsySporesEnemy",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 1,
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Drowsy Spores",
            "description": "An unavoidable attack that deals 200 damage and applies sleep for 1 turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:GreaterSandstorm",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "CurrentHP",
                    "maxPercent": 15,
                    "roll": true,
                    "minRoll": "CurrentHP",
                    "minPercent": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 10,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Greater Sandstorm",
            "description": "An unavoidable attack that deals 1%-15% of the enemy's current hitpoints damage 10 times over 4.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Webshot",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 45,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Webshot",
            "description": "Fire an unavoidable, sticky, silk shot that deals 450 damage and gives you +30% Attack Interval for 1 of your turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Drain",
            "defaultChance": 60,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 100,
            "name": "Drain",
            "description": "Fire an unavoidable attack that deals 300 damage. The enemy is healed for 100% of damage dealt.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CurseofFear",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 60,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMagicEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Curse of Fear",
            "description": "Perform an avoidable attack that deals 600 damage and gives you -30% Magic Evasion for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:HunterExpertise",
            "defaultChance": 40,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 40
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Hunter Expertise",
            "description": "Gives the enemy -40% Attack Interval for 3 of the enemy's turns. Does not deal damage. If buff is already active, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:GreaterDragonbreath",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 12,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 20,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Greater Dragonbreath",
            "description": "An unavoidable attack that deals 120x20 damage over 2.85s.",
            "isDragonbreath": true,
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ChaoticSlam",
            "defaultChance": 60,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 65,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Chaotic Slam",
            "description": "Slam the ground 3 times dealing 650 damage each (Avoidable).",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Agility",
            "defaultChance": 60,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 65,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Agility",
            "description": "An avoidable attack that deals 650 damage. Gives the enemy -20% Attack Interval for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Confusion",
            "defaultChance": 60,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHit",
                    "maxPercent": 75,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Confusion",
            "description": "An avoidable attack that deals 75% of your max hit as damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Elusiveness",
            "defaultChance": 50,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 30,
                        "increasedDamageReduction": 30,
                        "decreasedAttackIntervalPercent": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Elusiveness",
            "description": "Gives the enemy +30% Global Evasion,+30% Damage Reduction and -30% Attack Interval for 2 of the enemy's turns. If buff is already active, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:RapidOnslaught",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 95,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 10,
                    "turns": 3
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Rapid Onslaught",
            "description": "An avoidable attack that deals 950 damage 2 times. Gives you +10% Attack Interval for 3 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ShockwaveEnemy",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 97,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Shockwave",
            "description": "An avoidable attack that deals 970 damage. On a hit, applies stun for 1 turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CurseoftheDeep",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 99,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMagicEvasion": 60
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Curse of the Deep",
            "description": "An avoidable attack that deals 990 damage. Gives you -60% Magic Evasion for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:BurningTrail",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 40
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 5,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Burning Trail",
            "description": "Charges at you, performing an unavoidable normal attack. Gives the enemy +40% Global Evasion for 5 of the enemy's turns. Inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:InfernalVolley",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 4,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Infernal Volley",
            "description": "Fire off an unavoidable volley of 4 x Arrows. (Attack 4 times).",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:TailWhip",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 69,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Tail Whip",
            "description": "An unavoidable, flame tail whips at you, dealing 690 damage and inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:PenetratingClaws",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 64,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Penetrating Claws",
            "description": "Unavoidable claws swipe at you 2 times, dealing 640 damage each.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Inferno",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 20,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Inferno",
            "description": "Breathe unavoidable dragonfire that deals 200x20 damage over 3.8s. Inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Sealing",
            "defaultChance": 10,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Sealing",
            "description": "Seals you, applies stun for 2 turns. If you are already stunned, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:MarkofDeath",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Stacking",
                    "id": "melvorF:MarkOfDeath"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Mark of Death",
            "description": "An unavoidable attack that deals 300 damage, and applies +1 stack of Mark of Death to you (Maximum 3 stacks). Mark of Death gives 50% decreased damage reduction regardless of number of stacks. One stack is removed after each of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CursedEdge",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 60,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Cursed Edge",
            "description": "An avoidable attack that slices at you 2 times, dealing 600 damage each.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ReapandReturn",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 45,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 7,
            "attackInterval": 200,
            "lifesteal": 100,
            "name": "Reap and Return",
            "description": "An avoidable attack that hits 7 times, plus an extra time per Mark of Death stack applied to you. Deals 450 damage each and heals the enemy for 100% of damage dealt. Removes all Mark of Death stacks from you after attack.",
            "usesRunesPerProc": false,
            "consumesStacks": "melvorF:MarkOfDeath"
        },
        {
            "id": "melvorF:ConcealedDanger",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 45,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Concealed Danger",
            "description": "An avoidable attack that hits 1 time(s), plus an extra time per Mark of Death stack applied to you. Deals 450 damage each. Removes all Mark of Death stacks from you after attack.",
            "usesRunesPerProc": false,
            "consumesStacks": "melvorF:MarkOfDeath"
        },
        {
            "id": "melvorF:Shadowstep",
            "defaultChance": 15,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 20,
                        "increasedDamageReduction": 40,
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Shadowstep",
            "description": "The enemy is surrounded with mist, gives the enemy +20% Global Evasion,+40% Damage Reduction and -20% Attack Interval for 1 of the enemy's turn. If buff is already active, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ShadowBurst",
            "defaultChance": 70,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedGlobalAccuracy": 1
                    },
                    "maxStacks": 40,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 700,
            "lifesteal": 0,
            "name": "Shadow Burst",
            "description": "Fire off 3 large, avoidable, dark explosions that deal 800 damage each. Gives you -1% Global Accuracy that stacks up to 40 times.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:IntotheMist",
            "defaultChance": 15,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Reflexive",
                    "modifiers": {
                        "increasedDamageReduction": 10
                    },
                    "maxStacks": 10,
                    "turns": 0,
                    "name": "Mist's Protection"
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "MaxHP",
                            "maxPercent": 10
                        }
                    ],
                    "procs": 10,
                    "interval": 1000,
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 2,
            "attackInterval": 9000,
            "lifesteal": 0,
            "name": "Into the Mist",
            "description": "The enemy disappears into the Mist. Gives the enemy +10% Damage Reduction each time they are hit for the duration of this attack (Stacks up to 10 times) and gives Regen that heals 10% of the enemy's max hitpoints over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:FallenLight",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 40,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 15,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Fallen Light",
            "description": "The Mist breaks away and the sky opens up to an unavoidable, falling ray of Darkness, dealing 400x15 damage over 2.8s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:InfinityDragonbreath",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 69696969,
            "attackInterval": 150,
            "lifesteal": 0,
            "description": "UNDEFINED TRANSLATION: :SPECIAL_ATTACK_InfinityDragonbreath",
            "isDragonbreath": true,
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:LesserSandstorm",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "CurrentHP",
                    "maxPercent": 5,
                    "roll": true,
                    "minRoll": "CurrentHP",
                    "minPercent": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Lesser Sandstorm",
            "description": "An unavoidable attack that deals up to 100% of the enemy's normal damage and 1%-5% of the enemy's current hitpoints.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ElementalImpactBurn",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Elemental Impact (Burn)",
            "description": "An unavoidable attack that deals up to 100% of the enemy's normal damage. Inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ElementalImpactStun",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Elemental Impact (Stun)",
            "description": "An unavoidable attack that deals up to 100% of the enemy's normal damage. Applies stun for 1 turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ElementalImpactFreeze",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Elemental Impact (Freeze)",
            "description": "An unavoidable attack that deals up to 100% of the enemy's normal damage. Applies freeze for 1 turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ElementalImpactFrostburn",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Elemental Impact (Frostburn)",
            "description": "An unavoidable attack that deals up to 100% of the enemy's normal damage. Gives you Frostburn for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:BurningFireball",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 45,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Burning Fireball",
            "description": "An avoidable attack that deals 450 damage. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:FragileMind",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 60,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedGlobalAccuracy": 30,
                        "decreasedGlobalEvasion": 30,
                        "decreasedDamageReduction": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 3,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Fragile Mind",
            "description": "An avoidable attack that deals 600 damage. On a hit, gives you -30% Global Accuracy,-30% Global Evasion and -30% Damage Reduction for 3 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:UnknownThreat",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedAfflictionChance": 5
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 0,
                    "countsOn": "Attacker"
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Unknown Threat",
            "description": "2 avoidable attacks lash out from the mist, dealing 100% of the enemy's normal damage each. Each attack has +5% chance to apply affliction. On use, gives the enemy -20% Attack Interval for 2 of the enemy's turns",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:MistWalk",
            "defaultChance": 15,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 5,
                    "countsOn": "Attacker"
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "procs": 36,
                    "interval": 500,
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "MaxHP",
                            "maxPercent": 20
                        }
                    ],
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Mist Walk",
            "description": "Gives the enemy immunity to their own attack type for 5 of their turns and gives them Regen that heals 20% of the enemy's max hitpoints over 18s. If the evasion buff is already active perform a NORMAL attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Suffocate",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHP",
                    "maxPercent": 0.5,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 2,
                    "chance": 100,
                    "hitpointThreshold": 50
                }
            ],
            "cantMiss": true,
            "attackCount": 12,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Suffocate",
            "description": "The mist surrounds and suffocates you, dealing 0.5% of the enemy's max hitpoints damage 12 times over 3.3s. Applies sleep for 2 turns if your hitpoints are below 50%.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:PoisonBreath",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 15
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                },
                {
                    "effectType": "Slow",
                    "magnitude": 10,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 6,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Poison Breath",
            "description": "Noxious gas erupts from the the enemy's mouth dealing 150x6 damage over 3s. On a hit inflicts Poison that deals 10% of your max hitpoints as damage over 10s and gives you +10% Attack Interval for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ToxicBite",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 30
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Toxic Bite",
            "description": "The enemy attempts to bite you with venomous fangs, dealing 300 damage. On a hit inflicts Poison that deals 10% of your max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:NoxiousPowder",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                },
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 1,
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Noxious Powder",
            "description": "The enemy sprinkles you with a noxious powder, inflicting Poison that deals 10% of your max hitpoints as damage over 10s and applies sleep for 1 turn (Unavoidable). If you are already asleep perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:PenetratingSpikeShot",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 92
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "procs": 20,
                    "interval": 500,
                    "damage": [
                        {
                            "roll": false,
                            "maxRoll": "Poisoned",
                            "maxPercent": 90,
                            "character": "Target"
                        }
                    ],
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Penetrating Spike Shot",
            "description": "The enemy fires a penetrating spike that deals 920 damage (Avoidable). On a hit inflicts Bleed that deals 900 damage over 10s if you are poisoned.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:ToxicNeedles",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 62
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 20
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Toxic Needles",
            "description": "The enemy fires 5 small needles that deal 620 damage each (Avoidable). On a hit has a 20% chance to inflict Poison that deals 10% of your max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Burrow",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 72
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 50
                    },
                    "turns": 2,
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Burrow",
            "description": "The enemy burrows underground and attacks from beneath, dealing 720 damage and gives the enemy +50% Global Evasion for 2 of the enemy's turns (Avoidable). On a hit gives you +20% Attack Interval for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CursedFlames",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 90
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Cursed Flames",
            "description": "The enemy fires a black flame dealing 900 damage (Avoidable). On a hit inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CursedFrostShards",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 70
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": false,
            "attackCount": 7,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Cursed Frost Shards",
            "description": "The enemy unleashes 7 black ice shards that deal 700 damage each (Avoidable). On a hit gives you Frostburn for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CursedTether",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 10,
                    "turns": 1
                },
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Cursed Tether",
            "description": "The enemy fires 3 black and purple tethers that deal 500 damage each (Avoidable). On a hit gives you +10% Attack Interval for 1 of your turns and inflicts Poison that deals 10% of your max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:CrushingClaws",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 85
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMeleeEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Target"
                },
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Crushing Claws",
            "description": "The enemy strikes downward with 2 powerful claws, dealing 850 damage each (Avoidable). On a hit gives you -30% Melee Evasion and +30% Attack Interval for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Cleave",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 70
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "procs": 20,
                    "interval": 500,
                    "damage": [
                        {
                            "roll": false,
                            "maxRoll": "Fixed",
                            "maxPercent": 70,
                            "character": "Target"
                        }
                    ],
                    "chance": 75
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Cleave",
            "description": "The enemy swings a sharp claw at you in a wide sweep, dealing 700 damage (Avoidable). On a hit has a 75% chance to inflict Bleed that deals 700 damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:SavageSpike",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "roll": false,
                    "maxRoll": "Bleeding",
                    "maxPercent": 18
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Savage Spike",
            "description": "The enemy's tail strikes you with deadly precision, dealing 1000 damage (Unavoidable). If you are bleeding, this attack deals 180 additional damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:BoneCrush",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 75
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalAccuracy": 10,
                        "decreasedAttackIntervalPercent": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "flavour": "Stun",
                    "turns": 1,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Bone Crush",
            "description": "The enemy flies high into the air and slams down with tremendous force, dealing 750 damage and gives the enemy +10% Accuracy Rating and -10% Attack Interval for 2 of the enemy's turns (Avoidable). On a hit applies stun for 1 turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:SpikedTailWhip",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedDamageReduction": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "turns": 3,
                    "character": "Target",
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Spiked Tail Whip",
            "description": "The enemy's tail whips at you 3 times, dealing 500 damage each (Avoidable). On a hit gives you -10% Damage Reduction for 3 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:Desecration",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 0
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Affliction"
                },
                {
                    "effectType": "Affliction"
                },
                {
                    "effectType": "Affliction"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Desecration",
            "description": "The enemy covers the ground in a large pool that applies 3 stacks of affliction if it comes into contact with you (Avoidable).",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorF:DoubleEdged",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 150,
                    "attackCount": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Double Edged",
            "description": "Attack 2 times dealing 75% of your normal damage on the 1st attack and 150% of your normal damage on the 2nd attack."
        },
        {
            "id": "melvorF:SwiftAttack",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 65,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 85,
                    "attackCount": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 15
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Swift Attack",
            "description": "Keeping your distance, you attack 2 times dealing 65% of your normal damage on the 1st attack and 85% of your normal damage on the 2nd attack. On a hit, gives you +15% Global Evasion for 2 of your turns."
        },
        {
            "id": "melvorF:PoisonedHit",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "PoisonMax35",
                    "maxPercent": 90,
                    "minRoll": "PoisonMin35",
                    "minPercent": 90,
                    "roll": true
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 20
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Poisoned Hit",
            "description": "Perform an attack that deals 90% (125% if the enemy is poisoned) of your normal damage. On a hit has a 20% chance to inflict Poison that deals 10% of the enemy's max hitpoints as damage over 10s."
        },
        {
            "id": "melvorF:BladeEchoes",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 20,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 20,
                    "attackCount": 2
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Blade Echoes",
            "description": "(MELEE ONLY) Perform 3 attacks that deal 100% of your normal damage on the 1st attack,20% of your normal damage on the 2nd attack and 20% of your normal damage on the 3rd attack.",
            "attackTypes": [
                "melee"
            ]
        },
        {
            "id": "melvorF:BarragePlayer",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Combo",
                    "maxStacks": 5,
                    "modifiers": {
                        "decreasedAttackInterval": 150,
                        "decreasedGlobalAccuracy": 10,
                        "decreasedMaxHitPercent": 2
                    }
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Barrage",
            "description": "(RANGED ONLY) Perform an attack dealing 100% of your normal damage. Gain -0.15s Attack Interval,-10% Global Accuracy and -2% Maximum Hit each time you succesfully hit, stacking up to 5 times. Stacks reset on a miss.",
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorF:SpiritPower",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 15,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "flavour": "Stun",
                    "chance": 10,
                    "turns": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Spirit Power",
            "description": "(MAGIC ONLY) Perform an attack dealing your normal damage plus an additional 150 damage. On a hit has a 10% chance to apply stun for 1 turn. Consumes 3 Spirit Runes per attack.",
            "attackTypes": [
                "magic"
            ],
            "extraRuneConsumption": [
                {
                    "id": "melvorF:Spirit_Rune",
                    "quantity": 3
                }
            ],
            "usesRunesPerProc": true
        },
        {
            "id": "melvorF:CrushingDoubleSlash",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 200,
                    "attackCount": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Crushing Double Slash",
            "description": "Perform 2 attacks that deal 50% of your normal damage on the 1st attack and 200% of your normal damage on the 2nd attack."
        },
        {
            "id": "melvorF:NaturesCall",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Compound",
                    "numEffects": 2,
                    "chance": 15
                },
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                },
                {
                    "effectType": "Slow",
                    "magnitude": 15,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Nature's Call",
            "description": "Cast a spell that does 100% of your normal damage. On a hit has a 15% chance to apply one of the following: applies stun for 1 turn; or gives the enemy +15% Attack Interval for 2 of the enemy's turns."
        },
        {
            "id": "melvorF:NaturesWrath",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Compound",
                    "numEffects": 4,
                    "chance": 25
                },
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Freeze"
                },
                {
                    "effectType": "Burn",
                    "chance": 100
                },
                {
                    "effectType": "Frostburn"
                },
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 1,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Nature's Wrath",
            "description": "Cast a spell that does 100% of your normal damage. On a hit has a 25% chance to apply one of the following: applies freeze for 1 turn; inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s; gives the enemy Frostburn for 2 of the enemy's turns; or applies sleep for 1 turn."
        },
        {
            "id": "melvorF:Ram",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 100,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ram",
            "description": "The enemy rams into you for 100% of the enemy's normal damage. On a hit inflicts Bleed that deals 100% of the damage dealt as damage over 10s."
        },
        {
            "id": "melvorF:HornShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 60
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Horn Shots",
            "description": "Fires 3 small horns in rapid succession dealing 60% of the enemy's normal damage each (Avoidable)."
        },
        {
            "id": "melvorF:OverwhelmingPower",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 20
                }
            ],
            "cantMiss": false,
            "attackCount": 8,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Overwhelming Power",
            "description": "Bane surges with power and uncontrollably unleashes it into the air, causing 8 purple explosions to rain down from the sky dealing 800 damage each (Avoidable). On a hit, has a 20% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s."
        },
        {
            "id": "melvorTotH:MeteorShot",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 25,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 6,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Meteor Shot",
            "description": "An avoidable attack that splits into 6 shooting stars, that deal damage equal to 25% of your max hit each over 1s.",
            "usesRunesPerProc": false,
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorTotH:Bind",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 65,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Bind",
            "description": "An avoidable attack that deals 650 damage. On a hit, gives you +20% Attack Interval for 3 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:LureTrap",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 85,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 50,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Lure Trap",
            "description": "Strange spores lure you towards the plant until it can strike, dealing 850 damage. On a hit, has a 50% chance to apply stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SharpWing",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 30,
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Sharp Wing",
            "description": "A sharp wing slices at you dealing 800 damage 2 times over 0.2s. On use, gives the enemy +30% Global Evasion and -20% Attack Interval for 3 of the enemy's turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FerociousBite",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 100,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Ferocious Bite",
            "description": "The enemy bites you with sharp, dangerous teeth dealing 1000 damage. On a hit, Inflicts Bleed that deals 100% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DeadlyWrap",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 24,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 10,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Deadly Wrap",
            "description": "The enemy constricts you dealing 240 damage 10 times over 2.7s. On a hit, applies stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Efflorescence",
            "defaultChance": 10,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                },
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 2,
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Efflorescence",
            "description": "Deadly pollen is released that inflicts Poison that deals 10% of your max hitpoints as damage over 10s and applies sleep for 2 turns on a hit. Deals no damage. Unavoidable. If you are already poisoned or sleeping, perform a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ThornedRoots",
            "defaultChance": 60,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 75,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Thorned Roots",
            "description": "Thorny roots seek you out, dealing 750 damage 3 times over 0.8s. On a hit, gives you +20% Attack Interval for 2 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:RazorWind",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 93,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 6,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Razor Wind",
            "description": "Razor sharp leaves fly towards you dealing 930 damage 6 times over 1.5s. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PoisonBulbs",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 70,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Poison Bulbs",
            "description": "Large pods filled with poisonous thorns are thrown towards you that explode, dealing 700 damage 3 times over 0.4s. On a hit, inflicts Poison that deals 10% of your max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SeekingRoots",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Seeking Roots",
            "description": "A mass of thorny roots thrust towards you, dealing 1000 damage. On a hit, gives you +20% Attack Interval for 1 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FullBloom",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "PoisonFixed100",
                    "maxPercent": 52,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 15
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "turns": 1
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "CurrentHP",
                            "maxPercent": 7.5
                        }
                    ],
                    "procs": 4,
                    "interval": 1000,
                    "chance": 100
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Full Bloom",
            "description": "Protective vines wrap around the enemy, giving them +15% Damage Reduction for 1 of their turns and Regen that heals 7.5% of their current hitpoints over 4s. A deadly flurry of piercing, poison tipped leaves is also launched, dealing 520 damage that is doubled if you are poisoned 4 times over 1.5s. On a hit, Inflicts Poison that deals 10% of your max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PoisonBite",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 85,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Poison Bite",
            "description": "Poisonous fangs bite down dealing 850 damage. On a hit, Inflicts Poison that deals 10% of your max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Smother",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 24,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 10,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Smother",
            "description": "The enemy constricts you dealing 240 damage 10 times over 2.7s. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FlameBarrage",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 75,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Flame Barrage",
            "description": "A barrage of 4 fireballs are launched that deal 750 damage each over 0.9s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SmolderingBlow",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Smoldering Blow",
            "description": "A fiery fist swings at you dealing 1000 damage. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:LavaWave",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 75,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Lava Wave",
            "description": "A wave of lava is pushed towards you dealing 750 damage. On a hit, has a 50% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Explosion",
            "defaultChance": 60,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 98,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Explosion",
            "description": "The enemy builds up energy before releasing it in a fiery explosion that deals 980 damage. On a hit, has a 50% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FlameRush",
            "defaultChance": 70,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Flame Rush",
            "description": "The enemy rushes towards you with blazing claws that deal 800 damage 4 times over 0.75s. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable. On use, gives the enemy -20% Attack Interval for 2 of the enemy's turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FatalSpike",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 93,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                },
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Fatal Spike",
            "description": "The enemy's spiked tail strikes at you dealing 930 damage. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s and Poison that deals 10% of your max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:GreaterFireball",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 82,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Greater Fireball",
            "description": "An enormous fireball is launched towards you dealing 820 damage. On a hit, has a 50% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Headbutt",
            "defaultChance": 60,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 85,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Headbutt",
            "description": "The enemy charges at you headfirst, dealing 850 damage 3 times over 1s. On use, gives the enemy -20% Attack Interval for 3 of the enemy's turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:MasterOfHeat",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 20,
                        "increasedGlobalEvasion": 50
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "CurrentHP",
                            "maxPercent": 20
                        }
                    ],
                    "procs": 16,
                    "interval": 350,
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Master of Heat",
            "description": "The enemy submerges itself under the lava. On use, gives the enemy +20% Damage Reduction and +50% Global Evasion for 2 of the enemy's turns and Regen that heals 20% of the enemy's current hitpoints over 5.6s. If the buff is already active, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:MegaFireball",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Mega Fireball",
            "description": "Channeling power through their hammer, Trogark fires a gargantuan fireball at you dealing 1000 damage. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:BurningFury",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 105,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 33
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 6,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Burning Fury",
            "description": "Trogark furiously swings their hammer at you dealing 1050 damage 6 times over 1s. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s. On use, gives the enemy -33% Attack Interval for 3 of the enemy's turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:WardOfFlame",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 40,
                        "increasedReflectDamage": 25,
                        "increasedChanceToApplyBurn": 75
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Ward of Flame",
            "description": "Trogark summons a protective wall of flame around them. On use, gives the enemy +40% Damage Reduction, +25% Reflect Damage, and +75% Chance to apply burn when attacking for 3 of the enemy's turns. If the buff is already active, Trogark performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:UnleashedPower",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "BurnFixed100",
                    "maxPercent": 54,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Unleashed Power",
            "description": "With incredible power, Trogark slams the ground creating cracks that head towards you. Bursts of lava erupt from the cracks dealing 540 damage that is doubled if you are burning 3 times over 0.6s. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FrozenClub",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Frozen Club",
            "description": "A giant ice club swings towards you with tremendous force dealing 800 damage. On a hit, gives you Frostburn for 2 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:RollingSnowball",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 90,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 30,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Rolling Snowball",
            "description": "A giant snowball is rolled towards you dealing 900 damage. On a hit, has a 30% chance to apply freeze for 2 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ChillingWinds",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 70,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": true,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Chilling Winds",
            "description": "Cold air blasts you dealing 700 damage 2 times over 0.3s. On a hit, gives you Frostburn for 2 of your turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:IceShards",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 107,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Ice Shards",
            "description": "Huge shards of ice are thrown at you dealing 1070 damage 3 times over 0.8s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FreezingRoar",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 77,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 100,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Freezing Roar",
            "description": "The enemy bellows at you, unleashing a chilling wind that deals 770 damage. On a hit, applies freeze for 2 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SpectralClones",
            "defaultChance": 70,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 150
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Spectral Clones",
            "description": "The enemy summons spectral clones that attack you with their vicious claws, dealing 150% of the enemy's normal damage 2 times over 0.3s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:IceBlast",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 95,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Ice Blast",
            "description": "Each head of the hydra launches an ice ball at you which deals 950 damage 5 times over 1.2s. On a hit, gives you Frostburn for 2 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FreezingBreath",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 160,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 30,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 800,
            "lifesteal": 0,
            "name": "Freezing Breath",
            "description": "A cone of frost erupts from one of the hydra's maws dealing 1600 damage 5 times over 3.2s. On a hit, has a 30% chance to apply freeze for 2 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:IceReanimation",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "MaxHP",
                            "maxPercent": 5
                        }
                    ],
                    "procs": 1,
                    "interval": 1000,
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 800,
            "lifesteal": 0,
            "name": "Ice Reanimation",
            "description": "One of the hydra's heads regrows. On use, gives Regen that heals 5% of the enemy's max hitpoints over 1s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ElectricBall",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 70,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 6,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Electric Ball",
            "description": "A ball of lightning shoots out, shocking everything around it, dealing 700 damage 6 times over 1.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:RapidStaticStrikes",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 65,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Rapid Static Strikes",
            "description": "The enemy unleashes a flurry of lightning powered blows, dealing 650 damage 4 times over 0.6s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FocusedStaticPunch",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 90,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Focused Static Punch",
            "description": "The enemy charges their fist with an incredible amount of lightning power and swings dealing 900 damage. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ShockBlast",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 94,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 30,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Shock Blast",
            "description": "A large concentrated ball of lightning energy is fired at you, dealing 940 damage. On a hit, has a 30% chance to apply stun for 2 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ElectricCharge",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 35,
                        "increasedReflectDamage": 100
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "MaxHP",
                            "maxPercent": 30
                        }
                    ],
                    "procs": 8,
                    "interval": 1000,
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Electric Charge",
            "description": "Ra'Zu surrounds their body in a protective electrical charge. On use, gives the enemy +35% Damage Reduction and +100% Reflect Damage for 1 of the enemy's turns and gives Regen that heals 30% of the enemy's max hitpoints over 8s. Deals no damage. If the buff is already active, Ra'Zu performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:LightningBreath",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 48,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 30,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 25,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Lightning Breath",
            "description": "A cone of lightning erupts from Ra'Zu's mouth, dealing 480 damage 25 times over 3.6s. On a hit, has a 30% chance to apply stun for 1 turn. Avoidable.",
            "isDragonbreath": true,
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Thunderbolt",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 92,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 50,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Thunderbolt",
            "description": "A giant bolt of lightning strikes down upon you dealing 920 damage 3 times over 0.8s. On a hit, has a 50% chance to apply stun for 2 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Allure",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 2,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Allure",
            "description": "The enemy sings a calming song that deals no damage. On a hit, applies sleep for 2 turns. Avoidable. If you are already sleeping, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Drown",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 2,
                    "chance": 100,
                    "hitpointThreshold": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 10,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Drown",
            "description": "The enemy drags you under the water, dealing 300 damage 10 times over 2.7s. On a hit, applies sleep for 2 turns if your hitpoints are below 50%. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Predator",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 40,
                        "increasedMaxHitPercent": 40
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Predator",
            "description": "The enemy dives under the water obscuring themselves. On use, gives the enemy +40% Global Evasion and +40% Max Hit for 2 of the enemy's turns. If the buff is already active, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CrushingJaws",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Crushing Jaws",
            "description": "The enemy's jaws snap down on you, dealing 100% of the enemy's max hit damage. On a hit, inflicts Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SpikesFromBelow",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Spikes from Below",
            "description": "Razor sharp spikes pierce out from the water, dealing 800 damage. On a hit, inflicts Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SpikedSlam",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHitDR",
                    "maxPercent": 100,
                    "minRoll": "MaxHitDR",
                    "minPercent": 1,
                    "roll": true
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Spiked Slam",
            "description": "The enemy slams hard into you with their tough skin, dealing up to 100% + (Attacker DR%) Normal Hit damage (Eg. 25% DR = up to 125% normal hit damage). On a hit, inflicts Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:WaterDance",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 20,
                        "increasedGlobalEvasion": 20,
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Water Dance",
            "description": "On use, gives the enemy +20% Damage Reduction, +20% Global Evasion, and -20% Attack Interval for 2 of the enemy's turns. If the buff is already active, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:TorrentialDragonbreath",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 40,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Torrential Dragonbreath",
            "description": "A torrent of water is blasted into you dealing 300 damage 40 times over 5.85s.",
            "isDragonbreath": true,
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:GiantBubble",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 2,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Giant Bubble",
            "description": "The enemy traps you in a large bubble dealing 800 damage. On a hit, applies sleep for 2 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Tsunami",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Tsunami",
            "description": "Giant waves rush towards you dealing 800 damage 3 times over 0.8s. On a hit, gives you +20% Attack Interval for 3 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:WebTrap",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Web Trap",
            "description": "The enemy shoots out webs in every direction blocking off all paths. On a hit, gives you +30% Attack Interval for 3 of your turns. Deals no damage. Avoidable. If you are already slowed, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DeadlyBite",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 90,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "DeadlyPoison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Deadly Bite",
            "description": "The enemy bites you with highly venomous fangs, dealing 900 damage. On a hit, inflicts Deadly Poison that deals 25% of your max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SharpSlice",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 80,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Sharp Slice",
            "description": "The Spider Queen swings at you with her sharp spear dealing 800 damage. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FatalBite",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 130,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "DeadlyPoison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Fatal Bite",
            "description": "The Spider Queen bites you with highly venomous fangs dealing 1300 damage. On a hit, inflicts Deadly Poison that deals 25% of your max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CaughtInTheWeb",
            "defaultChance": 40,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedLifesteal": 500,
                        "decreasedAttackIntervalPercent": 40
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Caught in the Web",
            "description": "On use, gives the enemy +500% Lifesteal and -40% Attack Interval for 2 of the enemy's turns. If the buff is already active, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Surrounded",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": true,
                    "maxRoll": "MaxHitScaledByHP2x",
                    "maxPercent": 100,
                    "minRoll": "MinHit",
                    "minPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Surrounded",
            "description": "Shadows surround you and simultaneously attack, dealing up to (200% * Current HP % of the Attacker) damage. (Eg. 200% damage if 100% HP, 100% damage if 50% HP). Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ShadowBite",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 150
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 100,
            "name": "Shadow Bite",
            "description": "The enemy bites you dealing damage equal to 150% of the enemy's max hit and heals them for 100% of the damage dealt. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:HarmfulConcoction",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 20
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:Decay"
                },
                {
                    "effectType": "Poison",
                    "chance": 100
                },
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "chance": 10,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 15,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Harmful Concoction",
            "description": "The enemy throws a potion that explodes into a noxious cloud, dealing 200 damage 15 times over 5.6s. On a hit, applies the Decay Curse for 3 turns; inflicts Poison that deals 10% of your max hitpoints as damage over 10s and has a 10% chance to apply sleep for 2 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DiseaseSwarm",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 10.5
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Affliction"
                },
                {
                    "effectType": "Curse",
                    "curse": "melvorF:Decay"
                }
            ],
            "cantMiss": false,
            "attackCount": 20,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Disease Swarm",
            "description": "A swarm of afflicted bugs is summoned, which deals 105 damage 20 times over 5.7s. On a hit, gives you a stack of Affliction and applies the Decay Curse for 3 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Lifedrain",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 80
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 100,
            "name": "Life Drain",
            "description": "The enemy pierces you with their tail, draining your life force. Deals 800 damage that heals the enemy for 100% of the damage dealt. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DecayingShots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 125
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:Decay",
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Decaying Shots",
            "description": "Large acidic shots are fired at you that deal 1250 damage 3 times over 0.6s. On a hit, has a 50% chance to apply the Decay Curse for 3 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CrushingSmash",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 110
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 40,
                    "turns": 1,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Crushing Smash",
            "description": "The enemy flies up into the air and dive bombs the ground creating a shock wave that deals 110% of the enemy's normal damage. On a hit, has a 40% chance to apply stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Entangle",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 80
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Entangle",
            "description": "3 large roots rapidly seek you out dealing 800 damage each over 0.6s. On a hit, gives you +30% Attack Interval for 3 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:TreeSlam",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 75,
                    "turns": 2,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Tree Slam",
            "description": "The enemy uproots a tree and swings it towards you dealing 1000 damage. On a hit, has a 75% chance to apply stun for 2 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CurseOfMadness",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 70
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorTotH:Madness"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Curse of Madness",
            "description": "Deals 700 damage. On a hit, applies the Madness Curse for 3 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SilenceOfTheForest",
            "defaultChance": 25,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "chance": 100,
                    "turns": 2
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Silence of the Forest",
            "description": "On use, applies sleep for 2 turns. Deals no damage. Unavoidable. If you are already sleeping, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CurseOfTorment",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 70
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorTotH:Torment"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Curse Of Torment",
            "description": "Deals 700 damage. On a hit, applies the Torment Curse for 3 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Soulburn",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 86
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Soulburn",
            "description": "Pure white orbs of intense flame are hurled towards you dealing 860 damage 3 times over 0.8s. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CurseOfDespair",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 70
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorTotH:Despair"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Curse of Despair",
            "description": "Deals 700 damage. On a hit, applies the Despair Curse for 3 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DevourerOfTheCursed",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "CursedFixed100",
                    "maxPercent": 44
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Devourer of the Cursed",
            "description": "Deals 440 damage that is doubled if you are cursed. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:EtheralShots",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Ethereal Shots",
            "description": "The enemy fires ethereal bolts at you, dealing 100% of the enemy's normal damage 4 times over 0.9s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:WeakeningShot",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:WeakeningIII"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Weakening Shot",
            "description": "Perform a normal attack. On a hit, applies the Weakening III Curse for 3 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:GhostlyTerror",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "chance": 50,
                    "turns": 2
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Ghostly Terror",
            "description": "The enemy appears out of nowhere and deals a frightening normal attack. On a hit, has a 50% chance to apply sleep for 2 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:BlindingFear",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:BlindingIII"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Blinding Fear",
            "description": "Perform a normal attack. On a hit, applies the Blinding III Curse for 3 turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SpinningAxe",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 8,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Spinning Axe",
            "description": "The enemy swings their axe around in a circle slashing through everything it hits, dealing 50% of the enemy's normal damage 8 times over 1.75s. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Anguish",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:AnguishIII"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Blinding Beams",
            "description": "Fires quick beams from all eyes, 100 1 times over 0s. On a hit, Applies +${onHitEffect0stacks} stack of Spinning Axe to you (Maximum ${onHitEffect0maxStacks} stacks). Spinning Axe gives -${onHitEffect0modValue0}% Global Accuracy per stack. One stack is removed after each of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ConfusedTouch",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:Confusion"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Confusing Touch",
            "description": "Perform a normal attack. On a hit, applies the Confusion Curse for 3 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:BlindingBeams",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedGlobalAccuracy": 2
                    },
                    "maxStacks": 20,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 7,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Blinding Beams",
            "description": "The enemy quickly fires beams from all of their eyes, dealing 500 damage 7 times over 0.9s. On a hit, gives you -2% Global Accuracy that stacks up to 20 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PetrifyingGlare",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 110
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 40,
                    "turns": 2,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Petrifying Glare",
            "description": "The enemy's central eye emits a bright beam dealing 110% of the enemy's normal damage. On a hit, has a 40% chance to apply stun for 2 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ShadeSummon",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitFlat": 15
                    },
                    "turns": 5,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 3,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Shade Summon",
            "description": "Perform a normal attack. On use, summon a shade that gives you +150 Max Hit that stacks up to 3 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:GreaterShadeSummon",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedDamageReduction": 5
                    },
                    "turns": 5,
                    "character": "Target",
                    "countsOn": "Target",
                    "maxStacks": 3,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Greater Shade Summon",
            "description": "Perform a normal attack. On use, you summon a greater shade that gives the enemy -5% Damage Reduction that stacks up to 3 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:GreaterShadeSummonEnemy",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedDamageReduction": 5
                    },
                    "turns": 5,
                    "character": "Target",
                    "countsOn": "Target",
                    "maxStacks": 3,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Greater Shade Summon",
            "description": "The enemy performs a normal attack. On use, the enemy summons a greater shade that gives you -5% Damage Reduction that stacks up to 3 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:BladeShadow",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 110
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Blade Shadow",
            "description": "The enemy slashes their dark axe through you with ease dealing 110% of the enemy's normal damage. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Darkblade",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedHitpointRegeneration": 100
                    },
                    "turns": 5,
                    "character": "Target",
                    "countsOn": "Target",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                },
                {
                    "effectType": "Curse",
                    "curse": "melvorF:Decay"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Dark Blade",
            "description": "The enemy imbues their axe with a black aura and slashes at you, dealing 50% of the enemy's normal damage. On a hit, gives you -100% Hitpoint Regeneration for 5 of your turns and applies the Decay Curse for 3 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PhantomSummon",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMinHitBasedOnMaxHit": 15
                    },
                    "turns": 5,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 3,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Phantom Summon",
            "description": "The enemy performs a normal attack. On use, the enemy summons a phantom that gives them +15% of Maximum Hit added to Minimum Hit that stacks up to 3 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CurseTotemSummon",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:BlindingI",
                    "isRandom": true
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Curse Totem Summon",
            "description": "Perform a normal attack and summon a curse totem. On use, applies a random Curse for 3 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CurseTotemSummonPlayer",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:BlindingI",
                    "isRandom": true
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Curse Totem Summon",
            "description": "You perform a normal attack. On use, you summon a curse totem that applies a random Curse for 3 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FeatherStorm",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 300,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 150,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 150,
                    "attackCount": 2
                },
                {
                    "damageType": "Normal",
                    "amplitude": 150,
                    "attackCount": 3
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                }
            ],
            "cantMiss": true,
            "attackCount": 4,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Feather Storm",
            "description": "The enemy fires 4 unavoidable razor sharp feathers at you, dealing 300% of the enemy's normal damage on the 1st attack, 150% of the enemy's normal damage on the 2nd attack, 150% of the enemy's normal damage on the 3rd attack, and 150% of the enemy's normal damage on the 4th attack. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FeatherBarrier",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 25
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Feather Barrier",
            "description": "On use, gives the enemy +25% Damage Reduction for 1 of the enemy's turns. Deals no damage. If the buff is already active, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FeatherLance",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 20,
                    "turns": 2,
                    "flavour": "Stun"
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 75
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Feather Lance",
            "description": "The enemy summons golden feathers that combine into a giant lance that deals 1000 damage. On a hit, has a 20% chance to apply stun for 2 turns and has a 75% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:AgileWings",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 150,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 250,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 300,
                    "attackCount": 2
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Agile Wings",
            "description": "The enemy aims at weak points and unleashes a powerful combination attack, performing 3 avoidable strikes that deal 150% of the enemy's normal damage on the 1st attack, 250% of the enemy's normal damage on the 2nd attack, and 300% of the enemy's normal damage on the 3rd attack. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:RapidParry",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalEvasion": 100
                    },
                    "turns": 2,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 2,
                    "stacksToAdd": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Rapid Parry",
            "description": "In a flash, the enemy parries one of your attacks, dealing 100% of the enemy's normal damage 2 times over 0.3s. On a hit, gives the enemy +100% Global Evasion that stacks up to 2 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FullCharge",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 80
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 75,
                    "turns": 2,
                    "flavour": "Stun"
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 30
                    },
                    "turns": 2,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "cantMiss": true,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Full Charge",
            "description": "The enemy rushes towards you, dealing 800 damage 2 times for 0.3s. On a hit, has a 75% chance to apply stun for 2 turns and gives the enemy -30% Attack Interval for 2 of the enemy's turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:WindBarrier",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReductionAgainstRanged": 15,
                        "increasedDamageReductionAgainstMagic": 15,
                        "increasedEvasionAgainstMagic": 60,
                        "increasedEvasionAgainstRanged": 60
                    },
                    "turns": 2,
                    "character": "Attacker",
                    "countsOn": "Target",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Wind Barrier",
            "description": "The enemy creates a swirling barrier of wind around themselves. On use, gives the enemy +15% Damage Reduction and +60% Global Evasion against Magic or Ranged targets for 2 of your turns. If the buff is already active, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FeatherTornado",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 75
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 50,
                    "turns": 1,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Feather Tornado",
            "description": "A tornado of feathers is summoned, dealing 750 damage 2 times over 0.3s. On a hit, has a 50% chance to apply stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:AggressiveOnslaught",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Aggressive Onslaught",
            "description": "The enemy rages and wildly swings at you dealing 100% of the enemy's normal damage 4 times over 0.9s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Battlecry",
            "defaultChance": 25,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 15
                    },
                    "turns": 2,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 30
                    },
                    "turns": 2,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Battlecry",
            "description": "On use, gives the enemy +15% Damage Reduction and -30% Attack Interval for 2 of the enemy's turns. Deals no damage. If the buff is already active, the enemy performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:UnstoppableForce",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 100,
                    "turns": 1,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Unstoppable Force",
            "description": "The enemy charges towards you at full speed dealing 1000 damage. On a hit, applies stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Sunder",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 125
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "chance": 100,
                    "turns": 3,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Sunder",
            "description": "The enemy strikes the ground with such tremendous force that it tears it asunder. Deals 1250 damage 3 times over 0.6s. On a hit, applies stun for 3 turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ChronoCurse",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 3
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Chrono Curse",
            "description": "On use, gives you +30% Attack Interval for 3 of your turns. Deals no damage. Unavoidable. If you are already Slowed, the Herald performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Alacrity",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 30
                    },
                    "turns": 2,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Alacrity",
            "description": "The Herald casts a spell dealing 1000 damage 3 times over 0.4s. On a hit, gives the enemy -30% Attack Interval for 2 of the enemy's turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DejaVu",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "otherStyleImmunity": 1
                    },
                    "turns": 4,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Deja-Vu",
            "description": "On use, gives the Herald Immunity to all attack types other than their own for 4 of their turns. Deals no damage. If the buff is already active, the Herald performs a Normal Attack instead.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:TouchOfAffliction",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Affliction"
                },
                {
                    "effectType": "Affliction"
                },
                {
                    "effectType": "Affliction"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Touch of Affliction",
            "description": "The Herald charges their hands with shadowy magic, and darts towards you with terrifying speed. Before you can react, they touch you dealing 1000 damage 2 times over 0.2s. On a hit, gives you 3 stacks of Affliction. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ShardsOfMillennia",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 125
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Shards of Millennia",
            "description": "The Herald rips a chunk of stone from the tower and thrusts it towards you, dealing 1250 damage 4 times over 0.6s. On a hit, inflicts Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PowerOfTheMist",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 20
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedAfflictionChance": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 0,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 2,
                    "chance": 100,
                    "hitpointThreshold": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 8,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Power of the Mist",
            "description": "The Herald conjures a shroud of mist and pushes it towards you, dealing damage equal to 20% of the enemy's max hit 8 times over 2.8s. This attack has +30% chance to apply affliction. On a hit, applies sleep for 2 turns if your hitpoints are below 50%. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:UnisonOfFireAndEarth",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": true,
                    "maxRoll": "Fixed",
                    "maxPercent": 175,
                    "minRoll": "Fixed",
                    "minPercent": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Unison of Fire and Earth",
            "description": "Fusing the power of fire and earth, the Herald creates 2 enormous, flaming meteorites that hurtle towards you that deal 10-1750 damage each over 0.6s. On a hit, inflicts Burn that deals 15% of your current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:UnisonOfAirAndWater",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 100,
                    "attackCount": 0
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 150,
                    "attackCount": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "chance": 100,
                    "turns": 1,
                    "type": "Stun",
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Unison of Air and Water",
            "description": "Combining the elements of air and water, the Herald conjures a column of misty water that blasts you into the air, dealing 1000 damage, then slams you to the ground, dealing 1500 damage. On a hit, applies stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SealedFate",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "roll": false,
                    "maxRoll": "HPUnder90",
                    "maxPercent": 69696969696969
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Sealed Fate",
            "description": "Destroys the Target if their current hitpoints are under 90%. This cannot miss.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SlicingMaelstrom",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 125
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                },
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": true,
            "attackCount": 5,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Slicing Maelstrom",
            "description": "The enemy conjures a maelstrom that slices through your armor. It performs 5 unavoidable attacks that deal 125% of the enemy's normal damage. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s and gives you +20% Attack Interval for 3 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PoisonPods",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 10,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Poison Pods",
            "description": "You hurl large pods filled with poisonous gas at the enemy that burst open into a noxious cloud of gas that deals damage equal to 100% of your max hit 10 times over 4.5s. On a hit, inflicts Poison that deals 10% of the enemy's max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:GiantFireball",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 25
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Giant Fireball",
            "description": "You fire an enormous fireball at the enemy dealing damage equal to 100% of your max hit. On a hit, has a 25% chance to inflict Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ThunderStrike",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 15,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Thunder Strike",
            "description": "You summon a bolt of lightning from the skies that strike the enemy, dealing damage equal to 100% of your max hit. On a hit, has a 15% chance to apply stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:MeteorShowerArchaic",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 30
                }
            ],
            "cantMiss": false,
            "attackCount": 6,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Meteor Shower",
            "description": "You summon a swarm of small meteors in the sky which shower down upon the enemy, dealing damage equal to 100% of your max hit 6 times over 2s. On a hit, has a 30% chance to inflict Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:TsunamiArchaic",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Tsunami",
            "description": "You conjure immense waves that crash into the enemy, dealing damage equal to 100% of your max hit 3 times over 0.6s. On a hit, gives the enemy +20% Attack Interval for 3 of the enemy's turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:NaturesBloom",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "PoisonedMaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "CurrentHP",
                            "maxPercent": 30
                        }
                    ],
                    "procs": 10,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 8,
            "attackInterval": 500,
            "lifesteal": 0,
            "name": "Natures Bloom",
            "description": "You wrap yourself in protective leaves that lash out at the enemy dealing damage equal to 100% of your max hit 8 times over 3.5s. Damage is doubled if the enemy is poisoned. On a hit, has a 50% chance to inflict Poison that deals 10% of the enemy's max hitpoints as damage over 10s. On use, gives Regen that heals 30% of your current hitpoints over 5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:InfernalPower",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "BurnMaxHit100",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Infernal Power",
            "description": "You create fractures in the earth that pursue the enemy and unleash lava from below. Deals damage equal to 100% + 100% if the enemy is burning of your max hit 4 times over 1.2s. On a hit, has a 50% chance to inflict Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Soulash",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 30,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Soulash",
            "description": "You create ghostly tendrils that lash out at the enemy dealing damage equal to 100% of your max hit 4 times over 1.8s. On a hit, has a 30% chance to apply stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DragonStormCall",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 20,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Dragon Storm Call",
            "description": "You summon a dragon made of dark clouds that crackles with thunder. It discharges lightning onto the enemy dealing damage equal to 100% of your max hit 3 times over 0.6s. On a hit, has a 20% chance to apply stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SlicingMaelstromArchaic",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                },
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Slicing Maelstrom",
            "description": "You conjure a maelstrom that slices through the enemy's armor. It performs 3 avoidable attacks that deal 100% of your max hit. On a hit, inflicts Bleed that deals 200% of the damage dealt as damage over 10s and gives the enemy +20% Attack Interval for 3 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:BurningEmbers",
            "defaultChance": 5,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Burning Embers",
            "description": "An unavoidable attack that inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s. Deals no damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:MeteorSwing",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 600
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Meteor Swing",
            "description": "You cleave down against the enemy with the power of a crashing meteor, dealing 600% of your normal damage. On a hit, inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:Reduction",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedDamageReduction": 1
                    },
                    "maxStacks": 7,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Reduction",
            "description": "Perform a normal attack. On a hit, gives the enemy -1% Damage Reduction that stacks up to 7 times. Unavoidable.",
            "usesRunesPerProc": false,
            "minAccuracy": 1
        },
        {
            "id": "melvorTotH:DarkBladePlayer",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitPercent": 6,
                        "decreasedDamageReduction": 1
                    },
                    "maxStacks": 5,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": "Infinity",
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Dark Blade",
            "description": "(MELEE ONLY) Perform a normal attack. On a hit, gives you +6% Max Hit and -1% Damage Reduction that stacks up to 5 times. Avoidable.",
            "attackTypes": [
                "melee"
            ],
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:BadThrow",
            "defaultChance": 69,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Bad Throw",
            "description": "You throw out the grappling hook and miss, hooking a rock instead of the enemy. Deals no damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:GoodThrow",
            "defaultChance": 31,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 69
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Good Throw",
            "description": "You throw out the grappling hook and wrap it around the enemy, dealing 69% of your normal damage. Unavoidable.",
            "usesRunesPerProc": false,
            "minAccuracy": 69
        },
        {
            "id": "melvorTotH:ThornedPower",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "roll": false,
                    "maxRoll": "MaxHit",
                    "maxPercent": 300,
                    "character": "Target"
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Thorned Power",
            "description": "Perform an attack that deals 100% of your normal damage and 300% of the enemy's max hit damage. Unavoidable."
        },
        {
            "id": "melvorTotH:HeatedFury",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 175,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 175,
                    "attackCount": 2
                },
                {
                    "damageType": "Normal",
                    "amplitude": 175,
                    "attackCount": 3
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Heated Fury",
            "description": "You furiously strike at the enemy 4 times over 0.9s, dealing 100% of your normal damage on the 1st attack, 175% of your normal damage on the 2nd attack, 175% of your normal damage on the 3rd attack, and 175% of your normal damage on the 4th attack. On a hit, inflicts Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s. Avoidable"
        },
        {
            "id": "melvorTotH:SpectralIceBlades",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 150
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Frostburn"
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Spectral Ice Blades",
            "description": "You summon spectral ice swords dealing 150% of your normal damage 5 times over 1s. On a hit, gives the enemy Frostburn for 2 of the enemy's turns. Avoidable."
        },
        {
            "id": "melvorTotH:LargeLightningStrike",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 150
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 10,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Large Lightning Strike",
            "description": "A large lightning bolt erupts from your sword dealing 1500 damage. On a hit, has a 10% chance to apply stun for 1 turn. Avoidable"
        },
        {
            "id": "melvorTotH:LargeThunderStrike",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "Fixed",
                    "maxPercent": 240
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Large Thunder Strike",
            "description": "You call down a powerful thunder strike on the enemy dealing 2400 damage. On a hit, applies stun for 1 turn. Unavoidable."
        },
        {
            "id": "melvorTotH:TorrentialBlast",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 125
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 4,
            "attackInterval": 700,
            "lifesteal": 0,
            "name": "Torrential Blast",
            "description": "You fire a bolt that transforms into a torrent of water dealing 125% of your normal damage 4 times over 2.1s. Unavoidable."
        },
        {
            "id": "melvorTotH:PiercingToxicStrike",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 50
                },
                {
                    "effectType": "DeadlyPoison",
                    "chance": 5
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Piercing Toxic Strike",
            "description": "You jab the enemy with your poison tipped spear dealing 100% of your normal damage 3 times over 0.8s. On a hit, has a 50% chance to inflict Poison that deals 10% of the enemy's max hitpoints as damage over 10s; a 5% chance to inflict Deadly Poison that deals 25% of the enemy's max hitpoints as damage over 10s and inflicts Bleed that deals 200% of the damage dealt as damage over 10s. Avoidable."
        },
        {
            "id": "melvorTotH:EtheralArrows",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedDamageReduction": 5
                    },
                    "maxStacks": 4,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 3,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": true,
            "attackCount": 4,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Ethereal Arrows",
            "description": "You conjure shimmering ethereal arrows and fire them at the enemy, dealing 100% of your normal damage 4 times over 0.6s. On a hit, gives the enemy -5% Damage Reduction that stacks up to 4 times. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:SpinningAxePlayer",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                }
            ],
            "cantMiss": true,
            "attackCount": 9,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Spinning Axe",
            "description": "You swing your axe around in a circle slashing through everything it hits, dealing 50% of your normal damage damage 9 times over 1.6s. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:CorundumWounds",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 250
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedDamageReduction": 6,
                        "decreasedGlobalEvasion": 35
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Corundum Wounds",
            "description": "You perform 2 attacks that deal 250% of your normal damage over 0.2s. On a hit, gives the enemy -6% Damage Reduction and -35% Global Evasion for 2 of the enemy's turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:AugiteCrystallization",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMinHitBasedOnMaxHit": 75
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Augite Crystallization",
            "description": "\u003CAttack\u003E perform 3 attacks that deal 100% of your normal damage over 0.4s. On use, gives you +75% of Maximum Hit added to Minimum Hit for 1 of your turns. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DivineBreaker",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitPercentBasedOnEnemyDamageReduction": 6
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Divine Breaker",
            "description": "You perform 2 attacks that deal 100% of your normal damage over 0.2s. On use, gives you +6% Max Hit for each 1% of Damage Reduction the Enemy has for 1 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ElderwoodPoison",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "roll": false,
                    "maxRoll": "PoisonedMaxHit",
                    "maxPercent": 30
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 50
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedAttackIntervalPercent": 5,
                        "decreasedMaxHitPercent": 5,
                        "decreasedMaxHitpoints": 5
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 3,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Elderwood Poison",
            "description": "Your bow imbues your arrows with a sickly poison. You perform 2 attacks that deal 100% of your normal damage plus 30% of your max hit if the target is poisoned over 0.2s. On a hit, has a 50% chance to inflict Poison that deals 10% of the enemy's max hitpoints as damage over 10s and gives the enemy -5% Attack Interval, -5% Max Hit, and -5% Maximum Hitpoints for 3 of the enemy's turns. Avoidable."
        },
        {
            "id": "melvorTotH:RevenantHunter",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 250
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMaxHitPercent": 2
                    },
                    "maxStacks": 20,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Revenant Hunter",
            "description": "You perform 2 attacks that deal 250% of your normal damage over 0.2s. On a hit, gives the enemy -2% Max Hit that stacks up to 20 times. Avoidable."
        },
        {
            "id": "melvorTotH:CarrionMarker",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 150
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedGlobalEvasion": 3,
                        "decreasedGlobalAccuracy": 3,
                        "increasedDamageTakenPerAttack": 3
                    },
                    "maxStacks": 5,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Carrion Marker",
            "description": "You perform 2 attacks that deal 150% of your normal damage over 0.2s. On a hit, gives the enemy -3% Global Evasion, -3% Global Accuracy, and +3% of Current HP taken as damage per Attack that stacks up to 5 times. Avoidable."
        },
        {
            "id": "melvorTotH:PoisonSplit",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 70,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Poison Split",
            "description": "The enemy spits a glob of poisonous mucus at you dealing 700 damage. On a hit, inflicts Poison that deals 10% of your max hitpoints as damage over 10s. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:AgileWingsPlayer",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 175,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 250,
                    "attackCount": 2
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Agile Wings",
            "description": "You aim at weak points and unleash a powerful combination attack, performing 3 avoidable strikes that deal 100% of your normal damage on the 1st attack, 175% of your normal damage on the 2nd attack, and 250% of your normal damage on the 3rd attack. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:LightningStrikeEnemy",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 85,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 40,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Lightning Strike",
            "description": "A lightning bolt shoots out with incredible speed towards you, dealing 850 damage. On a hit, has a 40% chance to apply stun for 1 turn. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ShadeSummonEnemy",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitFlat": 15
                    },
                    "turns": 5,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 3,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Shade Summon",
            "description": "The enemy performs a normal attack. On use, the enemy summons a shade that gives the enemy +150 Max Hit that stacks up to 3 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PhantomSummonPlayer",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMinHitBasedOnMaxHit": 15
                    },
                    "turns": 5,
                    "character": "Attacker",
                    "countsOn": "Attacker",
                    "maxStacks": 3,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Phantom Summon",
            "description": "You perform a normal attack. On use, you summon a phantom that gives you +15% of Maximum Hit added to Minimum Hit that stacks up to 3 times. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FeatherStormPlayer",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 250,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 100,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 100,
                    "attackCount": 2
                },
                {
                    "damageType": "Normal",
                    "amplitude": 100,
                    "attackCount": 3
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Feather Storm",
            "description": "You fire 4 avoidable razor sharp feathers at the enemy, dealing 250% of your normal damage on the 1st attack, 100% of your normal damage on the 2nd attack, 100% of your normal damage on the 3rd attack, and 100% of your normal damage on the 4th attack. On a hit, has a 50% chance to inflict Bleed that deals 200% of the damage dealt as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FrostbiteEnemy",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 75,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 30,
                    "flavour": "Freeze"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Frostbite",
            "description": "The enemy attacks once dealing 750 damage. Has a 30% chance to apply freeze for 2 turns on a hit. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:QuakeEnemy",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 54,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 50,
                    "turns": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Quake",
            "description": "The enemy attacks 2 times dealing 540 damage each. On a hit, gives you +50% Attack Interval for 1 of your turns. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:MagicRayEnemy",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 70
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 15,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Magic Ray",
            "description": "The enemy casts a Magic Ray, dealing 70% of the enemy's normal damage 5 times over 1.6s. On a hit, gives you +15% Attack Interval for 2 of your turns."
        },
        {
            "id": "melvorTotH:OceanSongEnemy",
            "defaultChance": 35,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 135,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMagicEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 50,
                    "turns": 2
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ocean Song",
            "description": "The enemy summons a Water Dragon that targets you, dealing 1350 damage. On use, gives you +50% Attack Interval for 2 of your turns and -30% Magic Evasion until the end of the fight. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:PoisonedHitEnemy",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "PoisonMax35",
                    "maxPercent": 90,
                    "minRoll": "PoisonMin35",
                    "minPercent": 90,
                    "roll": true
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 20
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Poisoned Hit",
            "description": "The enemy performs an attack that deals 90% (125% if you are poisoned) of their normal damage. On a hit has a 20% chance to inflict Poison that deals 10% of your max hitpoints as damage over 10s."
        },
        {
            "id": "melvorTotH:PiercingArrowEnemy",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 200,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Piercing Arrow",
            "description": "An unavoidable attack that deals damage equal to 200% of the enemy's max hit.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:ImpairingShotEnemy",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedRangedEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Impairing Shot",
            "description": "A normal attack that gives you +20% Attack Interval for 3 of your turns on a hit. On use, gives you -30% Ranged Evasion until the end of the fight.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:DeadlyCutEnemy",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Target",
                            "roll": false,
                            "maxRoll": "Fixed",
                            "maxPercent": 20
                        },
                        {
                            "character": "Target",
                            "roll": false,
                            "maxRoll": "MaxHP",
                            "maxPercent": 4
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Deadly Cut",
            "description": "Perform a normal attack. On a hit, inflicts Bleed that deals 200 and 4% of your max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:FlurryEnemy",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Combo",
                    "maxStacks": 5,
                    "modifiers": {
                        "increasedMaxHitPercent": 20
                    }
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Flurry",
            "description": "The enemy attacks 5 times for 50% of the enemy's normal damage. Each time the enemy hits they gain +20% Max Hit, stacking up to 5 times. Stacks reset on a miss. Attacks can miss. Avoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:InfernumEnemy",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 125,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 175,
                    "attackCount": 2
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Infernum",
            "description": "The enemy performs 3 unavoidable attacks that deal 75% of the enemy's normal damage on the 1st attack, 125% of the enemy's normal damage on the 2nd attack, and 175% of the enemy's normal damage on the 3rd attack.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorTotH:TidalWaveEnemy",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "FixedPlusMaxHit50",
                    "maxPercent": 35,
                    "roll": false
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMeleeEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": "Infinity",
                    "countsOn": "Target"
                }
            ],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 3
                }
            ],
            "cantMiss": true,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Tidal Wave",
            "description": "The enemy launches a massive tidal wave, dealing 350 damage plus 50% of the enemy's max hit damage 2 times over 0.2s. On use, gives you +20% Attack Interval for 3 of your turns and -30% Melee Evasion until the end of the fight. Unavoidable.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:DeadlyCutRanged",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Target",
                            "roll": false,
                            "maxRoll": "Fixed",
                            "maxPercent": 20
                        },
                        {
                            "character": "Target",
                            "roll": false,
                            "maxRoll": "MaxHP",
                            "maxPercent": 4
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Deadly Cut",
            "description": "(RANGED ONLY) Perform a normal attack. On a hit, inflicts Bleed that deals 200 and 4% of the enemy's max hitpoints as damage over 10s.",
            "usesRunesPerProc": false,
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorAoD:Crystalline",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 10,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 3,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Crystalline",
            "description": "An avoidable attack that deals 100% of your normal damage and 100. On a hit, there is a 3% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:TwinCrystals",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 65
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 6,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Twin Crystals",
            "description": "An avoidable attack that deals 65% of your normal damage 2 times over 0.3s. On a hit, there is a 6% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect).",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:CrystalCrash",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 80,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 140,
                    "attackCount": 1
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 3,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Crystal Crash",
            "description": "An avoidable attack that deals 80% of your normal damage on the 1st attack and 140% of your normal damage on the 2nd attack. On a hit, there is a 3% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect).",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:CrystalFlurry",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 60
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                },
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 3,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Crystal Flurry",
            "description": "An avoidable attack that deals 60% of your normal damage 3 times over 0.8s. Gives you -10% Attack Interval for 3 of your turns and there is a 3% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:CrystalCleave",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 180
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                },
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 3,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Crystal Cleave",
            "description": "An avoidable attack that deals 180% of your normal damage 3 times over 0.8s. Inflicts Bleed that deals 200% of the damage dealt as damage over 10s and there is a 3% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:CrystalShot",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 125
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 5,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Crystal Shot",
            "description": "(RANGED ONLY) An avoidable attack that deals 125% of your normal damage. On a hit, there is a 5% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": true,
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorAoD:CrystalBoom",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 150,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 30,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 30,
                    "attackCount": 2
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 6,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Crystal Boom",
            "description": "An avoidable attack that deals 150% of your normal damage on the 1st attack, 30% of your normal damage on the 2nd attack, and 30% of your normal damage on the 3rd attack. On a hit, there is a 6% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:CrystalBlast",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 120,
                    "attackCount": 0
                },
                {
                    "damageType": "Normal",
                    "amplitude": 15,
                    "attackCount": 1
                },
                {
                    "damageType": "Normal",
                    "amplitude": 15,
                    "attackCount": 2
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 3,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Crystal Blast",
            "description": "An avoidable attack that deals 120% of your normal damage on the 1st attack, 15% of your normal damage on the 2nd attack, and 15% of your normal damage on the 3rd attack. On a hit, there is a 3% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:CrystalTomb",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 150
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 15,
                    "flavour": "Stun"
                },
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 5,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Crystal Tomb",
            "description": "An avoidable attack that deals 150% of your normal damage. Has a 15% chance to apply stun for 2 turns and there is a 5% chance to apply Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:ShatterArrow",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Shatter Arrow",
            "description": "(RANGED ONLY) An avoidable attack that deals 20% of your max hit 5 times over 0.8s.",
            "usesRunesPerProc": true,
            "attackTypes": [
                "ranged"
            ]
        },
        {
            "id": "melvorAoD:Split",
            "defaultChance": 50,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitpoints": 20
                    },
                    "maxStacks": 5,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": "Infinity",
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Split",
            "description": "Gives the enemy +20% Maximum Hitpoints that stacks up to 5 times",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Warhorn",
            "defaultChance": 5,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitPercent": 15,
                        "decreasedAttackIntervalPercent": 5,
                        "increasedLifesteal": 5
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Warhorn",
            "description": "Gives you +15% Max Hit, -5% Attack Interval, and +5% Lifesteal for 3 of your turns",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Flight",
            "defaultChance": 10,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 30,
                        "increasedGlobalEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Flight",
            "description": "Gives you -30% Attack Interval and +30% Global Evasion for 2 of your turns",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:Killshot",
            "defaultChance": 5,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 125,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Killshot",
            "description": "An unavoidable attack that deals 125% of your max hit.",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:HunterPrecision",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 75,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Hunter Precision",
            "description": "An unavoidable attack that deals 75% of your max hit.",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:LullabyOfTheEnchanter",
            "defaultChance": 33,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 1,
                    "chance": 20
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMaxHitPercent": 10,
                        "decreasedGlobalEvasion": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Lullaby of the Enchanter",
            "description": "An avoidable attack that deals 100% of your normal damage. On a hit, has a 20% chance to apply sleep for 1 turn and gives the enemy -10% Max Hit and -10% Global Evasion for 2 of the enemy's turns.",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:RestorationOfTheMind",
            "defaultChance": 33,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "CurrentHP",
                            "maxPercent": 8
                        }
                    ],
                    "procs": 1,
                    "interval": 50,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Restoration of the Mind",
            "description": "An avoidable attack that deals 100% of your normal damage. On a hit, gives Regen that heals 8% of your current hitpoints over 0.05s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:DanceOfTheMage",
            "defaultChance": 33,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 15,
                        "increasedGlobalEvasion": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Dance of the Mage",
            "description": "An avoidable attack that deals 100% of your normal damage. On a hit, gives you -15% Attack Interval and +20% Global Evasion for 1 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:MysticRegen",
            "defaultChance": 5,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "MaxHP",
                            "maxPercent": 200
                        }
                    ],
                    "procs": 8,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Mystic Regen",
            "description": "Gives Regen that heals 200% of your max hitpoints over 4s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:AcidicBlast",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 4,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedDamageReduction": 3
                    },
                    "maxStacks": 5,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Acidic Blast",
            "description": "An avoidable attack that deals 40 damage 2 times over 0.3s. On a hit, gives you -3% Damage Reduction that stacks up to 5 times.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Leech",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 10
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 10,
            "attackInterval": 400,
            "lifesteal": 100,
            "name": "Leech",
            "description": "Deals 10% of the enemy's normal damage 10 times over 3.6s and heals the enemy for 100% of damage dealt.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Crystallization",
            "defaultChance": 2,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 100,
                    "flavour": "Crystallize"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crystallization",
            "description": "Perform a normal attack. On a hit, applies Crystallization for 1 Attack Turn (Target is stunned and takes +50% Damage during effect)",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:CrystalSanction",
            "defaultChance": 2,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "disableAttackDamage": 3
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 0,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crystal Sanction",
            "description": "On a hit, applies Crystal Sanction for 1 Attack Turn (Next Attack Turn from Target deals no Damage)",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:DarksteelStab",
            "defaultChance": 15,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "procs": 20,
                    "interval": 500,
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Darksteel Stab",
            "description": "Deals 100% of your normal damage. On a hit, inflicts Bleed that deals 200% of the damage dealt as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:LesserFamiliarAura",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitPercent": 10,
                        "increasedSummoningMaxHit": 10,
                        "decreasedAttackIntervalPercent": 10
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 4,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Lesser Familiar Aura",
            "description": "Perform a normal attack. Also gives you +10% Max Hit, +10% Summoning Max Hit, and -10% Attack Interval for 4 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Crush",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 30,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crush",
            "description": "Perform a normal attack. On a hit, has a 30% chance to apply stun for 1 turn",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:CrushPlayer",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 30,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crush",
            "description": "Perform a normal attack. On a hit, has a 30% chance to apply stun for 1 turn",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:HeavyShot",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Heavy Shot",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's max hit.",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:HeavyShotPlayer",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Heavy Shot",
            "description": "An avoidable attack that deals damage equal to 100% of your max hit.",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:EarthWall",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 8,
                        "increasedAttackInterval": 200,
                        "increasedReflectDamage": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Earth Wall",
            "description": "Gives the enemy +8% Damage Reduction, +0.2s Attack Interval, and +30% Reflect Damage for 2 of the enemy's turns.",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:EarthWallPlayer",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 8,
                        "increasedAttackInterval": 200,
                        "increasedReflectDamage": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Earth Wall",
            "description": "Gives you +8% Damage Reduction, +0.2s Attack Interval, and +30% Reflect Damage for 2 of your turns.",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:Mudball",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Mudball",
            "description": "An avoidable attack that deals damage equal to 200. On a hit, Gives you +20% Attack Interval for 2 of your turns.",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:MudballPlayer",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Mudball",
            "description": "An avoidable attack that deals 200 damage. On a hit, gives the enemy +20% Attack Interval for 2 of the enemy's turns.",
            "usesRunesPerProc": true,
            "usesPrayerPointsPerProc": true
        },
        {
            "id": "melvorAoD:LavaSwipe",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 60
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Lava Swipe",
            "description": "An avoidable attack that deals 60% of the enemy's normal damage 3 times over 0.4s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:LavaSwipePlayer",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 60
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Lava Swipe",
            "description": "An avoidable attack that deals 60% of your normal damage 3 times over 0.4s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Radiate",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 20
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 50
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Radiate",
            "description": "An avoidable attack that deals 20% of the enemy's normal damage damage 5 times over 2.4s. On a hit, Has a 50% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:PlagueBolt",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 40
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 1000,
            "lifesteal": 0,
            "name": "Plague Bolt",
            "description": "An avoidable attack that deals 40% of the enemy's normal damage 4 times over 3s. On a hit, Inflicts Poison that deals 10% of your max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:PlagueBoltPlayer",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 4,
            "attackInterval": 1000,
            "lifesteal": 0,
            "name": "Plague Bolt",
            "description": "An avoidable attack that deals 75% of your normal damage 4 times over 3s. On a hit, inflicts Poison that deals 10% of the enemy's max hitpoints as damage over 10s.",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:BloodLink",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 4,
            "attackInterval": 400,
            "lifesteal": 50,
            "name": "Blood Link",
            "description": "An unavoidable attack that deals 50% of the enemy's normal damage 4 times over 1.2s. Lifesteals for 50% of damage dealt.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:BloodLinkPlayer",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 50
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 4,
            "attackInterval": 400,
            "lifesteal": 50,
            "name": "Blood Link",
            "description": "An unavoidable attack that deals 50% of your normal damage 4 times over 1.2s. Lifesteals for 50% of damage dealt.",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:SoulTaker",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 23,
                    "roll": false
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "CurrentHP",
                    "maxPercent": 10,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Soul Taker",
            "description": "An avoidable attack that deals 230 plus 10% of Target's current Hitpoints as damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:SoulTakerPlayer",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 100,
                    "roll": false
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "CurrentHP",
                    "maxPercent": 4,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Soul Taker",
            "description": "An avoidable attack that deals 100% of your max hit plus 4% of Target's current Hitpoints.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:SpiritBurn",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Burn",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "MaxHP",
                            "maxPercent": 200
                        }
                    ],
                    "interval": 250,
                    "procs": 40,
                    "chance": 100
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Spirit Burn",
            "description": "An unavoidable attack that deals no damage. On a hit, Inflicts Burn that deals 200% of the enemy's max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:PoisonLeech",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 14,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 30,
            "name": "Poison Leech",
            "description": "An avoidable attack that deals 140 damage and heals the enemy for 30% of damage dealt.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:BloatingShot",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Bloating Shot",
            "description": "An avoidable attack that deals 100% of the enemy's max hit damage. On a hit, Inflicts Poison that deals 10% of your max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:PoisonShotPlayer",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 14,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Poison Shot",
            "description": "An avoidable attack that deals 140 damage. On a hit, Inflicts Poison that deals 10% of the enemy's max hitpoints as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Reflection",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "Reflection",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Reflection",
            "description": "An unavoidable attack that deals damage equal to 200% of your combined Attack, Ranged and Magic Levels.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:ReflectionPlayer",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "Reflection",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Reflection",
            "description": "An avoidable attack that deals damage equal to 200% of the enemy's combined Attack, Ranged and Magic Levels.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Telekinesis",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "DefenceLevel",
                    "maxPercent": 50,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Telekinesis",
            "description": "An unavoidable attack that deals damage equal to 500% of your Defence Level.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:TelekinesisPlayer",
            "defaultChance": 25,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "DefenceLevel",
                    "maxPercent": 50,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Telekinesis",
            "description": "An unavoidable attack that deals damage equal to 500% of the enemy's Defence Level.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:MindBarrier",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 20
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Mind Barrier",
            "description": "Gives the enemy +20% Damage Reduction for 3 of the enemy's turns",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:TrapDoor",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 50,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Trap Door",
            "description": "An avoidable attack that deals damage equal to 50% of your max hitpoints.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Illusion",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 4,
                        "increasedGlobalEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Illusion",
            "description": "Gives the enemy +4% Damage Reduction and +30% Global Evasion for 3 of the enemy's turns",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:IllusionPlayer",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageReduction": 4,
                        "increasedGlobalEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Illusion",
            "description": "Gives you +4% Damage Reduction and +30% Global Evasion for 3 of your turns",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Puppets",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "Fixed",
                    "maxPercent": 40,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Puppets",
            "description": "An avoidable attack that deals 400 damage 5 times over 0.8s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Manipulate",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHit",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "disableAttackDamage": 1
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 0,
                    "countsOn": "Target"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Manipulate",
            "description": "An avoidable attack that deals damage equal to 100% of your max hit. On a hit, disables all damage from your Attacks until the end of the attack",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:GhostlyScimitar",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 10,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ghostly Scimitar",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's normal damage and 10% of your max hitpoints.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:GhostlyScimitarPlayer",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 10,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ghostly Scimitar",
            "description": "An avoidable attack that deals 100% of your normal damage and 10% of the enemy's max hitpoints.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Blunderbuss",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "maxRoll": "MaxHit",
                    "character": "Target",
                    "maxPercent": 35,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 8,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Blunderbuss",
            "description": "An avoidable attack that deals damage equal to 35% of your normal damage 8 times over 1.05s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:BlunderbussPlayer",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "maxRoll": "MaxHit",
                    "minRoll": "MaxHit",
                    "character": "Target",
                    "minPercent": 1,
                    "maxPercent": 15,
                    "roll": true
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 8,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Blunderbuss",
            "description": "An avoidable attack that deals damage equal to 15% of the enemy's normal damage 8 times over 1.05s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:CursedBlunderbuss",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "Fixed",
                    "maxPercent": 60,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Curse",
                    "curse": "melvorF:BlindingI",
                    "isRandom": true
                },
                {
                    "effectType": "Curse",
                    "curse": "melvorF:BlindingI",
                    "isRandom": true
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Cursed Blunderbuss",
            "description": "An avoidable attack that deals 600 damage. On a hit, applies 2 random Curses to you for 3 turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:GhostlySword",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Ghostly Sword",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's normal damage 3 times over 0.4s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Foresight",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalAccuracy": 100,
                        "increasedGlobalEvasion": 100
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Foresight",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's normal damage. On a hit, gives the enemy +100% Accuracy Rating and +100% Global Evasion for 1 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:ForesightPlayer",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedGlobalAccuracy": 100,
                        "increasedGlobalEvasion": 100
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Foresight",
            "description": "An avoidable attack that deals damage equal to 100% of your normal damage. On a hit, gives you +100% Accuracy Rating and +100% Global Evasion for 1 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:GhostlyCannonball",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Ghostly Cannonball",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's max hit.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:WaterPulse",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 20,
                    "flavour": "Stun"
                },
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Water Pulse",
            "description": "An unavoidable attack that deals damage equal to 100% of the enemy's normal damage 3 times over 0.8s. On a hit, has a 20% chance to apply stun for 2 turns and gives you +20% Attack Interval for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:WaterPulsePlayer",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 20,
                    "flavour": "Stun"
                },
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": true,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Water Pulse",
            "description": "An unavoidable attack that deals damage equal to 100% of your normal damage 3 times over 0.8s. On a hit, has a 20% chance to apply stun for 2 turns and gives the enemy +20% Attack Interval for 2 of the enemy's turns.",
            "usesRunesPerProc": true
        },
        {
            "id": "melvorAoD:WaterBarrier",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Reductive",
                    "modifiers": {
                        "increasedDamageReduction": 1,
                        "stunImmunity": 15,
                        "increasedChanceToAvoidSleep": 15
                    },
                    "maxStacks": 10,
                    "turns": "Infinity",
                    "name": "Water Barrier"
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Water Barrier",
            "description": "Starts with 10 stacks and one stack is removed each time they are hit. Each stack gives the enemy +1% Damage Reduction, +15% chance to ignore Stun and Freeze, and +15% chance to avoid Sleep.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:WaterBarrierPlayer",
            "defaultChance": 15,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Reductive",
                    "modifiers": {
                        "increasedDamageReduction": 1,
                        "stunImmunity": 15,
                        "increasedChanceToAvoidSleep": 15
                    },
                    "maxStacks": 5,
                    "turns": "Infinity",
                    "name": "Water Barrier"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Water Barrier Player",
            "description": "Starts with 5 stacks and one stack is removed each time you are hit. Each stack gives you +1% Damage Reduction, +15% chance to ignore Stun and Freeze, and +15% chance to avoid Sleep.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:EngulfingVortex",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 10,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Engulfing Vortex",
            "description": "An avoidable attack that deals damage equal to 75% of the enemy's normal damage 10 times over 1.8s. On a hit, gives you +30% Attack Interval for 1 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:EngulfingVortexPlayer",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 75
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 30,
                    "turns": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 10,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Engulfing Vortex",
            "description": "An avoidable attack that deals damage equal to 75% of your normal damage 10 times over 1.8s. On a hit, gives the enemy +30% Attack Interval for 1 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:HastyAssault",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 20
                    },
                    "maxStacks": 5,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 5,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Hasty Assault",
            "description": "Perform a normal attack. On a hit, gives the enemy -20% Attack Interval that stacks up to 5 times.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:HastyAssaultPlayer",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 20,
                        "decreasedMaxHitPercent": 20
                    },
                    "maxStacks": 5,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 5,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Hasty Assault",
            "description": "Perform a normal attack. On a hit, gives you -20% Attack Interval that stacks up to 5 times.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:SleepingEntanglement",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Sleep",
                    "turns": 2,
                    "chance": 25
                }
            ],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Sleeping Entanglement",
            "description": "An unavoidable attack that deals damage equal to 100% of the enemy's normal damage. On a hit, has a 25% chance to apply sleep for 2 turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:StunningBarrage",
            "defaultChance": 40,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 2,
                    "chance": 75,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Stunning Barrage",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's normal damage 3 times over 0.8s. On a hit, has a 75% chance to apply stun for 2 turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:EradicatingBlast",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 60
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMaxHitPercent": 2,
                        "increasedMaxHitPercentBasedOnTargetCurrentHitpoints": 0.1000000000000000055511151231257827021181583404541015625
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 1,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 7,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Eradicating Blast",
            "description": "An avoidable attack that deals damage equal to 60% of the enemy's normal damage 7 times over 2.4s. Gives the enemy +2% Max Hit and +0.1% Max Hit for each 1% of Target current Hitpoints remaining for 1 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:NullAndCleanse",
            "defaultChance": 30,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "debuffImmunity": 1,
                        "stunImmunity": 100,
                        "sleepImmunity": 1,
                        "curseImmunity": 1
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "nulled": 1
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Attacker"
                },
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Regen",
                    "damage": [
                        {
                            "roll": false,
                            "character": "Attacker",
                            "maxRoll": "CurrentHP",
                            "maxPercent": 10
                        }
                    ],
                    "procs": 1,
                    "interval": 50,
                    "chance": 100
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Null and Cleanse",
            "description": "Nulls the Target, disabling their ability to gain buffs or modifier effects for 2 turns. Also cleanses the Attacker, making them immune to debuffs and curses for 2 turns. Attacker also heals for 10% of their current HP.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:CrystalShard",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "Fixed",
                    "maxPercent": 7.5,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crystal Shard",
            "description": "An unavoidable attack that deals 75 damage.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:ShatteredCrystals",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 2
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Shattered Crystals",
            "description": "An avoidable attack that deals 100% of the enemy's normal damage. On a hit, gives you +20% Attack Interval for 2 of your turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:CrystalLeash",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 25,
            "name": "Crystal Leash",
            "description": "An avoidable attack that deals 100% of the enemy's normal damage and heals the enemy for 25% of damage dealt.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:CrystalLure",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedGlobalEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crystal Lure",
            "description": "An avoidable attack that deals 100% of the enemy's normal damage. On a hit, gives you -30% Global Evasion for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:CrystalPierce",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "Crystallize",
                    "maxPercent": 50,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crystal Pierce",
            "description": "An unavoidable attack that deals 50% of your max hit. This is doubled if Target is Crystallized.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:CrystalForce",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 12.5,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Crystal Force",
            "description": "An avoidable attack that deals 100% of the enemy's normal damage and 12.5% of your max hitpoints.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:SharedToxins",
            "defaultChance": 20,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Poison",
                    "chance": 100
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedMaxHitPercent": 15,
                        "decreasedSummoningMaxHit": 15
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Target",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Shared Toxins",
            "description": "An avoidable attack that deals 100% of the enemy's normal damage. On a hit, inflicts Poison that deals 10% of your max hitpoints as damage over 10s and gives you -15% Max Hit and -15% Summoning Max Hit for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:BleedingBite",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "DOT",
                    "subtype": "Bleed",
                    "procs": 20,
                    "interval": 500,
                    "damage": [
                        {
                            "character": "Attacker",
                            "maxRoll": "DamageDealt",
                            "maxPercent": 200,
                            "roll": false
                        }
                    ],
                    "chance": 100
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Bleeding Bite",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's normal damage. On a hit, inflicts Bleed that deals 200% of the damage dealt as damage over 10s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:NastyBitePlayer",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "CurrentHP",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Nasty Bite",
            "description": "An avoidable attack that deals damage equal to 20% of the enemy's current hitpoints.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:NastyBite",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "maxRoll": "MaxHit",
                    "character": "Attacker",
                    "maxPercent": 100,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "chance": 20,
                    "flavour": "Stun"
                }
            ],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Nasty Bite",
            "description": "An avoidable attack that deals damage equal to 100% of the enemy's max hit. On a hit, has a 20% chance to apply stun for 1 turn.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:PoisonHuntsman",
            "defaultChance": 50,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "Fixed",
                    "maxPercent": 20,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMinHitBasedOnMaxHit": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Poison Huntsman",
            "description": "An avoidable attack that deals 200 damage 3 times over 0.4s. On a hit, gives the enemy +30% of Maximum Hit added to Minimum Hit for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:PoisonSpikeSkin",
            "defaultChance": 50,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedReflectDamage": 30,
                        "increasedPoisonReflectChance": 50,
                        "increasedDamageReduction": 5
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Poison Spike Skin",
            "description": "Gives the enemy +30% Reflect Damage, +50% chance to poison attackers when hit, and +5% Damage Reduction for 3 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:AgileHunter",
            "defaultChance": 20,
            "damage": [],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedAttackIntervalPercent": 20,
                        "increasedGlobalEvasion": 30
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 2,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": true,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Agile Hunter",
            "description": "Gives the enemy -20% Attack Interval and +30% Global Evasion for 2 of the enemy's turns.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:BurningRoots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 20
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Burning Roots",
            "description": "An avoidable attack that deals damage equal to 30% of the enemy's max hit 5 times over 0.6s. On a hit, has a 20% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:BurningRootsPlayer",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "MaxHit",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 20
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 150,
            "lifesteal": 0,
            "name": "Burning Roots",
            "description": "An avoidable attack that deals damage equal to 30% of your max hit 5 times over 0.6s. On a hit, has a 20% chance to inflict Burn that deals 15% of the enemy's current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:RingOfFire",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Burn",
                    "chance": 10
                }
            ],
            "cantMiss": false,
            "attackCount": 5,
            "attackInterval": 300,
            "lifesteal": 0,
            "name": "Ring of Fire",
            "description": "An avoidable attack that deals 300 damage 5 times over 1.2s. On a hit, has a 10% chance to inflict Burn that deals 15% of your current hitpoints as damage over 2.5s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:Marionette",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 250,
            "lifesteal": 0,
            "name": "Marionette",
            "description": "An avoidable attack that deals 100% of the enemy's normal damage 2 times over 0.25s.",
            "usesRunesPerProc": false
        },
        {
            "id": "melvorAoD:EvilMalice",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedDamageBasedOnCurrentHitpoints": 15
                    },
                    "character": "Attacker",
                    "turns": 5,
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Evil Malice",
            "description": "The enemy performs a normal attack. They creak and groan, invoking the unholy prayer of Malice, giving them +15% of target's current hitpoints dealt as damage when hitting with an attack for 5 of their turns."
        },
        {
            "id": "melvorAoD:CrushingRoots",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 12,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "flavour": "Stun",
                    "chance": 20
                }
            ],
            "cantMiss": false,
            "attackCount": 2,
            "attackInterval": 200,
            "lifesteal": 0,
            "name": "Crushing Roots",
            "description": "Great roots lift from the earth and slam down on you dealing 120 damage 2 times over 0.2s. Avoidable."
        },
        {
            "id": "melvorAoD:AngryGrudge",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedMinHitBasedOnMaxHit": 20
                    },
                    "character": "Attacker",
                    "turns": 5,
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                },
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "decreasedGlobalEvasion": 20
                    },
                    "character": "Target",
                    "turns": 5,
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Angry Grudge",
            "description": "The enemy performs a normal attack. They creak and groan, invoking the unholy prayer of Grudge, giving them +20% of Maximum Hit added to Minimum Hit for 5 of the enemy's turns and giving you -20% Global Evasion for 5 of the enemy's turns."
        },
        {
            "id": "melvorAoD:ConsumingRage",
            "defaultChance": 30,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedLifestealDamageBasedOnCurrentHitpoints": 5
                    },
                    "character": "Attacker",
                    "turns": 5,
                    "countsOn": "Attacker",
                    "maxStacks": 1,
                    "stacksToAdd": 1
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Consuming Rage",
            "description": "The enemy performs a normal attack. They creak and groan, invoking the unholy prayer of Consumption, giving them +5% of target's current hitpoints dealt as damage and healed when hitting with an attack for 5 of the enemy's turns."
        },
        {
            "id": "melvorAoD:CrushingWaves",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 30,
                    "roll": false
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Stun",
                    "turns": 1,
                    "flavour": "Stun",
                    "chance": 5
                }
            ],
            "cantMiss": false,
            "attackCount": 3,
            "attackInterval": 400,
            "lifesteal": 0,
            "name": "Crushing Wave",
            "description": "An avoidable attack that deals 300 3 times over 0.8s. On a hit, has a 5% chance to apply stun for 1 turn."
        },
        {
            "id": "melvorAoD:Whirlpool",
            "defaultChance": 100,
            "damage": [
                {
                    "damageType": "Custom",
                    "character": "Attacker",
                    "maxRoll": "Fixed",
                    "maxPercent": 180,
                    "roll": false,
                    "attackCount": 0
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 2,
                    "roll": false,
                    "attackCount": 1
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 2,
                    "roll": false,
                    "attackCount": 2
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 2,
                    "roll": false,
                    "attackCount": 3
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 2,
                    "roll": false,
                    "attackCount": 4
                },
                {
                    "damageType": "Custom",
                    "character": "Target",
                    "maxRoll": "MaxHP",
                    "maxPercent": 2,
                    "roll": false,
                    "attackCount": 5
                }
            ],
            "prehitEffects": [],
            "onhitEffects": [
                {
                    "effectType": "Slow",
                    "magnitude": 20,
                    "turns": 1
                }
            ],
            "cantMiss": false,
            "attackCount": 6,
            "attackInterval": 600,
            "lifesteal": 0,
            "name": "Whirlpool",
            "description": "Perform 6 avoidable attacks over 3s that deal 1800 damage on the 1st attack, and damage equal to 2% of the enemy's max hitpoints on the subsequent attacks. On a hit, gives the enemy +20% Attack Interval for 1 of the enemy's turns."
        },
        {
            "id": "melvorAoD:ShellBuff",
            "defaultChance": 10,
            "damage": [
                {
                    "damageType": "Normal",
                    "amplitude": 100
                }
            ],
            "prehitEffects": [
                {
                    "effectType": "Custom",
                    "type": "Modifier",
                    "modifiers": {
                        "increasedRegenPerDamageTaken": 50
                    },
                    "maxStacks": 1,
                    "stacksToAdd": 1,
                    "character": "Attacker",
                    "turns": 3,
                    "countsOn": "Attacker"
                }
            ],
            "onhitEffects": [],
            "cantMiss": false,
            "attackCount": 1,
            "attackInterval": 50,
            "lifesteal": 0,
            "name": "Shell Buff",
            "description": "Perform a normal attack. Gives you +50% of damage taken from attacks healed on next hitpoint regeneration for 3 of your turns.",
            "usesRunesPerProc": false
        }
    ],
    "combatPassives": [
        {
            "id": "melvorD:SwingFirst",
            "name": "Swing First",
            "modifiers": {
                "decreasedGlobalEvasion": 10,
                "increasedReflectDamage": 20
            },
            "customDescription": "Enemy reflects 20% damage dealt by Player, but has -10% Evasion Ratings"
        },
        {
            "id": "melvorD:DontHurtMe",
            "name": "Dont hurt me",
            "modifiers": {
                "increasedDamageReduction": 20,
                "decreasedMaxHitPercent": 10
            },
            "customDescription": "Enemy gains +20% Damage Reduction, but has -10% Maximum Hit"
        },
        {
            "id": "melvorD:JustAScratch",
            "name": "Just a Scratch",
            "modifiers": {
                "increasedHitpointRegeneration": 2.5,
                "decreasedMaxHitpoints": 10
            },
            "customDescription": "Enemy heals for 2.5% Maximum Hitpoints every 10s, but has -10% Maximum Hp"
        },
        {
            "id": "melvorD:BigBoi",
            "name": "Big Boi",
            "modifiers": {
                "increasedMaxHitpoints": 50,
                "decreasedGlobalEvasion": 25
            },
            "customDescription": "Enemy gains +50% Maximum Hitpoints, but has -25% Evasion Ratings."
        },
        {
            "id": "melvorD:CantTouchThis",
            "name": "Cant Touch This",
            "modifiers": {
                "increasedGlobalEvasion": 20,
                "decreasedGlobalAccuracy": 10
            },
            "customDescription": "Enemy gains +20% Evasion Ratings, but loses -10% Accuracy Rating"
        },
        {
            "id": "melvorD:Stronk",
            "name": "Stronk",
            "modifiers": {
                "increasedMaxHitPercent": 50,
                "decreasedMaxHitpoints": 25
            },
            "customDescription": "Enemy Gains +50% Maximum Hit, but loses -25% Maximum Hitpoints"
        },
        {
            "id": "melvorD:JustDontMiss",
            "name": "Just Dont Miss",
            "modifiers": {
                "increasedGlobalAccuracy": 50,
                "decreasedMaxHitPercent": 25
            },
            "customDescription": "Enemy gains +50% Accuracy Rating, but loses -25% Maximum Hit"
        },
        {
            "id": "melvorD:CheatsEnabled",
            "name": "Cheats Enabled",
            "modifiers": {
                "increasedMaxHitPercent": 25,
                "increasedGlobalAccuracy": 25,
                "increasedGlobalEvasion": 25,
                "decreasedAttackIntervalPercent": 10
            },
            "customDescription": "Enemy gains +25% Maximum Hit, +25% Accuracy Ratings \u0026 +25% Evasion Ratings, but also has +10% Attack Interval"
        },
        {
            "id": "melvorD:SomethingWillHit",
            "name": "Something will hit",
            "modifiers": {
                "increasedAttackIntervalPercent": 20,
                "decreasedGlobalAccuracy": 25,
                "decreasedMaxHitPercent": 25
            },
            "customDescription": "Grants Enemy -20% Attack Interval, +25% Accuracy Rating,  but loses -25% Maximum Hit"
        },
        {
            "id": "melvorD:Yoink",
            "name": "Yoink",
            "modifiers": {
                "increasedLifesteal": 10,
                "decreasedMaxHitpoints": 10
            },
            "customDescription": "Enemy gains +10% Lifesteal per hit, but loses -10% Maximum Hitpoints"
        },
        {
            "id": "melvorD:NothingPersonalKid",
            "name": "Nothing Personal Kid",
            "modifiers": {
                "stunImmunity": 100,
                "decreasedMaxHitPercent": 25
            },
            "customDescription": "Enemy is Immune to Stun and Freeze, but loses -25% Maximum Hit"
        },
        {
            "id": "melvorD:Humungus",
            "name": "Humungus",
            "modifiers": {
                "increasedMaxHitpoints": 50,
                "increasedMaxHitPercent": 50,
                "increasedAttackIntervalPercent": 100,
                "decreasedGlobalAccuracy": 25
            },
            "customDescription": "+50% Maximum Hitpoints, +50% Maximum Hit, +100% Attack Interval, and -25% Global Accuracy"
        },
        {
            "id": "melvorD:NerfThisGuy",
            "name": "Nerf This Guy",
            "modifiers": {
                "decreasedMaxHitpoints": 50,
                "increasedEndOfTurnHealing3": 10
            },
            "customDescription": "-50% Maximum Hitpoints and Heal 10% of current hitpoints every 3 turns"
        },
        {
            "id": "melvorD:No1Mixtape",
            "name": "No. 1 Mixtape",
            "modifiers": {
                "burnImmunity": 100,
                "frostBurnImmunity": 100
            },
            "customDescription": "+100% chance to ignore burn and +100% chance to ignore Frostburn"
        },
        {
            "id": "melvorD:AbsoluteThickness",
            "name": "Absolute Thickness",
            "modifiers": {
                "increasedDamageReduction": 95,
                "decreasedMaxHitpoints": 90
            },
            "customDescription": "+95% Damage Reduction and -90% Maximum Hitpoints"
        },
        {
            "id": "melvorD:OhNoooo",
            "name": "Oh Noooo",
            "modifiers": {
                "increasedMaxHitPercent": 100,
                "increasedAttackIntervalPercent": 300
            },
            "customDescription": "+100% Maximum Hit and +300% Attack Interval"
        },
        {
            "id": "melvorD:Rank1Ninja",
            "name": "Rank 1 Ninja",
            "modifiers": {
                "increasedGlobalEvasion": 300,
                "decreasedMaxHitpoints": 90
            },
            "customDescription": "+300% Global Evasion and -90% Maximum Hitpoints"
        },
        {
            "id": "melvorD:ProGamer",
            "name": "Pro Gamer",
            "modifiers": {
                "increasedGlobalAccuracy": 300,
                "decreasedGlobalEvasion": 90
            },
            "customDescription": "+300% Accuracy Rating and -90% Global Evasion"
        },
        {
            "id": "melvorD:AllOnRed",
            "name": "All on Red",
            "modifiers": {
                "increasedMagicCritChance": 5,
                "increasedMeleeCritChance": 5,
                "increasedRangedCritChance": 5,
                "decreasedMaxHitpoints": 20,
                "decreasedGlobalEvasion": 20
            },
            "customDescription": "+5% Magic critical hit chance, +5% Melee critical hit chance, +5% Ranged critical hit chance, -20% Maximum Hitpoints, and -20% Global Evasion"
        },
        {
            "id": "melvorD:ImAlreadyToxic",
            "name": "I'm Already Toxic",
            "modifiers": {
                "poisonImmunity": 100,
                "increasedChanceToApplyPoison": 5
            },
            "customDescription": "+100% chance to ignore poison and +5% chance to apply poison when hitting with an attack"
        },
        {
            "id": "melvorF:Purity",
            "name": "Purity",
            "modifiers": {
                "debuffImmunity": 1,
                "stunImmunity": 100,
                "sleepImmunity": 1,
                "curseImmunity": 1,
                "increasedAfflictionChance": 70,
                "increasedChanceToDodgeCrystallization": 100,
                "increasedChanceToDodgeCrystalSanction": 100
            },
            "customDescription": "Immune to Player Debuffs includes Stun and Freeze."
        },
        {
            "id": "melvorF:Purity2",
            "name": "Purity",
            "modifiers": {
                "debuffImmunity": 1,
                "stunImmunity": 100,
                "sleepImmunity": 1,
                "curseImmunity": 1,
                "increasedChanceToDodgeCrystallization": 100,
                "increasedChanceToDodgeCrystalSanction": 100
            },
            "customDescription": "Immune to Player Debuffs includes Stun and Freeze."
        },
        {
            "id": "melvorF:Rebirth",
            "name": "Rebirth",
            "modifiers": {
                "increasedRebirthChance": 40
            },
            "customDescription": "Upon reaching 0 Hitpoints, 40% chance to respawn with full Hitpoints."
        },
        {
            "id": "melvorF:MeleeProficiency",
            "name": "Melee Proficiency",
            "modifiers": {
                "rangedImmunity": 1,
                "magicImmunity": 1
            },
            "customDescription": "Immune to all Ranged and Magic Attacks."
        },
        {
            "id": "melvorF:RangedProficiency",
            "name": "Ranged Proficiency",
            "modifiers": {
                "meleeImmunity": 1,
                "magicImmunity": 1
            },
            "customDescription": "Immune to all Melee and Magic Attacks."
        },
        {
            "id": "melvorF:MagicProficiency",
            "name": "Magic Proficiency",
            "modifiers": {
                "meleeImmunity": 1,
                "rangedImmunity": 1
            },
            "customDescription": "Immune to all Melee and Ranged Attacks"
        },
        {
            "id": "melvorF:AfflictedMight",
            "name": "Afflicted Might",
            "modifiers": {
                "stunImmunity": 100,
                "sleepImmunity": 1,
                "curseImmunity": 1,
                "slowImmunity": 100,
                "increasedAfflictionChance": 50,
                "otherStyleImmunity": 1
            },
            "customDescription": "All attacks have +50% chance to inflict affliction. Immune to all attack types other than their own. Immune to Stun, Freeze, Sleep, Curses and Slow."
        },
        {
            "id": "melvorF:Afflicted",
            "name": "Afflicted",
            "modifiers": {
                "increasedAfflictionChance": 70,
                "increasedDamageReduction": 20
            },
            "customDescription": "+70% chance to apply affliction when attacking and +20% Damage Reduction"
        },
        {
            "id": "melvorF:MistBoss",
            "name": "Mist Boss",
            "modifiers": {
                "increasedMaxHitpoints": 20,
                "increasedDamageReduction": 20,
                "decreasedAttackIntervalPercent": 20,
                "increasedGlobalAccuracy": 20,
                "increasedGlobalEvasion": 20
            },
            "customDescription": "+20% Maximum Hitpoints, +20% Damage Reduction, -20% Attack Interval, +20% Accuracy Rating, and +20% Global Evasion"
        },
        {
            "id": "melvorF:ToxicGlands",
            "name": "Toxic Glands",
            "modifiers": {
                "poisonImmunity": 100
            },
            "customDescription": "+100% chance to ignore poison"
        },
        {
            "id": "melvorF:PoisonousHide",
            "name": "Poisonous Hide",
            "modifiers": {
                "poisonImmunity": 100,
                "increasedChanceToApplyPoison": 20
            },
            "customDescription": "+100% chance to ignore poison and +20% chance to apply poison when hitting with an attack"
        },
        {
            "id": "melvorF:CursedRobes",
            "name": "Cursed Robes",
            "modifiers": {
                "burnImmunity": 100,
                "frostBurnImmunity": 100,
                "increasedLifesteal": 25
            },
            "customDescription": "+100% chance to ignore burn, +100% chance to ignore Frostburn, and +25% Lifesteal"
        },
        {
            "id": "melvorF:SpikedArmour",
            "name": "Spiked Armour",
            "modifiers": {
                "increasedReflectDamage": 20,
                "slowImmunity": 100,
                "increasedDamageReduction": 20
            },
            "customDescription": "+20% Reflect Damage, +100% chance to ignore Slow effects, and +20% Damage Reduction"
        },
        {
            "id": "melvorF:BonePlate",
            "name": "Bone Plate",
            "modifiers": {
                "stunImmunity": 100,
                "bleedImmunity": 100,
                "curseImmunity": 1,
                "increasedDamageReduction": 15
            },
            "customDescription": "+100% chance to ignore Stun and Freeze, +100% chance to ignore bleed, Immune to curses, and +15% Damage Reduction"
        },
        {
            "id": "melvorF:FleetingDefence",
            "name": "Fleeting Defence",
            "modifiers": {
                "globalEvasionHPScaling": 1.3000000000000000444089209850062616169452667236328125
            },
            "customDescription": "Evasion Ratings are multiplied by 1.3 times current Hitpoints percent"
        },
        {
            "id": "melvorF:EventPassive1",
            "modifiers": {
                "increasedMaxHitPercent": 10,
                "decreasedAttackIntervalPercent": 10,
                "decreasedGlobalEvasion": 10
            },
            "customDescription": "+10% Maximum Hit, -10% Attack Interval, and -10% Global Evasion"
        },
        {
            "id": "melvorF:EventPassive2",
            "modifiers": {
                "increasedFlatMaxHitpoints": 200,
                "decreasedMaxHitPercent": 10
            },
            "customDescription": "+2000 Maximum Hitpoints and -10% Maximum Hit"
        },
        {
            "id": "melvorF:EventPassive3",
            "modifiers": {
                "increasedMaxHitPercent": 20,
                "decreasedMaxHitpoints": 10
            },
            "customDescription": "+20% Maximum Hit and -10% Maximum Hitpoints"
        },
        {
            "id": "melvorF:EventPassive4",
            "modifiers": {
                "increasedEndOfTurnHealing2": 4,
                "increasedMinHitBasedOnMaxHit": 40
            },
            "customDescription": "Heal 4% of current hitpoints every 2 turns and +40% of Maximum Hit added to Minimum Hit"
        },
        {
            "id": "melvorF:EventPassive5",
            "modifiers": {
                "slowImmunity": 100,
                "decreasedAttackIntervalPercent": 5
            },
            "customDescription": "+100% chance to ignore Slow effects and -5% Attack Interval"
        },
        {
            "id": "melvorF:EventPassive6",
            "modifiers": {
                "stunImmunity": 100,
                "sleepImmunity": 1
            },
            "customDescription": "+100% chance to ignore Stun and Freeze and Immune to Sleep"
        },
        {
            "id": "melvorF:EventPassive7",
            "modifiers": {
                "increasedAfflictionChance": 15,
                "increasedLifesteal": 15
            },
            "customDescription": "+15% chance to apply affliction when attacking and +15% Lifesteal"
        },
        {
            "id": "melvorF:EventPassive8",
            "modifiers": {
                "increasedDamageReduction": 15,
                "increasedGlobalEvasion": 15
            },
            "customDescription": "+15% Damage Reduction and +15% Global Evasion"
        },
        {
            "id": "melvorF:EventPassive9",
            "modifiers": {
                "increasedMaxHitPercent": 20,
                "increasedGlobalAccuracy": 20
            },
            "customDescription": "+20% Maximum Hit and +20% Accuracy Rating"
        },
        {
            "id": "melvorF:EventPassive10",
            "modifiers": {
                "increasedChanceToApplyPoison": 50,
                "increasedMaxHitpoints": 10
            },
            "customDescription": "+50% chance to apply poison when hitting with an attack and +10% Maximum Hitpoints"
        },
        {
            "id": "melvorF:EventPassive11",
            "modifiers": {
                "increasedChanceToApplyBurn": 50,
                "increasedChanceToApplyFrostburn": 50
            },
            "customDescription": "+50% Chance to apply burn when attacking and +50% chance to apply frostburn when attacking"
        },
        {
            "id": "melvorF:EventPassive12",
            "modifiers": {},
            "customDescription": "Slayer Area Effects are +5% Stronger"
        },
        {
            "id": "melvorTotH:Intimidation3",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 3
            },
            "customDescription": "Reduce Player damage reduction by 3%"
        },
        {
            "id": "melvorTotH:Intimidation7",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 7
            },
            "customDescription": "Reduce Player damage reduction by 7%"
        },
        {
            "id": "melvorTotH:Intimidation8",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 8
            },
            "customDescription": "Reduce Player damage reduction by 8%"
        },
        {
            "id": "melvorTotH:Intimidation9",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 9
            },
            "customDescription": "Reduce Player damage reduction by 9%"
        },
        {
            "id": "melvorTotH:Intimidation10",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 10
            },
            "customDescription": "Reduce Player damage reduction by 10%"
        },
        {
            "id": "melvorTotH:Intimidation11",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 11
            },
            "customDescription": "Reduce Player damage reduction by 11%"
        },
        {
            "id": "melvorTotH:Intimidation13",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 13
            },
            "customDescription": "Reduce Player damage reduction by 13%"
        },
        {
            "id": "melvorTotH:Intimidation15",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 15
            },
            "customDescription": "Reduce Player damage reduction by 15%"
        },
        {
            "id": "melvorTotH:Intimidation16",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 16
            },
            "customDescription": "Reduce Player damage reduction by 16%"
        },
        {
            "id": "melvorTotH:Intimidation18",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 18
            },
            "customDescription": "Reduce Player damage reduction by 18%"
        },
        {
            "id": "melvorTotH:Intimidation19",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 19
            },
            "customDescription": "Reduce Player damage reduction by 19%"
        },
        {
            "id": "melvorTotH:Intimidation20",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 20
            },
            "customDescription": "Reduce Player damage reduction by 20%"
        },
        {
            "id": "melvorTotH:Intimidation21",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 21
            },
            "customDescription": "Reduce Player damage reduction by 21%"
        },
        {
            "id": "melvorTotH:Intimidation23",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 23
            },
            "customDescription": "Reduce Player damage reduction by 23%"
        },
        {
            "id": "melvorTotH:Intimidation24",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 24
            },
            "customDescription": "Reduce Player damage reduction by 24%"
        },
        {
            "id": "melvorTotH:Intimidation25",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 25
            },
            "customDescription": "Reduce Player damage reduction by 25%"
        },
        {
            "id": "melvorTotH:Intimidation29",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 29
            },
            "customDescription": "Reduce Player damage reduction by 29%"
        },
        {
            "id": "melvorTotH:Intimidation30",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 30
            },
            "customDescription": "Reduce Player damage reduction by 30%"
        },
        {
            "id": "melvorTotH:Intimidation36",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 36
            },
            "customDescription": "Reduce Player damage reduction by 36%"
        },
        {
            "id": "melvorTotH:ToxicSkin",
            "name": "Toxic Skin",
            "modifiers": {
                "increasedChanceToApplyPoison": 30
            },
            "customDescription": "+30% chance to apply poison when hitting with an attack"
        },
        {
            "id": "melvorTotH:AfflictedVitality",
            "name": "Afflicted Vitality",
            "modifiers": {
                "increasedHitpointRegeneration": 10
            },
            "customDescription": "+10% Hitpoint Regeneration"
        },
        {
            "id": "melvorTotH:Ablaze",
            "name": "Ablaze",
            "modifiers": {
                "increasedChanceToApplyBurn": 30
            },
            "customDescription": "+30% Chance to apply burn when attacking"
        },
        {
            "id": "melvorTotH:FrozenBuild",
            "name": "Frozen Build",
            "modifiers": {
                "slowImmunity": 100,
                "freezeImmunity": 100,
                "frostBurnImmunity": 100
            },
            "customDescription": "+100% chance to ignore Slow effects, +100% chance to ignore Freezes only, and +100% chance to ignore Frostburn"
        },
        {
            "id": "melvorTotH:Shocked",
            "name": "Shocked",
            "modifiers": {
                "increasedChanceToApplyShock": 20
            },
            "customDescription": "+20% chance to apply Shock (Reduce Target Damage Reduction by 2%) per successful hit. Stacks up to 10 times."
        },
        {
            "id": "melvorTotH:AbsorbingSkin",
            "name": "Absorbing Skin",
            "modifiers": {
                "increasedAbsorbingSkin": 1
            },
            "customDescription": "Target gains +3% Damage Reduction for every successful hit by the Attacker (Stacks up to 10 times)"
        },
        {
            "id": "melvorTotH:Duality",
            "name": "Duality",
            "modifiers": {
                "increasedDuality": 1
            },
            "customDescription": "For each Target Attack Turn: 50% chance for the Target to apply -50% Attack Interval to itself for 2 turns"
        },
        {
            "id": "melvorTotH:StickyWebs",
            "name": "Sticky Webs",
            "modifiers": {
                "increased30Slow5TurnsChance": 20
            },
            "customDescription": "+20% chance to inflict a Slow that increases the target's attack interval by 30% for 5 target turns when hitting with an attack"
        },
        {
            "id": "melvorTotH:Decay",
            "name": "Decay",
            "modifiers": {
                "increasedChanceToApplyDecayCurse": 20
            },
            "customDescription": "+20% chance to apply Decay Curse to the Target per hit"
        },
        {
            "id": "melvorTotH:Rage",
            "name": "Rage",
            "modifiers": {
                "increasedRage": 1
            },
            "customDescription": "When Target is hit, Attacker gains a stack of Rage: +2% Max Hit and -2% Attack Interval (Stacks up to 10 times)"
        },
        {
            "id": "melvorTotH:IngrainedRoots",
            "name": "Ingrained Roots",
            "modifiers": {},
            "customDescription": ""
        },
        {
            "id": "melvorTotH:CursedLifesteal",
            "name": "Cursed Lifesteal",
            "modifiers": {
                "increasedCurseLifesteal": 500
            },
            "customDescription": "+500% Lifesteal if target is Cursed"
        },
        {
            "id": "melvorTotH:UndeadGrasp",
            "name": "Undead Grasp",
            "modifiers": {
                "increasedEndOfTurnHealing2": 15
            },
            "customDescription": "Heal 15% of current hitpoints every 2 turns"
        },
        {
            "id": "melvorTotH:DarkBlade",
            "name": "Dark Blade",
            "modifiers": {
                "increasedChanceDarkBlade": 20
            },
            "customDescription": "+20% chance to apply Dark Blade Effect (+1% Max Hit) to the Attacker per successful hit (Stacks up to 30 times)"
        },
        {
            "id": "melvorTotH:WeaknessFinder",
            "name": "Weakness Finder",
            "modifiers": {
                "reducedTargetDamageRedcutionIfBleeding": 10,
                "increasedBleedLifesteal": 10
            },
            "customDescription": "While Target is Bleeding, reduce their Damage Reduction by -10% and +10% Bleed lifesteal"
        },
        {
            "id": "melvorTotH:ElementalMaster",
            "name": "Elemental Master",
            "modifiers": {
                "increasedLifesteal": 250,
                "increasedElementalEffectChance": 20
            },
            "customDescription": "+250% Lifesteal and +20% chance to apply Burn, Frostburn or Freeze when hitting with a Magic attack"
        },
        {
            "id": "melvorTotH:Assassin",
            "name": "Assassin",
            "modifiers": {
                "increasedLifesteal": 250,
                "increasedAssassin": 1
            },
            "customDescription": "+250% Lifesteal and When Target is hit, Attacker gains a stack of Assassin: +30% Global Accuracy (Stacks up to 5 times and resets after 5 Attack Turns)"
        },
        {
            "id": "melvorTotH:Warrior",
            "name": "Warrior",
            "modifiers": {
                "increasedGlobalStunChance": 40,
                "increasedLifesteal": 150,
                "increasedBleedLifesteal": 500
            },
            "customDescription": "+40% chance to apply a Stun for 1 Attack Turn when hitting with any attack, +150% Lifesteal, and +500% Bleed lifesteal"
        },
        {
            "id": "melvorTotH:PoisonLifesteal",
            "name": "Poison Lifesteal",
            "modifiers": {
                "increasedPoisonLifesteal": 1000
            },
            "customDescription": "+1,000% Poison lifesteal"
        },
        {
            "id": "melvorTotH:PoisonImmunity",
            "name": "Poison Immunity",
            "modifiers": {
                "poisonImmunity": 100
            },
            "customDescription": "+100% chance to ignore poison"
        },
        {
            "id": "melvorTotH:BurnImmunity",
            "name": "Burn Immunity",
            "modifiers": {
                "burnImmunity": 100
            },
            "customDescription": "+100% chance to ignore burn"
        },
        {
            "id": "melvorTotH:ProtectionOfTheForest",
            "name": "Protection of the Forest",
            "modifiers": {
                "meleeImmunity": 1,
                "rangedImmunity": 1,
                "curseImmunity": 1
            },
            "customDescription": "Immune to Melee attacks, Immune to Ranged attacks, and Immune to curses"
        },
        {
            "id": "melvorTotH:SlowImmunity",
            "name": "Slow Immunity",
            "modifiers": {
                "slowImmunity": 100
            },
            "customDescription": "+100% chance to ignore Slow effects"
        },
        {
            "id": "melvorTotH:StunImmunity",
            "name": "Stun Immunity",
            "modifiers": {
                "stunImmunity": 100
            },
            "customDescription": "+100% chance to ignore Stun and Freeze"
        },
        {
            "id": "melvorTotH:BleedImmunity",
            "name": "Bleed Immunity",
            "modifiers": {
                "bleedImmunity": 100
            },
            "customDescription": "+100% chance to ignore bleed"
        },
        {
            "id": "melvorTotH:Intimidation38",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 38
            },
            "customDescription": "Reduce Player damage reduction by 38%"
        },
        {
            "id": "melvorTotH:Intimidation39",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 39
            },
            "customDescription": "Reduce Player damage reduction by 39%"
        },
        {
            "id": "melvorTotH:Intimidation40",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 40
            },
            "customDescription": "Reduce Player damage reduction by 40%"
        },
        {
            "id": "melvorTotH:Intimidation42",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 42
            },
            "customDescription": "Reduce Player damage reduction by 42%"
        },
        {
            "id": "melvorTotH:Intimidation43",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 43
            },
            "customDescription": "Reduce Player damage reduction by 43%"
        },
        {
            "id": "melvorTotH:Intimidation44",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 44
            },
            "customDescription": "Reduce Player damage reduction by 44%"
        },
        {
            "id": "melvorTotH:Intimidation27",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 27
            },
            "customDescription": "Reduce Player damage reduction by 27%"
        },
        {
            "id": "melvorTotH:Intimidation35",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 35
            },
            "customDescription": "Reduce Player damage reduction by 35%"
        },
        {
            "id": "melvorTotH:BleedLifesteal500",
            "name": "Bleed Lifesteal",
            "modifiers": {
                "increasedBleedLifesteal": 500
            },
            "customDescription": "+500% Bleed lifesteal"
        },
        {
            "id": "melvorTotH:Intimidation4",
            "name": "Intimidation",
            "modifiers": {
                "decreasedPlayerDamageReduction": 4
            },
            "customDescription": "Reduce Player damage reduction by 4%"
        },
        {
            "id": "melvorTotH:AfflictedResilience",
            "name": "Afflicted Resilience",
            "modifiers": {
                "stunImmunity": 100,
                "slowImmunity": 50,
                "burnImmunity": 50,
                "frostBurnImmunity": 50,
                "freezeImmunity": 100
            },
            "customDescription": "Immune to Stun and Freeze. +50% chance to avoid Burn, Bleed, Slow and Frostburn."
        },
        {
            "id": "melvorTotH:GrowingMadness",
            "name": "Growing Madness",
            "modifiers": {
                "growingMadnessPassive": 1
            },
            "customDescription": "For every Enemy Attack Turn, the Enemy gains -2% Attack Interval, +2% Maximum Hit (Stacks 25 times)"
        },
        {
            "id": "melvorTotH:MomentInTime",
            "name": "Moment in Time",
            "modifiers": {
                "momentInTimePassive": 1
            },
            "customDescription": "For every Enemy Attack Turn, the Enemy gains -2% Attack Interval, +2% Maximum Hit, +2% Global Accuracy (Stacks 25 times)"
        },
        {
            "id": "melvorTotH:ReignOverTime",
            "name": "Reign over Time",
            "modifiers": {
                "reignOverTimePassive": 1
            },
            "customDescription": "For every Enemy Attack Turn, the Enemy gains -2% Attack Interval, +2% Maximum Hit, +2% Global Accuracy, +2% Global Evasion Rating (Stacks 25 times)"
        },
        {
            "id": "melvorTotH:EndOfTurnHealing3_15",
            "name": "Heal",
            "modifiers": {
                "increasedEndOfTurnMaxHealing2": 2
            },
            "customDescription": "Heal 2% of max hitpoints every 2 turns"
        },
        {
            "id": "melvorTotH:BurnLifesteal1000",
            "name": "Burn Lifesteal",
            "modifiers": {
                "increasedBurnLifesteal": 1000
            },
            "customDescription": "+1,000% Burn lifesteal"
        },
        {
            "id": "melvorTotH:Lifesteal100",
            "name": "Lifesteal",
            "modifiers": {
                "increasedLifesteal": 100
            },
            "customDescription": "+100% Lifesteal"
        },
        {
            "id": "melvorTotH:CurseOfTheUndead",
            "name": "Curse Of The Undead",
            "modifiers": {
                "increasedRebirthChance": 30,
                "applyRandomCurseOnSpawn": 1
            },
            "customDescription": "+30% chance to respawn with full hitpoints upon reaching 0 hitpoints and Apply a random Curse to the Target on spawn or revive"
        },
        {
            "id": "melvorAoD:BarrierRegen",
            "name": "Barrier Regeneration",
            "modifiers": {
                "barrierRegenTurns": 7
            },
            "customDescription": "Regenerates 25% Barrier every 7 Attack Turns"
        },
        {
            "id": "melvorAoD:EndofTurnHealing2",
            "name": "End of Turn Healing",
            "modifiers": {
                "increasedEndOfTurnHealing3": 2
            },
            "customDescription": "Heal 2% of current hitpoints every 3 turns"
        },
        {
            "id": "melvorAoD:EndofTurnHealing8",
            "name": "End of Turn Healing",
            "modifiers": {
                "increasedEndOfTurnHealing2": 8
            },
            "customDescription": "Heal 8% of current hitpoints every 2 turns"
        },
        {
            "id": "melvorAoD:EndofTurnHealing4",
            "name": "End of Turn Healing",
            "modifiers": {
                "increasedEndOfTurnHealing2": 4
            },
            "customDescription": "Heal 4% of current hitpoints every 2 turns"
        },
        {
            "id": "melvorAoD:MajorReflection",
            "name": "Major Reflection",
            "modifiers": {
                "increasedReflectDamage": 50
            },
            "customDescription": "+50% Reflect Damage"
        },
        {
            "id": "melvorAoD:WeakeningTouch",
            "name": "Weakening Touch",
            "modifiers": {
                "increasedChanceWeakeningTouch": 100
            },
            "customDescription": "+100% chance to apply Weakening Touch to the Target"
        },
        {
            "id": "melvorAoD:PoisonMaster",
            "name": "Poison Master",
            "modifiers": {
                "increasedChanceToApplyPoison": 20,
                "increasedPoisonLifesteal": 100
            },
            "customDescription": "+20% chance to apply poison when hitting with an attack and +100% Poison lifesteal"
        },
        {
            "id": "melvorAoD:Ghostly",
            "name": "Ghostly",
            "modifiers": {
                "decreasedPlayerDamageReduction": 10,
                "increasedEndOfTurnMaxHealing2": 4
            },
            "customDescription": "Reduce Player damage reduction by 10% and Heal 4% of max hitpoints every 2 turns"
        },
        {
            "id": "melvorAoD:Underwater",
            "name": "Underwater",
            "modifiers": {
                "underwaterEffect": 1
            },
            "customDescription": "Each Attack Turn, Attacker's Attack interval is decreased by -1% and the Target is slow by +1%. Stacks 20 times."
        },
        {
            "id": "melvorAoD:Crystallization",
            "name": "Crystallization",
            "modifiers": {
                "increasedChanceCrystallization": 100
            },
            "customDescription": "+100% chance to apply Crystallization to the Target when attacking (Target is stunned and takes +50% Damage during effect)"
        },
        {
            "id": "melvorAoD:CrystalSanction",
            "name": "Crystal Sanction",
            "modifiers": {
                "increasedChanceCrystalSanction": 100
            },
            "customDescription": "+100% chance to apply Crystal Sanction to the Target when attacking (Next Attack Turn from Target deals no Damage)"
        },
        {
            "id": "melvorAoD:Lifesteal10",
            "name": "Lifesteal",
            "modifiers": {
                "increasedLifesteal": 10
            },
            "customDescription": "+10% Lifesteal"
        },
        {
            "id": "melvorAoD:Slimed",
            "name": "Slimes",
            "modifiers": {
                "increasedChanceToApply5Slow": 50,
                "increasedHealEvery200Int": 1
            },
            "customDescription": "+50% chance to apply a Slow to the Target that increases its Attack Interval by +5% for 3 Turns. and Heal for +1% current Hitpoints every 0.2s"
        },
        {
            "id": "melvorAoD:Reflect",
            "name": "Reflect",
            "modifiers": {
                "increasedReflectDamage": 50
            },
            "customDescription": "+50% Reflect Damage"
        },
        {
            "id": "melvorAoD:Confusion",
            "name": "Confusion",
            "modifiers": {},
            "targetModifiers": {
                "increasedConfusion": 3
            },
            "customDescription": ""
        },
        {
            "id": "melvorAoD:BasicImmunity",
            "name": "Basic Immunity",
            "modifiers": {
                "burnImmunity": 100,
                "stunImmunity": 100,
                "sleepImmunity": 1,
                "slowImmunity": 100
            },
            "customDescription": "Immune to Stuns, Burns, Sleeps and Slows."
        },
        {
            "id": "melvorAoD:PuppetMaster",
            "name": "Puppet Master",
            "modifiers": {
                "increasedEndOfTurnHealing2": 2,
                "gain2MaxHitpointsPerTurn": 2
            },
            "customDescription": "Heal 2% of current hitpoints every 2 turns and +2% maximum Hitpoints at the start of each Attack Turn (Maximum 10 stacks)"
        },
        {
            "id": "melvorAoD:UnholyAura",
            "name": "Unholy Aura",
            "modifiers": {
                "increasedUnholyMarkOnHit": 1
            },
            "customDescription": "+1 Unholy Mark stacks applied when hitting with an attack"
        }
    ],
    "monsters": [
        {
            "id": "melvorD:BlackKnight",
            "name": "Black Knight",
            "levels": {
                "Hitpoints": 20,
                "Attack": 20,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "stabAttackBonus": 10,
                "meleeDefenceBonus": 20,
                "rangedDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 10,
            "lootTable": [
                {
                    "itemID": "melvorD:Black_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Black_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Black_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Black_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Black_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Black_Battleaxe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Black_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Black_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Black_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Black_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 50
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:HillGiant",
            "name": "Hill Giant",
            "levels": {
                "Hitpoints": 35,
                "Attack": 18,
                "Strength": 22,
                "Defence": 26,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 18,
                "meleeStrengthBonus": 16
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Iron_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Steel_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Onion_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Cabbage_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Mantalyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Watermelon_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Sapphire",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Ruby",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 8,
                "max": 24
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:MossGiant",
            "name": "Moss Giant",
            "levels": {
                "Hitpoints": 60,
                "Attack": 50,
                "Strength": 50,
                "Defence": 50,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 33,
                "meleeStrengthBonus": 50,
                "meleeDefenceBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorD:Steel_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Mithril_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Earth_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Strawberry_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Fire_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Lemontyle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 25
                },
                {
                    "itemID": "melvorD:Oxilyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Snape_Grass_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 11
                },
                {
                    "itemID": "melvorD:Chaos_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Death_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Emerald",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Yew_Tree_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 28,
                "max": 65
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:GiantCrab",
            "name": "Giant Crab",
            "levels": {
                "Hitpoints": 60,
                "Attack": 20,
                "Strength": 15,
                "Defence": 30,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 5,
                "meleeStrengthBonus": 10,
                "meleeDefenceBonus": 10
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Raw_Crab",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Treasure_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 30
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Tentacle",
            "name": "Tentacle",
            "levels": {
                "Hitpoints": 25,
                "Attack": 10,
                "Strength": 10,
                "Defence": 5,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 5,
                "meleeStrengthBonus": 5
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Iron_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Coal_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Raw_Sardine",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Raw_Herring",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Burnt_Cave_Fish",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 20
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Seagull",
            "name": "Seagull",
            "levels": {
                "Hitpoints": 6,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Feathers",
                    "minQuantity": 1,
                    "maxQuantity": 55,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ConfusedPirate",
            "name": "Confused Pirate",
            "levels": {
                "Hitpoints": 40,
                "Attack": 40,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3600,
                "stabAttackBonus": 30,
                "meleeStrengthBonus": 8,
                "meleeDefenceBonus": 10
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 20,
            "lootTable": [
                {
                    "itemID": "melvorD:Steel_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Black_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Mithril_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Adamant_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:FrozenMammoth",
            "name": "Frozen Mammoth",
            "levels": {
                "Hitpoints": 70,
                "Attack": 20,
                "Strength": 60,
                "Defence": 60,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 20,
                "meleeStrengthBonus": 50,
                "meleeDefenceBonus": 50
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Frostburn"
            ],
            "passives": [],
            "lootChance": 1,
            "lootTable": [
                {
                    "itemID": "melvorD:Ice_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 200,
                "max": 300
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:FrozenArcher",
            "name": "Frozen Archer",
            "levels": {
                "Hitpoints": 30,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 40,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2000,
                "rangedAttackBonus": 10,
                "rangedStrengthBonus": 15,
                "rangedDefenceBonus": 20,
                "magicDefenceBonus": 20
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorD:Frostburn"
            ],
            "passives": [],
            "lootChance": 20,
            "lootTable": [
                {
                    "itemID": "melvorD:Ice_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 50,
                "max": 100
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:WetMonster",
            "name": "Wet Monster",
            "levels": {
                "Hitpoints": 30,
                "Attack": 30,
                "Strength": 30,
                "Defence": 30,
                "Ranged": 20,
                "Magic": 20
            },
            "equipmentStats": {
                "attackSpeed": 3600,
                "stabAttackBonus": 33,
                "meleeStrengthBonus": 31
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamantite_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Silver_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Raw_Lobster",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Lobster",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Shark",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Salmon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Gold_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Steel_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Maple_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Teak_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Yew_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Topaz",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Raw_Trout",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Raw_Salmon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Amulet_of_Defence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Mantalyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:MoistMonster",
            "name": "Moist Monster",
            "levels": {
                "Hitpoints": 25,
                "Attack": 40,
                "Strength": 20,
                "Defence": 40,
                "Ranged": 20,
                "Magic": 20
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "meleeDefenceBonus": 15
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamantite_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Silver_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Raw_Lobster",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Lobster",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Shark",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Salmon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Gold_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Steel_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Maple_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Teak_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Yew_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Topaz",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Raw_Trout",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Raw_Salmon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Amulet_of_Strength",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Lemontyle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:SweatyMonster",
            "name": "Sweaty Monster",
            "levels": {
                "Hitpoints": 28,
                "Attack": 22,
                "Strength": 24,
                "Defence": 24,
                "Ranged": 20,
                "Magic": 20
            },
            "equipmentStats": {
                "attackSpeed": 2400
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamantite_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Silver_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Raw_Lobster",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Lobster",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Shark",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Salmon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Gold_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Steel_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Maple_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Teak_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Yew_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Topaz",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Raw_Trout",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Raw_Salmon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Amulet_of_Accuracy",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Oxilyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Golbin",
            "name": "Golbin",
            "levels": {
                "Hitpoints": 5,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Water_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 7
                },
                {
                    "itemID": "melvorD:Body_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 7
                },
                {
                    "itemID": "melvorD:Raw_Shrimp",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 6
                },
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Bronze_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Bronze_Battleaxe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 2,
                "max": 10
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "pet": {
                "id": "melvorD:GoldenGolbin",
                "quantity": 42069
            }
        },
        {
            "id": "melvorD:RangedGolbin",
            "name": "Ranged Golbin",
            "levels": {
                "Hitpoints": 10,
                "Attack": 5,
                "Strength": 5,
                "Defence": 5,
                "Ranged": 5,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Bronze_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Raw_Shrimp",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 13
                },
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Normal_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Slingshot",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Oak_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 2,
                "max": 10
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Chicken",
            "name": "Chicken",
            "levels": {
                "Hitpoints": 3,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": -47,
                "meleeStrengthBonus": -42,
                "meleeDefenceBonus": -42
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Feathers",
                    "minQuantity": 1,
                    "maxQuantity": 90,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Raw_Chicken",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Cow",
            "name": "Cow",
            "levels": {
                "Hitpoints": 8,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": -15,
                "meleeStrengthBonus": -15,
                "meleeDefenceBonus": -21
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Leather",
                    "minQuantity": 1,
                    "maxQuantity": 6,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Raw_Beef",
                    "minQuantity": 1,
                    "maxQuantity": 6,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Chick",
            "name": "Chick",
            "levels": {
                "Hitpoints": 3,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 4000,
                "stabAttackBonus": -45,
                "meleeStrengthBonus": -45,
                "meleeDefenceBonus": -45
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:MummaChicken",
            "name": "Mumma Chicken",
            "levels": {
                "Hitpoints": 50,
                "Attack": 30,
                "Strength": 30,
                "Defence": 30,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Egg_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 70,
                "max": 700
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Pirate",
            "name": "Pirate",
            "levels": {
                "Hitpoints": 50,
                "Attack": 70,
                "Strength": 50,
                "Defence": 50,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3600,
                "stabAttackBonus": 50,
                "meleeStrengthBonus": 12,
                "meleeDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:PirateCaptain",
            "name": "Pirate Captain",
            "levels": {
                "Hitpoints": 100,
                "Attack": 100,
                "Strength": 80,
                "Defence": 80,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "damageReduction": 5,
                "stabAttackBonus": 50,
                "meleeStrengthBonus": 50,
                "meleeDefenceBonus": 50
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:TheKraken",
            "name": "The Kraken",
            "levels": {
                "Hitpoints": 300,
                "Attack": 100,
                "Strength": 100,
                "Defence": 150,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 4000,
                "damageReduction": 20,
                "stabAttackBonus": 60,
                "meleeStrengthBonus": 45,
                "meleeDefenceBonus": 60
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Pirate_Booty",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 280,
                "max": 1120
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Bat",
            "name": "Bat",
            "levels": {
                "Hitpoints": 10,
                "Attack": 20,
                "Strength": 30,
                "Defence": 15,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:BigBat",
            "name": "Big Bat",
            "levels": {
                "Hitpoints": 20,
                "Attack": 40,
                "Strength": 60,
                "Defence": 30,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:TheEye",
            "name": "The Eye",
            "levels": {
                "Hitpoints": 40,
                "Attack": 80,
                "Strength": 120,
                "Defence": 60,
                "Ranged": 60,
                "Magic": 120
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "magicDamageBonus": -8
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ResurrectedEye",
            "name": "Resurrected Eye",
            "levels": {
                "Hitpoints": 80,
                "Attack": 160,
                "Strength": 240,
                "Defence": 120,
                "Ranged": 80,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5,
                "magicDamageBonus": -12
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:PratTheProtectorOfSecrets",
            "name": "Prat, the Protector of Secrets",
            "levels": {
                "Hitpoints": 160,
                "Attack": 320,
                "Strength": 480,
                "Defence": 240,
                "Ranged": 480,
                "Magic": 240
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 15
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorD:Volley"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:MalcsTheGuardianOfMelvor",
            "name": "Malcs, the Guardian of Melvor",
            "levels": {
                "Hitpoints": 250,
                "Attack": 640,
                "Strength": 960,
                "Defence": 380,
                "Ranged": 960,
                "Magic": 480
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 25
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:RazorSharpClaws",
                "melvorD:Dragonbreath"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Elite_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 14000,
                "max": 35000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Spider",
            "name": "Spider",
            "levels": {
                "Hitpoints": 25,
                "Attack": 50,
                "Strength": 50,
                "Defence": 50,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Venom"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 10,
                "max": 100
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:BrownSpider",
            "name": "Brown Spider",
            "levels": {
                "Hitpoints": 30,
                "Attack": 50,
                "Strength": 50,
                "Defence": 50,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Venom"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 10,
                "max": 100
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:EvilSpider",
            "name": "Evil Spider",
            "levels": {
                "Hitpoints": 75,
                "Attack": 80,
                "Strength": 80,
                "Defence": 80,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Venom"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 10,
                "max": 250
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:SpiderKing",
            "name": "Spider King",
            "levels": {
                "Hitpoints": 200,
                "Attack": 120,
                "Strength": 120,
                "Defence": 120,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Venom"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Spider_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 350,
                "max": 3500
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:IceMonster",
            "name": "Ice Monster",
            "levels": {
                "Hitpoints": 50,
                "Attack": 70,
                "Strength": 70,
                "Defence": 70,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Frostburn"
            ],
            "passives": [],
            "lootChance": 10,
            "lootTable": [
                {
                    "itemID": "melvorD:Ice_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100,
                "max": 250
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:IceTroll",
            "name": "Ice Troll",
            "levels": {
                "Hitpoints": 70,
                "Attack": 80,
                "Strength": 80,
                "Defence": 80,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Frostburn"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 10,
                "max": 100
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Ice",
            "name": "Ice",
            "levels": {
                "Hitpoints": 30,
                "Attack": 80,
                "Strength": 80,
                "Defence": 80,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Frostburn"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 10,
                "max": 100
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ProtectorofIce",
            "name": "Protector of Ice",
            "levels": {
                "Hitpoints": 225,
                "Attack": 150,
                "Strength": 150,
                "Defence": 150,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Frostburn"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Frozen_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1400,
                "max": 7000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:FirstMate",
            "name": "First Mate",
            "levels": {
                "Hitpoints": 75,
                "Attack": 80,
                "Strength": 65,
                "Defence": 65,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 65,
                "meleeStrengthBonus": 35,
                "meleeDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ZombieHand",
            "name": "Zombie Hand",
            "levels": {
                "Hitpoints": 20,
                "Attack": 20,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Bronze_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Bronze_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Iron_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Iron_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Zombie",
            "name": "Zombie",
            "levels": {
                "Hitpoints": 30,
                "Attack": 30,
                "Strength": 30,
                "Defence": 30,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Iron_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Iron_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Steel_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Steel_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ZombieLeader",
            "name": "Zombie Leader",
            "levels": {
                "Hitpoints": 70,
                "Attack": 60,
                "Strength": 60,
                "Defence": 60,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 20,
                "stabAttackBonus": 40,
                "meleeStrengthBonus": 20,
                "meleeDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Standard_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 140,
                "max": 1400
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike"
        },
        {
            "id": "melvorD:Ghost",
            "name": "Ghost",
            "levels": {
                "Hitpoints": 40,
                "Attack": 40,
                "Strength": 40,
                "Defence": 40,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 25,
            "lootTable": [
                {
                    "itemID": "melvorD:Oxilyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:GreenDragon",
            "name": "Green Dragon",
            "levels": {
                "Hitpoints": 75,
                "Attack": 68,
                "Strength": 68,
                "Defence": 68,
                "Ranged": 60,
                "Magic": 60
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 20,
                "meleeStrengthBonus": 40,
                "meleeDefenceBonus": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:LesserDragonbreath"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Green_Dragonhide",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 100
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                10
            ]
        },
        {
            "id": "melvorD:BlueDragon",
            "name": "Blue Dragon",
            "levels": {
                "Hitpoints": 90,
                "Attack": 75,
                "Strength": 75,
                "Defence": 75,
                "Ranged": 70,
                "Magic": 70
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 30,
                "meleeStrengthBonus": 50,
                "meleeDefenceBonus": 50
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:LesserDragonbreath"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Blue_Dragonhide",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 175
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                20
            ]
        },
        {
            "id": "melvorD:RedDragon",
            "name": "Red Dragon",
            "levels": {
                "Hitpoints": 100,
                "Attack": 90,
                "Strength": 90,
                "Defence": 90,
                "Ranged": 80,
                "Magic": 80
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "stabAttackBonus": 45,
                "meleeStrengthBonus": 60,
                "meleeDefenceBonus": 60
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:LesserDragonbreath"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Red_Dragonhide",
                    "minQuantity": 1,
                    "maxQuantity": 25,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 325
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                30
            ]
        },
        {
            "id": "melvorD:BlackDragon",
            "name": "Black Dragon",
            "levels": {
                "Hitpoints": 120,
                "Attack": 100,
                "Strength": 100,
                "Defence": 100,
                "Ranged": 90,
                "Magic": 90
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "stabAttackBonus": 60,
                "meleeStrengthBonus": 80,
                "meleeDefenceBonus": 80
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:LesserDragonbreath"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Black_Dragonhide",
                    "minQuantity": 1,
                    "maxQuantity": 30,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 600
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:JuniorFarmer",
            "name": "Junior Farmer",
            "levels": {
                "Hitpoints": 8,
                "Attack": 5,
                "Strength": 5,
                "Defence": 5,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Potato_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 6
                },
                {
                    "itemID": "melvorD:Onion_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Cabbage_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Tomato_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:AdultFarmer",
            "name": "Adult Farmer",
            "levels": {
                "Hitpoints": 20,
                "Attack": 20,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 20,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Onion_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 180
                },
                {
                    "itemID": "melvorD:Cabbage_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 140
                },
                {
                    "itemID": "melvorD:Tomato_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 110
                },
                {
                    "itemID": "melvorD:Sourweed_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 105
                },
                {
                    "itemID": "melvorD:Mantalyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 90
                },
                {
                    "itemID": "melvorD:Sweetcorn_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 80
                },
                {
                    "itemID": "melvorD:Strawberry_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Watermelon_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Compost",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Snape_Grass_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Oak_Tree_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:MasterFarmer",
            "name": "Master Farmer",
            "levels": {
                "Hitpoints": 28,
                "Attack": 45,
                "Strength": 45,
                "Defence": 45,
                "Ranged": 30,
                "Magic": 20
            },
            "equipmentStats": {
                "attackSpeed": 2400
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Tomato_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 110
                },
                {
                    "itemID": "melvorD:Sweetcorn_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 80
                },
                {
                    "itemID": "melvorD:Strawberry_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Lemontyle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 60
                },
                {
                    "itemID": "melvorD:Oxilyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Watermelon_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Compost",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Snape_Grass_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Oak_Tree_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 80
                },
                {
                    "itemID": "melvorD:Willow_Tree_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Maple_Tree_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Yew_Tree_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Magic_Tree_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Bobs_Rake",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Wizard",
            "name": "Wizard",
            "levels": {
                "Hitpoints": 30,
                "Attack": 20,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 20,
                "Magic": 40
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "magicAttackBonus": 20,
                "magicDamageBonus": -6
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Air_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Water_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 80
                },
                {
                    "itemID": "melvorD:Earth_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 60
                },
                {
                    "itemID": "melvorD:Fire_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 40
                },
                {
                    "itemID": "melvorD:Green_Wizard_Hat",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 40
                },
                {
                    "itemID": "melvorD:Green_Wizard_Robes",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 40
                },
                {
                    "itemID": "melvorD:Green_Wizard_Bottoms",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 40
                },
                {
                    "itemID": "melvorD:Green_Wizard_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 40
                },
                {
                    "itemID": "melvorD:Blue_Wizard_Hat",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Blue_Wizard_Robes",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Blue_Wizard_Bottoms",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Blue_Wizard_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Magic_Wand_Basic",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 50
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:SteelKnight",
            "name": "Steel Knight",
            "levels": {
                "Hitpoints": 15,
                "Attack": 10,
                "Strength": 10,
                "Defence": 10,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Steel_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Steel_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Steel_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Steel_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Steel_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Steel_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Steel_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:MithrilKnight",
            "name": "Mithril Knight",
            "levels": {
                "Hitpoints": 25,
                "Attack": 30,
                "Strength": 30,
                "Defence": 30,
                "Ranged": 10,
                "Magic": 10
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "stabAttackBonus": 10,
                "meleeDefenceBonus": 20,
                "rangedDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 25,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Mithril_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Mithril_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Mithril_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Mithril_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Mithril_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Mithril_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 50
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:AdamantKnight",
            "name": "Adamant Knight",
            "levels": {
                "Hitpoints": 60,
                "Attack": 60,
                "Strength": 60,
                "Defence": 60,
                "Ranged": 60,
                "Magic": 60
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "stabAttackBonus": 50,
                "meleeStrengthBonus": 30,
                "meleeDefenceBonus": 70,
                "rangedDefenceBonus": 70
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 15,
            "lootTable": [
                {
                    "itemID": "melvorD:Adamant_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamant_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamant_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamant_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamant_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamant_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Adamant_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Obsidian_Cape",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 30,
                "max": 100
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:RuneKnight",
            "name": "Rune Knight",
            "levels": {
                "Hitpoints": 80,
                "Attack": 90,
                "Strength": 90,
                "Defence": 90,
                "Ranged": 90,
                "Magic": 90
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 5,
                "stabAttackBonus": 80,
                "meleeStrengthBonus": 60,
                "meleeDefenceBonus": 120,
                "rangedDefenceBonus": 120
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorD:Rune_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Amulet_of_Glory",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100,
                "max": 250
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:BanditTrainee",
            "name": "Bandit Trainee",
            "levels": {
                "Hitpoints": 20,
                "Attack": 20,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 20,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2000,
                "rangedAttackBonus": 15
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Bronze_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Iron_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Steel_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Lemontyle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 30
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Bandit",
            "name": "Bandit",
            "levels": {
                "Hitpoints": 40,
                "Attack": 20,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 60,
                "Magic": 10
            },
            "equipmentStats": {
                "attackSpeed": 2000,
                "rangedAttackBonus": 30
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Steel_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Mithril_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Adamant_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Oxilyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Amulet_of_Ranged",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 30
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:BanditLeader",
            "name": "Bandit Leader",
            "levels": {
                "Hitpoints": 150,
                "Attack": 60,
                "Strength": 60,
                "Defence": 60,
                "Ranged": 130,
                "Magic": 30
            },
            "equipmentStats": {
                "attackSpeed": 2000,
                "damageReduction": 20,
                "rangedAttackBonus": 75,
                "rangedStrengthBonus": 10
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorD:RapidFire"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Bandit_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 300,
                "max": 1000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike"
        },
        {
            "id": "melvorD:DarkWizard",
            "name": "Dark Wizard",
            "levels": {
                "Hitpoints": 110,
                "Attack": 90,
                "Strength": 90,
                "Defence": 90,
                "Ranged": 90,
                "Magic": 90
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 5,
                "magicAttackBonus": 50,
                "magicDamageBonus": 7,
                "magicDefenceBonus": 70
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Chaos_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 250
                },
                {
                    "itemID": "melvorD:Death_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Black_Wizard_Hat",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Black_Wizard_Robes",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Black_Wizard_Bottoms",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Black_Wizard_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Magic_Wand_Powerful",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Enchanted_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 100,
                "max": 250
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireBolt",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:MasterWizard",
            "name": "Master Wizard",
            "levels": {
                "Hitpoints": 60,
                "Attack": 20,
                "Strength": 20,
                "Defence": 20,
                "Ranged": 20,
                "Magic": 75
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "magicAttackBonus": 40,
                "magicDefenceBonus": 40,
                "magicDamageBonus": -9
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mind_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 250
                },
                {
                    "itemID": "melvorD:Chaos_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Death_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Air_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Amulet_of_Magic",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Water_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Earth_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Fire_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Enchanted_Cape",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 100,
                "max": 250
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ElderWizard",
            "name": "Elder Wizard",
            "levels": {
                "Hitpoints": 180,
                "Attack": 70,
                "Strength": 70,
                "Defence": 70,
                "Ranged": 70,
                "Magic": 120
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 20,
                "magicAttackBonus": 60,
                "magicDefenceBonus": 80
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Magic_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1400,
                "max": 3500
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindBlast"
        },
        {
            "id": "melvorD:Skeleton",
            "name": "Skeleton",
            "levels": {
                "Hitpoints": 10,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 10,
                "Magic": 10
            },
            "equipmentStats": {
                "attackSpeed": 2600
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorD:Headless_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Leech",
            "name": "Leech",
            "levels": {
                "Hitpoints": 20,
                "Attack": 20,
                "Strength": 20,
                "Defence": 10,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Chest_of_Witwix",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ViciousSerpent",
            "name": "Vicious Serpent",
            "levels": {
                "Hitpoints": 110,
                "Attack": 180,
                "Strength": 240,
                "Defence": 120,
                "Ranged": 260,
                "Magic": 120
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:FireSpirit",
            "name": "Fire Spirit",
            "levels": {
                "Hitpoints": 140,
                "Attack": 180,
                "Strength": 240,
                "Defence": 120,
                "Ranged": 260,
                "Magic": 380
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 10,
                "magicDamageBonus": 23
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:Plant",
            "name": "Plant",
            "levels": {
                "Hitpoints": 2,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": -47,
                "meleeStrengthBonus": -42,
                "meleeDefenceBonus": -42
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Potatoes",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike"
        },
        {
            "id": "melvorD:ElerineArcher",
            "name": "Elerine Archer",
            "levels": {
                "Hitpoints": 50,
                "Attack": 1,
                "Strength": 1,
                "Defence": 50,
                "Ranged": 100,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedAttackBonus": 5
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorD:Fleetness"
            ],
            "passives": [],
            "lootChance": 20,
            "lootTable": [
                {
                    "itemID": "melvorD:Maple_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Yew_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Magic_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Elerine_Longbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 75
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ElerineWarrior",
            "name": "Elerine Warrior",
            "levels": {
                "Hitpoints": 65,
                "Attack": 85,
                "Strength": 100,
                "Defence": 80,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 5
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorD:Fleetness"
            ],
            "passives": [],
            "lootChance": 20,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Battleaxe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Adamant_Battleaxe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Rune_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Elerine_Spear",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 100
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorD:ElerineMage",
            "name": "Elerine Mage",
            "levels": {
                "Hitpoints": 75,
                "Attack": 1,
                "Strength": 1,
                "Defence": 75,
                "Ranged": 1,
                "Magic": 135
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "magicDamageBonus": -18
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorD:Fleetness"
            ],
            "passives": [],
            "lootChance": 15,
            "lootTable": [
                {
                    "itemID": "melvorD:Air_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Water_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Earth_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 6
                },
                {
                    "itemID": "melvorD:Fire_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Natures_Call_Staff_Top",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 150
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:RandomITM",
            "levels": {
                "Hitpoints": 1,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "ignoreCompletion": true,
            "attackType": "random",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 0,
            "lootTable": [],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike"
        },
        {
            "id": "melvorF:Mummy",
            "name": "Mummy",
            "levels": {
                "Hitpoints": 27,
                "Attack": 22,
                "Strength": 27,
                "Defence": 27,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2500
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 20
                },
                {
                    "itemID": "melvorF:Silver_Topaz_Necklace",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorF:Silver_Ruby_Necklace",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Sourweed_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Gold_Topaz_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorF:Gold_Emerald_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Amulet_of_Strength",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 5,
                "max": 40
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Statue",
            "name": "Statue",
            "levels": {
                "Hitpoints": 37,
                "Attack": 22,
                "Strength": 37,
                "Defence": 37,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2500,
                "meleeDefenceBonus": 10,
                "magicDefenceBonus": 10
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Coal_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Silver_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Gold_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 5,
                "max": 40
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:StoneSnake",
            "name": "Stone Snake",
            "levels": {
                "Hitpoints": 60,
                "Attack": 1,
                "Strength": 1,
                "Defence": 60,
                "Ranged": 1,
                "Magic": 75
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 30,
                "magicDefenceBonus": 40,
                "magicDamageBonus": -9
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Mantalyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Adamantite_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Runite_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 5,
                "max": 40
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:UndeadWerewolf",
            "name": "Undead Werewolf",
            "levels": {
                "Hitpoints": 48,
                "Attack": 58,
                "Strength": 55,
                "Defence": 48,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2500
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Leather",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Vampire",
            "name": "Vampire",
            "levels": {
                "Hitpoints": 50,
                "Attack": 1,
                "Strength": 1,
                "Defence": 40,
                "Ranged": 70,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedAttackBonus": 10,
                "rangedStrengthBonus": 10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 50
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorD:Air_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Water_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Earth_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Fire_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Lemontyle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Mind_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Chaos_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Death_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:FierceDevil",
            "name": "Fierce Devil",
            "levels": {
                "Hitpoints": 82,
                "Attack": 100,
                "Strength": 90,
                "Defence": 74,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 5,
                "meleeStrengthBonus": 10
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Potato_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 900
                },
                {
                    "itemID": "melvorF:Poraxx_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Amulet_of_Torture",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:ManyEyedMonster",
            "name": "Many Eyed Monster",
            "levels": {
                "Hitpoints": 37,
                "Attack": 1,
                "Strength": 1,
                "Defence": 37,
                "Ranged": 50,
                "Magic": 15
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedAttackBonus": 30,
                "rangedStrengthBonus": 20,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 70
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Eyeball",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Mantalyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 20,
                "max": 80
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:StrangeEyedMonster",
            "name": "Strange Eyed Monster",
            "levels": {
                "Hitpoints": 65,
                "Attack": 65,
                "Strength": 65,
                "Defence": 65,
                "Ranged": 65,
                "Magic": 65
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 30,
                "meleeDefenceBonus": 10,
                "rangedDefenceBonus": 20,
                "magicDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Eyeball",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Oxilyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:LotsofEyes",
            "name": "Lots of Eyes",
            "levels": {
                "Hitpoints": 25,
                "Attack": 54,
                "Strength": 46,
                "Defence": 32,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2500,
                "stabAttackBonus": 10,
                "meleeDefenceBonus": 10,
                "rangedDefenceBonus": 10,
                "magicDefenceBonus": 5
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Eyeball",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Lemontyle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Eyes",
            "name": "Eyes",
            "levels": {
                "Hitpoints": 81,
                "Attack": 68,
                "Strength": 70,
                "Defence": 71,
                "Ranged": 15,
                "Magic": 25
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 25,
                "meleeStrengthBonus": 25,
                "meleeDefenceBonus": 25
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Eyeball",
                    "minQuantity": 1,
                    "maxQuantity": 12,
                    "weight": 5
                },
                {
                    "itemID": "melvorF:Poraxx_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Griffin",
            "name": "Griffin",
            "levels": {
                "Hitpoints": 150,
                "Attack": 97,
                "Strength": 67,
                "Defence": 135,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 5,
                "stabAttackBonus": 20,
                "meleeStrengthBonus": 30,
                "rangedDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 12,
            "lootTable": [
                {
                    "itemID": "melvorF:Dragon_Claw_Fragment",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Pegasus",
            "name": "Pegasus",
            "levels": {
                "Hitpoints": 220,
                "Attack": 140,
                "Strength": 160,
                "Defence": 120,
                "Ranged": 1,
                "Magic": 130
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 5,
                "meleeStrengthBonus": 30,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": 100,
                "magicDefenceBonus": 90
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [
                "melvorF:FleetingDefence"
            ],
            "lootChance": 3,
            "lootTable": [
                {
                    "itemID": "melvorF:Ancient_Claw_Fragment",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Fairy",
            "name": "Fairy",
            "levels": {
                "Hitpoints": 41,
                "Attack": 1,
                "Strength": 1,
                "Defence": 40,
                "Ranged": 20,
                "Magic": 50
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 10,
                "magicDefenceBonus": 30,
                "magicDamageBonus": 4
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 40,
            "lootTable": [
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 5
                },
                {
                    "itemID": "melvorF:Staff_of_Air",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorF:Staff_of_Earth",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorF:Staff_of_Water",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorF:Staff_of_Fire",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Magic_Wand_Basic",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Oxilyme_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 50
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindBlast",
            "bones": {
                "itemID": "melvorF:Holy_Dust",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Valkyrie",
            "name": "Valkyrie",
            "levels": {
                "Hitpoints": 54,
                "Attack": 70,
                "Strength": 79,
                "Defence": 40,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 10,
                "meleeStrengthBonus": 10,
                "meleeDefenceBonus": 10,
                "rangedDefenceBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorD:Rune_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Battleaxe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Holy_Dust",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Angel",
            "name": "Angel",
            "levels": {
                "Hitpoints": 80,
                "Attack": 1,
                "Strength": 1,
                "Defence": 50,
                "Ranged": 20,
                "Magic": 80
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 50,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 60,
                "magicDefenceBonus": 60,
                "magicDamageBonus": 12
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorD:Air_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Earth_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Water_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Fire_Battlestaff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Magic_Wand_Powerful",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthBolt",
            "bones": {
                "itemID": "melvorF:Holy_Dust",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:HolyArcher",
            "name": "Holy Archer",
            "levels": {
                "Hitpoints": 105,
                "Attack": 1,
                "Strength": 1,
                "Defence": 60,
                "Ranged": 80,
                "Magic": 30
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedAttackBonus": 40,
                "rangedStrengthBonus": 50,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": 80,
                "magicDefenceBonus": 80
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Adamant_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Rune_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 25
                },
                {
                    "itemID": "melvorF:Pigtayle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Yew_Longbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Magic_Longbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Redwood_Longbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Cape_of_Arrow_Preservation",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Holy_Dust",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:GooMonster",
            "name": "Goo Monster",
            "levels": {
                "Hitpoints": 15,
                "Attack": 15,
                "Strength": 12,
                "Defence": 15,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "meleeDefenceBonus": 5
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Garum_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Bronze_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Sourweed_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Iron_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 3
                },
                {
                    "itemID": "melvorF:Goo",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Bronze_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Iron_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 30
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:GreenGooMonster",
            "name": "Green Goo Monster",
            "levels": {
                "Hitpoints": 35,
                "Attack": 35,
                "Strength": 20,
                "Defence": 35,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Steel_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Steel_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorF:Goo",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Mithril_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 40
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:PurpleGooMonster",
            "name": "Purple Goo Monster",
            "levels": {
                "Hitpoints": 54,
                "Attack": 42,
                "Strength": 42,
                "Defence": 42,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Gold_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Lemontyle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Adamantite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 3
                },
                {
                    "itemID": "melvorD:Adamant_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorF:Goo",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Amulet_of_Defence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 10,
                "max": 50
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:ScatteredGooMonster",
            "name": "Scattered Goo Monster",
            "levels": {
                "Hitpoints": 76,
                "Attack": 60,
                "Strength": 50,
                "Defence": 60,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 30,
                "meleeStrengthBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 17,
            "lootTable": [
                {
                    "itemID": "melvorF:Goo",
                    "minQuantity": 1,
                    "maxQuantity": 6,
                    "weight": 15
                },
                {
                    "itemID": "melvorD:Amulet_of_Glory",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:RagingHornedElite",
            "name": "Raging Horned Elite",
            "levels": {
                "Hitpoints": 140,
                "Attack": 97,
                "Strength": 79,
                "Defence": 135,
                "Ranged": 40,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 5,
                "stabAttackBonus": 20,
                "meleeStrengthBonus": 30,
                "rangedDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Ancient_Arrow",
                    "minQuantity": 1,
                    "maxQuantity": 30,
                    "weight": 465
                },
                {
                    "itemID": "melvorD:Trout",
                    "minQuantity": 1,
                    "maxQuantity": 30,
                    "weight": 475
                },
                {
                    "itemID": "melvorF:Large_Horn",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:War_Axe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorF:Slayer_Crossbow_Head",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 70,
                "max": 180
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:SeethingHornedElite",
            "name": "Seething Horned Elite",
            "levels": {
                "Hitpoints": 200,
                "Attack": 1,
                "Strength": 1,
                "Defence": 70,
                "Ranged": 1,
                "Magic": 192
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 5,
                "magicAttackBonus": -5,
                "magicDamageBonus": 3,
                "meleeDefenceBonus": 170,
                "magicDefenceBonus": 49
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Topaz",
                    "minQuantity": 1,
                    "maxQuantity": 30,
                    "weight": 248
                },
                {
                    "itemID": "melvorF:Pigtayle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 198
                },
                {
                    "itemID": "melvorD:Sapphire",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 198
                },
                {
                    "itemID": "melvorD:Ruby",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 198
                },
                {
                    "itemID": "melvorD:Emerald",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 149
                },
                {
                    "itemID": "melvorF:Barrentoe_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 119
                },
                {
                    "itemID": "melvorF:Large_Horn",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 120
                },
                {
                    "itemID": "melvorD:Diamond",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 24
                },
                {
                    "itemID": "melvorF:Warberd",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorD:Amulet_of_Fury",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Dragon_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorF:Slayer_Crossbow_Head",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100,
                "max": 350
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthBolt",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:DarkHornedElite",
            "name": "Dark Horned Elite",
            "levels": {
                "Hitpoints": 280,
                "Attack": 178,
                "Strength": 178,
                "Defence": 180,
                "Ranged": 90,
                "Magic": 90
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 10,
                "stabAttackBonus": 75,
                "meleeStrengthBonus": 80,
                "meleeDefenceBonus": 80,
                "rangedDefenceBonus": 70,
                "magicDefenceBonus": 70
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Ram"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 450
                },
                {
                    "itemID": "melvorD:Adamant_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 225
                },
                {
                    "itemID": "melvorF:Pigtayle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Rune_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 110
                },
                {
                    "itemID": "melvorF:Barrentoe_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 90
                },
                {
                    "itemID": "melvorF:Large_Horn",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 90
                },
                {
                    "itemID": "melvorD:Dragon_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorF:Ancient_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Slayer_Crossbow_Head",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 250,
                "max": 750
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:AirGuard",
            "name": "Air Guard",
            "levels": {
                "Hitpoints": 150,
                "Attack": 120,
                "Strength": 120,
                "Defence": 120,
                "Ranged": 200,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 5,
                "rangedStrengthBonus": 35,
                "rangedDefenceBonus": 30
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Barrage"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Air_Shard",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:AirMonster",
            "name": "Air Monster",
            "levels": {
                "Hitpoints": 220,
                "Attack": 210,
                "Strength": 280,
                "Defence": 210,
                "Ranged": 100,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 10,
                "meleeStrengthBonus": 30,
                "rangedDefenceBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:WindBlade"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Air_Shard",
                "quantity": 4
            }
        },
        {
            "id": "melvorF:AirGolem",
            "name": "Air Golem",
            "levels": {
                "Hitpoints": 300,
                "Attack": 300,
                "Strength": 300,
                "Defence": 300,
                "Ranged": 520,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 20,
                "rangedDefenceBonus": 40
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Whirlwind"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Air_Shard",
                "quantity": 8
            }
        },
        {
            "id": "melvorF:Aleron",
            "name": "Aleron",
            "levels": {
                "Hitpoints": 500,
                "Attack": 500,
                "Strength": 500,
                "Defence": 500,
                "Ranged": 300,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 2700,
                "damageReduction": 25,
                "meleeStrengthBonus": 22,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": -20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Tornado"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Air_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Voltaire",
            "name": "Voltaire",
            "levels": {
                "Hitpoints": 500,
                "Attack": 400,
                "Strength": 400,
                "Defence": 400,
                "Ranged": 670,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 2700,
                "damageReduction": 25,
                "rangedStrengthBonus": 2,
                "rangedDefenceBonus": 50
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Tornado"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Air_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Aeris",
            "name": "Aeris",
            "levels": {
                "Hitpoints": 1000,
                "Attack": 500,
                "Strength": 500,
                "Defence": 450,
                "Ranged": 800,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 25,
                "rangedStrengthBonus": 2,
                "meleeDefenceBonus": -13,
                "rangedDefenceBonus": 80
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Barrage",
                "melvorF:WindBlade",
                "melvorF:Whirlwind",
                "melvorF:Tornado",
                "melvorF:Cyclone"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Scroll_of_Aeris",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100000,
                "max": 150000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Air_Shard",
                "quantity": 1
            },
            "overrideSpecialChances": [
                30,
                25,
                20,
                15,
                10
            ]
        },
        {
            "id": "melvorF:WaterGuard",
            "name": "Water Guard",
            "levels": {
                "Hitpoints": 180,
                "Attack": 120,
                "Strength": 120,
                "Defence": 120,
                "Ranged": 100,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 5,
                "magicDefenceBonus": 20,
                "magicDamageBonus": 26
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:IcyChill",
                "melvorF:FrozenSpears"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorF:Water_Shard",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:WaterMonster",
            "name": "Water Monster",
            "levels": {
                "Hitpoints": 240,
                "Attack": 200,
                "Strength": 280,
                "Defence": 200,
                "Ranged": 100,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 10,
                "meleeStrengthBonus": 18,
                "rangedDefenceBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:IcyChill",
                "melvorF:IceBreak"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Water_Shard",
                "quantity": 4
            }
        },
        {
            "id": "melvorF:WaterGolem",
            "name": "Water Golem",
            "levels": {
                "Hitpoints": 320,
                "Attack": 300,
                "Strength": 300,
                "Defence": 300,
                "Ranged": 200,
                "Magic": 520
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 20,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 40,
                "magicDamageBonus": 8
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:FlashFreeze"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorF:Water_Shard",
                "quantity": 8
            }
        },
        {
            "id": "melvorF:Lissia",
            "name": "Lissia",
            "levels": {
                "Hitpoints": 550,
                "Attack": 480,
                "Strength": 480,
                "Defence": 480,
                "Ranged": 300,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 25,
                "rangedDefenceBonus": -20,
                "magicDefenceBonus": 40,
                "magicDamageBonus": 11
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:IcyChill",
                "melvorF:Winterland"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterWave",
            "bones": {
                "itemID": "melvorF:Water_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Murtia",
            "name": "Murtia",
            "levels": {
                "Hitpoints": 550,
                "Attack": 420,
                "Strength": 430,
                "Defence": 420,
                "Ranged": 300,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 25,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": -20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:IcyChill",
                "melvorF:Winterland"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Water_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Glacia",
            "name": "Glacia",
            "levels": {
                "Hitpoints": 1100,
                "Attack": 600,
                "Strength": 600,
                "Defence": 500,
                "Ranged": 300,
                "Magic": 600
            },
            "equipmentStats": {
                "attackSpeed": 3300,
                "damageReduction": 25,
                "rangedDefenceBonus": -5,
                "magicDefenceBonus": 80,
                "magicDamageBonus": 5
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:FrozenSpears",
                "melvorF:IceBreak",
                "melvorF:FlashFreeze",
                "melvorF:Winterland",
                "melvorF:FrigidWaves"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Scroll_of_Glacia",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100000,
                "max": 150000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WaterWave",
            "bones": {
                "itemID": "melvorF:Water_Shard",
                "quantity": 1
            },
            "overrideSpecialChances": [
                30,
                25,
                20,
                15,
                10
            ]
        },
        {
            "id": "melvorF:EarthGuard",
            "name": "Earth Guard",
            "levels": {
                "Hitpoints": 200,
                "Attack": 120,
                "Strength": 120,
                "Defence": 120,
                "Ranged": 200,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5,
                "rangedStrengthBonus": 29,
                "rangedDefenceBonus": 20
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:StoneWall"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Earth_Shard",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:EarthMonster",
            "name": "Earth Monster",
            "levels": {
                "Hitpoints": 240,
                "Attack": 200,
                "Strength": 280,
                "Defence": 200,
                "Ranged": 100,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 10,
                "meleeStrengthBonus": 28,
                "rangedDefenceBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Charge"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Earth_Shard",
                "quantity": 4
            }
        },
        {
            "id": "melvorF:EarthGolem",
            "name": "Earth Golem",
            "levels": {
                "Hitpoints": 360,
                "Attack": 360,
                "Strength": 380,
                "Defence": 360,
                "Ranged": 250,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "damageReduction": 20,
                "meleeStrengthBonus": 20,
                "rangedDefenceBonus": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Boulder"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Earth_Shard",
                "quantity": 8
            }
        },
        {
            "id": "melvorF:Mistral",
            "name": "Mistral",
            "levels": {
                "Hitpoints": 600,
                "Attack": 480,
                "Strength": 480,
                "Defence": 480,
                "Ranged": 300,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 3400,
                "damageReduction": 25,
                "rangedDefenceBonus": -20,
                "magicDefenceBonus": 40,
                "magicDamageBonus": -3
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:GraspingRoots"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthWave",
            "bones": {
                "itemID": "melvorF:Earth_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Ophidia",
            "name": "Ophidia",
            "levels": {
                "Hitpoints": 600,
                "Attack": 420,
                "Strength": 525,
                "Defence": 420,
                "Ranged": 300,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3400,
                "damageReduction": 25,
                "meleeStrengthBonus": 18,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": -20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:GraspingRoots"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Earth_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Terran",
            "name": "Terran",
            "levels": {
                "Hitpoints": 1200,
                "Attack": 570,
                "Strength": 570,
                "Defence": 570,
                "Ranged": 300,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3900,
                "damageReduction": 25,
                "meleeDefenceBonus": 50,
                "magicDefenceBonus": -20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:StoneWall",
                "melvorF:Charge",
                "melvorF:Boulder",
                "melvorF:GraspingRoots",
                "melvorF:SeismicSlam"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Scroll_of_Terran",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100000,
                "max": 150000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Earth_Shard",
                "quantity": 1
            },
            "overrideSpecialChances": [
                30,
                25,
                20,
                15,
                10
            ]
        },
        {
            "id": "melvorF:FireGuard",
            "name": "Fire Guard",
            "levels": {
                "Hitpoints": 170,
                "Attack": 140,
                "Strength": 160,
                "Defence": 140,
                "Ranged": 100,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 5,
                "stabAttackBonus": 10,
                "meleeStrengthBonus": 70,
                "rangedDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Fireball"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Fire_Shard",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:FireMonster",
            "name": "Fire Monster",
            "levels": {
                "Hitpoints": 230,
                "Attack": 200,
                "Strength": 280,
                "Defence": 200,
                "Ranged": 100,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 10,
                "stabAttackBonus": 10,
                "meleeStrengthBonus": 40,
                "rangedDefenceBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:BurningClaws"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Fire_Shard",
                "quantity": 4
            }
        },
        {
            "id": "melvorF:FireGolem",
            "name": "Fire Golem",
            "levels": {
                "Hitpoints": 310,
                "Attack": 300,
                "Strength": 300,
                "Defence": 300,
                "Ranged": 200,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 15,
                "magicDefenceBonus": 20,
                "magicDamageBonus": -6
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:ScorchingRay"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireBlast",
            "bones": {
                "itemID": "melvorF:Fire_Shard",
                "quantity": 8
            }
        },
        {
            "id": "melvorF:Pyra",
            "name": "Pyra",
            "levels": {
                "Hitpoints": 550,
                "Attack": 480,
                "Strength": 480,
                "Defence": 480,
                "Ranged": 300,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 3300,
                "damageReduction": 25,
                "rangedDefenceBonus": -20,
                "magicDefenceBonus": 40,
                "magicDamageBonus": -1
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:MeteorShower"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireWave",
            "bones": {
                "itemID": "melvorF:Fire_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Ignis",
            "name": "Ignis",
            "levels": {
                "Hitpoints": 550,
                "Attack": 480,
                "Strength": 530,
                "Defence": 480,
                "Ranged": 300,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3300,
                "damageReduction": 25,
                "meleeStrengthBonus": 25,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": -20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:MeteorShower"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 10
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Fire_Shard",
                "quantity": 15
            }
        },
        {
            "id": "melvorF:Ragnar",
            "name": "Ragnar",
            "levels": {
                "Hitpoints": 1100,
                "Attack": 600,
                "Strength": 600,
                "Defence": 600,
                "Ranged": 300,
                "Magic": 400
            },
            "equipmentStats": {
                "attackSpeed": 3600,
                "damageReduction": 25,
                "magicAttackBonus": 10,
                "rangedDefenceBonus": -20,
                "magicDefenceBonus": 50,
                "magicDamageBonus": 4
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:Fireball",
                "melvorF:BurningClaws",
                "melvorF:ScorchingRay",
                "melvorF:MeteorShower",
                "melvorF:Cataclysm"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Scroll_of_Ragnar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100000,
                "max": 150000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorF:Fire_Shard",
                "quantity": 1
            },
            "overrideSpecialChances": [
                30,
                25,
                20,
                15,
                10
            ]
        },
        {
            "id": "melvorF:ElderDragon",
            "name": "Elder Dragon",
            "levels": {
                "Hitpoints": 240,
                "Attack": 200,
                "Strength": 300,
                "Defence": 200,
                "Ranged": 180,
                "Magic": 180
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 20,
                "stabAttackBonus": 60,
                "meleeStrengthBonus": 30,
                "meleeDefenceBonus": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:BurningFireball"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Elder_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 3000,
                "max": 10000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:FuriousHornedElite",
            "name": "Furious Horned Elite",
            "levels": {
                "Hitpoints": 300,
                "Attack": 170,
                "Strength": 170,
                "Defence": 170,
                "Ranged": 250,
                "Magic": 80
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 10,
                "rangedAttackBonus": 60,
                "rangedStrengthBonus": 30,
                "rangedDefenceBonus": 70,
                "magicDefenceBonus": 70
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:HornShots"
            ],
            "passives": [],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorF:Ancient_Throwing_Knife",
                    "minQuantity": 1,
                    "maxQuantity": 45,
                    "weight": 400
                },
                {
                    "itemID": "melvorF:Ancient_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 45,
                    "weight": 300
                },
                {
                    "itemID": "melvorF:Large_Horn",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 100
                },
                {
                    "itemID": "melvorF:Slayer_Crossbow_Head",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 250,
                "max": 1000
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:MioliteSprig",
            "name": "Miolite Sprig",
            "levels": {
                "Hitpoints": 40,
                "Attack": 45,
                "Strength": 50,
                "Defence": 55,
                "Ranged": 1,
                "Magic": 30
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 40,
                "rangedDefenceBonus": 15
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Spores"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:MioliteTrio",
            "name": "Miolite Trio",
            "levels": {
                "Hitpoints": 55,
                "Attack": 1,
                "Strength": 1,
                "Defence": 100,
                "Ranged": 1,
                "Magic": 130
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "rangedDefenceBonus": -27,
                "magicDefenceBonus": 10,
                "magicDamageBonus": 4
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:Spores"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:MioliteWarden",
            "name": "Miolite Warden",
            "levels": {
                "Hitpoints": 75,
                "Attack": 110,
                "Strength": 130,
                "Defence": 110,
                "Ranged": 1,
                "Magic": 50
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 20,
                "stabAttackBonus": 29,
                "meleeDefenceBonus": 35,
                "rangedDefenceBonus": 12,
                "magicDefenceBonus": 10
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Spores"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 450,
                "max": 4000
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:MioliteMonarch",
            "name": "Miolite Monarch",
            "levels": {
                "Hitpoints": 180,
                "Attack": 1,
                "Strength": 1,
                "Defence": 175,
                "Ranged": 1,
                "Magic": 185
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 20,
                "magicAttackBonus": 20,
                "meleeDefenceBonus": -8,
                "rangedDefenceBonus": -15,
                "magicDefenceBonus": 28,
                "magicDamageBonus": 36
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:DrowsySporesEnemy"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Miolite_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:EarthStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Druid",
            "name": "Druid",
            "levels": {
                "Hitpoints": 35,
                "Attack": 1,
                "Strength": 1,
                "Defence": 55,
                "Ranged": 1,
                "Magic": 85
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 5,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "magicDamageBonus": 25
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Garum_Herb",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 56
                },
                {
                    "itemID": "melvorD:Sourweed_Herb",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 42
                },
                {
                    "itemID": "melvorD:Mantalyme_Herb",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 21
                },
                {
                    "itemID": "melvorD:Lemontyle_Herb",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 14
                },
                {
                    "itemID": "melvorD:Oxilyme_Herb",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 7
                },
                {
                    "itemID": "melvorF:Nature_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 56
                },
                {
                    "itemID": "melvorF:Natures_Call_Staff_Bottom",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 30,
                "max": 120
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Thief",
            "name": "Thief",
            "levels": {
                "Hitpoints": 55,
                "Attack": 1,
                "Strength": 1,
                "Defence": 105,
                "Ranged": 95,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 1800,
                "rangedDefenceBonus": 11,
                "magicDefenceBonus": 60
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Gloves_of_Silence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Bronze_Throwing_Knife",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Iron_Throwing_Knife",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 80
                },
                {
                    "itemID": "melvorD:Steel_Throwing_Knife",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Mithril_Throwing_Knife",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Adamant_Throwing_Knife",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 20
                },
                {
                    "itemID": "melvorD:Rune_Throwing_Knife",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 10
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 160
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Shaman",
            "name": "Shaman",
            "levels": {
                "Hitpoints": 75,
                "Attack": 1,
                "Strength": 1,
                "Defence": 85,
                "Ranged": 1,
                "Magic": 110
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 8,
                "rangedDefenceBonus": 20,
                "magicDefenceBonus": 30,
                "magicDamageBonus": -3
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Chaos_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:Shaman_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 45,
                "max": 190
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Necromancer",
            "name": "Necromancer",
            "levels": {
                "Hitpoints": 95,
                "Attack": 1,
                "Strength": 1,
                "Defence": 105,
                "Ranged": 1,
                "Magic": 125
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "magicAttackBonus": 20,
                "meleeDefenceBonus": 10,
                "rangedDefenceBonus": 10,
                "magicDefenceBonus": 33,
                "magicDamageBonus": -24
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Death_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:Book_of_Occults",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 55,
                "max": 220
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindBlast",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Elementalist",
            "name": "Elementalist",
            "levels": {
                "Hitpoints": 125,
                "Attack": 1,
                "Strength": 1,
                "Defence": 130,
                "Ranged": 1,
                "Magic": 220
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "magicAttackBonus": 20,
                "meleeDefenceBonus": 16,
                "rangedDefenceBonus": 10,
                "magicDefenceBonus": 20,
                "magicDamageBonus": 9
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:ElementalImpactStun",
                "melvorF:ElementalImpactFreeze",
                "melvorF:ElementalImpactBurn",
                "melvorF:ElementalImpactFrostburn"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Havoc_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:Elementalist_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 85,
                "max": 340
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:TurkulRiders",
            "name": "Turkul Riders",
            "levels": {
                "Hitpoints": 55,
                "Attack": 30,
                "Strength": 60,
                "Defence": 55,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 40,
                "meleeDefenceBonus": 25,
                "magicDefenceBonus": 15
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:LesserSandstorm"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 67
                },
                {
                    "itemID": "melvorD:Adamant_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 36
                },
                {
                    "itemID": "melvorD:Rune_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 18
                },
                {
                    "itemID": "melvorF:Wildflower",
                    "minQuantity": 1,
                    "maxQuantity": 6,
                    "weight": 18
                },
                {
                    "itemID": "melvorF:Sand_Treaders",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 25,
                "max": 110
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:TurkulArchers",
            "name": "Turkul Archers",
            "levels": {
                "Hitpoints": 70,
                "Attack": 1,
                "Strength": 1,
                "Defence": 75,
                "Ranged": 90,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedAttackBonus": 38,
                "meleeDefenceBonus": 15,
                "rangedDefenceBonus": 60,
                "magicDefenceBonus": 165
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:LesserSandstorm"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 67
                },
                {
                    "itemID": "melvorD:Adamant_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 36
                },
                {
                    "itemID": "melvorD:Rune_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 18
                },
                {
                    "itemID": "melvorF:Wildflower",
                    "minQuantity": 1,
                    "maxQuantity": 7,
                    "weight": 18
                },
                {
                    "itemID": "melvorF:Desert_Wrappings",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 40,
                "max": 160
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:TurkulThrowers",
            "name": "Turkul Throwers",
            "levels": {
                "Hitpoints": 80,
                "Attack": 1,
                "Strength": 1,
                "Defence": 80,
                "Ranged": 110,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2000,
                "rangedAttackBonus": 18,
                "meleeDefenceBonus": 27,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 130
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:LesserSandstorm"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Bronze_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 38
                },
                {
                    "itemID": "melvorF:Iron_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 31
                },
                {
                    "itemID": "melvorF:Steel_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 25
                },
                {
                    "itemID": "melvorF:Mithril_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 19
                },
                {
                    "itemID": "melvorF:Wildflower",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 15
                },
                {
                    "itemID": "melvorF:Adamant_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 13
                },
                {
                    "itemID": "melvorF:Rune_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 6
                },
                {
                    "itemID": "melvorF:Throwing_Power_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 45,
                "max": 180
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:TurkulGiant",
            "name": "Turkul Giant",
            "levels": {
                "Hitpoints": 120,
                "Attack": 85,
                "Strength": 135,
                "Defence": 95,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "damageReduction": 5,
                "stabAttackBonus": 35,
                "meleeStrengthBonus": 15,
                "meleeDefenceBonus": 60,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:LesserSandstorm"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Ruby",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 90
                },
                {
                    "itemID": "melvorD:Adamant_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 63
                },
                {
                    "itemID": "melvorD:Rune_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 45
                },
                {
                    "itemID": "melvorF:Wildflower",
                    "minQuantity": 1,
                    "maxQuantity": 11,
                    "weight": 23
                },
                {
                    "itemID": "melvorD:Dragon_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorF:Desert_Sabre",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 60,
                "max": 250
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:TurkulGeneral",
            "name": "Turkul General",
            "levels": {
                "Hitpoints": 145,
                "Attack": 1,
                "Strength": 1,
                "Defence": 160,
                "Ranged": 180,
                "Magic": 70
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5,
                "rangedAttackBonus": 10,
                "meleeDefenceBonus": 5,
                "rangedDefenceBonus": 20,
                "magicDefenceBonus": 40
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:LesserSandstorm"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Emerald",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 90
                },
                {
                    "itemID": "melvorD:Adamant_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 63
                },
                {
                    "itemID": "melvorD:Rune_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 45
                },
                {
                    "itemID": "melvorF:Wildflower",
                    "minQuantity": 1,
                    "maxQuantity": 14,
                    "weight": 23
                },
                {
                    "itemID": "melvorD:Dragon_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 4
                },
                {
                    "itemID": "melvorF:Desert_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 80,
                "max": 320
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:SandBeast",
            "name": "Sand Beast",
            "levels": {
                "Hitpoints": 185,
                "Attack": 1,
                "Strength": 1,
                "Defence": 175,
                "Ranged": 220,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "rangedAttackBonus": 15,
                "rangedStrengthBonus": 5,
                "meleeDefenceBonus": 5,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 40
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:GreaterSandstorm"
            ],
            "passives": [],
            "lootChance": 80,
            "lootTable": [
                {
                    "itemID": "melvorD:Salmon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 135
                },
                {
                    "itemID": "melvorF:Wildflower",
                    "minQuantity": 1,
                    "maxQuantity": 16,
                    "weight": 15
                },
                {
                    "itemID": "melvorF:Sandstorm_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 95,
                "max": 380
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:RancoraSpider",
            "name": "Rancora Spider",
            "levels": {
                "Hitpoints": 430,
                "Attack": 1,
                "Strength": 1,
                "Defence": 200,
                "Ranged": 290,
                "Magic": 130
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 10,
                "rangedAttackBonus": 17,
                "rangedStrengthBonus": 20,
                "meleeDefenceBonus": 15,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 55
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Webshot"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Lucky_Herb_Potion_II",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:Lucky_Herb_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 150
                },
                {
                    "itemID": "melvorF:Lucky_Herb_Potion_IV",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorF:Darksteel_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 150,
                "max": 550
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:ElderVampire",
            "name": "Elder Vampire",
            "levels": {
                "Hitpoints": 490,
                "Attack": 1,
                "Strength": 1,
                "Defence": 160,
                "Ranged": 305,
                "Magic": 160
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 15,
                "rangedAttackBonus": 35,
                "meleeDefenceBonus": 20,
                "rangedDefenceBonus": 80,
                "magicDefenceBonus": 60
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Drain"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Crab",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:Ancient_Arrow",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:Elder_Crown",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 155,
                "max": 620
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:CursedMaiden",
            "name": "Cursed Maiden",
            "levels": {
                "Hitpoints": 540,
                "Attack": 1,
                "Strength": 1,
                "Defence": 160,
                "Ranged": 1,
                "Magic": 330
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 15,
                "magicAttackBonus": 15,
                "meleeDefenceBonus": 80,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 35,
                "magicDamageBonus": 17
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:CurseofFear"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Spirit_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 200
                },
                {
                    "itemID": "melvorF:Nature_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 250
                },
                {
                    "itemID": "melvorD:Magic_Wand_Elite",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorF:Tormented_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 69,
                "max": 690
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:BountyHunter",
            "name": "Bounty Hunter",
            "levels": {
                "Hitpoints": 580,
                "Attack": 255,
                "Strength": 230,
                "Defence": 185,
                "Ranged": 150,
                "Magic": 150
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 15,
                "stabAttackBonus": 48,
                "meleeStrengthBonus": 20,
                "meleeDefenceBonus": 80,
                "rangedDefenceBonus": 70,
                "magicDefenceBonus": 25
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:HunterExpertise"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Amulet_of_Accuracy",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 200
                },
                {
                    "itemID": "melvorD:Amulet_of_Defence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 200
                },
                {
                    "itemID": "melvorD:Amulet_of_Glory",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Dragon_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                },
                {
                    "itemID": "melvorF:Sanguine_Blade",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 170,
                "max": 700
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:ChaoticGreaterDragon",
            "name": "Chaotic Greater Dragon",
            "levels": {
                "Hitpoints": 710,
                "Attack": 295,
                "Strength": 350,
                "Defence": 240,
                "Ranged": 1,
                "Magic": 180
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 20,
                "stabAttackBonus": 40,
                "meleeStrengthBonus": 20,
                "meleeDefenceBonus": 60,
                "rangedDefenceBonus": 66,
                "magicDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:GreaterDragonbreath",
                "melvorF:ChaoticSlam"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Dragonite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 350
                },
                {
                    "itemID": "melvorF:Recoil_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 190,
                "max": 800
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:HuntingGreaterDragon",
            "name": "Hunting Greater Dragon",
            "levels": {
                "Hitpoints": 680,
                "Attack": 1,
                "Strength": 1,
                "Defence": 215,
                "Ranged": 395,
                "Magic": 180
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 20,
                "rangedAttackBonus": 30,
                "meleeDefenceBonus": 10,
                "rangedDefenceBonus": 55,
                "magicDefenceBonus": 30
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:GreaterDragonbreath",
                "melvorF:Agility"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Jadestone_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 40,
                    "weight": 350
                },
                {
                    "itemID": "melvorF:Hunters_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 69,
                "max": 420
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:WickedGreaterDragon",
            "name": "Wicked Greater Dragon",
            "levels": {
                "Hitpoints": 650,
                "Attack": 1,
                "Strength": 1,
                "Defence": 215,
                "Ranged": 1,
                "Magic": 350
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 15,
                "magicAttackBonus": 20,
                "meleeDefenceBonus": 20,
                "magicDefenceBonus": 25,
                "magicDamageBonus": -1
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:GreaterDragonbreath",
                "melvorF:Confusion"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Ancient_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 25,
                    "weight": 350
                },
                {
                    "itemID": "melvorD:Dragonite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 25,
                    "weight": 100
                },
                {
                    "itemID": "melvorF:Wasteful_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 220,
                "max": 880
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireBlast",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Umbora",
            "name": "Umbora",
            "levels": {
                "Hitpoints": 780,
                "Attack": 380,
                "Strength": 450,
                "Defence": 380,
                "Ranged": 1,
                "Magic": 250
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 25,
                "stabAttackBonus": 47,
                "rangedAttackBonus": 17,
                "meleeStrengthBonus": 40,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": 35
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:Elusiveness",
                "melvorF:RapidOnslaught"
            ],
            "passives": [],
            "lootChance": 2,
            "lootTable": [
                {
                    "itemID": "melvorF:Tidal_Edge_Fragment",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 280,
                "max": 1100
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Rokken",
            "name": "Rokken",
            "levels": {
                "Hitpoints": 810,
                "Attack": 1,
                "Strength": 1,
                "Defence": 330,
                "Ranged": 600,
                "Magic": 250
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "damageReduction": 25,
                "rangedAttackBonus": 14,
                "rangedStrengthBonus": 15,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 80,
                "magicDefenceBonus": 40
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Elusiveness",
                "melvorF:ShockwaveEnemy"
            ],
            "passives": [],
            "lootChance": 2,
            "lootTable": [
                {
                    "itemID": "melvorF:Shockwave_Fragment",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 290,
                "max": 1300
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Kutul",
            "name": "Ku-tul",
            "levels": {
                "Hitpoints": 840,
                "Attack": 1,
                "Strength": 1,
                "Defence": 340,
                "Ranged": 1,
                "Magic": 650
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicDamageBonus": -3,
                "damageReduction": 25,
                "magicAttackBonus": -12,
                "meleeDefenceBonus": 30,
                "magicDefenceBonus": 30
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:Elusiveness",
                "melvorF:CurseoftheDeep"
            ],
            "passives": [],
            "lootChance": 2,
            "lootTable": [
                {
                    "itemID": "melvorF:Ocean_Song_Fragment",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 310,
                "max": 1500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Paladin",
            "name": "Paladin",
            "levels": {
                "Hitpoints": 120,
                "Attack": 120,
                "Strength": 110,
                "Defence": 150,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5,
                "stabAttackBonus": 20,
                "meleeStrengthBonus": 16,
                "meleeDefenceBonus": 20,
                "magicDefenceBonus": 57
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Adamantite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 50
                },
                {
                    "itemID": "melvorD:Runite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 20
                },
                {
                    "itemID": "melvorF:Paladin_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 70,
                "max": 300
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Holy_Dust",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Priest",
            "name": "Priest",
            "levels": {
                "Hitpoints": 145,
                "Attack": 1,
                "Strength": 1,
                "Defence": 135,
                "Ranged": 1,
                "Magic": 175
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "magicDefenceBonus": 10,
                "magicDamageBonus": 8
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Light_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 150
                },
                {
                    "itemID": "melvorF:Priest_Hat",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 75,
                "max": 300
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBolt",
            "bones": {
                "itemID": "melvorF:Holy_Dust",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:WanderingBard",
            "name": "Wandering Bard",
            "levels": {
                "Hitpoints": 50,
                "Attack": 1,
                "Strength": 1,
                "Defence": 90,
                "Ranged": 1,
                "Magic": 70
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 20,
                "magicDefenceBonus": 10,
                "magicDamageBonus": -9
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 1,
            "lootTable": [
                {
                    "itemID": "melvorF:Almighty_Lute",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 69,
                "max": 690
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Cerberus",
            "name": "Cerberus",
            "levels": {
                "Hitpoints": 75,
                "Attack": 140,
                "Strength": 140,
                "Defence": 120,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 5,
                "meleeDefenceBonus": 5,
                "rangedDefenceBonus": 5
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:FearfulEye",
            "name": "Fearful Eye",
            "levels": {
                "Hitpoints": 120,
                "Attack": 1,
                "Strength": 1,
                "Defence": 135,
                "Ranged": 1,
                "Magic": 220
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "magicAttackBonus": -15,
                "meleeDefenceBonus": 12,
                "magicDamageBonus": 7
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:RedDevil",
            "name": "Red Devil",
            "levels": {
                "Hitpoints": 160,
                "Attack": 240,
                "Strength": 270,
                "Defence": 220,
                "Ranged": 1,
                "Magic": 50
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 10,
                "meleeStrengthBonus": 5,
                "meleeDefenceBonus": 12
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Phoenix",
            "name": "Phoenix",
            "levels": {
                "Hitpoints": 210,
                "Attack": 1,
                "Strength": 1,
                "Defence": 300,
                "Ranged": 1,
                "Magic": 350
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 10,
                "magicAttackBonus": -10,
                "meleeStrengthBonus": 5,
                "meleeDefenceBonus": 12,
                "rangedDefenceBonus": -20
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [
                "melvorF:Rebirth"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Incendius",
            "name": "Incendius",
            "levels": {
                "Hitpoints": 270,
                "Attack": 400,
                "Strength": 380,
                "Defence": 300,
                "Ranged": 1,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 15,
                "magicAttackBonus": -10,
                "meleeStrengthBonus": 5,
                "meleeDefenceBonus": 25,
                "rangedDefenceBonus": 20
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:BurningTrail"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:PratTheGuardianOfSecrets",
            "name": "Prat, the Guardian of Secrets",
            "levels": {
                "Hitpoints": 420,
                "Attack": 320,
                "Strength": 480,
                "Defence": 400,
                "Ranged": 500,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 20,
                "rangedAttackBonus": 5,
                "meleeDefenceBonus": -24
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorD:Volley",
                "melvorF:InfernalVolley"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:MalcsTheLeaderOfDragons",
            "name": "Malcs, the Leader of Dragons",
            "levels": {
                "Hitpoints": 690,
                "Attack": 690,
                "Strength": 669,
                "Defence": 400,
                "Ranged": 500,
                "Magic": 540
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "damageReduction": 25
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:TailWhip",
                "melvorF:PenetratingClaws",
                "melvorF:Inferno",
                "melvorF:Sealing"
            ],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Infernal_Core",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 100000,
                "max": 150000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:MysteriousFigurePhase1",
            "name": "Mysterious Figure - Phase 1",
            "levels": {
                "Hitpoints": 1000,
                "Attack": 750,
                "Strength": 750,
                "Defence": 750,
                "Ranged": 750,
                "Magic": 750
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "stabAttackBonus": 4,
                "rangedDefenceBonus": 5,
                "magicDefenceBonus": -37,
                "damageReduction": 40
            },
            "ignoreCompletion": true,
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:MarkofDeath",
                "melvorF:CursedEdge",
                "melvorF:ReapandReturn"
            ],
            "passives": [
                "melvorF:Purity",
                "melvorF:MeleeProficiency"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:MysteriousFigurePhase2",
            "name": "Mysterious Figure - Phase 2",
            "levels": {
                "Hitpoints": 1000,
                "Attack": 750,
                "Strength": 750,
                "Defence": 750,
                "Ranged": 750,
                "Magic": 750
            },
            "equipmentStats": {
                "attackSpeed": 2200,
                "rangedAttackBonus": 10,
                "meleeDefenceBonus": -27,
                "magicDefenceBonus": -20,
                "damageReduction": 40
            },
            "ignoreCompletion": true,
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:MarkofDeath",
                "melvorF:ConcealedDanger",
                "melvorF:Shadowstep"
            ],
            "passives": [
                "melvorF:Purity",
                "melvorF:RangedProficiency"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Lemon",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Ahrenia",
            "name": "Ahrenia",
            "levels": {
                "Hitpoints": 1000,
                "Attack": 750,
                "Strength": 750,
                "Defence": 750,
                "Ranged": 750,
                "Magic": 750
            },
            "equipmentStats": {
                "attackSpeed": 2200,
                "magicAttackBonus": -11,
                "meleeDefenceBonus": -30,
                "rangedDefenceBonus": -26,
                "magicDefenceBonus": 10,
                "damageReduction": 40,
                "magicDamageBonus": 59
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:ShadowBurst",
                "melvorF:IntotheMist",
                "melvorF:FallenLight"
            ],
            "passives": [
                "melvorF:Purity",
                "melvorF:MagicProficiency"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:New_Dawn",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1000000,
                "max": 1000000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:SuperiorEyedMonster",
            "name": "Superior Eyed Monster",
            "levels": {
                "Hitpoints": 180,
                "Attack": 80,
                "Strength": 90,
                "Defence": 90,
                "Ranged": 60,
                "Magic": 160
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 5,
                "magicAttackBonus": 10,
                "meleeDefenceBonus": 40,
                "magicDefenceBonus": 100,
                "magicDamageBonus": 35
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Eyeball",
                    "minQuantity": 1,
                    "maxQuantity": 16,
                    "weight": 5
                },
                {
                    "itemID": "melvorF:Pigtayle_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 120,
                "max": 240
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindBolt",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:EyeOfFear",
            "name": "Eye of Fear",
            "levels": {
                "Hitpoints": 330,
                "Attack": 260,
                "Strength": 260,
                "Defence": 260,
                "Ranged": 160,
                "Magic": 160
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 15,
                "stabAttackBonus": 80,
                "meleeStrengthBonus": 40,
                "meleeDefenceBonus": 80
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Eyeball",
                    "minQuantity": 1,
                    "maxQuantity": 24,
                    "weight": 5
                },
                {
                    "itemID": "melvorF:Barrentoe_Seed",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 200,
                "max": 600
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:Bane",
            "name": "Bane",
            "levels": {
                "Hitpoints": 1400,
                "Attack": 1000,
                "Strength": 1000,
                "Defence": 1000,
                "Ranged": 1000,
                "Magic": 1000
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 40,
                "rangedStrengthBonus": -39,
                "meleeStrengthBonus": -39,
                "magicDamageBonus": -61
            },
            "ignoreCompletion": true,
            "attackType": "random",
            "specialAttacks": [
                "melvorF:FragileMind",
                "melvorF:UnknownThreat",
                "melvorF:MistWalk",
                "melvorF:Suffocate"
            ],
            "passives": [
                "melvorF:AfflictedMight"
            ],
            "lootChance": 0,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:NoxiousSerpent",
            "name": "Noxious Serpent",
            "levels": {
                "Hitpoints": 220,
                "Attack": 1,
                "Strength": 1,
                "Defence": 130,
                "Ranged": 235,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "damageReduction": 10,
                "magicDefenceBonus": 20
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:PoisonBreath"
            ],
            "passives": [
                "melvorF:ToxicGlands"
            ],
            "lootChance": 33,
            "lootTable": [
                {
                    "itemID": "melvorF:Poison_Scales",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 65
                },
                {
                    "itemID": "melvorF:Poisoned_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 300
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:VenomousSnake",
            "name": "Venomous Snake",
            "levels": {
                "Hitpoints": 245,
                "Attack": 180,
                "Strength": 180,
                "Defence": 150,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 10,
                "stabAttackBonus": 10,
                "meleeStrengthBonus": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:ToxicBite"
            ],
            "passives": [
                "melvorF:ToxicGlands"
            ],
            "lootChance": 33,
            "lootTable": [
                {
                    "itemID": "melvorF:Poison_Scales",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 65
                },
                {
                    "itemID": "melvorF:Poisoned_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 400
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:GiantMoth",
            "name": "Giant Moth",
            "levels": {
                "Hitpoints": 275,
                "Attack": 1,
                "Strength": 1,
                "Defence": 150,
                "Ranged": 1,
                "Magic": 240
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 10,
                "magicDamageBonus": 20
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:NoxiousPowder"
            ],
            "passives": [
                "melvorF:ToxicGlands"
            ],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorF:Fine_Poison_Powder",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindBlast",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:LegaranWurm",
            "name": "Legaran Wurm",
            "levels": {
                "Hitpoints": 900,
                "Attack": 1,
                "Strength": 1,
                "Defence": 350,
                "Ranged": 650,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 2100,
                "damageReduction": 25,
                "rangedAttackBonus": 15,
                "meleeDefenceBonus": 14,
                "rangedDefenceBonus": 80,
                "magicDefenceBonus": 50
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorF:Burrow",
                "melvorF:PenetratingSpikeShot",
                "melvorF:ToxicNeedles"
            ],
            "passives": [
                "melvorF:PoisonousHide"
            ],
            "lootChance": 22.5,
            "lootTable": [
                {
                    "itemID": "melvorF:Poison_Essence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorF:Worm_Spike",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:CursedLich",
            "name": "Cursed Lich",
            "levels": {
                "Hitpoints": 930,
                "Attack": 1,
                "Strength": 1,
                "Defence": 468,
                "Ranged": 1,
                "Magic": 650
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "magicDamageBonus": -6,
                "damageReduction": 25,
                "meleeDefenceBonus": 15,
                "magicDefenceBonus": 55
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorF:CursedFlames",
                "melvorF:CursedFrostShards",
                "melvorF:CursedTether"
            ],
            "passives": [
                "melvorF:CursedRobes"
            ],
            "lootChance": 22.5,
            "lootTable": [
                {
                    "itemID": "melvorF:Burning_Essence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorF:Cursed_Hands",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:SpikedRedClaw",
            "name": "Spiked Red Claw",
            "levels": {
                "Hitpoints": 960,
                "Attack": 500,
                "Strength": 500,
                "Defence": 650,
                "Ranged": 1,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 25,
                "stabAttackBonus": 30,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 10,
                "magicDefenceBonus": 37
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:CrushingClaws",
                "melvorF:Cleave",
                "melvorF:SavageSpike"
            ],
            "passives": [
                "melvorF:SpikedArmour"
            ],
            "lootChance": 22.5,
            "lootTable": [
                {
                    "itemID": "melvorF:Stinging_Essence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorF:Tough_Shell",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Big_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:GreaterSkeletalDragon",
            "name": "Greater Skeletal Dragon",
            "levels": {
                "Hitpoints": 990,
                "Attack": 650,
                "Strength": 550,
                "Defence": 500,
                "Ranged": 1,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 25,
                "stabAttackBonus": 20,
                "meleeDefenceBonus": 35,
                "rangedDefenceBonus": 15
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:BoneCrush",
                "melvorF:SpikedTailWhip",
                "melvorF:Desecration"
            ],
            "passives": [
                "melvorF:BonePlate"
            ],
            "lootChance": 22.5,
            "lootTable": [
                {
                    "itemID": "melvorF:Undead_Essence",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 8
                },
                {
                    "itemID": "melvorF:Desecrated_Bones",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Dragon_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorF:BaneInstrumentOfFear",
            "name": "Bane, Instrument of Fear",
            "levels": {
                "Hitpoints": 1600,
                "Attack": 1000,
                "Strength": 1000,
                "Defence": 1000,
                "Ranged": 1000,
                "Magic": 1000
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "damageReduction": 50,
                "rangedStrengthBonus": -39,
                "meleeStrengthBonus": -39,
                "magicDamageBonus": -61
            },
            "attackType": "random",
            "specialAttacks": [
                "melvorF:FragileMind",
                "melvorF:MistWalk",
                "melvorF:Suffocate",
                "melvorF:OverwhelmingPower"
            ],
            "passives": [
                "melvorF:AfflictedMight"
            ],
            "lootChance": 0,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 1
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                30,
                20,
                20,
                30
            ]
        },
        {
            "id": "melvorTotH:RandomSpiderLair",
            "levels": {
                "Hitpoints": 1,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1,
                "Ranged": 1,
                "Magic": 1
            },
            "ignoreCompletion": true,
            "attackType": "random",
            "specialAttacks": [],
            "passives": [],
            "lootChance": 0,
            "lootTable": [],
            "gpDrops": {
                "min": 0,
                "max": 1
            },
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike"
        },
        {
            "id": "melvorTotH:HungryPlant",
            "name": "Hungry Plant",
            "levels": {
                "Hitpoints": 400,
                "Attack": 1,
                "Strength": 1,
                "Defence": 300,
                "Ranged": 400,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedAttackBonus": 15,
                "rangedStrengthBonus": 15,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 25
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:Bind",
                "melvorTotH:LureTrap"
            ],
            "passives": [
                "melvorTotH:Intimidation10",
                "melvorTotH:PoisonLifesteal"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Jungle_Spores",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 300
                },
                {
                    "itemID": "melvorTotH:Carrion_Bark",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                },
                {
                    "itemID": "melvorTotH:Snowcress_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 20
                },
                {
                    "itemID": "melvorTotH:Labyrinth_Clue_1",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 7
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 1300
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:PoisonToad",
            "name": "Poison Toad",
            "levels": {
                "Hitpoints": 550,
                "Attack": 1,
                "Strength": 1,
                "Defence": 350,
                "Ranged": 1,
                "Magic": 450
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "magicAttackBonus": 25,
                "magicDamageBonus": -32,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 30
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:PoisonSplit"
            ],
            "passives": [
                "melvorTotH:Intimidation15",
                "melvorTotH:ToxicSkin",
                "melvorTotH:PoisonLifesteal"
            ],
            "lootChance": 2,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Bitterlyme_Seeds",
                    "minQuantity": 25,
                    "maxQuantity": 35,
                    "weight": 10
                },
                {
                    "itemID": "melvorTotH:Labyrinth_Clue_2",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorTotH:Weakness_Finder_Cape",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 1600
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Kongamato",
            "name": "Kongamato",
            "levels": {
                "Hitpoints": 600,
                "Attack": 475,
                "Strength": 475,
                "Defence": 400,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 10,
                "meleeStrengthBonus": 10,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 25
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:SharpWing",
                "melvorTotH:FerociousBite"
            ],
            "passives": [
                "melvorTotH:Intimidation8",
                "melvorTotH:PoisonLifesteal"
            ],
            "lootChance": 77,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Labyrinth_Clue_3",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorTotH:Sharp_Fletcher_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorTotH:Bitterlyme_Seeds",
                    "minQuantity": 10,
                    "maxQuantity": 25,
                    "weight": 150
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 1800
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Conda",
            "name": "Conda",
            "levels": {
                "Hitpoints": 850,
                "Attack": 525,
                "Strength": 525,
                "Defence": 475,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 13,
                "meleeStrengthBonus": 13,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 35
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorF:ToxicBite",
                "melvorTotH:DeadlyWrap"
            ],
            "passives": [
                "melvorTotH:Intimidation8",
                "melvorTotH:PoisonLifesteal"
            ],
            "lootChance": 10,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Wurmtayle_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 40
                },
                {
                    "itemID": "melvorTotH:Labyrinth_Clue_4",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorTotH:Perfect_Sight_Legs_Material",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2200
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Alraune",
            "name": "Alraune",
            "levels": {
                "Hitpoints": 1200,
                "Attack": 1,
                "Strength": 1,
                "Defence": 580,
                "Ranged": 700,
                "Magic": 340
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "rangedAttackBonus": 15,
                "rangedStrengthBonus": 15,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 35
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:Efflorescence",
                "melvorTotH:ThornedRoots",
                "melvorTotH:RazorWind"
            ],
            "passives": [
                "melvorTotH:Intimidation9",
                "melvorTotH:PoisonLifesteal"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Wurmtayle_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 150
                },
                {
                    "itemID": "melvorTotH:Jungle_Spores",
                    "minQuantity": 1,
                    "maxQuantity": 50,
                    "weight": 150
                },
                {
                    "itemID": "melvorTotH:Bundled_Protection_Body_Material",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 150
                },
                {
                    "itemID": "melvorTotH:Labyrinth_Clue_5",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Morellia",
            "name": "Morellia",
            "levels": {
                "Hitpoints": 1500,
                "Attack": 1,
                "Strength": 1,
                "Defence": 750,
                "Ranged": 850,
                "Magic": 450
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedAttackBonus": 30,
                "rangedStrengthBonus": 30,
                "meleeDefenceBonus": -15,
                "rangedDefenceBonus": 35,
                "magicDefenceBonus": 45,
                "damageReduction": 50
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:PoisonBulbs",
                "melvorTotH:ThornedRoots",
                "melvorTotH:SeekingRoots",
                "melvorTotH:FullBloom"
            ],
            "passives": [
                "melvorTotH:Intimidation21",
                "melvorTotH:PoisonLifesteal",
                "melvorTotH:AfflictedVitality",
                "melvorTotH:PoisonImmunity"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3500
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                30,
                25,
                20,
                25
            ]
        },
        {
            "id": "melvorTotH:BurningSnake",
            "name": "Burning Snake",
            "levels": {
                "Hitpoints": 450,
                "Attack": 400,
                "Strength": 375,
                "Defence": 350,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 20,
                "meleeStrengthBonus": 20,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:PoisonBite",
                "melvorTotH:Smother"
            ],
            "passives": [
                "melvorTotH:Intimidation9",
                "melvorTotH:BurnImmunity"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Chilli_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 6,
                    "weight": 100
                },
                {
                    "itemID": "melvorTotH:Burning_Amulet_of_Charcoal",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 1500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorTotH:Infernal_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:InfernalGolem",
            "name": "Infernal Golem",
            "levels": {
                "Hitpoints": 650,
                "Attack": 450,
                "Strength": 450,
                "Defence": 400,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 15,
                "meleeStrengthBonus": 15,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 35
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:FlameBarrage",
                "melvorTotH:SmolderingBlow"
            ],
            "passives": [
                "melvorTotH:Intimidation9",
                "melvorTotH:BurnImmunity"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Blacksmiths_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Dragonite_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 80
                },
                {
                    "itemID": "melvorTotH:Iridium_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 65
                },
                {
                    "itemID": "melvorTotH:Infernal_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 54
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 1800
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorTotH:Infernal_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:MagicFireDemon",
            "name": "Magic Fire Demon",
            "levels": {
                "Hitpoints": 850,
                "Attack": 1,
                "Strength": 1,
                "Defence": 500,
                "Ranged": 1,
                "Magic": 600
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 10,
                "magicDamageBonus": 14,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 35
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:LavaWave",
                "melvorTotH:Explosion"
            ],
            "passives": [
                "melvorTotH:Intimidation10",
                "melvorTotH:BurnImmunity"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Burning_Embers_Book",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Fire_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 150
                },
                {
                    "itemID": "melvorF:Lava_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 49
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2300
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireBlast",
            "bones": {
                "itemID": "melvorTotH:Infernal_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Manticore",
            "name": "Manticore",
            "levels": {
                "Hitpoints": 1000,
                "Attack": 600,
                "Strength": 650,
                "Defence": 550,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "stabAttackBonus": 19,
                "meleeStrengthBonus": 19,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:FlameRush",
                "melvorTotH:FatalSpike"
            ],
            "passives": [
                "melvorTotH:Intimidation16",
                "melvorTotH:BurnImmunity"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Burning_Protection_Material",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorTotH:Palladium_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 29
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2600
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorTotH:Infernal_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:GretYun",
            "name": "Gret-Yun",
            "levels": {
                "Hitpoints": 1250,
                "Attack": 750,
                "Strength": 700,
                "Defence": 600,
                "Ranged": 1,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 19,
                "meleeStrengthBonus": 19,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:GreaterFireball",
                "melvorTotH:Headbutt",
                "melvorTotH:MasterOfHeat"
            ],
            "passives": [
                "melvorTotH:Intimidation20",
                "melvorTotH:BurnImmunity"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Ward_of_Flame_Material",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Dragon_Bones",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 15
                },
                {
                    "itemID": "melvorTotH:Infernal_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 14
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2900
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorTotH:Infernal_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Trogark",
            "name": "Trogark",
            "levels": {
                "Hitpoints": 1600,
                "Attack": 950,
                "Strength": 750,
                "Defence": 750,
                "Ranged": 1,
                "Magic": 400
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 30,
                "meleeStrengthBonus": 22,
                "meleeDefenceBonus": 35,
                "rangedDefenceBonus": 45,
                "magicDefenceBonus": -15,
                "damageReduction": 55
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:MegaFireball",
                "melvorTotH:BurningFury",
                "melvorTotH:WardOfFlame",
                "melvorTotH:UnleashedPower"
            ],
            "passives": [
                "melvorTotH:Intimidation20",
                "melvorTotH:AfflictedVitality",
                "melvorTotH:BurnImmunity",
                "melvorTotH:BurnLifesteal1000"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3800
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorTotH:Infernal_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:LargeIceTroll",
            "name": "Large Ice Troll",
            "levels": {
                "Hitpoints": 600,
                "Attack": 950,
                "Strength": 750,
                "Defence": 750,
                "Ranged": 1,
                "Magic": 400
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 30,
                "meleeStrengthBonus": 30,
                "meleeDefenceBonus": 35,
                "rangedDefenceBonus": 45,
                "magicDefenceBonus": -15,
                "damageReduction": 35
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:FrozenClub",
                "melvorTotH:RollingSnowball"
            ],
            "passives": [
                "melvorTotH:Intimidation4",
                "melvorTotH:FrozenBuild"
            ],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Snowcress_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 12,
                    "weight": 2
                },
                {
                    "itemID": "melvorTotH:Frost_Walker_Boots_Material",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 1700
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:FrostGolem",
            "name": "Frost Golem",
            "levels": {
                "Hitpoints": 750,
                "Attack": 1,
                "Strength": 1,
                "Defence": 600,
                "Ranged": 1,
                "Magic": 600
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 12,
                "magicDamageBonus": 126,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 35
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:ChillingWinds",
                "melvorTotH:IceShards"
            ],
            "passives": [
                "melvorTotH:Intimidation7",
                "melvorTotH:FrozenBuild"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Cool_Winds_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Water_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 149
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2400
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBolt",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:PolarBear",
            "name": "Polar Bear",
            "levels": {
                "Hitpoints": 950,
                "Attack": 650,
                "Strength": 650,
                "Defence": 550,
                "Ranged": 1,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 16,
                "meleeStrengthBonus": 16,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:FreezingRoar"
            ],
            "passives": [
                "melvorTotH:Intimidation15",
                "melvorTotH:FrozenBuild"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Frost_Crab",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 24
                },
                {
                    "itemID": "melvorTotH:Snowcress_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 25,
                    "weight": 5
                },
                {
                    "itemID": "melvorTotH:Frozen_Manta_Ray",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 2
                },
                {
                    "itemID": "melvorTotH:Freezing_Touch_Material",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2600
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:SpectralIceWolf",
            "name": "Spectral Ice Wolf",
            "levels": {
                "Hitpoints": 1200,
                "Attack": 1,
                "Strength": 1,
                "Defence": 675,
                "Ranged": 1,
                "Magic": 750
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "magicAttackBonus": 13,
                "magicDamageBonus": -9,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 45
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:SpectralClones"
            ],
            "passives": [
                "melvorTotH:Intimidation19",
                "melvorTotH:FrozenBuild"
            ],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Spectral_Ice_Sword_Shard",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3000
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:IceHydra",
            "name": "Ice Hydra",
            "levels": {
                "Hitpoints": 2000,
                "Attack": 1,
                "Strength": 1,
                "Defence": 550,
                "Ranged": 1,
                "Magic": 775
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "magicAttackBonus": 22,
                "magicDamageBonus": 55,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 45
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:IceBlast",
                "melvorTotH:FreezingBreath",
                "melvorTotH:IceReanimation"
            ],
            "passives": [
                "melvorTotH:Intimidation20",
                "melvorTotH:FrozenBuild"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Calamity_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 299
                },
                {
                    "itemID": "melvorTotH:Frostshield_Amulet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:LightningSpirit",
            "name": "Lightning Spirit",
            "levels": {
                "Hitpoints": 650,
                "Attack": 1,
                "Strength": 1,
                "Defence": 400,
                "Ranged": 1,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "magicAttackBonus": 17,
                "magicDamageBonus": -1,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 20
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:ElectricBall"
            ],
            "passives": [
                "melvorTotH:Intimidation10",
                "melvorTotH:Shocked",
                "melvorTotH:StunImmunity"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 1800
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:LightningMonkey",
            "name": "Lightning Monkey",
            "levels": {
                "Hitpoints": 1000,
                "Attack": 700,
                "Strength": 650,
                "Defence": 600,
                "Ranged": 1,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 2200,
                "stabAttackBonus": 16,
                "meleeStrengthBonus": 16,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:RapidStaticStrikes",
                "melvorTotH:FocusedStaticPunch"
            ],
            "passives": [
                "melvorTotH:Intimidation10",
                "melvorTotH:Shocked",
                "melvorTotH:StunImmunity"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 2700
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:LightningGolem",
            "name": "Lightning Golem",
            "levels": {
                "Hitpoints": 1300,
                "Attack": 1,
                "Strength": 1,
                "Defence": 675,
                "Ranged": 800,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedAttackBonus": 23,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 45
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:ShockBlast"
            ],
            "passives": [
                "melvorTotH:Intimidation11",
                "melvorTotH:Shocked",
                "melvorTotH:StunImmunity"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3100
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:RaZu",
            "name": "RaZu, Lord of the Skies",
            "levels": {
                "Hitpoints": 1800,
                "Attack": 1,
                "Strength": 1,
                "Defence": 800,
                "Ranged": 1,
                "Magic": 950
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 30,
                "magicDamageBonus": -24,
                "meleeDefenceBonus": 45,
                "rangedDefenceBonus": -15,
                "magicDefenceBonus": 35,
                "damageReduction": 60
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:LightningStrikeEnemy",
                "melvorTotH:ElectricCharge",
                "melvorTotH:LightningBreath",
                "melvorTotH:Thunderbolt"
            ],
            "passives": [
                "melvorTotH:Intimidation13",
                "melvorTotH:Shocked",
                "melvorTotH:StunImmunity"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 4000
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Siren",
            "name": "Siren",
            "levels": {
                "Hitpoints": 1050,
                "Attack": 1,
                "Strength": 1,
                "Defence": 550,
                "Ranged": 1,
                "Magic": 600
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "magicAttackBonus": 22,
                "magicDamageBonus": -12,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 40
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:Allure",
                "melvorTotH:Drown"
            ],
            "passives": [
                "melvorTotH:Intimidation8"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Despair_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 277
                },
                {
                    "itemID": "melvorD:Magic_Wand_Elite",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 12
                },
                {
                    "itemID": "melvorTotH:Allure_Amulet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2500
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:MonsterCroc",
            "name": "Monster Croc",
            "levels": {
                "Hitpoints": 1150,
                "Attack": 700,
                "Strength": 800,
                "Defence": 650,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 11,
                "meleeStrengthBonus": 11,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 45
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:Predator",
                "melvorTotH:CrushingJaws"
            ],
            "passives": [
                "melvorTotH:Intimidation19"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Area_Control_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 100
                },
                {
                    "itemID": "melvorTotH:Critical_Strike_Potion_II",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 49
                },
                {
                    "itemID": "melvorTotH:Bleed_Burner_Cape",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3000
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Leviathan",
            "name": "Leviathan",
            "levels": {
                "Hitpoints": 1300,
                "Attack": 750,
                "Strength": 600,
                "Defence": 850,
                "Ranged": 1,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 19,
                "meleeStrengthBonus": 13,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 45
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:SpikesFromBelow",
                "melvorTotH:SpikedSlam"
            ],
            "passives": [
                "melvorTotH:Intimidation23",
                "melvorTotH:AbsorbingSkin"
            ],
            "lootChance": 37.5,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Adaptive_Defence_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 150
                },
                {
                    "itemID": "melvorTotH:Penetration_Potion_II",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 49
                },
                {
                    "itemID": "melvorTotH:Leviathan_Shield_Material",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3600
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:TwinSeaDragonSerpent",
            "name": "Twin Sea Dragon Serpent",
            "levels": {
                "Hitpoints": 1450,
                "Attack": 1,
                "Strength": 1,
                "Defence": 900,
                "Ranged": 900,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedAttackBonus": 19,
                "rangedStrengthBonus": -9,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 50
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:WaterDance",
                "melvorTotH:TorrentialDragonbreath",
                "melvorTotH:GiantBubble",
                "melvorTotH:Tsunami"
            ],
            "passives": [
                "melvorTotH:Intimidation29",
                "melvorTotH:Duality"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Augite_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 50,
                    "weight": 4
                },
                {
                    "itemID": "melvorTotH:Torrential_Blast_Crossbow_Shard",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3600
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:ScouterSpider",
            "name": "Scouter Spider",
            "levels": {
                "Hitpoints": 800,
                "Attack": 326,
                "Strength": 312,
                "Defence": 305,
                "Ranged": 380,
                "Magic": 378
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "stabAttackBonus": 23,
                "meleeStrengthBonus": 23,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:WebTrap",
                "melvorTotH:DeadlyBite"
            ],
            "passives": [
                "melvorTotH:Intimidation15"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 1600
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:TrapperSpider",
            "name": "Trapper Spider",
            "levels": {
                "Hitpoints": 800,
                "Attack": 364,
                "Strength": 416,
                "Defence": 422,
                "Ranged": 379,
                "Magic": 352
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "rangedAttackBonus": 17,
                "rangedStrengthBonus": 17,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 30
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:WebTrap",
                "melvorTotH:DeadlyBite"
            ],
            "passives": [
                "melvorTotH:Intimidation20"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 1900
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:WickedSpider",
            "name": "Wicked Spider",
            "levels": {
                "Hitpoints": 900,
                "Attack": 430,
                "Strength": 441,
                "Defence": 481,
                "Ranged": 443,
                "Magic": 426
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "magicAttackBonus": 19,
                "magicDamageBonus": -1,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 35
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:WebTrap",
                "melvorTotH:DeadlyBite"
            ],
            "passives": [
                "melvorTotH:Intimidation25"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 2200
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:BasherSpider",
            "name": "Basher Spider",
            "levels": {
                "Hitpoints": 1000,
                "Attack": 549,
                "Strength": 469,
                "Defence": 505,
                "Ranged": 458,
                "Magic": 522
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "stabAttackBonus": 25,
                "meleeStrengthBonus": 25,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:WebTrap",
                "melvorTotH:DeadlyBite"
            ],
            "passives": [
                "melvorTotH:Intimidation30"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 2400
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:EnforcerSpider",
            "name": "Enforcer Spider",
            "levels": {
                "Hitpoints": 1100,
                "Attack": 582,
                "Strength": 532,
                "Defence": 574,
                "Ranged": 538,
                "Magic": 520
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "rangedAttackBonus": 13,
                "rangedStrengthBonus": 13,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 45
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:WebTrap",
                "melvorTotH:DeadlyBite"
            ],
            "passives": [
                "melvorTotH:Intimidation30"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 2600
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:GuardianSpider",
            "name": "Guardian Spider",
            "levels": {
                "Hitpoints": 1200,
                "Attack": 592,
                "Strength": 599,
                "Defence": 615,
                "Ranged": 613,
                "Magic": 594
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "magicAttackBonus": 16,
                "magicDamageBonus": 25,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 50
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:WebTrap",
                "melvorTotH:DeadlyBite"
            ],
            "passives": [
                "melvorTotH:Intimidation30"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 2900
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:SpiderQueen",
            "name": "Spider Queen",
            "levels": {
                "Hitpoints": 1900,
                "Attack": 700,
                "Strength": 700,
                "Defence": 700,
                "Ranged": 700,
                "Magic": 700
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 40,
                "rangedAttackBonus": 40,
                "magicAttackBonus": 40,
                "meleeStrengthBonus": 40,
                "rangedStrengthBonus": 40,
                "magicDamageBonus": -17,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 40,
                "damageReduction": 80
            },
            "attackType": "random",
            "specialAttacks": [
                "melvorTotH:WebTrap",
                "melvorTotH:SharpSlice",
                "melvorTotH:FatalBite",
                "melvorTotH:CaughtInTheWeb"
            ],
            "passives": [
                "melvorTotH:StickyWebs",
                "melvorTotH:Intimidation36",
                "melvorTotH:PoisonImmunity",
                "melvorTotH:SlowImmunity"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3700
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                15,
                25,
                40,
                20
            ]
        },
        {
            "id": "melvorTotH:ShadowBeast",
            "name": "Shadow Beast",
            "levels": {
                "Hitpoints": 1200,
                "Attack": 700,
                "Strength": 700,
                "Defence": 650,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3600,
                "stabAttackBonus": 20,
                "meleeStrengthBonus": -7,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:Surrounded",
                "melvorTotH:ShadowBite"
            ],
            "passives": [
                "melvorTotH:Intimidation24"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Moonwort_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 6,
                    "weight": 100
                },
                {
                    "itemID": "melvorTotH:Onyx",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 29
                },
                {
                    "itemID": "melvorTotH:Slayer_Bounty_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 20
                },
                {
                    "itemID": "melvorTotH:Shadow_Cloak",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3000
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:PlagueDoctor",
            "name": "Plague Doctor",
            "levels": {
                "Hitpoints": 1050,
                "Attack": 1,
                "Strength": 1,
                "Defence": 700,
                "Ranged": 1,
                "Magic": 900
            },
            "equipmentStats": {
                "attackSpeed": 2200,
                "magicAttackBonus": 18,
                "magicDamageBonus": -46,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 45
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:HarmfulConcoction",
                "melvorTotH:DiseaseSwarm"
            ],
            "passives": [
                "melvorTotH:Intimidation40",
                "melvorTotH:Lifesteal100"
            ],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorF:Hinder_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Lethal_Toxins_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorTotH:Area_Control_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorTotH:Reaper_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Famished_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorTotH:Penetration_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3000
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Cockatrice",
            "name": "Cockatrice",
            "levels": {
                "Hitpoints": 1300,
                "Attack": 1,
                "Strength": 1,
                "Defence": 700,
                "Ranged": 800,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "rangedAttackBonus": 15,
                "rangedStrengthBonus": 15,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 50
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:Lifedrain",
                "melvorTotH:DecayingShots"
            ],
            "passives": [
                "melvorTotH:Intimidation27"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Decaying_Stem",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 2
                },
                {
                    "itemID": "melvorTotH:Moonwort_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 1
                },
                {
                    "itemID": "melvorTotH:Decay_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 2900
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:GoliathWerewolf",
            "name": "Goliath Werewolf",
            "levels": {
                "Hitpoints": 1600,
                "Attack": 700,
                "Strength": 700,
                "Defence": 579,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 18,
                "meleeStrengthBonus": 18,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 50
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:CrushingSmash"
            ],
            "passives": [
                "melvorTotH:Intimidation35",
                "melvorTotH:Rage"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorF:Melee_Strength_Potion_IV",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 199
                },
                {
                    "itemID": "melvorTotH:Gauntlets_of_Rage",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3400
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:TreeGiant",
            "name": "Tree Giant",
            "levels": {
                "Hitpoints": 1250,
                "Attack": 650,
                "Strength": 650,
                "Defence": 720,
                "Ranged": 1,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 3400,
                "stabAttackBonus": 22,
                "meleeStrengthBonus": 22,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 50
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:Entangle",
                "melvorTotH:TreeSlam"
            ],
            "passives": [
                "melvorTotH:Intimidation29",
                "melvorTotH:ProtectionOfTheForest"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3200
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:TreeSpirit",
            "name": "Tree Spirit",
            "levels": {
                "Hitpoints": 1350,
                "Attack": 1,
                "Strength": 1,
                "Defence": 750,
                "Ranged": 1,
                "Magic": 800
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 18,
                "magicDamageBonus": -30,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 55
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:CurseOfMadness",
                "melvorTotH:SilenceOfTheForest"
            ],
            "passives": [
                "melvorTotH:Intimidation38",
                "melvorTotH:ProtectionOfTheForest"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3300
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:CursedSpirit",
            "name": "Cursed Spirit",
            "levels": {
                "Hitpoints": 1350,
                "Attack": 1,
                "Strength": 1,
                "Defence": 770,
                "Ranged": 1,
                "Magic": 1000
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 24,
                "magicDamageBonus": -46,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 55
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:CurseOfTorment",
                "melvorTotH:Soulburn"
            ],
            "passives": [
                "melvorTotH:Intimidation38",
                "melvorTotH:ProtectionOfTheForest"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3700
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:LadyDarkheart",
            "name": "Lady Darkheart",
            "levels": {
                "Hitpoints": 2000,
                "Attack": 1,
                "Strength": 1,
                "Defence": 875,
                "Ranged": 1,
                "Magic": 1000
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "magicAttackBonus": 35,
                "magicDamageBonus": -48,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": -20,
                "magicDefenceBonus": 40,
                "damageReduction": 70
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:CurseOfMadness",
                "melvorTotH:CurseOfTorment",
                "melvorTotH:CurseOfDespair",
                "melvorTotH:DevourerOfTheCursed"
            ],
            "overrideSpecialChances": [
                25,
                25,
                25,
                25
            ],
            "passives": [
                "melvorTotH:Intimidation29",
                "melvorTotH:ProtectionOfTheForest",
                "melvorTotH:CursedLifesteal"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 4500
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WaterSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Phantom",
            "name": "Phantom",
            "levels": {
                "Hitpoints": 950,
                "Attack": 1,
                "Strength": 1,
                "Defence": 900,
                "Ranged": 1000,
                "Magic": 450
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "rangedAttackBonus": 40,
                "rangedStrengthBonus": -7,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 30,
                "magicDefenceBonus": 40,
                "damageReduction": 95
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:EtheralShots",
                "melvorTotH:WeakeningShot"
            ],
            "passives": [
                "melvorTotH:Intimidation43"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Moonwort_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 500
                },
                {
                    "itemID": "melvorTotH:Ethereal_Longbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3800
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorTotH:Ectoplasm",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Banshee",
            "name": "Banshee",
            "levels": {
                "Hitpoints": 950,
                "Attack": 1,
                "Strength": 1,
                "Defence": 900,
                "Ranged": 1,
                "Magic": 1000
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "magicAttackBonus": 40,
                "magicDamageBonus": -51,
                "meleeDefenceBonus": 45,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 35,
                "damageReduction": 95
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:GhostlyTerror",
                "melvorTotH:BlindingFear"
            ],
            "passives": [
                "melvorTotH:Intimidation43"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Moonwort_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 500
                },
                {
                    "itemID": "melvorTotH:Ethereal_Staff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3800
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorTotH:Ectoplasm",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Spectre",
            "name": "Spectre",
            "levels": {
                "Hitpoints": 950,
                "Attack": 873,
                "Strength": 758,
                "Defence": 900,
                "Ranged": 1,
                "Magic": 450
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 55,
                "meleeDefenceBonus": 35,
                "rangedDefenceBonus": 45,
                "magicDefenceBonus": -10,
                "damageReduction": 95
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:CurseOfTorment",
                "melvorTotH:SpinningAxe"
            ],
            "passives": [
                "melvorTotH:Intimidation43"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Moonwort_Seeds",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 500
                },
                {
                    "itemID": "melvorTotH:Ethereal_Greataxe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 3800
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorTotH:Ectoplasm",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:CursedSkeletonWarrior",
            "name": "Cursed Skeleton Warrior",
            "levels": {
                "Hitpoints": 700,
                "Attack": 600,
                "Strength": 600,
                "Defence": 400,
                "Ranged": 1,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 27,
                "meleeStrengthBonus": 27,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": -10,
                "damageReduction": 50
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:ConfusedTouch"
            ],
            "passives": [
                "melvorTotH:Intimidation38",
                "melvorTotH:CurseOfTheUndead"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 2200
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Beholder",
            "name": "Bel-Noth",
            "levels": {
                "Hitpoints": 1200,
                "Attack": 1,
                "Strength": 1,
                "Defence": 850,
                "Ranged": 1,
                "Magic": 950
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "magicAttackBonus": 26,
                "magicDamageBonus": 13,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 30,
                "damageReduction": 55
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:BlindingBeams",
                "melvorTotH:PetrifyingGlare"
            ],
            "passives": [
                "melvorTotH:Intimidation36",
                "melvorTotH:UndeadGrasp"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3500
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:DarkKnight",
            "name": "Dark Knight",
            "levels": {
                "Hitpoints": 1500,
                "Attack": 900,
                "Strength": 878,
                "Defence": 850,
                "Ranged": 1,
                "Magic": 400
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "stabAttackBonus": 29,
                "meleeStrengthBonus": -20,
                "meleeDefenceBonus": 30,
                "rangedDefenceBonus": 40,
                "damageReduction": 65
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:BladeShadow",
                "melvorTotH:Darkblade"
            ],
            "passives": [
                "melvorTotH:Intimidation42",
                "melvorTotH:DarkBlade"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 3900
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Fiozor",
            "name": "Fiozor, the Ancient Necromancer",
            "levels": {
                "Hitpoints": 2100,
                "Attack": 1,
                "Strength": 1,
                "Defence": 900,
                "Ranged": 1,
                "Magic": 1050
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "magicAttackBonus": 40,
                "magicDamageBonus": -20,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": -10,
                "magicDefenceBonus": 40,
                "damageReduction": 75
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:ShadeSummonEnemy",
                "melvorTotH:GreaterShadeSummonEnemy",
                "melvorTotH:PhantomSummon",
                "melvorTotH:CurseTotemSummon"
            ],
            "passives": [
                "melvorTotH:Intimidation36",
                "melvorTotH:UndeadGrasp"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 4800
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:EarthSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Torvair",
            "name": "Torvair",
            "levels": {
                "Hitpoints": 1950,
                "Attack": 950,
                "Strength": 808,
                "Defence": 1090,
                "Ranged": 1,
                "Magic": 600
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "stabAttackBonus": 80,
                "meleeStrengthBonus": -31,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": 55,
                "magicDefenceBonus": -10,
                "damageReduction": 80
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:AgileWings",
                "melvorTotH:RapidParry",
                "melvorTotH:FullCharge"
            ],
            "passives": [
                "melvorTotH:Intimidation39",
                "melvorTotH:WeaknessFinder",
                "melvorTotH:BleedLifesteal500"
            ],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Agile_Wings_Rapier_Shard",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5400
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Arctair",
            "name": "Arctair",
            "levels": {
                "Hitpoints": 1950,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1090,
                "Ranged": 1090,
                "Magic": 700
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedAttackBonus": 50,
                "rangedStrengthBonus": -40,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 45,
                "damageReduction": 80
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:FeatherStorm",
                "melvorTotH:FeatherBarrier",
                "melvorTotH:FeatherLance"
            ],
            "passives": [
                "melvorTotH:Intimidation39",
                "melvorTotH:WeaknessFinder",
                "melvorTotH:BleedLifesteal500"
            ],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Feather_Storm_Crossbow_Shard",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5100
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:Harkair",
            "name": "Harkair",
            "levels": {
                "Hitpoints": 1950,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1090,
                "Ranged": 1,
                "Magic": 1100
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "magicAttackBonus": 50,
                "magicDamageBonus": -56,
                "meleeDefenceBonus": 55,
                "rangedDefenceBonus": 15,
                "magicDefenceBonus": 65,
                "damageReduction": 80
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:SlicingMaelstrom",
                "melvorTotH:WindBarrier",
                "melvorTotH:FeatherTornado"
            ],
            "passives": [
                "melvorTotH:Intimidation39",
                "melvorTotH:WeaknessFinder",
                "melvorTotH:BleedLifesteal500"
            ],
            "lootChance": 5,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Slicing_Maelstrom_Wand_Shard",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 5400
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:VorloranDevastator",
            "name": "Vorloran Devastator",
            "levels": {
                "Hitpoints": 2400,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1200,
                "Ranged": 1,
                "Magic": 1200
            },
            "equipmentStats": {
                "attackSpeed": 2200,
                "magicAttackBonus": 69,
                "magicDamageBonus": -33,
                "meleeDefenceBonus": 55,
                "rangedDefenceBonus": 20,
                "magicDefenceBonus": 65,
                "damageReduction": 85
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:FrostbiteEnemy",
                "melvorTotH:QuakeEnemy",
                "melvorTotH:MagicRayEnemy",
                "melvorTotH:OceanSongEnemy"
            ],
            "passives": [
                "melvorTotH:Intimidation40",
                "melvorTotH:ElementalMaster",
                "melvorTotH:BurnImmunity",
                "melvorTotH:SlowImmunity"
            ],
            "lootChance": 6,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Vorloran_Devastator_Gauntlets",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorTotH:Vorloran_Devastator_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 75
                },
                {
                    "itemID": "melvorTotH:Vorloran_Devastator_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorTotH:Vorloran_Devastator_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 25
                },
                {
                    "itemID": "melvorTotH:Vorloran_Devastator_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 6000
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                25,
                25,
                25,
                25
            ]
        },
        {
            "id": "melvorTotH:VorloranWatcher",
            "name": "Vorloran Watcher",
            "levels": {
                "Hitpoints": 2400,
                "Attack": 1,
                "Strength": 1,
                "Defence": 1200,
                "Ranged": 1200,
                "Magic": 800
            },
            "equipmentStats": {
                "attackSpeed": 2200,
                "rangedAttackBonus": 69,
                "rangedStrengthBonus": -34,
                "meleeDefenceBonus": -5,
                "rangedDefenceBonus": 60,
                "magicDefenceBonus": 50,
                "damageReduction": 85
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:PoisonedHitEnemy",
                "melvorTotH:PiercingArrowEnemy",
                "melvorTotH:ImpairingShotEnemy",
                "melvorF:ShockwaveEnemy"
            ],
            "passives": [
                "melvorTotH:Intimidation40",
                "melvorTotH:Assassin",
                "melvorTotH:PoisonImmunity"
            ],
            "lootChance": 6,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Vorloran_Watcher_Gauntlets",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorTotH:Vorloran_Watcher_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 75
                },
                {
                    "itemID": "melvorTotH:Vorloran_Watcher_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorTotH:Vorloran_Watcher_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 25
                },
                {
                    "itemID": "melvorTotH:Vorloran_Watcher_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 6000
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                25,
                25,
                25,
                25
            ]
        },
        {
            "id": "melvorTotH:VorloranProtector",
            "name": "Vorloran Protector",
            "levels": {
                "Hitpoints": 2400,
                "Attack": 1200,
                "Strength": 888,
                "Defence": 1200,
                "Ranged": 1,
                "Magic": 800
            },
            "equipmentStats": {
                "attackSpeed": 2200,
                "stabAttackBonus": 90,
                "meleeStrengthBonus": -24,
                "meleeDefenceBonus": 60,
                "rangedDefenceBonus": 65,
                "magicDefenceBonus": -5,
                "damageReduction": 85
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:DeadlyCutEnemy",
                "melvorTotH:FlurryEnemy",
                "melvorTotH:InfernumEnemy",
                "melvorTotH:TidalWaveEnemy"
            ],
            "passives": [
                "melvorTotH:Intimidation40",
                "melvorTotH:Warrior",
                "melvorTotH:StunImmunity",
                "melvorTotH:BleedImmunity"
            ],
            "lootChance": 6,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Vorloran_Protector_Gauntlets",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorTotH:Vorloran_Protector_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 75
                },
                {
                    "itemID": "melvorTotH:Vorloran_Protector_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 50
                },
                {
                    "itemID": "melvorTotH:Vorloran_Protector_Platelegs",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 25
                },
                {
                    "itemID": "melvorTotH:Vorloran_Protector_Platebody",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 10
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 6700
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "overrideSpecialChances": [
                25,
                25,
                25,
                25
            ]
        },
        {
            "id": "melvorTotH:GuardianoftheHerald",
            "name": "Guardian of the Herald",
            "levels": {
                "Hitpoints": 3000,
                "Attack": 1300,
                "Strength": 1204,
                "Defence": 1300,
                "Ranged": 1,
                "Magic": 950
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 90,
                "meleeStrengthBonus": 6,
                "meleeDefenceBonus": 60,
                "rangedDefenceBonus": 65,
                "magicDefenceBonus": -5,
                "damageReduction": 90
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:AggressiveOnslaught",
                "melvorTotH:Battlecry",
                "melvorTotH:UnstoppableForce",
                "melvorTotH:Sunder"
            ],
            "passives": [
                "melvorTotH:Intimidation40",
                "melvorTotH:StunImmunity",
                "melvorTotH:AfflictedVitality"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorTotH:Golden_Key",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Bones",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Dragon_Bones",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Magic_Bones",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Big_Bones",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 1,
                "max": 7400
            },
            "canSlayer": true,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:TheHeraldPhase1",
            "name": "The Herald Phase 1",
            "levels": {
                "Hitpoints": 10000,
                "Attack": 1600,
                "Strength": 1616,
                "Defence": 1600,
                "Ranged": 1600,
                "Magic": 1600
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 45,
                "meleeStrengthBonus": -25,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": 45,
                "magicDefenceBonus": -10,
                "damageReduction": 95
            },
            "ignoreCompletion": true,
            "attackType": "melee",
            "specialAttacks": [
                "melvorTotH:ChronoCurse",
                "melvorTotH:Alacrity",
                "melvorTotH:DejaVu",
                "melvorTotH:TouchOfAffliction"
            ],
            "passives": [
                "melvorTotH:Intimidation44",
                "melvorTotH:AfflictedResilience",
                "melvorTotH:GrowingMadness",
                "melvorTotH:EndOfTurnHealing3_15"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 7200
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:TheHeraldPhase2",
            "name": "The Herald Phase 2",
            "levels": {
                "Hitpoints": 10000,
                "Attack": 1600,
                "Strength": 1600,
                "Defence": 1600,
                "Ranged": 1604,
                "Magic": 1600
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "rangedAttackBonus": 45,
                "rangedStrengthBonus": -15,
                "meleeDefenceBonus": -10,
                "rangedDefenceBonus": 35,
                "magicDefenceBonus": 45,
                "damageReduction": 95
            },
            "ignoreCompletion": true,
            "attackType": "ranged",
            "specialAttacks": [
                "melvorTotH:ChronoCurse",
                "melvorTotH:ShardsOfMillennia",
                "melvorTotH:DejaVu",
                "melvorTotH:PowerOfTheMist"
            ],
            "passives": [
                "melvorTotH:Intimidation44",
                "melvorTotH:AfflictedResilience",
                "melvorTotH:MomentInTime",
                "melvorTotH:EndOfTurnHealing3_15"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 7600
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorTotH:TheHeraldPhase3",
            "name": "The Herald",
            "levels": {
                "Hitpoints": 10000,
                "Attack": 1600,
                "Strength": 1600,
                "Defence": 1600,
                "Ranged": 1600,
                "Magic": 1600
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "magicAttackBonus": 61,
                "magicDamageBonus": -51,
                "meleeDefenceBonus": 50,
                "magicDefenceBonus": 20,
                "damageReduction": 95
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorTotH:UnisonOfFireAndEarth",
                "melvorTotH:UnisonOfAirAndWater",
                "melvorTotH:DejaVu",
                "melvorTotH:SealedFate"
            ],
            "passives": [
                "melvorTotH:Intimidation44",
                "melvorTotH:AfflictedResilience",
                "melvorTotH:ReignOverTime",
                "melvorTotH:EndOfTurnHealing3_15"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1,
                "max": 8500
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WaterSurge",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            }
        },
        {
            "id": "melvorAoD:BlindWarrior",
            "name": "Blind Warrior",
            "levels": {
                "Hitpoints": 6,
                "Attack": 2,
                "Strength": 2,
                "Defence": 2,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5
            },
            "attackType": "melee",
            "specialAttacks": [],
            "passives": [
                "melvorAoD:EndofTurnHealing2"
            ],
            "lootChance": 25,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Basic_2H_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorAoD:Barrier_Touch_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorAoD:Barrier_Touch_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                }
            ],
            "gpDrops": {
                "min": 50,
                "max": 150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:BlindArcher",
            "name": "Blind Archer",
            "levels": {
                "Hitpoints": 6,
                "Attack": 1,
                "Strength": 1,
                "Defence": 2,
                "Ranged": 2,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5
            },
            "attackType": "ranged",
            "specialAttacks": [],
            "passives": [
                "melvorAoD:EndofTurnHealing2"
            ],
            "lootChance": 20,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Basic_Shortbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorAoD:Barrier_Touch_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                }
            ],
            "gpDrops": {
                "min": 50,
                "max": 150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:BlindMage",
            "name": "Blind Mage",
            "levels": {
                "Hitpoints": 6,
                "Attack": 1,
                "Strength": 1,
                "Defence": 2,
                "Ranged": 1,
                "Magic": 2
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 25
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [
                "melvorAoD:EndofTurnHealing2"
            ],
            "lootChance": 20,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Basic_Staff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorAoD:Barrier_Touch_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                }
            ],
            "gpDrops": {
                "min": 50,
                "max": 150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:BlindGhost",
            "name": "Blind Ghost",
            "levels": {
                "Hitpoints": 9,
                "Attack": 1,
                "Strength": 1,
                "Defence": 5,
                "Ranged": 1,
                "Magic": 5
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5
            },
            "attackType": "magic",
            "specialAttacks": [],
            "passives": [
                "melvorAoD:EndofTurnHealing2"
            ],
            "lootChance": 20,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Barrier_Touch_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorAoD:Lesser_Summoning_Amulet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 50,
                "max": 150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:GreenSlime",
            "name": "Green Slime",
            "levels": {
                "Hitpoints": 25,
                "Attack": 25,
                "Strength": 40,
                "Defence": 25,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:Split"
            ],
            "passives": [
                "melvorAoD:Slimed"
            ],
            "lootChance": 70,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Vial_of_Goo",
                    "minQuantity": 1,
                    "maxQuantity": 200,
                    "weight": 10
                },
                {
                    "itemID": "melvorAoD:Sapping_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 4
                },
                {
                    "itemID": "melvorD:Shrimp",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Steel_Dagger",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Mithril_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 150,
                "max": 450
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Goo",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:VampiricBat",
            "name": "Vampiric Bat",
            "levels": {
                "Hitpoints": 28,
                "Attack": 1,
                "Strength": 1,
                "Defence": 25,
                "Ranged": 40,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "damageReduction": 5
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:Leech"
            ],
            "passives": [
                "melvorAoD:Lifesteal10"
            ],
            "lootChance": 56,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Sapping_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 30
                },
                {
                    "itemID": "melvorAoD:Barrier_Sapping_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 40
                },
                {
                    "itemID": "melvorAoD:Leeching_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 66
                },
                {
                    "itemID": "melvorD:Shrimp",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 200
                }
            ],
            "gpDrops": {
                "min": 150,
                "max": 450
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:SlimeShooter",
            "name": "Slime Shooter",
            "levels": {
                "Hitpoints": 32,
                "Attack": 1,
                "Strength": 1,
                "Defence": 35,
                "Ranged": 50,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "damageReduction": 5
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:AcidicBlast",
                "melvorAoD:Split"
            ],
            "passives": [
                "melvorAoD:Slimed"
            ],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Vial_of_Acid",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 66
                },
                {
                    "itemID": "melvorAoD:Sapping_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Shrimp",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Adamant_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 100
                },
                {
                    "itemID": "melvorF:Sapphire_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 60
                }
            ],
            "gpDrops": {
                "min": 150,
                "max": 450
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorF:Goo",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:GraniteGolem",
            "name": "Granite Golem",
            "levels": {
                "Hitpoints": 70,
                "Attack": 100,
                "Strength": 120,
                "Defence": 120,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3800,
                "slashAttackBonus": 10,
                "stabAttackBonus": 10,
                "blockAttackBonus": 10,
                "meleeStrengthBonus": 4,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": 50,
                "damageReduction": 10
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:Crush"
            ],
            "passives": [
                "melvorAoD:EndofTurnHealing8",
                "melvorAoD:MajorReflection"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Iron_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 200
                },
                {
                    "itemID": "melvorAoD:Granite_Mace",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Iron_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Topaz",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorAoD:Imbued_Iron_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 300,
                "max": 900
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Iron_Bar",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:RangedGolem",
            "name": "Ranged Golem",
            "levels": {
                "Hitpoints": 80,
                "Attack": 1,
                "Strength": 1,
                "Defence": 140,
                "Ranged": 139,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3800,
                "meleeDefenceBonus": -15,
                "rangedStrengthBonus": 4,
                "magicDefenceBonus": 100,
                "rangedDefenceBonus": 50,
                "damageReduction": 20
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:HeavyShot"
            ],
            "passives": [
                "melvorAoD:EndofTurnHealing8",
                "melvorAoD:MajorReflection"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Steel_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 200
                },
                {
                    "itemID": "melvorAoD:Granite_Crossbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Silver_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Sapphire",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorAoD:Imbued_Steel_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 350,
                "max": 1050
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Steel_Bar",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:EarthGolem",
            "name": "Earth Golem",
            "levels": {
                "Hitpoints": 125,
                "Attack": 160,
                "Strength": 161,
                "Defence": 160,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3800,
                "slashAttackBonus": 20,
                "stabAttackBonus": 20,
                "blockAttackBonus": 20,
                "meleeStrengthBonus": 10,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 70,
                "damageReduction": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:EarthWall"
            ],
            "passives": [
                "melvorAoD:EndofTurnHealing8",
                "melvorAoD:MajorReflection"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 200
                },
                {
                    "itemID": "melvorAoD:Earth_Wall_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Gold_Ore",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Ruby",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorAoD:Imbued_Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 450,
                "max": 1350
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Mithril_Bar",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:MagicGolem",
            "name": "Magic Golem",
            "levels": {
                "Hitpoints": 125,
                "Attack": 1,
                "Strength": 1,
                "Defence": 185,
                "Ranged": 1,
                "Magic": 185
            },
            "equipmentStats": {
                "attackSpeed": 3800,
                "meleeDefenceBonus": 50,
                "magicAttackBonus": 30,
                "magicDamageBonus": -18,
                "magicDefenceBonus": 10,
                "damageReduction": 40
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:Mudball"
            ],
            "passives": [
                "melvorAoD:EndofTurnHealing8",
                "melvorAoD:MajorReflection"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorD:Adamantite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 200
                },
                {
                    "itemID": "melvorAoD:Mudball_Staff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorAoD:Slayer_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Emerald",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Runite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorAoD:Imbued_Mithril_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorAoD:Imbued_Adamantite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorAoD:Imbued_Runite_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 500,
                "max": 1500
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthBolt",
            "bones": {
                "itemID": "melvorD:Adamantite_Bar",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:LavaGolem",
            "name": "Lava Golem",
            "levels": {
                "Hitpoints": 150,
                "Attack": 210,
                "Strength": 218,
                "Defence": 210,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3800,
                "slashAttackBonus": 20,
                "stabAttackBonus": 20,
                "blockAttackBonus": 20,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 50,
                "damageReduction": 50
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:LavaSwipe",
                "melvorAoD:Radiate"
            ],
            "passives": [
                "melvorAoD:EndofTurnHealing8",
                "melvorAoD:MajorReflection"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Golem_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 550,
                "max": 1650
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CultMember",
            "name": "Cult Member",
            "levels": {
                "Hitpoints": 370,
                "Attack": 1,
                "Strength": 1,
                "Defence": 150,
                "Ranged": 1,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "magicAttackBonus": 20,
                "magicDamageBonus": 8,
                "meleeDefenceBonus": 100,
                "magicDefenceBonus": 50,
                "damageReduction": 5
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:PlagueBolt"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:EndofTurnHealing4",
                "melvorAoD:WeakeningTouch"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Rotten_Staff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorF:Summoning_Shard_Red",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Amulet_of_Magic",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 1350,
                "max": 4050
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CultImp",
            "name": "Cult Imp",
            "levels": {
                "Hitpoints": 410,
                "Attack": 1,
                "Strength": 1,
                "Defence": 220,
                "Ranged": 397,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "rangedStrengthBonus": 28,
                "rangedAttackBonus": 10,
                "rangedDefenceBonus": 20,
                "magicDefenceBonus": 140,
                "damageReduction": 15
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:SharedToxins"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:EndofTurnHealing4",
                "melvorAoD:WeakeningTouch"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Adaptive_Summoning_Amulet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorF:Summoning_Shard_Green",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 30
                },
                {
                    "itemID": "melvorF:Magic_Damage_Potion_II",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 1500,
                "max": 4500
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:Lich",
            "name": "Lich",
            "levels": {
                "Hitpoints": 290,
                "Attack": 1,
                "Strength": 1,
                "Defence": 280,
                "Ranged": 1,
                "Magic": 400
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "meleeDefenceBonus": 30,
                "magicDefenceBonus": 50,
                "magicDamageBonus": 17,
                "damageReduction": 15
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:BloodLink"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:EndofTurnHealing4",
                "melvorAoD:WeakeningTouch"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Lich_Staff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorF:Summoning_Shard_Blue",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 30
                },
                {
                    "itemID": "melvorF:Summoning_Shard_Gold",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 10
                }
            ],
            "gpDrops": {
                "min": 1050,
                "max": 3150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterWave",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CultMonster",
            "name": "Cult Monster",
            "levels": {
                "Hitpoints": 340,
                "Attack": 320,
                "Strength": 400,
                "Defence": 250,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "meleeStrengthBonus": 12,
                "meleeDefenceBonus": 35,
                "rangedDefenceBonus": 55,
                "magicDefenceBonus": 80,
                "damageReduction": 25
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:BleedingBite",
                "melvorAoD:NastyBite"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:EndofTurnHealing4",
                "melvorAoD:WeakeningTouch"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Biting_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorAoD:Max_Hitpoints_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Summoning_Shard_Silver",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 60
                },
                {
                    "itemID": "melvorF:Summoning_Shard_Black",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 1250,
                "max": 3750
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:SoulTakerWitch",
            "name": "Soul Taker Witch",
            "levels": {
                "Hitpoints": 580,
                "Attack": 1,
                "Strength": 1,
                "Defence": 400,
                "Ranged": 1,
                "Magic": 550
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": -15,
                "magicDefenceBonus": 50,
                "magicDamageBonus": 16,
                "damageReduction": 25
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:SoulTaker",
                "melvorAoD:SpiritBurn"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:EndofTurnHealing4",
                "melvorAoD:WeakeningTouch"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 2050,
                "max": 6150
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindWave",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:PoisonLeecher",
            "name": "Poison Leecher",
            "levels": {
                "Hitpoints": 210,
                "Attack": 1,
                "Strength": 1,
                "Defence": 128,
                "Ranged": 204,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedStrengthBonus": 13,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 100,
                "damageReduction": 5
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:PoisonLeech"
            ],
            "passives": [
                "melvorAoD:PoisonMaster"
            ],
            "lootChance": 65,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Poisonous_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 50,
                    "weight": 8
                },
                {
                    "itemID": "melvorD:Bronze_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 30
                },
                {
                    "itemID": "melvorD:Steel_Arrows",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 800,
                "max": 2400
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:PoisonRoamer",
            "name": "Poison Roamer",
            "levels": {
                "Hitpoints": 230,
                "Attack": 1,
                "Strength": 1,
                "Defence": 140,
                "Ranged": 222,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedStrengthBonus": 15,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 100,
                "damageReduction": 10
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:PoisonHuntsman"
            ],
            "passives": [
                "melvorAoD:PoisonMaster"
            ],
            "lootChance": 60,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Poison_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 30,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Headless_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 15
                },
                {
                    "itemID": "melvorF:Emerald_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 10
                }
            ],
            "gpDrops": {
                "min": 850,
                "max": 2550
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:PoisonSlime",
            "name": "Poison Slime",
            "levels": {
                "Hitpoints": 250,
                "Attack": 1,
                "Strength": 1,
                "Defence": 162,
                "Ranged": 247,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedAttackBonus": 15,
                "rangedStrengthBonus": 15,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 100,
                "damageReduction": 15
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:PoisonSpikeSkin"
            ],
            "passives": [
                "melvorAoD:PoisonMaster"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Poison_Cape",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Rune_Javelin",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 30
                },
                {
                    "itemID": "melvorF:Lethal_Toxins_Potion_II",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 950,
                "max": 2850
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:PoisonBloater",
            "name": "Poison Bloater",
            "levels": {
                "Hitpoints": 280,
                "Attack": 1,
                "Strength": 1,
                "Defence": 213,
                "Ranged": 286,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "rangedAttackBonus": 30,
                "rangedStrengthBonus": 11,
                "rangedDefenceBonus": 60,
                "magicDefenceBonus": 200,
                "damageReduction": 20
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:BloatingShot",
                "melvorAoD:AgileHunter"
            ],
            "passives": [
                "melvorAoD:PoisonMaster"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Poison_Crossbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Amulet_of_Ranged",
                    "minQuantity": 1,
                    "maxQuantity": 3,
                    "weight": 30
                },
                {
                    "itemID": "melvorF:Lethal_Toxins_Potion_III",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 20
                }
            ],
            "gpDrops": {
                "min": 1050,
                "max": 3150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:MagicMirror",
            "name": "Magic Mirror",
            "levels": {
                "Hitpoints": 300,
                "Attack": 1,
                "Strength": 1,
                "Defence": 150,
                "Ranged": 1,
                "Magic": 240
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "meleeDefenceBonus": 30,
                "magicDefenceBonus": 100,
                "magicDamageBonus": 19,
                "damageReduction": 10
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:Reflection"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Reflect"
            ],
            "lootChance": 33,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Eroding_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorAoD:Trickery_Mirror",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Mind_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 30
                }
            ],
            "gpDrops": {
                "min": 1100,
                "max": 3300
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:PossessedBarrel",
            "name": "Possessed Barrel",
            "levels": {
                "Hitpoints": 320,
                "Attack": 1,
                "Strength": 1,
                "Defence": 220,
                "Ranged": 1,
                "Magic": 265
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "meleeDefenceBonus": 50,
                "magicDefenceBonus": 100,
                "magicDamageBonus": 10,
                "damageReduction": 15
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:Telekinesis",
                "melvorAoD:MindBarrier"
            ],
            "passives": [
                "melvorAoD:BarrierRegen"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Eroding_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorAoD:Powered_Red_Crystal",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Mind_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 60
                },
                {
                    "itemID": "melvorD:Body_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 40
                }
            ],
            "gpDrops": {
                "min": 1150,
                "max": 3450
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:FakeDoor",
            "name": "Fake Door",
            "levels": {
                "Hitpoints": 380,
                "Attack": 1,
                "Strength": 1,
                "Defence": 350,
                "Ranged": 1,
                "Magic": 300
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "meleeDefenceBonus": 50,
                "magicDefenceBonus": 100,
                "magicDamageBonus": 10,
                "damageReduction": 20
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:TrapDoor",
                "melvorAoD:Illusion"
            ],
            "passives": [
                "melvorAoD:BarrierRegen"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Eroding_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorAoD:Cape_of_Illusion",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Mind_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 60
                },
                {
                    "itemID": "melvorD:Body_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 40
                }
            ],
            "gpDrops": {
                "min": 1400,
                "max": 4200
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:IllusiveRoots",
            "name": "Illusive Roots",
            "levels": {
                "Hitpoints": 430,
                "Attack": 1,
                "Strength": 1,
                "Defence": 290,
                "Ranged": 1,
                "Magic": 400
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "meleeDefenceBonus": 25,
                "magicDefenceBonus": 50,
                "magicDamageBonus": 8,
                "damageReduction": 25
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:BurningRoots",
                "melvorAoD:RingOfFire"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:BasicImmunity"
            ],
            "lootChance": 50,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Eroding_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 3
                },
                {
                    "itemID": "melvorAoD:Mage_Mask",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Mind_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 60
                },
                {
                    "itemID": "melvorD:Amulet_of_Magic",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 40
                }
            ],
            "gpDrops": {
                "min": 1550,
                "max": 4650
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:PuppetMaster",
            "name": "Puppet Master",
            "levels": {
                "Hitpoints": 470,
                "Attack": 1,
                "Strength": 1,
                "Defence": 320,
                "Ranged": 1,
                "Magic": 480
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "meleeDefenceBonus": 40,
                "magicDefenceBonus": 60,
                "magicDamageBonus": -16,
                "damageReduction": 30
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:Puppets",
                "melvorAoD:Marionette",
                "melvorAoD:Manipulate"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:PuppetMaster"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 1700,
                "max": 5100
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:FireBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:GhostSailor",
            "name": "Ghost Sailor",
            "levels": {
                "Hitpoints": 510,
                "Attack": 250,
                "Strength": 255,
                "Defence": 280,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "stabAttackBonus": 65,
                "meleeStrengthBonus": 76,
                "meleeDefenceBonus": 20,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 30,
                "damageReduction": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:GhostlyScimitar"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Ghostly"
            ],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Ghost_Scimitar",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Rune_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 225
                },
                {
                    "itemID": "melvorD:Dragon_Sword",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Treasure_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Topaz",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 75
                }
            ],
            "gpDrops": {
                "min": 1800,
                "max": 5400
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:GhostMercenary",
            "name": "Ghost Mercenary",
            "levels": {
                "Hitpoints": 640,
                "Attack": 1,
                "Strength": 1,
                "Defence": 280,
                "Ranged": 320,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedAttackBonus": 45,
                "rangedStrengthBonus": 68,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 200,
                "damageReduction": 45
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:Blunderbuss"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Ghostly"
            ],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Ghost_Blunderbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorF:Ruby_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 225
                },
                {
                    "itemID": "melvorF:Diamond_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 10,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Treasure_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Ruby",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 75
                }
            ],
            "gpDrops": {
                "min": 2050,
                "max": 6150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:ShipwreckBeast",
            "name": "Shipwreck Beast",
            "levels": {
                "Hitpoints": 640,
                "Attack": 1,
                "Strength": 1,
                "Defence": 295,
                "Ranged": 1,
                "Magic": 340
            },
            "equipmentStats": {
                "attackSpeed": 3200,
                "meleeDefenceBonus": 50,
                "magicAttackBonus": 20,
                "magicDefenceBonus": 100,
                "magicDamageBonus": 16,
                "damageReduction": 45
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:Foresight"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Ghostly"
            ],
            "lootChance": 75,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Foresight_Wand",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Water_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 250,
                    "weight": 225
                },
                {
                    "itemID": "melvorD:Magic_Wand_Powerful",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Treasure_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Magic_Wand_Elite",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 150
                }
            ],
            "gpDrops": {
                "min": 2250,
                "max": 6750
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CursedPirateCaptain",
            "name": "Cursed Pirate Captain",
            "levels": {
                "Hitpoints": 710,
                "Attack": 300,
                "Strength": 350,
                "Defence": 350,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "slashAttackBonus": 50,
                "stabAttackBonus": 50,
                "blockAttackBonus": 50,
                "meleeStrengthBonus": 50,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": 100,
                "magicDefenceBonus": 80,
                "damageReduction": 60
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:CursedBlunderbuss",
                "melvorAoD:GhostlySword",
                "melvorAoD:GhostlyCannonball"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Ghostly"
            ],
            "lootChance": 33,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Ghostly_Parrot",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Treasure_Chest",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 100
                },
                {
                    "itemID": "melvorD:Diamond",
                    "minQuantity": 1,
                    "maxQuantity": 30,
                    "weight": 50
                }
            ],
            "gpDrops": {
                "min": 2500,
                "max": 7500
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:Merman",
            "name": "Merman",
            "levels": {
                "Hitpoints": 620,
                "Attack": 1,
                "Strength": 1,
                "Defence": 400,
                "Ranged": 1,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "meleeDefenceBonus": 40,
                "rangedDefenceBonus": -20,
                "magicDamageBonus": -48,
                "damageReduction": 30
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:WaterPulse",
                "melvorAoD:WaterBarrier"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Underwater"
            ],
            "lootChance": 90,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Devouring_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 75
                },
                {
                    "itemID": "melvorAoD:Water_Pulse_Staff",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Silver_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Necklace",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorD:Water_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 500,
                    "weight": 675
                },
                {
                    "itemID": "melvorD:Ancient_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 525
                }
            ],
            "gpDrops": {
                "min": 2200,
                "max": 6600
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:MermaidArcher",
            "name": "Mermaid Archer",
            "levels": {
                "Hitpoints": 670,
                "Attack": 1,
                "Strength": 1,
                "Defence": 400,
                "Ranged": 520,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedStrengthBonus": 150,
                "meleeDefenceBonus": -25,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 150,
                "damageReduction": 35
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:EngulfingVortex",
                "melvorAoD:WaterBarrier"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Underwater"
            ],
            "lootChance": 90,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Devouring_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 75
                },
                {
                    "itemID": "melvorAoD:Engulfing_Vortex_Longbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Silver_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Necklace",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorD:Magic_Longbow",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Ancient_Arrow",
                    "minQuantity": 1,
                    "maxQuantity": 200,
                    "weight": 525
                }
            ],
            "gpDrops": {
                "min": 2350,
                "max": 7050
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:MermanGuard",
            "name": "Merman Guard",
            "levels": {
                "Hitpoints": 780,
                "Attack": 400,
                "Strength": 505,
                "Defence": 450,
                "Ranged": 1,
                "Magic": 150
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "slashAttackBonus": 50,
                "stabAttackBonus": 50,
                "blockAttackBonus": 50,
                "meleeStrengthBonus": 101,
                "rangedDefenceBonus": 100,
                "damageReduction": 40
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:HastyAssault",
                "melvorAoD:WaterBarrier"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Underwater"
            ],
            "lootChance": 90,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Devouring_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 75
                },
                {
                    "itemID": "melvorAoD:Hasty_Trident",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Silver_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Necklace",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorD:Rune_Battleaxe",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorD:Rune_Shield",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 525
                }
            ],
            "gpDrops": {
                "min": 2700,
                "max": 8100
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:TreacherousJellyfish",
            "name": "Treacherous Jellyfish",
            "levels": {
                "Hitpoints": 920,
                "Attack": 1,
                "Strength": 1,
                "Defence": 450,
                "Ranged": 1,
                "Magic": 640
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "meleeDefenceBonus": 20,
                "magicDefenceBonus": 50,
                "magicDamageBonus": 12,
                "damageReduction": 45
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:SleepingEntanglement",
                "melvorAoD:WaterBarrier"
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Underwater"
            ],
            "lootChance": 90,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Devouring_Barrier_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 60
                },
                {
                    "itemID": "melvorAoD:Underwater_Helmet",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 2
                },
                {
                    "itemID": "melvorD:Silver_Bar",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Ring",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorF:Silver_Diamond_Necklace",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 675
                },
                {
                    "itemID": "melvorD:Mist_Rune",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 675
                },
                {
                    "itemID": "melvorD:Magic_Wand_Elite",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 525
                }
            ],
            "gpDrops": {
                "min": 3150,
                "max": 9450
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WaterBlast",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:Nagaia",
            "name": "Nagaia",
            "levels": {
                "Hitpoints": 1120,
                "Attack": 1,
                "Strength": 1,
                "Defence": 550,
                "Ranged": 720,
                "Magic": 500
            },
            "equipmentStats": {
                "attackSpeed": 3000,
                "rangedAttackBonus": 20,
                "rangedStrengthBonus": 138,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 100,
                "damageReduction": 50
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:StunningBarrage",
                "melvorAoD:WaterBarrier",
                "melvorAoD:EradicatingBlast",
                "melvorAoD:NullAndCleanse"
            ],
            "overrideSpecialChances": [
                40,
                20,
                20,
                20
            ],
            "passives": [
                "melvorAoD:BarrierRegen",
                "melvorAoD:Underwater"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 3750,
                "max": 11250
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorD:Magic_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:EvilOak",
            "name": "Evil Oak",
            "levels": {
                "Hitpoints": 120,
                "Attack": 1,
                "Strength": 1,
                "Defence": 128,
                "Ranged": 168,
                "Magic": 85
            },
            "equipmentStats": {
                "attackSpeed": 2400,
                "rangedDefenceBonus": 20,
                "damageReduction": 20
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:EvilMalice"
            ],
            "passives": [
                "melvorAoD:UnholyAura"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Unholy_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 370
                },
                {
                    "itemID": "melvorAoD:Unholy_Ranged_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Oak_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Bird_Nest",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 500,
                "max": 1500
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Unholy_Dust",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:GrumpyWillow",
            "name": "Grumpy Willow",
            "levels": {
                "Hitpoints": 140,
                "Attack": 180,
                "Strength": 180,
                "Defence": 135,
                "Ranged": 1,
                "Magic": 90
            },
            "equipmentStats": {
                "attackSpeed": 2600,
                "meleeStrengthBonus": 6,
                "meleeDefenceBonus": 20,
                "rangedDefenceBonus": 40,
                "damageReduction": 25
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:CrushingRoots"
            ],
            "passives": [
                "melvorAoD:UnholyAura"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Unholy_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 370
                },
                {
                    "itemID": "melvorAoD:Unholy_Melee_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Willow_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Bird_Nest",
                    "minQuantity": 1,
                    "maxQuantity": 4,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 550,
                "max": 1650
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Unholy_Dust",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:AngryTeak",
            "name": "Angry Teak",
            "levels": {
                "Hitpoints": 160,
                "Attack": 1,
                "Strength": 1,
                "Defence": 143,
                "Ranged": 1,
                "Magic": 230
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "meleeDefenceBonus": 20,
                "damageReduction": 30,
                "magicDamageBonus": 33
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:AngryGrudge"
            ],
            "passives": [
                "melvorAoD:UnholyAura"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Unholy_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 370
                },
                {
                    "itemID": "melvorAoD:Unholy_Magic_Gloves",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorD:Teak_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Bird_Nest",
                    "minQuantity": 1,
                    "maxQuantity": 6,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 600,
                "max": 1800
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthStrike",
            "bones": {
                "itemID": "melvorAoD:Unholy_Dust",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:RagingMaple",
            "name": "Raging Maple",
            "levels": {
                "Hitpoints": 175,
                "Attack": 200,
                "Strength": 218,
                "Defence": 188,
                "Ranged": 1,
                "Magic": 125
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "stabAttackBonus": 20,
                "meleeDefenceBonus": 20,
                "rangedDefenceBonus": 40,
                "damageReduction": 35
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:ConsumingRage"
            ],
            "passives": [
                "melvorAoD:UnholyAura"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Unholy_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 2,
                    "weight": 370
                },
                {
                    "itemID": "melvorAoD:Unholy_Battle_Boots",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 1
                },
                {
                    "itemID": "melvorAoD:Combat_Gem",
                    "minQuantity": 1,
                    "maxQuantity": 1,
                    "weight": 5
                },
                {
                    "itemID": "melvorD:Maple_Logs",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 150
                },
                {
                    "itemID": "melvorD:Bird_Nest",
                    "minQuantity": 1,
                    "maxQuantity": 8,
                    "weight": 100
                }
            ],
            "gpDrops": {
                "min": 650,
                "max": 1950
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Unholy_Dust",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:FuriousMahogany",
            "name": "Furious Mahogany",
            "levels": {
                "Hitpoints": 190,
                "Attack": 1,
                "Strength": 1,
                "Defence": 300,
                "Ranged": 303,
                "Magic": 150
            },
            "equipmentStats": {
                "attackSpeed": 2800,
                "rangedAttackBonus": 10,
                "meleeDefenceBonus": -10,
                "rangedStrengthBonus": -13,
                "rangedDefenceBonus": 40,
                "magicDefenceBonus": 100,
                "damageReduction": 40
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:EvilMalice",
                "melvorAoD:AngryGrudge",
                "melvorAoD:ConsumingRage"
            ],
            "overrideSpecialChances": [
                35,
                35,
                30
            ],
            "passives": [
                "melvorAoD:UnholyAura"
            ],
            "lootChance": 100,
            "lootTable": [],
            "gpDrops": {
                "min": 700,
                "max": 2100
            },
            "canSlayer": false,
            "isBoss": true,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Unholy_Dust",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CrystalBarrager",
            "name": "Crystal Barrager",
            "levels": {
                "Hitpoints": 45,
                "Attack": 1,
                "Strength": 1,
                "Defence": 120,
                "Ranged": 73,
                "Magic": 100
            },
            "equipmentStats": {
                "attackSpeed": 1800,
                "magicDefenceBonus": 100,
                "rangedAttackBonus": 100,
                "rangedStrengthBonus": 18,
                "damageReduction": 20
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:CrystalShard"
            ],
            "passives": [
                "melvorAoD:Crystallization"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Crystal_Binding_Dust",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 14
                },
                {
                    "itemID": "melvorF:Topaz_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 50,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 200,
                "max": 600
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Crystal_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CrystalSmasher",
            "name": "Crystal Smasher",
            "levels": {
                "Hitpoints": 65,
                "Attack": 90,
                "Strength": 103,
                "Defence": 140,
                "Ranged": 1,
                "Magic": 1
            },
            "equipmentStats": {
                "attackSpeed": 1800,
                "stabAttackBonus": 100,
                "slashAttackBonus": 100,
                "blockAttackBonus": 100,
                "meleeStrengthBonus": 8,
                "damageReduction": 25
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:ShatteredCrystals"
            ],
            "passives": [
                "melvorAoD:Crystallization"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Crystal_Binding_Dust",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 14
                },
                {
                    "itemID": "melvorF:Sapphire_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 40,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 300,
                "max": 900
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Crystal_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CrystalProwler",
            "name": "Crystal Prowler",
            "levels": {
                "Hitpoints": 105,
                "Attack": 1,
                "Strength": 1,
                "Defence": 210,
                "Ranged": 1,
                "Magic": 210
            },
            "equipmentStats": {
                "attackSpeed": 1800,
                "magicAttackBonus": 100,
                "magicDamageBonus": -33,
                "damageReduction": 30
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:CrystalLeash"
            ],
            "passives": [
                "melvorAoD:Crystallization"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Crystal_Binding_Dust",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 14
                },
                {
                    "itemID": "melvorF:Ruby_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 30,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 400,
                "max": 1200
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:EarthBlast",
            "bones": {
                "itemID": "melvorAoD:Crystal_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CrystalManipulator",
            "name": "Crystal Manipulator",
            "levels": {
                "Hitpoints": 580,
                "Attack": 1,
                "Strength": 1,
                "Defence": 320,
                "Ranged": 1,
                "Magic": 320
            },
            "equipmentStats": {
                "attackSpeed": 1800,
                "meleeDefenceBonus": 30,
                "magicAttackBonus": 100,
                "magicDefenceBonus": 30,
                "magicDamageBonus": -14,
                "damageReduction": 20
            },
            "attackType": "magic",
            "specialAttacks": [
                "melvorAoD:CrystalLure"
            ],
            "passives": [
                "melvorAoD:Crystallization",
                "melvorAoD:CrystalSanction"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Pure_Crystal_Binding_Dust",
                    "minQuantity": 1,
                    "maxQuantity": 75,
                    "weight": 14
                },
                {
                    "itemID": "melvorF:Emerald_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 2050,
                "max": 6150
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:FireSurge",
            "bones": {
                "itemID": "melvorAoD:Large_Crystal_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CrystalShatterer",
            "name": "Crystal Shatterer",
            "levels": {
                "Hitpoints": 620,
                "Attack": 1,
                "Strength": 1,
                "Defence": 320,
                "Ranged": 252,
                "Magic": 200
            },
            "equipmentStats": {
                "attackSpeed": 1800,
                "rangedAttackBonus": 100,
                "rangedStrengthBonus": 39,
                "rangedDefenceBonus": 50,
                "magicDefenceBonus": 50,
                "damageReduction": 25
            },
            "attackType": "ranged",
            "specialAttacks": [
                "melvorAoD:CrystalPierce"
            ],
            "passives": [
                "melvorAoD:Crystallization",
                "melvorAoD:CrystalSanction"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Pure_Crystal_Binding_Dust",
                    "minQuantity": 1,
                    "maxQuantity": 75,
                    "weight": 14
                },
                {
                    "itemID": "melvorF:Diamond_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 15,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 2200,
                "max": 6600
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Large_Crystal_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        },
        {
            "id": "melvorAoD:CrystalBehemoth",
            "name": "Crystal Behemoth",
            "levels": {
                "Hitpoints": 680,
                "Attack": 280,
                "Strength": 329,
                "Defence": 320,
                "Ranged": 1,
                "Magic": 170
            },
            "equipmentStats": {
                "attackSpeed": 1800,
                "slashAttackBonus": 100,
                "stabAttackBonus": 100,
                "blockAttackBonus": 100,
                "meleeStrengthBonus": 51,
                "meleeDefenceBonus": 50,
                "rangedDefenceBonus": 50,
                "damageReduction": 30
            },
            "attackType": "melee",
            "specialAttacks": [
                "melvorAoD:CrystalForce"
            ],
            "passives": [
                "melvorAoD:Crystallization",
                "melvorAoD:CrystalSanction"
            ],
            "lootChance": 100,
            "lootTable": [
                {
                    "itemID": "melvorAoD:Pure_Crystal_Binding_Dust",
                    "minQuantity": 1,
                    "maxQuantity": 100,
                    "weight": 8
                },
                {
                    "itemID": "melvorF:Diamond_Bolts",
                    "minQuantity": 1,
                    "maxQuantity": 20,
                    "weight": 1
                },
                {
                    "itemID": "melvorAoD:Diamond_Bolts_Enchanted",
                    "minQuantity": 1,
                    "maxQuantity": 5,
                    "weight": 1
                }
            ],
            "gpDrops": {
                "min": 2300,
                "max": 6900
            },
            "canSlayer": false,
            "isBoss": false,
            "selectedSpell": "melvorD:WindStrike",
            "bones": {
                "itemID": "melvorAoD:Large_Crystal_Bones",
                "quantity": 1
            },
            "barrierPercent": 50
        }
    ],
    "combatAreas": [
        {
            "id": "melvorD:Farmlands",
            "name": "Farmlands",
            "monsterIDs": [
                "melvorD:Plant",
                "melvorD:Chicken",
                "melvorD:Cow",
                "melvorD:JuniorFarmer",
                "melvorD:AdultFarmer",
                "melvorD:MasterFarmer"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Dragon_Valley",
            "name": "Dragon Valley",
            "monsterIDs": [
                "melvorD:GreenDragon",
                "melvorD:BlueDragon",
                "melvorD:RedDragon",
                "melvorD:BlackDragon"
            ],
            "difficulty": [
                1,
                2
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Wet_Forest",
            "name": "Wet Forest",
            "monsterIDs": [
                "melvorD:Leech",
                "melvorD:SweatyMonster",
                "melvorD:WetMonster",
                "melvorD:MoistMonster"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Wizard_Tower",
            "name": "Wizard Tower",
            "monsterIDs": [
                "melvorD:Wizard",
                "melvorD:MasterWizard",
                "melvorD:DarkWizard"
            ],
            "difficulty": [
                0,
                2
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Castle_of_Kings",
            "name": "Castle of Kings",
            "monsterIDs": [
                "melvorD:SteelKnight",
                "melvorD:BlackKnight",
                "melvorD:MithrilKnight",
                "melvorD:AdamantKnight",
                "melvorD:RuneKnight"
            ],
            "difficulty": [
                0,
                2
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Bandit_Hideout",
            "name": "Bandit Hideout",
            "monsterIDs": [
                "melvorD:BanditTrainee",
                "melvorD:Bandit"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Giant_Dungeon",
            "name": "Giant Dungeon",
            "monsterIDs": [
                "melvorD:HillGiant",
                "melvorD:MossGiant"
            ],
            "difficulty": [
                0,
                1
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Sandy_Shores",
            "name": "Sandy Shores",
            "monsterIDs": [
                "melvorD:Seagull",
                "melvorD:Tentacle",
                "melvorD:GiantCrab",
                "melvorD:ConfusedPirate"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Icy_Hills",
            "name": "Icy Hills",
            "monsterIDs": [
                "melvorD:FrozenArcher",
                "melvorD:FrozenMammoth",
                "melvorD:IceMonster"
            ],
            "difficulty": [
                0,
                1
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Goblin_Village",
            "name": "Golbin Village",
            "monsterIDs": [
                "melvorD:Golbin",
                "melvorD:RangedGolbin"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:Graveyard",
            "name": "Graveyard",
            "monsterIDs": [
                "melvorD:Skeleton",
                "melvorD:ZombieHand",
                "melvorD:Zombie",
                "melvorD:Ghost"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorD:ElerineBattlegrounds",
            "name": "Elerine Battlegrounds",
            "monsterIDs": [
                "melvorD:ElerineArcher",
                "melvorD:ElerineWarrior",
                "melvorD:ElerineMage"
            ],
            "difficulty": [
                1,
                2
            ],
            "entryRequirements": [],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:EyeConicCave",
            "name": "Eye-conic Cave",
            "monsterIDs": [
                "melvorAoD:BlindWarrior",
                "melvorAoD:BlindArcher",
                "melvorAoD:BlindMage",
                "melvorAoD:BlindGhost"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [
                {
                    "type": "CartographyPOIDiscovery",
                    "worldMapID": "melvorAoD:Melvor",
                    "poiIDs": [
                        "melvorAoD:EyeConicCave"
                    ]
                }
            ],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:MuckyCave",
            "name": "Mucky Cave",
            "monsterIDs": [
                "melvorAoD:GreenSlime",
                "melvorAoD:VampiricBat",
                "melvorAoD:SlimeShooter"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [
                {
                    "type": "CartographyPOIDiscovery",
                    "worldMapID": "melvorAoD:Melvor",
                    "poiIDs": [
                        "melvorAoD:MuckyCave"
                    ]
                }
            ],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:RitualSite",
            "name": "Ritual Site",
            "monsterIDs": [
                "melvorAoD:CultMember",
                "melvorAoD:CultImp",
                "melvorAoD:Lich",
                "melvorAoD:CultMonster"
            ],
            "difficulty": [
                3,
                4
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Lost_Cursed_Text"
                }
            ],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:CollapsedCity",
            "name": "Collapsed City",
            "monsterIDs": [
                "melvorAoD:PoisonLeecher",
                "melvorAoD:PoisonRoamer",
                "melvorAoD:PoisonSlime",
                "melvorAoD:PoisonBloater"
            ],
            "difficulty": [
                2,
                3
            ],
            "entryRequirements": [
                {
                    "type": "CartographyPOIDiscovery",
                    "worldMapID": "melvorAoD:Melvor",
                    "poiIDs": [
                        "melvorAoD:GlaciaDungeonRuins"
                    ]
                }
            ],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:LostTemple",
            "name": "Lost Temple",
            "monsterIDs": [
                "melvorAoD:MagicMirror",
                "melvorAoD:PossessedBarrel",
                "melvorAoD:FakeDoor",
                "melvorAoD:IllusiveRoots"
            ],
            "difficulty": [
                3,
                4
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Torn_Scrolls"
                }
            ],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:ShipwreckCove",
            "name": "Shipwreck Cove",
            "monsterIDs": [
                "melvorAoD:GhostSailor",
                "melvorAoD:GhostMercenary",
                "melvorAoD:ShipwreckBeast",
                "melvorAoD:CursedPirateCaptain"
            ],
            "difficulty": [
                3,
                4
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Misty_Jewel"
                }
            ],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:UnderwaterRuins",
            "name": "Underwater Ruins",
            "monsterIDs": [
                "melvorAoD:Merman",
                "melvorAoD:MermaidArcher",
                "melvorAoD:MermanGuard",
                "melvorAoD:TreacherousJellyfish"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "CartographyPOIDiscovery",
                    "worldMapID": "melvorAoD:Melvor",
                    "poiIDs": [
                        "melvorAoD:Melantis"
                    ]
                }
            ],
            "type": "combatArea"
        },
        {
            "id": "melvorAoD:TreeOvergrowth",
            "name": "Tree Overgrowth",
            "monsterIDs": [
                "melvorAoD:EvilOak",
                "melvorAoD:GrumpyWillow",
                "melvorAoD:AngryTeak",
                "melvorAoD:RagingMaple"
            ],
            "difficulty": [
                2,
                3
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Old_Route_Chart"
                }
            ],
            "type": "combatArea"
        }
    ],
    "dungeons": [
        {
            "id": "melvorD:Chicken_Coop",
            "name": "Chicken Coop",
            "monsterIDs": [
                "melvorD:Chicken",
                "melvorD:Chicken",
                "melvorD:Chicken",
                "melvorD:Chicken",
                "melvorD:Chick",
                "melvorD:MummaChicken"
            ],
            "difficulty": [
                0
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Egg_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:Chick",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorD:Undead_Graveyard",
            "name": "Undead Graveyard",
            "monsterIDs": [
                "melvorD:ZombieHand",
                "melvorD:ZombieHand",
                "melvorD:ZombieHand",
                "melvorD:Zombie",
                "melvorD:Zombie",
                "melvorD:Zombie",
                "melvorD:Ghost",
                "melvorD:ZombieLeader"
            ],
            "difficulty": [
                1
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Standard_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:Zarrah",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorD:Spider_Forest",
            "name": "Spider Forest",
            "monsterIDs": [
                "melvorD:Spider",
                "melvorD:BrownSpider",
                "melvorD:Spider",
                "melvorD:BrownSpider",
                "melvorD:Spider",
                "melvorD:EvilSpider",
                "melvorD:EvilSpider",
                "melvorD:SpiderKing"
            ],
            "difficulty": [
                2
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Spider_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:Rosey",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorD:Frozen_Cove",
            "name": "Frozen Cove",
            "monsterIDs": [
                "melvorD:IceMonster",
                "melvorD:IceMonster",
                "melvorD:IceMonster",
                "melvorD:IceTroll",
                "melvorD:IceTroll",
                "melvorD:IceTroll",
                "melvorD:Ice",
                "melvorD:ProtectorofIce"
            ],
            "difficulty": [
                3
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Frozen_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:ArcticYeti",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorD:Deep_Sea_Ship",
            "name": "Deep Sea Ship",
            "monsterIDs": [
                "melvorD:Pirate",
                "melvorD:Pirate",
                "melvorD:Pirate",
                "melvorD:Pirate",
                "melvorD:Pirate",
                "melvorD:Pirate",
                "melvorD:Pirate",
                "melvorD:FirstMate",
                "melvorD:PirateCaptain",
                "melvorD:TheKraken"
            ],
            "difficulty": [
                3
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Pirate_Booty"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:Ayyden",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorD:Volcanic_Cave",
            "name": "Volcanic Cave",
            "monsterIDs": [
                "melvorD:Bat",
                "melvorD:BigBat",
                "melvorD:TheEye",
                "melvorD:ResurrectedEye",
                "melvorD:ViciousSerpent",
                "melvorD:FireSpirit",
                "melvorD:PratTheProtectorOfSecrets",
                "melvorD:MalcsTheGuardianOfMelvor"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Elite_Chest",
                "melvorD:Fire_Cape"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:Mac",
                "weight": 200
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "oneTimeRewardID": "melvorD:Futures_Prophecy",
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ]
        },
        {
            "id": "melvorD:Bandit_Base",
            "name": "Bandit Base",
            "monsterIDs": [
                "melvorD:BanditTrainee",
                "melvorD:BanditTrainee",
                "melvorD:BanditTrainee",
                "melvorD:Bandit",
                "melvorD:Bandit",
                "melvorD:Bandit",
                "melvorD:BanditLeader"
            ],
            "difficulty": [
                1
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Bandit_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:Chio",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorD:Hall_of_Wizards",
            "name": "Hall of Wizards",
            "monsterIDs": [
                "melvorD:Wizard",
                "melvorD:Wizard",
                "melvorD:Wizard",
                "melvorD:MasterWizard",
                "melvorD:MasterWizard",
                "melvorD:MasterWizard",
                "melvorD:DarkWizard",
                "melvorD:DarkWizard",
                "melvorD:ElderWizard"
            ],
            "difficulty": [
                2
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorD:Magic_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorD:BouncingBob",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Air_God_Dungeon",
            "name": "Air God Dungeon",
            "monsterIDs": [
                "melvorF:AirGuard",
                "melvorF:AirGuard",
                "melvorF:AirGuard",
                "melvorF:AirGuard",
                "melvorF:AirGuard",
                "melvorF:AirGuard",
                "melvorF:AirGuard",
                "melvorF:AirGuard",
                "melvorF:AirMonster",
                "melvorF:AirMonster",
                "melvorF:AirMonster",
                "melvorF:AirMonster",
                "melvorF:AirMonster",
                "melvorF:AirMonster",
                "melvorF:AirGolem",
                "melvorF:AirGolem",
                "melvorF:AirGolem",
                "melvorF:AirGolem",
                "melvorF:Aleron",
                "melvorF:Voltaire",
                "melvorF:Aeris"
            ],
            "difficulty": [
                5
            ],
            "entryRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 1
                }
            ],
            "rewardItemIDs": [
                "melvorF:Scroll_of_Aeris"
            ],
            "dropBones": true,
            "pet": {
                "petID": "melvorF:Aquarias",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "floors": [
                8,
                6,
                4,
                2,
                1
            ],
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Water_God_Dungeon",
            "name": "Water God Dungeon",
            "monsterIDs": [
                "melvorF:WaterGuard",
                "melvorF:WaterGuard",
                "melvorF:WaterGuard",
                "melvorF:WaterGuard",
                "melvorF:WaterGuard",
                "melvorF:WaterGuard",
                "melvorF:WaterGuard",
                "melvorF:WaterGuard",
                "melvorF:WaterMonster",
                "melvorF:WaterMonster",
                "melvorF:WaterMonster",
                "melvorF:WaterMonster",
                "melvorF:WaterMonster",
                "melvorF:WaterMonster",
                "melvorF:WaterGolem",
                "melvorF:WaterGolem",
                "melvorF:WaterGolem",
                "melvorF:WaterGolem",
                "melvorF:Lissia",
                "melvorF:Murtia",
                "melvorF:Glacia"
            ],
            "difficulty": [
                5
            ],
            "entryRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Air_God_Dungeon",
                    "count": 1
                }
            ],
            "rewardItemIDs": [
                "melvorF:Scroll_of_Glacia"
            ],
            "dropBones": true,
            "pet": {
                "petID": "melvorF:Norman",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "floors": [
                8,
                6,
                4,
                2,
                1
            ],
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Earth_God_Dungeon",
            "name": "Earth God Dungeon",
            "monsterIDs": [
                "melvorF:EarthGuard",
                "melvorF:EarthGuard",
                "melvorF:EarthGuard",
                "melvorF:EarthGuard",
                "melvorF:EarthGuard",
                "melvorF:EarthGuard",
                "melvorF:EarthGuard",
                "melvorF:EarthGuard",
                "melvorF:EarthMonster",
                "melvorF:EarthMonster",
                "melvorF:EarthMonster",
                "melvorF:EarthMonster",
                "melvorF:EarthMonster",
                "melvorF:EarthMonster",
                "melvorF:EarthGolem",
                "melvorF:EarthGolem",
                "melvorF:EarthGolem",
                "melvorF:EarthGolem",
                "melvorF:Mistral",
                "melvorF:Ophidia",
                "melvorF:Terran"
            ],
            "difficulty": [
                5
            ],
            "entryRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Water_God_Dungeon",
                    "count": 1
                }
            ],
            "rewardItemIDs": [
                "melvorF:Scroll_of_Terran"
            ],
            "dropBones": true,
            "pet": {
                "petID": "melvorF:Erran",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "floors": [
                8,
                6,
                4,
                2,
                1
            ],
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Fire_God_Dungeon",
            "name": "Fire God Dungeon",
            "monsterIDs": [
                "melvorF:FireGuard",
                "melvorF:FireGuard",
                "melvorF:FireGuard",
                "melvorF:FireGuard",
                "melvorF:FireGuard",
                "melvorF:FireGuard",
                "melvorF:FireGuard",
                "melvorF:FireGuard",
                "melvorF:FireMonster",
                "melvorF:FireMonster",
                "melvorF:FireMonster",
                "melvorF:FireMonster",
                "melvorF:FireMonster",
                "melvorF:FireMonster",
                "melvorF:FireGolem",
                "melvorF:FireGolem",
                "melvorF:FireGolem",
                "melvorF:FireGolem",
                "melvorF:Pyra",
                "melvorF:Ignis",
                "melvorF:Ragnar"
            ],
            "difficulty": [
                5
            ],
            "entryRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Earth_God_Dungeon",
                    "count": 1
                }
            ],
            "rewardItemIDs": [
                "melvorF:Scroll_of_Ragnar"
            ],
            "dropBones": true,
            "pet": {
                "petID": "melvorF:Ren",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "oneTimeRewardID": "melvorF:Unknown_Evil",
            "floors": [
                8,
                6,
                4,
                2,
                1
            ],
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Dragons_Den",
            "name": "Dragons Den",
            "monsterIDs": [
                "melvorD:GreenDragon",
                "melvorD:GreenDragon",
                "melvorD:BlueDragon",
                "melvorD:BlueDragon",
                "melvorD:RedDragon",
                "melvorD:RedDragon",
                "melvorD:BlackDragon",
                "melvorD:BlackDragon",
                "melvorF:ElderDragon"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorF:Elder_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorF:Harley",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Miolite_Caves",
            "name": "Miolite Caves",
            "monsterIDs": [
                "melvorF:MioliteSprig",
                "melvorF:MioliteSprig",
                "melvorF:MioliteTrio",
                "melvorF:MioliteTrio",
                "melvorF:MioliteWarden",
                "melvorF:MioliteWarden",
                "melvorF:MioliteMonarch"
            ],
            "difficulty": [
                3
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 40
                }
            ],
            "rewardItemIDs": [
                "melvorF:Miolite_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorF:JellyJim",
                "weight": 350
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Infernal_Stronghold",
            "name": "Infernal Stronghold",
            "monsterIDs": [
                "melvorF:Cerberus",
                "melvorF:Cerberus",
                "melvorF:Cerberus",
                "melvorF:Cerberus",
                "melvorF:Cerberus",
                "melvorF:FearfulEye",
                "melvorF:FearfulEye",
                "melvorF:FearfulEye",
                "melvorF:FearfulEye",
                "melvorF:RedDevil",
                "melvorF:RedDevil",
                "melvorF:RedDevil",
                "melvorF:Phoenix",
                "melvorF:Phoenix",
                "melvorF:Incendius",
                "melvorF:PratTheGuardianOfSecrets",
                "melvorF:MalcsTheLeaderOfDragons"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 75
                }
            ],
            "rewardItemIDs": [
                "melvorF:Infernal_Core",
                "melvorF:Infernal_Cape"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorF:Singe",
                "weight": 200
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 100
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Into_the_Mist",
            "name": "Into the Mist",
            "monsterIDs": [
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:RandomITM",
                "melvorF:MysteriousFigurePhase1",
                "melvorF:MysteriousFigurePhase2",
                "melvorF:Ahrenia"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 90
                }
            ],
            "rewardItemIDs": [
                "melvorF:New_Dawn"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorF:Pablo",
                "weight": 5
            },
            "fixedPetClears": true,
            "pauseOnBosses": true,
            "oneTimeRewardID": "melvorF:Beginning_Of_The_End",
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Fire_God_Dungeon",
                    "count": 1
                }
            ],
            "nonBossPassives": [
                "melvorF:Afflicted"
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ],
            "gamemodeEntryRequirements": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "remove": [
                        "SkillLevel"
                    ],
                    "add": [
                        {
                            "type": "DungeonCompletion",
                            "dungeonID": "melvorF:Fire_God_Dungeon",
                            "count": 1
                        }
                    ]
                }
            ]
        },
        {
            "id": "melvorF:Impending_Darkness",
            "name": "Impending Darkness Event",
            "monsterIDs": [
                "melvorF:BaneInstrumentOfFear"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Into_the_Mist",
                    "count": 1
                }
            ],
            "rewardItemIDs": [],
            "dropBones": false,
            "pet": {
                "petID": "melvorF:Bone",
                "weight": 1
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Into_the_Mist",
                    "count": 1
                }
            ],
            "eventID": "melvorF:ImpendingDarkness",
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeEntryRequirements": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "add": [
                        {
                            "type": "DungeonCompletion",
                            "dungeonID": "melvorAoD:Underwater_City",
                            "count": 1
                        }
                    ]
                }
            ]
        },
        {
            "id": "melvorTotH:Ancient_Sanctuary",
            "name": "Ancient Sanctuary",
            "monsterIDs": [
                "melvorTotH:HungryPlant",
                "melvorTotH:HungryPlant",
                "melvorTotH:HungryPlant",
                "melvorTotH:HungryPlant",
                "melvorTotH:HungryPlant",
                "melvorTotH:HungryPlant",
                "melvorTotH:PoisonToad",
                "melvorTotH:PoisonToad",
                "melvorTotH:PoisonToad",
                "melvorTotH:PoisonToad",
                "melvorTotH:PoisonToad",
                "melvorTotH:Kongamato",
                "melvorTotH:Kongamato",
                "melvorTotH:Kongamato",
                "melvorTotH:Kongamato",
                "melvorTotH:Conda",
                "melvorTotH:Conda",
                "melvorTotH:Conda",
                "melvorTotH:Alraune",
                "melvorTotH:Alraune",
                "melvorTotH:Morellia"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [
                {
                    "type": "ShopPurchase",
                    "purchaseID": "melvorTotH:Labyrinth_Solution",
                    "count": 1
                }
            ],
            "rewardItemIDs": [
                "melvorTotH:Ancient_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorTotH:Penelope",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Impending_Darkness",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon"
        },
        {
            "id": "melvorTotH:Underground_Lava_Lake",
            "name": "Underground Lava Lake",
            "monsterIDs": [
                "melvorTotH:BurningSnake",
                "melvorTotH:BurningSnake",
                "melvorTotH:BurningSnake",
                "melvorTotH:BurningSnake",
                "melvorTotH:InfernalGolem",
                "melvorTotH:InfernalGolem",
                "melvorTotH:InfernalGolem",
                "melvorTotH:InfernalGolem",
                "melvorTotH:MagicFireDemon",
                "melvorTotH:MagicFireDemon",
                "melvorTotH:MagicFireDemon",
                "melvorTotH:MagicFireDemon",
                "melvorTotH:Manticore",
                "melvorTotH:Manticore",
                "melvorTotH:Manticore",
                "melvorTotH:Manticore",
                "melvorTotH:GretYun",
                "melvorTotH:GretYun",
                "melvorTotH:GretYun",
                "melvorTotH:GretYun",
                "melvorTotH:Trogark"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorTotH:Burning_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorTotH:Harry",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Ancient_Sanctuary",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon"
        },
        {
            "id": "melvorTotH:Lightning_Region",
            "name": "Lightning Region",
            "monsterIDs": [
                "melvorTotH:LightningSpirit",
                "melvorTotH:LightningSpirit",
                "melvorTotH:LightningSpirit",
                "melvorTotH:LightningSpirit",
                "melvorTotH:LightningMonkey",
                "melvorTotH:LightningMonkey",
                "melvorTotH:LightningMonkey",
                "melvorTotH:LightningMonkey",
                "melvorTotH:LightningGolem",
                "melvorTotH:LightningGolem",
                "melvorTotH:LightningGolem",
                "melvorTotH:LightningGolem",
                "melvorTotH:RaZu"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorTotH:Static_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorTotH:Azuzu",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Underground_Lava_Lake",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon"
        },
        {
            "id": "melvorTotH:Lair_of_the_Spider_Queen",
            "name": "Lair of the Spider Queen",
            "monsterIDs": [
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:RandomSpiderLair",
                "melvorTotH:SpiderQueen"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorTotH:Webbed_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorTotH:Webbie",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lightning_Region",
                    "count": 1
                }
            ],
            "nonBossPassives": [
                "melvorTotH:StickyWebs"
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon"
        },
        {
            "id": "melvorTotH:Cursed_Forest",
            "name": "Cursed Forest",
            "monsterIDs": [
                "melvorTotH:TreeGiant",
                "melvorTotH:TreeGiant",
                "melvorTotH:TreeGiant",
                "melvorTotH:TreeGiant",
                "melvorTotH:TreeSpirit",
                "melvorTotH:TreeSpirit",
                "melvorTotH:TreeSpirit",
                "melvorTotH:TreeSpirit",
                "melvorTotH:CursedSpirit",
                "melvorTotH:CursedSpirit",
                "melvorTotH:CursedSpirit",
                "melvorTotH:CursedSpirit",
                "melvorTotH:LadyDarkheart"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorTotH:Cursed_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorTotH:BillAndWendy",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lair_of_the_Spider_Queen",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon"
        },
        {
            "id": "melvorTotH:Necromancers_Palace",
            "name": "Necromancers Palace",
            "monsterIDs": [
                "melvorTotH:CursedSkeletonWarrior",
                "melvorTotH:CursedSkeletonWarrior",
                "melvorTotH:CursedSkeletonWarrior",
                "melvorTotH:CursedSkeletonWarrior",
                "melvorTotH:CursedSkeletonWarrior",
                "melvorTotH:Beholder",
                "melvorTotH:Beholder",
                "melvorTotH:Beholder",
                "melvorTotH:Beholder",
                "melvorTotH:DarkKnight",
                "melvorTotH:DarkKnight",
                "melvorTotH:DarkKnight",
                "melvorTotH:Fiozor"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [],
            "rewardItemIDs": [
                "melvorTotH:Bone_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorTotH:Phantom",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Cursed_Forest",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon"
        },
        {
            "id": "melvorTotH:Throne_of_the_Herald",
            "name": "Throne of the Herald",
            "monsterIDs": [
                "melvorTotH:TheHeraldPhase1",
                "melvorTotH:TheHeraldPhase2",
                "melvorTotH:TheHeraldPhase3"
            ],
            "difficulty": [
                7
            ],
            "entryRequirements": [
                {
                    "type": "ShopPurchase",
                    "purchaseID": "melvorTotH:Golden_Key",
                    "count": 1
                }
            ],
            "rewardItemIDs": [],
            "dropBones": false,
            "pet": {
                "petID": "melvorTotH:Harold",
                "weight": 1
            },
            "fixedPetClears": false,
            "pauseOnBosses": true,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Necromancers_Palace",
                    "count": 1
                }
            ],
            "skillUnlockCompletions": 1,
            "type": "dungeon"
        },
        {
            "id": "melvorAoD:Golem_Territory",
            "name": "Golem Territory",
            "monsterIDs": [
                "melvorAoD:GraniteGolem",
                "melvorAoD:GraniteGolem",
                "melvorAoD:RangedGolem",
                "melvorAoD:RangedGolem",
                "melvorAoD:EarthGolem",
                "melvorAoD:EarthGolem",
                "melvorAoD:MagicGolem",
                "melvorAoD:MagicGolem",
                "melvorAoD:LavaGolem"
            ],
            "difficulty": [
                3
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Ancient_Stone_Tablet"
                }
            ],
            "rewardItemIDs": [
                "melvorAoD:Golem_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorAoD:Crag",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ],
            "gamemodeEntryRequirements": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "remove": [
                        "ItemFound"
                    ],
                    "add": [
                        {
                            "type": "DungeonCompletion",
                            "dungeonID": "melvorD:Frozen_Cove",
                            "count": 1
                        }
                    ]
                }
            ]
        },
        {
            "id": "melvorAoD:Unholy_Forest",
            "name": "Unholy Forest",
            "monsterIDs": [
                "melvorAoD:EvilOak",
                "melvorAoD:EvilOak",
                "melvorAoD:GrumpyWillow",
                "melvorAoD:GrumpyWillow",
                "melvorAoD:AngryTeak",
                "melvorAoD:AngryTeak",
                "melvorAoD:RagingMaple",
                "melvorAoD:RagingMaple",
                "melvorAoD:FuriousMahogany"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Old_Route_Chart"
                }
            ],
            "rewardItemIDs": [
                "melvorAoD:Unholy_Trees_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorAoD:Sprout",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorAoD:Golem_Territory",
                    "count": 1
                }
            ],
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_I"
                    ]
                }
            ],
            "gamemodeEntryRequirements": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "remove": [
                        "ItemFound"
                    ],
                    "add": [
                        {
                            "type": "DungeonCompletion",
                            "dungeonID": "melvorAoD:Golem_Territory",
                            "count": 1
                        }
                    ]
                }
            ]
        },
        {
            "id": "melvorAoD:Trickery_Temple",
            "name": "Trickery Temple",
            "monsterIDs": [
                "melvorAoD:MagicMirror",
                "melvorAoD:MagicMirror",
                "melvorAoD:PossessedBarrel",
                "melvorAoD:PossessedBarrel",
                "melvorAoD:FakeDoor",
                "melvorAoD:FakeDoor",
                "melvorAoD:IllusiveRoots",
                "melvorAoD:IllusiveRoots",
                "melvorAoD:PuppetMaster"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Torn_Scrolls"
                }
            ],
            "rewardItemIDs": [
                "melvorAoD:Trickery_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorAoD:Kiko",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorAoD:Unholy_Forest",
                    "count": 1
                }
            ],
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ],
            "gamemodeEntryRequirements": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "remove": [
                        "ItemFound"
                    ],
                    "add": [
                        {
                            "type": "DungeonCompletion",
                            "dungeonID": "melvorAoD:Unholy_Forest",
                            "count": 1
                        }
                    ]
                }
            ]
        },
        {
            "id": "melvorAoD:Cult_Grounds",
            "name": "Cult Grounds",
            "monsterIDs": [
                "melvorAoD:CultMember",
                "melvorAoD:CultMember",
                "melvorAoD:CultImp",
                "melvorAoD:CultImp",
                "melvorAoD:Lich",
                "melvorAoD:Lich",
                "melvorAoD:CultMonster",
                "melvorAoD:CultMonster",
                "melvorAoD:SoulTakerWitch"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Lost_Cursed_Text"
                }
            ],
            "rewardItemIDs": [
                "melvorAoD:Ritual_Chest"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorAoD:Aggi",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorAoD:Trickery_Temple",
                    "count": 1
                }
            ],
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ],
            "gamemodeEntryRequirements": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "remove": [
                        "ItemFound"
                    ],
                    "add": [
                        {
                            "type": "DungeonCompletion",
                            "dungeonID": "melvorAoD:Trickery_Temple",
                            "count": 1
                        }
                    ]
                }
            ]
        },
        {
            "id": "melvorAoD:Underwater_City",
            "name": "Underwater City",
            "monsterIDs": [
                "melvorAoD:Merman",
                "melvorAoD:Merman",
                "melvorAoD:MermaidArcher",
                "melvorAoD:MermaidArcher",
                "melvorAoD:MermanGuard",
                "melvorAoD:MermanGuard",
                "melvorAoD:TreacherousJellyfish",
                "melvorAoD:TreacherousJellyfish",
                "melvorAoD:Nagaia"
            ],
            "difficulty": [
                5
            ],
            "entryRequirements": [
                {
                    "type": "CartographyPOIDiscovery",
                    "worldMapID": "melvorAoD:Melvor",
                    "poiIDs": [
                        "melvorAoD:Melantis"
                    ]
                }
            ],
            "rewardItemIDs": [
                "melvorAoD:Treacherous_Chest",
                "melvorAoD:Barrier_God_Shard"
            ],
            "dropBones": false,
            "pet": {
                "petID": "melvorAoD:Lumi",
                "weight": 150
            },
            "fixedPetClears": false,
            "pauseOnBosses": false,
            "skillUnlockCompletions": 1,
            "unlockRequirement": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorAoD:Cult_Grounds",
                    "count": 1
                }
            ],
            "type": "dungeon",
            "gamemodeRewardItemIDs": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "itemIDs": [
                        "melvorF:Food_Box_II"
                    ]
                }
            ],
            "gamemodeEntryRequirements": [
                {
                    "gamemodeID": "melvorAoD:AncientRelics",
                    "remove": [
                        "CartographyPOIDiscovery"
                    ],
                    "add": [
                        {
                            "type": "DungeonCompletion",
                            "dungeonID": "melvorAoD:Cult_Grounds",
                            "count": 1
                        }
                    ]
                }
            ]
        }
    ],
    "standardSpells": [
        {
            "id": "melvorD:WindStrike",
            "name": "Wind Strike",
            "level": 1,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 2,
            "spellType": "Air",
            "spellTier": "Strike",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WaterStrike",
            "name": "Water Strike",
            "level": 3,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 1
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 4.5,
            "spellType": "Water",
            "spellTier": "Strike",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:EarthStrike",
            "name": "Earth Strike",
            "level": 6,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 1
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 7,
            "spellType": "Earth",
            "spellTier": "Strike",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:FireStrike",
            "name": "Fire Strike",
            "level": 10,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 1
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Smoke_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 9.5,
            "spellType": "Fire",
            "spellTier": "Strike",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WindBolt",
            "name": "Wind Bolt",
            "level": 14,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 9,
            "spellType": "Air",
            "spellTier": "Bolt",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WaterBolt",
            "name": "Water Bolt",
            "level": 16,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 2
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 10.5,
            "spellType": "Water",
            "spellTier": "Bolt",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:EarthBolt",
            "name": "Earth Bolt",
            "level": 19,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 3
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 12,
            "spellType": "Earth",
            "spellTier": "Bolt",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:FireBolt",
            "name": "Fire Bolt",
            "level": 23,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 4
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Smoke_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 13.5,
            "spellType": "Fire",
            "spellTier": "Bolt",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WindBlast",
            "name": "Wind Blast",
            "level": 28,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 6
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 13,
            "spellType": "Air",
            "spellTier": "Blast",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WaterBlast",
            "name": "Water Blast",
            "level": 30,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 4
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 14.5,
            "spellType": "Water",
            "spellTier": "Blast",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:EarthBlast",
            "name": "Earth Blast",
            "level": 33,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 4
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 16,
            "spellType": "Earth",
            "spellTier": "Blast",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:FireBlast",
            "name": "Fire Blast",
            "level": 37,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Smoke_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 17.5,
            "spellType": "Fire",
            "spellTier": "Blast",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WindWave",
            "name": "Wind Wave",
            "level": 43,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 17,
            "spellType": "Air",
            "spellTier": "Wave",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WaterWave",
            "name": "Water Wave",
            "level": 45,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 7
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 18.5,
            "spellType": "Water",
            "spellTier": "Wave",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:EarthWave",
            "name": "Earth Wave",
            "level": 48,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 7
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 20,
            "spellType": "Earth",
            "spellTier": "Wave",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:FireWave",
            "name": "Fire Wave",
            "level": 52,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 7
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Smoke_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 21.5,
            "spellType": "Fire",
            "spellTier": "Wave",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WindSurge",
            "name": "Wind Surge",
            "level": 57,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 21,
            "spellType": "Air",
            "spellTier": "Surge",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:WaterSurge",
            "name": "Water Surge",
            "level": 61,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 10
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 22.5,
            "spellType": "Water",
            "spellTier": "Surge",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:EarthSurge",
            "name": "Earth Surge",
            "level": 64,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 10
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 24,
            "spellType": "Earth",
            "spellTier": "Surge",
            "spellBook": "standard"
        },
        {
            "id": "melvorD:FireSurge",
            "name": "Fire Surge",
            "level": 68,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 10
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Smoke_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 1
                }
            ],
            "maxHit": 25.5,
            "spellType": "Fire",
            "spellTier": "Surge",
            "spellBook": "standard"
        },
        {
            "id": "melvorF:NaturesCall",
            "name": "Nature's Call",
            "level": 40,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorF:Nature_Rune",
                    "quantity": 2
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorF:Steam_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorF:Nature_Rune",
                    "quantity": 2
                }
            ],
            "maxHit": 21,
            "spellType": "Nature",
            "spellTier": "Other",
            "specialAttackID": "melvorF:NaturesCall",
            "requiredItemID": "melvorF:Natures_Call_Staff",
            "spellBook": "standard"
        },
        {
            "id": "melvorF:NaturesWrath",
            "name": "Nature's Wrath",
            "level": 65,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorF:Nature_Rune",
                    "quantity": 4
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorF:Steam_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorF:Nature_Rune",
                    "quantity": 4
                }
            ],
            "maxHit": 32,
            "spellType": "Nature",
            "spellTier": "Other",
            "specialAttackID": "melvorF:NaturesWrath",
            "requiredItemID": "melvorF:Natures_Wrath_Staff",
            "spellBook": "standard"
        }
    ],
    "pets": [
        {
            "id": "melvorD:Beavis",
            "name": "Beavis",
            "modifiers": {
                "increasedChanceToDoubleItemsSkill": [
                    {
                        "skillID": "melvorD:Woodcutting",
                        "value": 5
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Woodcutting"
        },
        {
            "id": "melvorD:PuddingDuckie",
            "name": "Pudding Duckie",
            "modifiers": {
                "increasedChanceToDoubleItemsSkill": [
                    {
                        "skillID": "melvorD:Fishing",
                        "value": 5
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Fishing",
            "patreonName": "(Moose)"
        },
        {
            "id": "melvorD:Pyro",
            "name": "Pyro",
            "modifiers": {
                "increasedGlobalSkillXP": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Firemaking"
        },
        {
            "id": "melvorD:Cris",
            "name": "Cris",
            "modifiers": {
                "increasedChanceToDoubleItemsSkill": [
                    {
                        "skillID": "melvorD:Cooking",
                        "value": 5
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Cooking"
        },
        {
            "id": "melvorD:CoolRock",
            "name": "Cool Rock",
            "modifiers": {
                "increasedMiningNodeHP": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Mining",
            "langCustomDescription": "Named after Coolrox95"
        },
        {
            "id": "melvorD:PuffTheBabyDragon",
            "name": "Puff, the Baby Dragon",
            "modifiers": {
                "increasedSkillPreservationChance": [
                    {
                        "skillID": "melvorD:Smithing",
                        "value": 10
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Smithing"
        },
        {
            "id": "melvorD:LarryTheLonelyLizard",
            "name": "Larry, the Lonely Lizard",
            "modifiers": {
                "increasedFlatFarmingYield": 15
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Farming"
        },
        {
            "id": "melvorD:Bruce",
            "name": "Bruce",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Attack",
                        "value": 3
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Attack"
        },
        {
            "id": "melvorD:LilRon",
            "name": "Lil Ron",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Strength",
                        "value": 3
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Strength"
        },
        {
            "id": "melvorD:Leonardo",
            "name": "Leonardo",
            "modifiers": {
                "increasedDamageReduction": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Defence"
        },
        {
            "id": "melvorD:FinnTheCat",
            "name": "Finn, the Cat",
            "modifiers": {
                "increasedFlatMaxHitpoints": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Hitpoints"
        },
        {
            "id": "melvorD:GoldenGolbin",
            "name": "Golden Golbin",
            "modifiers": {
                "increasedChanceToDoubleLootCombat": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Combat"
        },
        {
            "id": "melvorD:Ty",
            "name": "Ty",
            "modifiers": {
                "increasedGlobalMasteryXP": 3
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": true,
            "langHint": "Mastery"
        },
        {
            "id": "melvorD:RipperTheReindeer",
            "name": "Ripper the Reindeer",
            "ignoreCompletion": true,
            "modifiers": {},
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Christmas Event 2020",
            "langCustomDescription": "Christmas Event 2020 Pet"
        },
        {
            "id": "melvorD:Chick",
            "name": "Chick",
            "modifiers": {
                "increasedGlobalAccuracy": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Chicken Coop"
        },
        {
            "id": "melvorD:Zarrah",
            "name": "Zarrah",
            "modifiers": {
                "increasedGPFromMonsters": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Undead Graveyard"
        },
        {
            "id": "melvorD:Chio",
            "name": "Chio",
            "modifiers": {
                "increasedRangedMaxHit": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Bandit Base"
        },
        {
            "id": "melvorD:BouncingBob",
            "name": "Bouncing Bob",
            "modifiers": {
                "increasedMagicMaxHit": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Hall of Wizards"
        },
        {
            "id": "melvorD:Rosey",
            "name": "Rosey",
            "modifiers": {
                "increasedChanceToDoubleLootCombat": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Spider Forest"
        },
        {
            "id": "melvorD:Ayyden",
            "name": "Ayyden",
            "modifiers": {
                "increasedSlayerCoins": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Deep Sea Ship"
        },
        {
            "id": "melvorD:ArcticYeti",
            "name": "Arctic Yeti",
            "modifiers": {
                "increasedAmmoPreservation": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langCustomDescription": "Named after Winner of 2020 Fan Art Competition",
            "langHint": "Frozen Cove"
        },
        {
            "id": "melvorD:Mac",
            "name": "Mac",
            "modifiers": {
                "increasedDamageToSlayerAreaMonsters": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Volcanic Cave"
        },
        {
            "id": "melvorD:JerryTheGiraffe",
            "name": "Jerry the Giraffe",
            "ignoreCompletion": true,
            "modifiers": {
                "golbinRaidStartingWeapon": 1
            },
            "activeInRaid": true,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Raid Shop",
            "langCustomDescription": "Start the Golbin Raid with an Adamant Scimitar"
        },
        {
            "id": "melvorD:PrestonThePlatypus",
            "name": "Preston the Platypus",
            "ignoreCompletion": true,
            "modifiers": {
                "golbinRaidIncreasedStartingRuneCount": 1000
            },
            "activeInRaid": true,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Raid Shop",
            "langCustomDescription": "+1000 to starting Elemental Rune count."
        },
        {
            "id": "melvorD:FestiveCoolRock",
            "name": "Festive Cool Rock",
            "ignoreCompletion": true,
            "modifiers": {},
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Christmas Event 2021"
        },
        {
            "id": "melvorD:FestiveChio",
            "name": "Festive Chio",
            "ignoreCompletion": true,
            "modifiers": {},
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Christmas Event 2021"
        },
        {
            "id": "melvorF:Snek",
            "name": "Snek",
            "modifiers": {
                "increasedGPFromThieving": 50
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Thieving"
        },
        {
            "id": "melvorF:Quill",
            "name": "Quill",
            "modifiers": {
                "decreasedSkillInterval": [
                    {
                        "skillID": "melvorD:Fletching",
                        "value": 200
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Fletching"
        },
        {
            "id": "melvorF:Caaarrrlll",
            "name": "Caaarrrlll",
            "modifiers": {
                "decreasedSkillInterval": [
                    {
                        "skillID": "melvorD:Crafting",
                        "value": 200
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Crafting"
        },
        {
            "id": "melvorF:Gunter",
            "name": "Gunter",
            "modifiers": {
                "increasedSkillPreservationChance": [
                    {
                        "skillID": "melvorD:Runecrafting",
                        "value": 10
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Runecrafting"
        },
        {
            "id": "melvorF:Gronk",
            "name": "Gronk",
            "modifiers": {
                "increasedChanceToDoubleItemsSkill": [
                    {
                        "skillID": "melvorD:Herblore",
                        "value": 2
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Herblore"
        },
        {
            "id": "melvorF:Marahute",
            "name": "Marahute",
            "modifiers": {
                "increasedAmmoPreservation": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Ranged"
        },
        {
            "id": "melvorF:Salem",
            "name": "Salem",
            "modifiers": {
                "increasedRunePreservation": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Magic"
        },
        {
            "id": "melvorF:Monkey",
            "name": "Monk-ey",
            "modifiers": {
                "increasedChanceToPreservePrayerPoints": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Prayer"
        },
        {
            "id": "melvorF:Asura",
            "name": "Asura",
            "modifiers": {
                "increasedSlayerCoins": 20
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Slayer",
            "patreonName": "( [ ] )"
        },
        {
            "id": "melvorF:Peri",
            "name": "Peri",
            "modifiers": {
                "increasedMeleeEvasion": 5,
                "increasedRangedEvasion": 5,
                "increasedMagicEvasion": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Perilous Peaks"
        },
        {
            "id": "melvorF:Otto",
            "name": "Otto",
            "modifiers": {
                "decreasedAttackInterval": 100
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Dark Waters"
        },
        {
            "id": "melvorF:JellyJim",
            "name": "Jelly Jim",
            "modifiers": {
                "increasedRunePreservation": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Miolite Caves"
        },
        {
            "id": "melvorF:Harley",
            "name": "Harley",
            "modifiers": {
                "increasedDamageToCombatAreaMonsters": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Dragons Den"
        },
        {
            "id": "melvorF:Singe",
            "name": "Singe",
            "modifiers": {
                "increasedDamageToDungeonMonsters": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Infernal Stronghold"
        },
        {
            "id": "melvorF:Aquarias",
            "name": "Aquarias",
            "modifiers": {
                "increasedChanceToDoubleItemsGlobal": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Air God Dungeon"
        },
        {
            "id": "melvorF:Norman",
            "name": "Norman",
            "modifiers": {
                "increasedChanceToPreservePrayerPoints": 3
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Water God Dungeon"
        },
        {
            "id": "melvorF:Erran",
            "name": "Erran",
            "modifiers": {
                "increasedDamageReduction": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Earth God Dungeon"
        },
        {
            "id": "melvorF:Ren",
            "name": "Ren",
            "modifiers": {
                "increasedMaxHitPercent": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Fire God Dungeon"
        },
        {
            "id": "melvorF:Pablo",
            "name": "Pablo",
            "modifiers": {
                "increasedDamageToAllMonsters": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Into the Mist"
        },
        {
            "id": "melvorF:Sam",
            "name": "Sam",
            "modifiers": {
                "increasedGPFromAgility": 15
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Agility"
        },
        {
            "id": "melvorF:TimTheWolf",
            "name": "Tim the Wolf",
            "modifiers": {
                "decreasedSummoningShardCost": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Summoning"
        },
        {
            "id": "melvorF:Mark",
            "name": "Mark",
            "modifiers": {
                "increasedSummoningChargePreservation": 10
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Achieve Level 4 in all Base Game Summoning Marks"
        },
        {
            "id": "melvorF:Bone",
            "name": "Bone",
            "modifiers": {},
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Impending Darkness Event",
            "enemyModifiers": {
                "decreasedDamageReduction": 1
            },
            "langCustomDescription": "All enemies have: -1% Damage Reduction"
        },
        {
            "id": "melvorF:Astro",
            "name": "Astro",
            "modifiers": {
                "increasedChanceGoldenStardust": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Astrology"
        },
        {
            "id": "melvorF:B",
            "name": "B",
            "modifiers": {
                "increasedTownshipMaxStorage": 10
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorF:Marcy",
            "name": "Marcy",
            "modifiers": {
                "increasedSkillXP": [
                    {
                        "skillID": "melvorD:Township",
                        "value": 2
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorF:Roger",
            "name": "Roger",
            "modifiers": {
                "increasedTownshipResourceProduction": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorF:Ace",
            "name": "Ace",
            "modifiers": {
                "increasedChanceToDoubleItemsGlobal": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorF:Layla",
            "name": "Layla",
            "modifiers": {
                "increasedTownshipHappiness": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorF:MisterFuzzbutt",
            "name": "Mister Fuzzbutt",
            "modifiers": {
                "increasedGPGlobal": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorF:OctaviusLepidus",
            "name": "Octavius Lepidus VIII",
            "modifiers": {
                "increasedTownshipEducation": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorF:Saki",
            "name": "Saki",
            "ignoreCompletion": true,
            "modifiers": {
                "increasedGlobalMasteryXP": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "???",
            "customDescription": "Created by the winner of the 2022 Meme Contest, Gemini",
            "langCustomDescription": "Created by the winner of the 2022 Meme Contest, Gemini"
        },
        {
            "id": "melvorTotH:Penelope",
            "name": "Penelope",
            "modifiers": {
                "increasedChanceToDoubleItemsGlobal": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Ancient Sanctuary"
        },
        {
            "id": "melvorTotH:Harry",
            "name": "Harry",
            "modifiers": {},
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "enemyModifiers": {
                "decreasedDamageReduction": 2
            },
            "langCustomDescription": "All enemies have: -2% Damage Reduction",
            "langHint": "Underground Lava Lake"
        },
        {
            "id": "melvorTotH:Azuzu",
            "name": "Azuzu",
            "modifiers": {
                "increasedMaxHitPercent": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Lightning Region"
        },
        {
            "id": "melvorTotH:Webbie",
            "name": "Webbie",
            "modifiers": {
                "decreasedAttackInterval": 100
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Lair of the Spider Queen"
        },
        {
            "id": "melvorTotH:BillAndWendy",
            "name": "Bill \u0026 Wendy",
            "modifiers": {
                "increasedLifesteal": 2
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Cursed Forest"
        },
        {
            "id": "melvorTotH:Phantom",
            "name": "Phantom",
            "modifiers": {
                "increasedSummoningMaxHit": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Necromancers Palace"
        },
        {
            "id": "melvorTotH:Patchy",
            "name": "Patchy",
            "modifiers": {
                "increasedFlatPrayerCostReduction": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Millennium Gate"
        },
        {
            "id": "melvorTotH:Harold",
            "name": "Harold",
            "modifiers": {
                "increasedMasteryPoolCap": 50,
                "decreasedGlobalSkillIntervalPercent": 2,
                "decreasedAttackInterval": 100,
                "decreasedMonsterRespawnTimer": 200,
                "increasedGlobalMasteryXP": 5,
                "increasedGPGlobal": 5,
                "increasedChanceToDoubleItemsGlobal": 2,
                "increasedSlayerCoins": 5,
                "increasedGlobalEvasion": 5,
                "increasedGlobalAccuracy": 5,
                "increasedMinHitBasedOnMaxHit": 2,
                "increasedRunePreservation": 3,
                "increasedAmmoPreservation": 3,
                "increasedChanceToPreservePotionCharge": 3,
                "increasedSummoningChargePreservation": 3
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Throne of the Herald"
        },
        {
            "id": "melvorTotH:ClassyRock",
            "name": "Classy Rock",
            "modifiers": {
                "increasedMiningNodeHP": 10
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorTotH:CuteRock",
            "name": "Cute Rock",
            "modifiers": {
                "increasedChanceToDoubleItemsSkill": [
                    {
                        "skillID": "melvorD:Mining",
                        "value": 2
                    },
                    {
                        "skillID": "melvorD:Smithing",
                        "value": 2
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorTotH:RoyalRock",
            "name": "Royal Rock",
            "modifiers": {
                "increasedChanceAdditionalSkillResource": [
                    {
                        "skillID": "melvorD:Mining",
                        "value": 3
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorTotH:ElfRock",
            "name": "Elf Rock",
            "modifiers": {
                "increasedGlobalEvasion": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorTotH:MagicRock",
            "name": "Magic Rock",
            "modifiers": {
                "increasedChanceToDoubleItemsSkill": [
                    {
                        "skillID": "melvorD:Magic",
                        "value": 3
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorTotH:PartyRock",
            "name": "Party Rock",
            "modifiers": {
                "increasedGlobalMasteryXP": 4
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorD:Township"
        },
        {
            "id": "melvorTotH:WarmSnowflake",
            "name": "A Warm Snowflake",
            "modifiers": {
                "decreasedBurnDOTDamage": 10
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Lava Lake"
        },
        {
            "id": "melvorAoD:Crag",
            "name": "Crag",
            "modifiers": {
                "increasedReflectDamage": 10
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Golem Territory"
        },
        {
            "id": "melvorAoD:Aggi",
            "name": "Aggi",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Strength",
                        "value": 1
                    },
                    {
                        "skillID": "melvorD:Ranged",
                        "value": 1
                    },
                    {
                        "skillID": "melvorD:Defence",
                        "value": 1
                    }
                ]
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Cult Grounds"
        },
        {
            "id": "melvorAoD:Sprout",
            "name": "Sprout",
            "modifiers": {
                "increasedChanceToPreserveUnholyPrayerPoints": 3
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Unholy Forest"
        },
        {
            "id": "melvorAoD:Kiko",
            "name": "Kiko",
            "modifiers": {
                "increasedFlatMaxHitpoints": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Trickery Temple"
        },
        {
            "id": "melvorAoD:Lumi",
            "name": "Lumi",
            "modifiers": {
                "decreasedAttackInterval": 100
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "langHint": "Underwater City"
        },
        {
            "id": "melvorAoD:Warren",
            "name": "Warren",
            "modifiers": {
                "increasedChanceToPreserveMapCharges": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorAoD:Archaeology"
        },
        {
            "id": "melvorAoD:Skye",
            "name": "Skye",
            "modifiers": {
                "decreasedHexTravelCost": 5
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorAoD:Cartography"
        },
        {
            "id": "melvorAoD:Hex",
            "name": "Hex",
            "modifiers": {
                "increasedGlobalMasteryXP": 3
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorAoD:Cartography"
        },
        {
            "id": "melvorAoD:MapMasteryPet",
            "name": "Carthulu",
            "modifiers": {
                "doubleActiveModifiersCartography": 1
            },
            "activeInRaid": false,
            "scaleChanceWithMasteryPool": false,
            "skillID": "melvorAoD:Cartography"
        }
    ],
    "shopCategories": [
        {
            "id": "melvorD:General",
            "name": "General Upgrades"
        },
        {
            "id": "melvorD:SkillUpgrades",
            "name": "Skill Upgrades"
        },
        {
            "id": "melvorD:Gloves",
            "name": "Gloves"
        },
        {
            "id": "melvorD:Skillcapes",
            "name": "Skillcapes"
        },
        {
            "id": "melvorD:Materials",
            "name": "Materials \u0026 Items"
        },
        {
            "id": "melvorD:GolbinRaid",
            "name": "Golbin Raid",
            "isGolbinRaid": true
        },
        {
            "id": "melvorF:Slayer",
            "name": "Slayer"
        },
        {
            "id": "melvorF:Township",
            "name": "Township"
        },
        {
            "id": "melvorTotH:SuperiorSkillcapes",
            "name": "Superior Skillcapes"
        },
        {
            "id": "melvorAoD:AtlasOfDiscovery",
            "name": "Atlas of Discovery"
        }
    ],
    "shopCategoryOrder": [
        "melvorD:General",
        "melvorD:SkillUpgrades",
        "melvorF:Slayer",
        "melvorD:Gloves",
        "melvorD:Skillcapes",
        "melvorTotH:SuperiorSkillcapes",
        "melvorAoD:AtlasOfDiscovery",
        "melvorD:Materials",
        "melvorF:Township",
        "melvorD:GolbinRaid"
    ],
    "shopDisplayOrder": [
        "melvorD:Extra_Bank_Slot",
        "melvorF:ExtraBankTab",
        "melvorD:Auto_Eat_Tier_I",
        "melvorD:Auto_Eat_Tier_II",
        "melvorD:Auto_Eat_Tier_III",
        "melvorD:Extra_Equipment_Set_I",
        "melvorF:Extra_Equipment_Set_II",
        "melvorD:Dungeon_Equipment_Swapping",
        "melvorD:Multi_Tree",
        "melvorD:AutoEquipFood",
        "melvorD:AutoSwapFood",
        "melvorF:Extra_Equipment_Set_III",
        "melvorF:LootContainerStacking",
        "melvorAoD:Blessed_Bone_Offering",
        "melvorTotH:Extra_Equipment_Set_IV",
        "melvorD:Iron_Axe",
        "melvorD:Steel_Axe",
        "melvorD:Black_Axe",
        "melvorD:Mithril_Axe",
        "melvorD:Adamant_Axe",
        "melvorD:Rune_Axe",
        "melvorD:Dragon_Axe",
        "melvorTotH:Corundum_Axe",
        "melvorTotH:Augite_Axe",
        "melvorTotH:Meteorite_Axe",
        "melvorTotH:Divine_Axe",
        "melvorD:Iron_Fishing_Rod",
        "melvorD:Steel_Fishing_Rod",
        "melvorD:Black_Fishing_Rod",
        "melvorD:Mithril_Fishing_Rod",
        "melvorD:Adamant_Fishing_Rod",
        "melvorD:Rune_Fishing_Rod",
        "melvorD:Dragon_Fishing_Rod",
        "melvorTotH:Corundum_Fishing_Rod",
        "melvorTotH:Augite_Fishing_Rod",
        "melvorTotH:Meteorite_Fishing_Rod",
        "melvorTotH:Divine_Fishing_Rod",
        "melvorD:Iron_Pickaxe",
        "melvorD:Steel_Pickaxe",
        "melvorD:Black_Pickaxe",
        "melvorD:Mithril_Pickaxe",
        "melvorD:Adamant_Pickaxe",
        "melvorD:Rune_Pickaxe",
        "melvorD:Dragon_Pickaxe",
        "melvorTotH:Corundum_Pickaxe",
        "melvorTotH:Augite_Pickaxe",
        "melvorTotH:Meteorite_Pickaxe",
        "melvorTotH:Divine_Pickaxe",
        "melvorD:Normal_Cooking_Fire",
        "melvorD:Oak_Cooking_Fire",
        "melvorD:Willow_Cooking_Fire",
        "melvorD:Teak_Cooking_Fire",
        "melvorD:Maple_Cooking_Fire",
        "melvorD:Mahogany_Cooking_Fire",
        "melvorD:Yew_Cooking_Fire",
        "melvorD:Magic_Cooking_Fire",
        "melvorD:Redwood_Cooking_Fire",
        "melvorTotH:SpruceCookingFire",
        "melvorTotH:ElderWoodCookingFire",
        "melvorTotH:CarrionCookingFire",
        "melvorD:Basic_Furnace",
        "melvorD:Strong_Furnace",
        "melvorD:Magic_Furnace",
        "melvorTotH:CorundumFurnace",
        "melvorTotH:AugiteFurnace",
        "melvorTotH:DivineFurnace",
        "melvorD:Basic_Pot",
        "melvorD:Strong_Pot",
        "melvorD:Magic_Pot",
        "melvorTotH:IridiumPot",
        "melvorTotH:PalladiumPot",
        "melvorTotH:DivinePot",
        "melvorF:Perpetual_Haste",
        "melvorF:Expanded_Knowledge",
        "melvorF:Master_of_Nature",
        "melvorF:Art_of_Control",
        "melvorAoD:ShipUpgrade1",
        "melvorAoD:ShipUpgrade2",
        "melvorAoD:ShipUpgrade3",
        "melvorAoD:ShipUpgrade4",
        "melvorAoD:ShipUpgrade5",
        "melvorAoD:ShipUpgrade6",
        "melvorAoD:ShipUpgrade7",
        "melvorAoD:ShipUpgrade8",
        "melvorAoD:IronSieve",
        "melvorAoD:SteelSieve",
        "melvorAoD:MithrilSieve",
        "melvorAoD:AraniteSieve",
        "melvorAoD:AdamantSieve",
        "melvorAoD:RuneSieve",
        "melvorAoD:DragonSieve",
        "melvorAoD:AncientSieve",
        "melvorAoD:DarkSteelSieve",
        "melvorAoD:CrystalSieve",
        "melvorAoD:RelicSieve",
        "melvorAoD:IronTrowel",
        "melvorAoD:SteelTrowel",
        "melvorAoD:MithrilTrowel",
        "melvorAoD:AraniteTrowel",
        "melvorAoD:AdamantTrowel",
        "melvorAoD:RuneTrowel",
        "melvorAoD:DragonTrowel",
        "melvorAoD:AncientTrowel",
        "melvorAoD:DarkSteelTrowel",
        "melvorAoD:CrystalTrowel",
        "melvorAoD:RelicTrowel",
        "melvorAoD:IronBrush",
        "melvorAoD:SteelBrush",
        "melvorAoD:MithrilBrush",
        "melvorAoD:AraniteBrush",
        "melvorAoD:AdamantBrush",
        "melvorAoD:RuneBrush",
        "melvorAoD:DragonBrush",
        "melvorAoD:AncientBrush",
        "melvorAoD:DarkSteelBrush",
        "melvorAoD:CrystalBrush",
        "melvorAoD:RelicBrush",
        "melvorAoD:IronShovel",
        "melvorAoD:SteelShovel",
        "melvorAoD:MithrilShovel",
        "melvorAoD:AraniteShovel",
        "melvorAoD:AdamantShovel",
        "melvorAoD:RuneShovel",
        "melvorAoD:DragonShovel",
        "melvorAoD:AncientShovel",
        "melvorAoD:DarkSteelShovel",
        "melvorAoD:CrystalShovel",
        "melvorAoD:RelicShovel",
        "melvorAoD:ExtraArchaeologyMapSlot1",
        "melvorAoD:ExtraArchaeologyMapSlot2",
        "melvorAoD:ExtraArchaeologyMapSlot3",
        "melvorAoD:CartographyUpgrade1",
        "melvorAoD:CartographyUpgrade2",
        "melvorAoD:Superior_Cauldron",
        "melvorAoD:Superior_Cooking_Pot",
        "melvorAoD:MagicAnvil",
        "melvorAoD:Agility_Prosperity",
        "melvorTotH:SignOfTheStars",
        "melvorTotH:SummonersAltar",
        "melvorF:AgilityItemReduction",
        "melvorF:Auto_Slayer",
        "melvorF:Map_To_The_Unhallowed_Wasteland",
        "melvorTotH:Labyrinth_Solution",
        "melvorTotH:Linden_Boat",
        "melvorTotH:Golden_Compass",
        "melvorTotH:Golden_Shard",
        "melvorTotH:Golden_Key",
        "melvorF:Basic_Resupply",
        "melvorF:Standard_Resupply",
        "melvorF:Generous_Resupply",
        "melvorTotH:Plentiful_Resupply",
        "melvorTotH:Bountiful_Resupply",
        "melvorF:Mirror_Shield",
        "melvorF:Magical_Ring",
        "melvorF:Blazing_Lantern",
        "melvorF:Desert_Hat",
        "melvorF:Climbing_Boots",
        "melvorTotH:Slayer_Torch",
        "melvorTotH:Mystic_Lantern",
        "melvorF:Confetti_Crossbow",
        "melvorF:Skull_Cape",
        "melvorF:Green_Party_Hat",
        "melvorF:Necromancer_Hat",
        "melvorF:Necromancer_Boots",
        "melvorF:Necromancer_Bottoms",
        "melvorF:Necromancer_Robes",
        "melvorF:Slayer_Helmet_Basic",
        "melvorF:Slayer_Platebody_Basic",
        "melvorF:Slayer_Cowl_Basic",
        "melvorF:Slayer_Leather_Body_Basic",
        "melvorF:Slayer_Wizard_Hat_Basic",
        "melvorF:Slayer_Wizard_Robes_Basic",
        "melvorF:Slayer_Upgrade_Kit_Strong",
        "melvorF:Slayer_Upgrade_Kit_Elite",
        "melvorF:Slayer_Upgrade_Kit_Master",
        "melvorTotH:Slayer_Upgrade_Kit_Legendary",
        "melvorTotH:Slayer_Upgrade_Kit_Mythical",
        "melvorD:Cooking",
        "melvorD:Mining",
        "melvorD:Smithing",
        "melvorF:Thieving",
        "melvorD:Gem",
        "melvorF:Max_Skillcape",
        "melvorF:Agility_Skillcape",
        "melvorD:Attack_Skillcape",
        "melvorF:Astrology_Skillcape",
        "melvorD:Cooking_Skillcape",
        "melvorF:Crafting_Skillcape",
        "melvorD:Defence_Skillcape",
        "melvorD:Farming_Skillcape",
        "melvorD:Firemaking_Skillcape",
        "melvorD:Fishing_Skillcape",
        "melvorF:Fletching_Skillcape",
        "melvorF:Herblore_Skillcape",
        "melvorD:Hitpoints_Skillcape",
        "melvorF:Magic_Skillcape",
        "melvorD:Mining_Skillcape",
        "melvorF:Prayer_Skillcape",
        "melvorF:Ranged_Skillcape",
        "melvorF:Runecrafting_Skillcape",
        "melvorF:Slayer_Skillcape",
        "melvorD:Smithing_Skillcape",
        "melvorD:Strength_Skillcape",
        "melvorF:Summoning_Skillcape",
        "melvorF:Thieving_Skillcape",
        "melvorF:Township_Skillcape",
        "melvorD:Woodcutting_Skillcape",
        "melvorAoD:Travel_Token",
        "melvorAoD:Dig_Site_Token",
        "melvorAoD:Enhanced_Spyglass_Lens",
        "melvorAoD:Archaeologists_Consumable",
        "melvorAoD:Summoners_Blessing",
        "melvorAoD:Topaz_Bolts_Enchanted",
        "melvorAoD:Sapphire_Bolts_Enchanted",
        "melvorAoD:Diamond_Bolts_Enchanted",
        "melvorAoD:Summoners_Pack_I",
        "melvorAoD:Summoners_Pack_II",
        "melvorAoD:Summoners_Pack_III",
        "melvorAoD:Combat_Supply_I",
        "melvorAoD:Combat_Supply_II",
        "melvorAoD:Combat_Supply_III",
        "melvorAoD:Archaeologist_Gloves",
        "melvorAoD:Archaeologists_Whip",
        "melvorAoD:Archaeologist_Boots",
        "melvorAoD:Archaeologist_Hat",
        "melvorAoD:Archaeologist_Leggings",
        "melvorAoD:Archaeologist_Body",
        "melvorAoD:Golden_Trowel",
        "melvorAoD:Archaeology_Skillcape",
        "melvorAoD:Superior_Archaeology_Skillcape",
        "melvorAoD:Cartography_Skillcape",
        "melvorAoD:Superior_Cartography_Skillcape",
        "melvorAoD:Cape_of_Completion_AoD",
        "melvorF:Cape_of_Completion",
        "melvorTotH:Superior_Max_Skillcape",
        "melvorTotH:Superior_Agility_Skillcape",
        "melvorTotH:Superior_Attack_Skillcape",
        "melvorTotH:Superior_Astrology_Skillcape",
        "melvorTotH:Superior_Cooking_Skillcape",
        "melvorTotH:Superior_Crafting_Skillcape",
        "melvorTotH:Superior_Defence_Skillcape",
        "melvorTotH:Superior_Farming_Skillcape",
        "melvorTotH:Superior_Firemaking_Skillcape",
        "melvorTotH:Superior_Fishing_Skillcape",
        "melvorTotH:Superior_Fletching_Skillcape",
        "melvorTotH:Superior_Herblore_Skillcape",
        "melvorTotH:Superior_Hitpoints_Skillcape",
        "melvorTotH:Superior_Magic_Skillcape",
        "melvorTotH:Superior_Mining_Skillcape",
        "melvorTotH:Superior_Prayer_Skillcape",
        "melvorTotH:Superior_Ranged_Skillcape",
        "melvorTotH:Superior_Runecrafting_Skillcape",
        "melvorTotH:Superior_Slayer_Skillcape",
        "melvorTotH:Superior_Smithing_Skillcape",
        "melvorTotH:Superior_Strength_Skillcape",
        "melvorTotH:Superior_Summoning_Skillcape",
        "melvorTotH:Superior_Thieving_Skillcape",
        "melvorTotH:Superior_Township_Skillcape",
        "melvorTotH:Superior_Woodcutting_Skillcape",
        "melvorTotH:Superior_Cape_Of_Completion",
        "melvorD:Bag_of_Flour",
        "melvorD:Cheese",
        "melvorD:Cream",
        "melvorD:Feathers",
        "melvorD:Compost",
        "melvorD:Weird_Gloop",
        "melvorD:Bowstring",
        "melvorF:Leather",
        "melvorF:Green_Dragonhide",
        "melvorF:Blue_Dragonhide",
        "melvorF:Red_Dragonhide",
        "melvorF:Summoning_Shard_Red",
        "melvorF:Summoning_Shard_Green",
        "melvorF:Summoning_Shard_Blue",
        "melvorF:Summoning_Shard_Silver",
        "melvorF:Summoning_Shard_Gold",
        "melvorF:Summoning_Shard_Black",
        "melvorD:Red_Party_Hat",
        "melvorF:Woodcutters_Hat",
        "melvorF:Woodcutters_Body",
        "melvorF:Woodcutters_Leggings",
        "melvorF:Woodcutters_Boots",
        "melvorF:Burning_Mans_Hat",
        "melvorF:Burning_Mans_Body",
        "melvorF:Burning_Mans_Leggings",
        "melvorF:Burning_Mans_Boots",
        "melvorF:Fishermans_Hat",
        "melvorF:Fishermans_Body",
        "melvorF:Fishermans_Leggings",
        "melvorF:Fishermans_Boots",
        "melvorF:Miners_Hat",
        "melvorF:Miners_Body",
        "melvorF:Miners_Leggings",
        "melvorF:Miners_Boots",
        "melvorF:Blacksmiths_Hat",
        "melvorF:Blacksmiths_Body",
        "melvorF:Blacksmiths_Leggings",
        "melvorF:Blacksmiths_Boots",
        "melvorF:Fletchers_Hat",
        "melvorF:Fletchers_Body",
        "melvorF:Fletchers_Leggings",
        "melvorF:Fletchers_Boots",
        "melvorF:Crafters_Hat",
        "melvorF:Crafters_Body",
        "melvorF:Crafters_Leggings",
        "melvorF:Crafters_Boots",
        "melvorF:Runecrafters_Hat",
        "melvorF:Runecrafters_Body",
        "melvorF:Runecrafters_Leggings",
        "melvorF:Runecrafters_Boots",
        "melvorF:Potion_Makers_Hat",
        "melvorF:Potion_Makers_Body",
        "melvorF:Potion_Makers_Leggings",
        "melvorF:Potion_Makers_Boots",
        "melvorF:Performance_Enhancing_Hat",
        "melvorF:Performance_Enhancing_Body",
        "melvorF:Performance_Enhancing_Leggings",
        "melvorF:Performance_Enhancing_Boots",
        "melvorF:Star_Gazing_Hat",
        "melvorF:Star_Gazing_Body",
        "melvorF:Star_Gazing_Leggings",
        "melvorF:Star_Gazing_Boots",
        "melvorF:Skilling_Outfit_Upgrade",
        "melvorF:Marcy",
        "melvorF:Roger",
        "melvorF:Ace",
        "melvorF:Layla",
        "melvorF:MisterFuzzbutt",
        "melvorF:OctaviusLepidus",
        "melvorTotH:ClassyRock",
        "melvorTotH:CuteRock",
        "melvorTotH:RoyalRock",
        "melvorTotH:ElfRock",
        "melvorTotH:MagicRock",
        "melvorTotH:PartyRock",
        "melvorF:Warm_Beanie",
        "melvorF:Pirate_Captain_Hat",
        "melvorF:Prats_Hat",
        "melvorF:Top_Hat",
        "melvorF:Hunters_Hat",
        "melvorF:Clown_Hat",
        "melvorD:SkipCostReduction",
        "melvorD:FoodBonus",
        "melvorD:AmmoBonus",
        "melvorD:RuneBonus",
        "melvorD:PrayerUnlock",
        "melvorD:PrayerLevel",
        "melvorD:WaveCompletionPrayerPoints",
        "melvorD:StartingPrayerPoints",
        "melvorD:PassiveUnlock",
        "melvorD:YellowPartyHat",
        "melvorD:Preston",
        "melvorD:Jerry",
        "melvorD:FasterSpawns",
        "melvorD:GolbinCrate"
    ],
    "shopUpgradeChains": [
        {
            "id": "melvorD:Pickaxe",
            "chainName": "Current Pickaxe",
            "rootUpgradeID": "melvorTotH:Divine_Pickaxe",
            "defaultName": "Bronze Pickaxe",
            "defaultDescription": "No bonuses.",
            "chainNameLang": {
                "category": "MENU_TEXT",
                "id": "melvorD:CURRENT_PICKAXE"
            },
            "defaultNameLang": {
                "category": "MISC_STRING",
                "id": "melvorD:BRONZE_PICKAXE"
            },
            "descriptionLang": {
                "category": "MENU_TEXT",
                "id": "melvorD:NO_BONUSES"
            }
        },
        {
            "id": "melvorD:Axe",
            "chainName": "Current Axe",
            "rootUpgradeID": "melvorTotH:Divine_Axe",
            "defaultName": "Bronze Axe",
            "defaultDescription": "No bonuses.",
            "chainNameLang": {
                "category": "MENU_TEXT",
                "id": "melvorD:CURRENT_AXE"
            },
            "defaultNameLang": {
                "category": "MISC_STRING",
                "id": "melvorD:BRONZE_AXE"
            },
            "descriptionLang": {
                "category": "MENU_TEXT",
                "id": "melvorD:NO_BONUSES"
            }
        },
        {
            "id": "melvorD:FishingRod",
            "chainName": "Current Rod",
            "rootUpgradeID": "melvorTotH:Divine_Fishing_Rod",
            "defaultName": "Bronze Fishing Rod",
            "defaultDescription": "No bonuses.",
            "chainNameLang": {
                "category": "MENU_TEXT",
                "id": "melvorD:CURRENT_ROD"
            },
            "defaultNameLang": {
                "category": "MISC_STRING",
                "id": "melvorD:BRONZE_FISHING_ROD"
            },
            "descriptionLang": {
                "category": "MENU_TEXT",
                "id": "melvorD:NO_BONUSES"
            }
        },
        {
            "id": "melvorAoD:Sieve",
            "chainName": "Current Sieve",
            "rootUpgradeID": "melvorAoD:RelicSieve",
            "defaultName": "Bronze Sieve",
            "defaultDescription": "No bonuses.",
            "chainNameLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:CURRENT_SIEVE"
            },
            "defaultNameLang": {
                "category": "MISC_STRING",
                "id": "melvorAoD:BRONZE_SIEVE"
            },
            "descriptionLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:NO_BONUSES"
            }
        },
        {
            "id": "melvorAoD:Trowel",
            "chainName": "Current Trowel",
            "rootUpgradeID": "melvorAoD:RelicTrowel",
            "defaultName": "Bronze Trowel",
            "defaultDescription": "No bonuses.",
            "chainNameLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:CURRENT_TROWEL"
            },
            "defaultNameLang": {
                "category": "MISC_STRING",
                "id": "melvorAoD:BRONZE_TROWEL"
            },
            "descriptionLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:NO_BONUSES"
            }
        },
        {
            "id": "melvorAoD:Brush",
            "chainName": "Current Brush",
            "rootUpgradeID": "melvorAoD:RelicBrush",
            "defaultName": "Bronze Brush",
            "defaultDescription": "No bonuses.",
            "chainNameLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:CURRENT_BRUSH"
            },
            "defaultNameLang": {
                "category": "MISC_STRING",
                "id": "melvorAoD:BRONZE_BRUSH"
            },
            "descriptionLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:NO_BONUSES"
            }
        },
        {
            "id": "melvorAoD:Shovel",
            "chainName": "Current Shovel",
            "rootUpgradeID": "melvorAoD:RelicShovel",
            "defaultName": "Bronze Shovel",
            "defaultDescription": "No bonuses.",
            "chainNameLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:CURRENT_SHOVEL"
            },
            "defaultNameLang": {
                "category": "MISC_STRING",
                "id": "melvorAoD:BRONZE_SHOVEL"
            },
            "descriptionLang": {
                "category": "MENU_TEXT",
                "id": "melvorAoD:NO_BONUSES"
            }
        }
    ],
    "randomGems": [
        {
            "itemID": "melvorD:Topaz",
            "weight": 20,
            "minQuantity": 1,
            "maxQuantity": 1
        },
        {
            "itemID": "melvorD:Sapphire",
            "weight": 7,
            "minQuantity": 1,
            "maxQuantity": 1
        },
        {
            "itemID": "melvorD:Ruby",
            "weight": 7,
            "minQuantity": 1,
            "maxQuantity": 1
        },
        {
            "itemID": "melvorD:Emerald",
            "weight": 4,
            "minQuantity": 1,
            "maxQuantity": 1
        },
        {
            "itemID": "melvorD:Diamond",
            "weight": 2,
            "minQuantity": 1,
            "maxQuantity": 1
        }
    ],
    "skillData": [
        {
            "skillID": "melvorD:Woodcutting",
            "data": {
                "pets": [
                    "melvorD:Beavis",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Circlet_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Woodcutting_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Gathering",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Lumberjacks_Top",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Master_of_Nature"
                    ],
                    "pets": []
                },
                "masteryTokenID": "melvorD:Mastery_Token_Woodcutting",
                "masteryLevelUnlocks": [
                    {
                        "level": 10,
                        "descriptionID": 0,
                        "description": "Every 10 levels provides +5% chance to receive 2x Logs per action."
                    },
                    {
                        "level": 99,
                        "descriptionID": 1,
                        "description": "Decreased cut interval by 0.2s for this Tree."
                    }
                ],
                "nestItemID": "melvorD:Bird_Nest",
                "trees": [
                    {
                        "id": "melvorD:Normal",
                        "name": "Normal Tree",
                        "baseInterval": 3000,
                        "baseExperience": 10,
                        "productId": "melvorD:Normal_Logs",
                        "level": 1
                    },
                    {
                        "id": "melvorD:Oak",
                        "name": "Oak Tree",
                        "baseInterval": 4000,
                        "baseExperience": 15,
                        "productId": "melvorD:Oak_Logs",
                        "level": 10
                    },
                    {
                        "id": "melvorD:Willow",
                        "name": "Willow Tree",
                        "baseInterval": 5000,
                        "baseExperience": 22,
                        "productId": "melvorD:Willow_Logs",
                        "level": 25
                    },
                    {
                        "id": "melvorD:Teak",
                        "name": "Teak Tree",
                        "baseInterval": 6000,
                        "baseExperience": 30,
                        "productId": "melvorD:Teak_Logs",
                        "level": 35
                    },
                    {
                        "id": "melvorD:Maple",
                        "name": "Maple Tree",
                        "baseInterval": 8000,
                        "baseExperience": 40,
                        "productId": "melvorD:Maple_Logs",
                        "level": 45
                    },
                    {
                        "id": "melvorD:Mahogany",
                        "name": "Mahogany Tree",
                        "baseInterval": 10000,
                        "baseExperience": 60,
                        "productId": "melvorD:Mahogany_Logs",
                        "level": 55
                    },
                    {
                        "id": "melvorD:Yew",
                        "name": "Yew Tree",
                        "baseInterval": 12000,
                        "baseExperience": 80,
                        "productId": "melvorD:Yew_Logs",
                        "level": 60
                    },
                    {
                        "id": "melvorD:Magic",
                        "name": "Magic Tree",
                        "baseInterval": 20000,
                        "baseExperience": 100,
                        "productId": "melvorD:Magic_Logs",
                        "level": 75
                    },
                    {
                        "id": "melvorD:Redwood",
                        "name": "Redwood Tree",
                        "baseInterval": 15000,
                        "baseExperience": 180,
                        "productId": "melvorD:Redwood_Logs",
                        "level": 90
                    },
                    {
                        "id": "melvorTotH:Spruce",
                        "name": "Spruce Tree",
                        "baseInterval": 18000,
                        "baseExperience": 140,
                        "productId": "melvorTotH:Spruce_Logs",
                        "level": 100,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Corundum_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Hornbeam",
                        "name": "Hornbeam Tree",
                        "baseInterval": 22000,
                        "baseExperience": 195,
                        "productId": "melvorTotH:Hornbeam_Logs",
                        "level": 102,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Corundum_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Grove",
                        "name": "Grove Tree",
                        "baseInterval": 25000,
                        "baseExperience": 266,
                        "productId": "melvorTotH:Grove_Logs",
                        "level": 105,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Corundum_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Linden",
                        "name": "Linden Tree",
                        "baseInterval": 15000,
                        "baseExperience": 111,
                        "productId": "melvorTotH:Linden_Logs",
                        "level": 108,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Corundum_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Elderwood",
                        "name": "Elderwood Tree",
                        "baseInterval": 27000,
                        "baseExperience": 333,
                        "productId": "melvorTotH:Elderwood_Logs",
                        "level": 110,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Augite_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Red_Oak",
                        "name": "Red Oak Tree",
                        "baseInterval": 35000,
                        "baseExperience": 233,
                        "productId": "melvorTotH:Red_Oak_Logs",
                        "level": 112,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Augite_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Revenant",
                        "name": "Revenant Tree",
                        "baseInterval": 30000,
                        "baseExperience": 373,
                        "productId": "melvorTotH:Revenant_Logs",
                        "level": 115,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Meteorite_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Mystic",
                        "name": "Mystic Tree",
                        "baseInterval": 25000,
                        "baseExperience": 288,
                        "productId": "melvorTotH:Mystic_Logs",
                        "level": 118,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Meteorite_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Carrion",
                        "name": "Carrion Tree",
                        "baseInterval": 40000,
                        "baseExperience": 555,
                        "productId": "melvorTotH:Carrion_Logs",
                        "level": 120,
                        "canDropRavenNest": true,
                        "requirements": [
                            {
                                "type": "ShopPurchase",
                                "purchaseID": "melvorTotH:Divine_Axe",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Unholy",
                        "name": "Unholy Tree",
                        "baseInterval": 9000,
                        "baseExperience": 75,
                        "productId": "melvorAoD:Unholy_Logs",
                        "level": 40,
                        "requirements": [
                            {
                                "type": "CartographyPOIDiscovery",
                                "worldMapID": "melvorAoD:Melvor",
                                "poiIDs": [
                                    "melvorAoD:RitualSite"
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Cursed",
                        "name": "Cursed Tree",
                        "baseInterval": 13000,
                        "baseExperience": 80,
                        "productId": "melvorAoD:Cursed_Logs",
                        "level": 65,
                        "requirements": [
                            {
                                "type": "CartographyPOIDiscovery",
                                "worldMapID": "melvorAoD:Melvor",
                                "poiIDs": [
                                    "melvorAoD:RitualSite"
                                ]
                            }
                        ]
                    }
                ],
                "baseMasteryPoolCap": 10000000,
                "masteryCheckpoints": [
                    "+5% Woodcutting Mastery XP",
                    "+5% chance to receive double Logs per action",
                    "All Logs sell for +50% GP Value",
                    "When you receive a Birds Nest, always receive a base minimum of 2."
                ],
                "name": "Woodcutting",
                "bannedJewleryIDs": [
                    "melvorF:Ring_Of_Blade_Echoes",
                    "melvorF:Ring_Of_Barrage",
                    "melvorF:Ring_Of_Spirit_Power",
                    "melvorTotH:Iridium_Cerulean_Necklace",
                    "melvorTotH:Iridium_Cerulean_Ring",
                    "melvorTotH:Iridium_Onyx_Necklace",
                    "melvorTotH:Iridium_Onyx_Ring",
                    "melvorTotH:Iridium_Oricha_Necklace",
                    "melvorTotH:Iridium_Oricha_Ring",
                    "melvorTotH:Iridium_Runestone_Necklace",
                    "melvorTotH:Iridium_Runestone_Ring",
                    "melvorTotH:Iridium_Zephyte_Necklace",
                    "melvorTotH:Iridium_Zephyte_Ring",
                    "melvorTotH:Palladium_Cerulean_Necklace",
                    "melvorTotH:Palladium_Cerulean_Ring",
                    "melvorTotH:Palladium_Onyx_Necklace",
                    "melvorTotH:Palladium_Onyx_Ring",
                    "melvorTotH:Palladium_Oricha_Necklace",
                    "melvorTotH:Palladium_Oricha_Ring",
                    "melvorTotH:Palladium_Runestone_Necklace",
                    "melvorTotH:Palladium_Runestone_Ring",
                    "melvorTotH:Palladium_Zephyte_Necklace",
                    "melvorTotH:Palladium_Zephyte_Ring",
                    "melvorTotH:Meteorite_Marksman_Ring",
                    "melvorTotH:Meteorite_Warrior_Ring",
                    "melvorTotH:Meteorite_Spellcaster_Ring"
                ],
                "ashItemID": "melvorF:Ash",
                "mushroomItemID": "melvorTotH:Mushrooms",
                "ravenNestItemID": "melvorTotH:Raven_Nest",
                "completedAncientRelic": "melvorAoD:WoodcuttingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:WoodcuttingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:WoodcuttingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:WoodcuttingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:WoodcuttingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:WoodcuttingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Fishing",
            "data": {
                "pets": [
                    "melvorD:PuddingDuckie",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Circlet_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Fishing_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Fishing_Hook",
                        "melvorF:Sailors_Top",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": []
                },
                "masteryTokenID": "melvorD:Mastery_Token_Fishing",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each Mastery level increases the chance to receive 2 Fish by +0.4%"
                    },
                    {
                        "level": 50,
                        "descriptionID": 1,
                        "description": "+3% chance to receive special items."
                    },
                    {
                        "level": 65,
                        "descriptionID": 2,
                        "description": "You no longer catch Junk."
                    },
                    {
                        "level": 99,
                        "descriptionID": 3,
                        "description": "Always catch a minimum quantity of 2 Fish"
                    }
                ],
                "fish": [
                    {
                        "id": "melvorD:Raw_Shrimp",
                        "productId": "melvorD:Raw_Shrimp",
                        "baseExperience": 5,
                        "level": 1,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 8000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Sardine",
                        "productId": "melvorD:Raw_Sardine",
                        "baseExperience": 10,
                        "level": 5,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 8000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Herring",
                        "productId": "melvorD:Raw_Herring",
                        "baseExperience": 15,
                        "level": 10,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 8000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Trout",
                        "productId": "melvorD:Raw_Trout",
                        "baseExperience": 20,
                        "level": 20,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Salmon",
                        "productId": "melvorD:Raw_Salmon",
                        "baseExperience": 40,
                        "level": 35,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Lobster",
                        "productId": "melvorD:Raw_Lobster",
                        "baseExperience": 50,
                        "level": 40,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 11000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Swordfish",
                        "productId": "melvorD:Raw_Swordfish",
                        "baseExperience": 80,
                        "level": 50,
                        "baseMinInterval": 5000,
                        "baseMaxInterval": 12000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Crab",
                        "productId": "melvorD:Raw_Crab",
                        "baseExperience": 120,
                        "level": 60,
                        "baseMinInterval": 5000,
                        "baseMaxInterval": 12000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Shark",
                        "productId": "melvorD:Raw_Shark",
                        "baseExperience": 150,
                        "level": 70,
                        "baseMinInterval": 7000,
                        "baseMaxInterval": 15000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Cave_Fish",
                        "productId": "melvorD:Raw_Cave_Fish",
                        "baseExperience": 300,
                        "level": 75,
                        "baseMinInterval": 8000,
                        "baseMaxInterval": 15000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Manta_Ray",
                        "productId": "melvorD:Raw_Manta_Ray",
                        "baseExperience": 495,
                        "level": 85,
                        "baseMinInterval": 9000,
                        "baseMaxInterval": 25000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Whale",
                        "productId": "melvorD:Raw_Whale",
                        "baseExperience": 575,
                        "level": 95,
                        "baseMinInterval": 10000,
                        "baseMaxInterval": 25000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Blowfish",
                        "productId": "melvorD:Raw_Blowfish",
                        "baseExperience": 12,
                        "level": 8,
                        "baseMinInterval": 3000,
                        "baseMaxInterval": 8000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Poison_Fish",
                        "productId": "melvorD:Raw_Poison_Fish",
                        "baseExperience": 25,
                        "level": 30,
                        "baseMinInterval": 3000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Leaping_Trout",
                        "productId": "melvorD:Leaping_Trout",
                        "baseExperience": 20,
                        "level": 20,
                        "baseMinInterval": 3000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 10
                    },
                    {
                        "id": "melvorD:Leaping_Salmon",
                        "productId": "melvorD:Leaping_Salmon",
                        "baseExperience": 40,
                        "level": 35,
                        "baseMinInterval": 3000,
                        "baseMaxInterval": 12000,
                        "strengthXP": 15
                    },
                    {
                        "id": "melvorD:Leaping_Broad_Fish",
                        "productId": "melvorD:Leaping_Broad_Fish",
                        "baseExperience": 100,
                        "level": 70,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 12000,
                        "strengthXP": 25
                    },
                    {
                        "id": "melvorD:Raw_Magic_Fish",
                        "productId": "melvorD:Raw_Magic_Fish",
                        "baseExperience": 325,
                        "level": 80,
                        "baseMinInterval": 12000,
                        "baseMaxInterval": 30000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Anglerfish",
                        "productId": "melvorD:Raw_Anglerfish",
                        "baseExperience": 100,
                        "level": 50,
                        "baseMinInterval": 5000,
                        "baseMaxInterval": 12000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Fanfish",
                        "productId": "melvorD:Raw_Fanfish",
                        "baseExperience": 120,
                        "level": 55,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Seahorse",
                        "productId": "melvorD:Raw_Seahorse",
                        "baseExperience": 25,
                        "level": 15,
                        "baseMinInterval": 3000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Carp",
                        "productId": "melvorD:Raw_Carp",
                        "baseExperience": 130,
                        "level": 65,
                        "baseMinInterval": 6000,
                        "baseMaxInterval": 15000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorD:Raw_Skeleton_Fish",
                        "productId": "melvorD:Raw_Skeleton_Fish",
                        "baseExperience": 100,
                        "level": 45,
                        "baseMinInterval": 7000,
                        "baseMaxInterval": 15000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Lava_Fish",
                        "productId": "melvorTotH:Raw_Lava_Fish",
                        "baseExperience": 459,
                        "level": 100,
                        "baseMinInterval": 7000,
                        "baseMaxInterval": 15000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Spike_Fish",
                        "productId": "melvorTotH:Raw_Spike_Fish",
                        "baseExperience": 524,
                        "level": 101,
                        "baseMinInterval": 6000,
                        "baseMaxInterval": 16000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Rockfish",
                        "productId": "melvorTotH:Raw_Rockfish",
                        "baseExperience": 288,
                        "level": 102,
                        "baseMinInterval": 8000,
                        "baseMaxInterval": 15000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Blue_Crab",
                        "productId": "melvorTotH:Raw_Blue_Crab",
                        "baseExperience": 891,
                        "level": 104,
                        "baseMinInterval": 10000,
                        "baseMaxInterval": 24000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Magma_Fish",
                        "productId": "melvorTotH:Raw_Magma_Fish",
                        "baseExperience": 368,
                        "level": 105,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Large_Blowfish",
                        "productId": "melvorTotH:Raw_Large_Blowfish",
                        "baseExperience": 646,
                        "level": 106,
                        "baseMinInterval": 6000,
                        "baseMaxInterval": 16000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Static_Jellyfish",
                        "productId": "melvorTotH:Raw_Static_Jellyfish",
                        "baseExperience": 729,
                        "level": 108,
                        "baseMinInterval": 15000,
                        "baseMaxInterval": 30000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Frost_Crab",
                        "productId": "melvorTotH:Raw_Frost_Crab",
                        "baseExperience": 886,
                        "level": 110,
                        "baseMinInterval": 8000,
                        "baseMaxInterval": 20000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Magma_Eel",
                        "productId": "melvorTotH:Raw_Magma_Eel",
                        "baseExperience": 1099,
                        "level": 112,
                        "baseMinInterval": 10000,
                        "baseMaxInterval": 25000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Frozen_Manta_Ray",
                        "productId": "melvorTotH:Raw_Frozen_Manta_Ray",
                        "baseExperience": 1030,
                        "level": 113,
                        "baseMinInterval": 15000,
                        "baseMaxInterval": 30000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Ghost_Fish",
                        "productId": "melvorTotH:Raw_Ghost_Fish",
                        "baseExperience": 1785,
                        "level": 115,
                        "baseMinInterval": 15000,
                        "baseMaxInterval": 35000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Mystic_Seahorse",
                        "productId": "melvorTotH:Raw_Mystic_Seahorse",
                        "baseExperience": 1226,
                        "level": 116,
                        "baseMinInterval": 25000,
                        "baseMaxInterval": 40000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Terrorfish",
                        "productId": "melvorTotH:Raw_Terrorfish",
                        "baseExperience": 2183,
                        "level": 118,
                        "baseMinInterval": 20000,
                        "baseMaxInterval": 40000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorTotH:Raw_Mystic_Shark",
                        "productId": "melvorTotH:Raw_Mystic_Shark",
                        "baseExperience": 1596,
                        "level": 120,
                        "baseMinInterval": 15000,
                        "baseMaxInterval": 40000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorAoD:Raw_Mackerel",
                        "productId": "melvorAoD:Raw_Mackerel",
                        "baseExperience": 22,
                        "level": 20,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 10000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorAoD:Raw_Halibut",
                        "productId": "melvorAoD:Raw_Halibut",
                        "baseExperience": 55,
                        "level": 40,
                        "baseMinInterval": 4000,
                        "baseMaxInterval": 11000,
                        "strengthXP": 0
                    },
                    {
                        "id": "melvorAoD:Raw_Tilapia",
                        "productId": "melvorAoD:Raw_Tilapia",
                        "baseExperience": 330,
                        "level": 75,
                        "baseMinInterval": 8000,
                        "baseMaxInterval": 15000,
                        "strengthXP": 0
                    }
                ],
                "areas": [
                    {
                        "id": "melvorD:ShallowShores",
                        "name": "Shallow Shores",
                        "fishChance": 75,
                        "junkChance": 25,
                        "specialChance": 0,
                        "fishIDs": [
                            "melvorD:Raw_Shrimp",
                            "melvorD:Raw_Lobster",
                            "melvorD:Raw_Crab"
                        ]
                    },
                    {
                        "id": "melvorD:ShrapnelRiver",
                        "name": "Shrapnel River",
                        "fishChance": 80,
                        "junkChance": 20,
                        "specialChance": 0,
                        "fishIDs": [
                            "melvorD:Raw_Sardine",
                            "melvorD:Raw_Herring",
                            "melvorD:Raw_Carp"
                        ]
                    },
                    {
                        "id": "melvorD:TrenchOfDespair",
                        "name": "Trench of Despair",
                        "fishChance": 70,
                        "junkChance": 28,
                        "specialChance": 2,
                        "fishIDs": [
                            "melvorD:Raw_Blowfish",
                            "melvorD:Raw_Poison_Fish",
                            "melvorD:Raw_Anglerfish",
                            "melvorD:Raw_Cave_Fish"
                        ]
                    },
                    {
                        "id": "melvorD:LemvorPier",
                        "name": "Lemvor Pier",
                        "fishChance": 70,
                        "junkChance": 29,
                        "specialChance": 1,
                        "fishIDs": [
                            "melvorD:Raw_Trout",
                            "melvorD:Raw_Salmon",
                            "melvorD:Raw_Fanfish"
                        ]
                    },
                    {
                        "id": "melvorD:OpenWaters",
                        "name": "Open Waters",
                        "fishChance": 69,
                        "junkChance": 29,
                        "specialChance": 2,
                        "fishIDs": [
                            "melvorD:Raw_Swordfish",
                            "melvorD:Raw_Manta_Ray"
                        ]
                    },
                    {
                        "id": "melvorD:BarrenOcean",
                        "name": "Barren Ocean",
                        "fishChance": 90,
                        "junkChance": 10,
                        "specialChance": 0,
                        "fishIDs": [
                            "melvorD:Raw_Shark",
                            "melvorD:Raw_Whale"
                        ]
                    },
                    {
                        "id": "melvorD:BarbarianFishing",
                        "name": "Barbarian Fishing",
                        "fishChance": 95,
                        "junkChance": 5,
                        "specialChance": 0,
                        "fishIDs": [
                            "melvorD:Leaping_Trout",
                            "melvorD:Leaping_Salmon",
                            "melvorD:Leaping_Broad_Fish"
                        ],
                        "requiredItemID": "melvorD:Barbarian_Gloves"
                    },
                    {
                        "id": "melvorD:SecretArea",
                        "name": "Secret Area",
                        "fishChance": 95,
                        "junkChance": 0,
                        "specialChance": 5,
                        "fishIDs": [
                            "melvorD:Raw_Seahorse",
                            "melvorD:Raw_Skeleton_Fish",
                            "melvorD:Raw_Magic_Fish"
                        ],
                        "isSecret": true
                    },
                    {
                        "id": "melvorTotH:MagmaLake",
                        "name": "Magma Lake",
                        "fishChance": 80,
                        "junkChance": 15,
                        "specialChance": 5,
                        "fishIDs": [
                            "melvorTotH:Raw_Lava_Fish",
                            "melvorTotH:Raw_Magma_Fish",
                            "melvorTotH:Raw_Magma_Eel"
                        ]
                    },
                    {
                        "id": "melvorTotH:JungleWaters",
                        "name": "Jungle Waters",
                        "fishChance": 79,
                        "junkChance": 20,
                        "specialChance": 1,
                        "fishIDs": [
                            "melvorTotH:Raw_Spike_Fish",
                            "melvorTotH:Raw_Blue_Crab",
                            "melvorTotH:Raw_Large_Blowfish"
                        ]
                    },
                    {
                        "id": "melvorTotH:StaticValley",
                        "name": "Static Valley",
                        "fishChance": 85,
                        "junkChance": 14,
                        "specialChance": 1,
                        "fishIDs": [
                            "melvorTotH:Raw_Rockfish",
                            "melvorTotH:Raw_Static_Jellyfish"
                        ]
                    },
                    {
                        "id": "melvorTotH:FrozenSea",
                        "name": "Frozen Sea",
                        "fishChance": 90,
                        "junkChance": 10,
                        "specialChance": 0,
                        "fishIDs": [
                            "melvorTotH:Raw_Frost_Crab",
                            "melvorTotH:Raw_Frozen_Manta_Ray"
                        ]
                    },
                    {
                        "id": "melvorTotH:MidnightLagoon",
                        "name": "Midnight Lagoon",
                        "fishChance": 66,
                        "junkChance": 31,
                        "specialChance": 3,
                        "fishIDs": [
                            "melvorTotH:Raw_Ghost_Fish",
                            "melvorTotH:Raw_Terrorfish"
                        ]
                    },
                    {
                        "id": "melvorTotH:MysticPond",
                        "name": "Mystic Pond",
                        "fishChance": 84,
                        "junkChance": 15,
                        "specialChance": 1,
                        "fishIDs": [
                            "melvorTotH:Raw_Mystic_Seahorse",
                            "melvorTotH:Raw_Mystic_Shark"
                        ]
                    },
                    {
                        "id": "melvorAoD:FishermansEnclave",
                        "name": "Fisherman's Enclave",
                        "fishChance": 80,
                        "junkChance": 17,
                        "specialChance": 3,
                        "fishIDs": [
                            "melvorAoD:Raw_Mackerel",
                            "melvorAoD:Raw_Halibut",
                            "melvorAoD:Raw_Tilapia"
                        ],
                        "poiRequirement": {
                            "type": "CartographyPOIDiscovery",
                            "worldMapID": "melvorAoD:Melvor",
                            "poiIDs": [
                                "melvorAoD:FishermansEnclave"
                            ]
                        }
                    }
                ],
                "junkItemIDs": [
                    "melvorD:Old_Boot",
                    "melvorD:Old_Hat",
                    "melvorD:Seaweed",
                    "melvorD:Rusty_Key",
                    "melvorD:Shell",
                    "melvorD:Rope",
                    "melvorD:Glass_Bottle",
                    "melvorD:Rubber_Ducky"
                ],
                "specialItems": [
                    {
                        "itemID": "melvorD:Topaz",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 2000
                    },
                    {
                        "itemID": "melvorD:Sapphire",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 1600
                    },
                    {
                        "itemID": "melvorD:Ruby",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 1400
                    },
                    {
                        "itemID": "melvorD:Emerald",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 1000
                    },
                    {
                        "itemID": "melvorD:Diamond",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 400
                    },
                    {
                        "itemID": "melvorD:Treasure_Chest",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 250
                    },
                    {
                        "itemID": "melvorD:Barbarian_Gloves",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 50
                    },
                    {
                        "itemID": "melvorD:Pirates_Lost_Ring",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 10
                    },
                    {
                        "itemID": "melvorD:Message_In_A_Bottle",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 10
                    },
                    {
                        "itemID": "melvorD:Ancient_Ring_Of_Skills",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 1
                    },
                    {
                        "itemID": "melvorD:Ancient_Ring_Of_Mastery",
                        "minQuantity": 1,
                        "maxQuantity": 1,
                        "weight": 1
                    }
                ],
                "easterEgg": {
                    "originalID": "melvorD:Raw_Herring",
                    "equippedID": "melvorD:Clue_Chasers_Insignia",
                    "rewardID": "melvorD:Red_Herring"
                },
                "baseMasteryPoolCap": 20000000,
                "masteryCheckpoints": [
                    "+5% Fishing Mastery XP",
                    "Receive no more Junk",
                    "+5% chance to get double Fish",
                    "When you catch a Special Item, there is a 25% chance to receive one extra Special Item. It is possible to receive a different item than the original."
                ],
                "name": "Fishing",
                "lostChestItem": "melvorTotH:Lost_Chest",
                "completedAncientRelic": "melvorAoD:FishingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:FishingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FishingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FishingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FishingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FishingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ],
                "fishingContestFish": [
                    {
                        "fishID": "melvorD:Raw_Shrimp",
                        "level": 1,
                        "minLength": 4,
                        "maxLength": 8
                    },
                    {
                        "fishID": "melvorD:Raw_Sardine",
                        "level": 5,
                        "minLength": 15,
                        "maxLength": 30
                    },
                    {
                        "fishID": "melvorD:Raw_Herring",
                        "level": 10,
                        "minLength": 20,
                        "maxLength": 38
                    },
                    {
                        "fishID": "melvorD:Raw_Trout",
                        "level": 20,
                        "minLength": 25,
                        "maxLength": 35
                    },
                    {
                        "fishID": "melvorD:Raw_Salmon",
                        "level": 35,
                        "minLength": 21,
                        "maxLength": 35
                    },
                    {
                        "fishID": "melvorD:Raw_Lobster",
                        "level": 40,
                        "minLength": 25,
                        "maxLength": 50
                    },
                    {
                        "fishID": "melvorD:Raw_Swordfish",
                        "level": 50,
                        "minLength": 120,
                        "maxLength": 190
                    },
                    {
                        "fishID": "melvorD:Raw_Crab",
                        "level": 60,
                        "minLength": 15,
                        "maxLength": 21
                    },
                    {
                        "fishID": "melvorD:Raw_Shark",
                        "level": 70,
                        "minLength": 335,
                        "maxLength": 487
                    },
                    {
                        "fishID": "melvorD:Raw_Cave_Fish",
                        "level": 75,
                        "minLength": 20,
                        "maxLength": 23
                    },
                    {
                        "fishID": "melvorD:Raw_Manta_Ray",
                        "level": 85,
                        "minLength": 300,
                        "maxLength": 600
                    },
                    {
                        "fishID": "melvorD:Raw_Whale",
                        "level": 95,
                        "minLength": 1100,
                        "maxLength": 1400
                    },
                    {
                        "fishID": "melvorD:Raw_Blowfish",
                        "level": 8,
                        "minLength": 15,
                        "maxLength": 30
                    },
                    {
                        "fishID": "melvorD:Raw_Poison_Fish",
                        "level": 30,
                        "minLength": 15,
                        "maxLength": 30
                    },
                    {
                        "fishID": "melvorD:Raw_Anglerfish",
                        "level": 50,
                        "minLength": 30,
                        "maxLength": 90
                    },
                    {
                        "fishID": "melvorD:Raw_Fanfish",
                        "level": 55,
                        "minLength": 35,
                        "maxLength": 50
                    },
                    {
                        "fishID": "melvorD:Raw_Carp",
                        "level": 65,
                        "minLength": 40,
                        "maxLength": 80
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Firemaking",
            "data": {
                "pets": [
                    "melvorD:Pyro",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Firemaking_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Artisan",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Art_of_Control"
                    ],
                    "pets": []
                },
                "masteryTokenID": "melvorD:Mastery_Token_Firemaking",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each Mastery Level grants -0.1% Firemaking Interval for the respective Log."
                    },
                    {
                        "level": 99,
                        "descriptionID": 1,
                        "description": "Grants +0.25% Global Mastery XP"
                    }
                ],
                "logs": [
                    {
                        "id": "melvorD:Normal_Logs",
                        "level": 1,
                        "baseExperience": 19,
                        "logID": "melvorD:Normal_Logs",
                        "baseInterval": 2000,
                        "baseBonfireInterval": 20000,
                        "bonfireXPBonus": 5
                    },
                    {
                        "id": "melvorD:Oak_Logs",
                        "level": 10,
                        "baseExperience": 39,
                        "logID": "melvorD:Oak_Logs",
                        "baseInterval": 2000,
                        "baseBonfireInterval": 30000,
                        "bonfireXPBonus": 10
                    },
                    {
                        "id": "melvorD:Willow_Logs",
                        "level": 25,
                        "baseExperience": 52,
                        "logID": "melvorD:Willow_Logs",
                        "baseInterval": 3000,
                        "baseBonfireInterval": 40000,
                        "bonfireXPBonus": 15
                    },
                    {
                        "id": "melvorD:Teak_Logs",
                        "level": 35,
                        "baseExperience": 84,
                        "logID": "melvorD:Teak_Logs",
                        "baseInterval": 4000,
                        "baseBonfireInterval": 50000,
                        "bonfireXPBonus": 20
                    },
                    {
                        "id": "melvorD:Maple_Logs",
                        "level": 45,
                        "baseExperience": 104,
                        "logID": "melvorD:Maple_Logs",
                        "baseInterval": 5000,
                        "baseBonfireInterval": 60000,
                        "bonfireXPBonus": 25
                    },
                    {
                        "id": "melvorD:Mahogany_Logs",
                        "level": 55,
                        "baseExperience": 130,
                        "logID": "melvorD:Mahogany_Logs",
                        "baseInterval": 6000,
                        "baseBonfireInterval": 70000,
                        "bonfireXPBonus": 30
                    },
                    {
                        "id": "melvorD:Yew_Logs",
                        "level": 60,
                        "baseExperience": 195,
                        "logID": "melvorD:Yew_Logs",
                        "baseInterval": 7000,
                        "baseBonfireInterval": 80000,
                        "bonfireXPBonus": 35
                    },
                    {
                        "id": "melvorD:Magic_Logs",
                        "level": 75,
                        "baseExperience": 292,
                        "logID": "melvorD:Magic_Logs",
                        "baseInterval": 10000,
                        "baseBonfireInterval": 90000,
                        "bonfireXPBonus": 40
                    },
                    {
                        "id": "melvorD:Redwood_Logs",
                        "level": 90,
                        "baseExperience": 364,
                        "logID": "melvorD:Redwood_Logs",
                        "baseInterval": 15000,
                        "baseBonfireInterval": 100000,
                        "bonfireXPBonus": 45
                    },
                    {
                        "id": "melvorTotH:Spruce_Logs",
                        "level": 100,
                        "baseExperience": 583,
                        "logID": "melvorTotH:Spruce_Logs",
                        "baseInterval": 18000,
                        "baseBonfireInterval": 120000,
                        "bonfireXPBonus": 50
                    },
                    {
                        "id": "melvorTotH:Hornbeam_Logs",
                        "level": 102,
                        "baseExperience": 770,
                        "logID": "melvorTotH:Hornbeam_Logs",
                        "baseInterval": 22000,
                        "baseBonfireInterval": 140000,
                        "bonfireXPBonus": 55
                    },
                    {
                        "id": "melvorTotH:Grove_Logs",
                        "level": 105,
                        "baseExperience": 960,
                        "logID": "melvorTotH:Grove_Logs",
                        "baseInterval": 25000,
                        "baseBonfireInterval": 160000,
                        "bonfireXPBonus": 60
                    },
                    {
                        "id": "melvorTotH:Linden_Logs",
                        "level": 108,
                        "baseExperience": 633,
                        "logID": "melvorTotH:Linden_Logs",
                        "baseInterval": 15000,
                        "baseBonfireInterval": 180000,
                        "bonfireXPBonus": 65
                    },
                    {
                        "id": "melvorTotH:Elderwood_Logs",
                        "level": 110,
                        "baseExperience": 1224,
                        "logID": "melvorTotH:Elderwood_Logs",
                        "baseInterval": 27000,
                        "baseBonfireInterval": 200000,
                        "bonfireXPBonus": 70
                    },
                    {
                        "id": "melvorTotH:Red_Oak_Logs",
                        "level": 112,
                        "baseExperience": 1813,
                        "logID": "melvorTotH:Red_Oak_Logs",
                        "baseInterval": 35000,
                        "baseBonfireInterval": 220000,
                        "bonfireXPBonus": 75
                    },
                    {
                        "id": "melvorTotH:Revenant_Logs",
                        "level": 115,
                        "baseExperience": 1741,
                        "logID": "melvorTotH:Revenant_Logs",
                        "baseInterval": 30000,
                        "baseBonfireInterval": 240000,
                        "bonfireXPBonus": 80
                    },
                    {
                        "id": "melvorTotH:Mystic_Logs",
                        "level": 118,
                        "baseExperience": 1610,
                        "logID": "melvorTotH:Mystic_Logs",
                        "baseInterval": 25000,
                        "baseBonfireInterval": 260000,
                        "bonfireXPBonus": 85
                    },
                    {
                        "id": "melvorTotH:Carrion_Logs",
                        "level": 120,
                        "baseExperience": 2687,
                        "logID": "melvorTotH:Carrion_Logs",
                        "baseInterval": 40000,
                        "baseBonfireInterval": 280000,
                        "bonfireXPBonus": 90
                    },
                    {
                        "id": "melvorAoD:Unholy_Logs",
                        "level": 40,
                        "baseExperience": 94,
                        "logID": "melvorAoD:Unholy_Logs",
                        "baseInterval": 5000,
                        "baseBonfireInterval": 55000,
                        "bonfireXPBonus": 20
                    },
                    {
                        "id": "melvorAoD:Cursed_Logs",
                        "level": 65,
                        "baseExperience": 252,
                        "logID": "melvorAoD:Cursed_Logs",
                        "baseInterval": 9000,
                        "baseBonfireInterval": 85000,
                        "bonfireXPBonus": 35
                    }
                ],
                "coalItemID": "melvorD:Coal_Ore",
                "diamondItemID": "melvorD:Diamond",
                "fireSpiritItemID": "melvorD:Generous_Fire_Spirit",
                "baseMasteryPoolCap": 10000000,
                "masteryCheckpoints": [
                    "+5% Firemaking Mastery XP",
                    "-10% Burning Interval",
                    "Receive GP equal to 25% of the base value of the Log you are burning",
                    "+5% Global Mastery XP"
                ],
                "baseAshChance": 20,
                "baseStardustChance": 1,
                "baseCharcoalChance": 1,
                "name": "Firemaking",
                "ashItemID": "melvorF:Ash",
                "charcoalItemID": "melvorTotH:Charcoal",
                "completedAncientRelic": "melvorAoD:FiremakingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:FiremakingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FiremakingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FiremakingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FiremakingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FiremakingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Cooking",
            "data": {
                "pets": [
                    "melvorD:Cris",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Cooking_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Artisan",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Cooking_Apron",
                        "melvorF:Chefs_Hat",
                        "melvorF:Chefs_Spoon",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Art_of_Control"
                    ],
                    "pets": []
                },
                "masteryTokenID": "melvorD:Mastery_Token_Cooking",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each Mastery level provides +0.6% success rate. Success rate is capped at 99%, except with Gloves or Cooking Skillcape."
                    },
                    {
                        "level": 10,
                        "descriptionID": 1,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 20,
                        "descriptionID": 2,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 30,
                        "descriptionID": 3,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 40,
                        "descriptionID": 4,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 50,
                        "descriptionID": 5,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 60,
                        "descriptionID": 6,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 70,
                        "descriptionID": 7,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 80,
                        "descriptionID": 8,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 90,
                        "descriptionID": 9,
                        "description": "+5% Perfect Cook Chance for this Item."
                    },
                    {
                        "level": 99,
                        "descriptionID": 10,
                        "description": "+50% Perfect Cook Chance for this Item. This cooked product heals you for an extra 20% when eaten."
                    }
                ],
                "categories": [
                    {
                        "id": "melvorD:Fire",
                        "name": "Basic",
                        "shopUpgradeIDs": [
                            "melvorD:Redwood_Cooking_Fire",
                            "melvorD:Magic_Cooking_Fire",
                            "melvorD:Yew_Cooking_Fire",
                            "melvorD:Mahogany_Cooking_Fire",
                            "melvorD:Maple_Cooking_Fire",
                            "melvorD:Teak_Cooking_Fire",
                            "melvorD:Willow_Cooking_Fire",
                            "melvorD:Oak_Cooking_Fire",
                            "melvorD:Normal_Cooking_Fire",
                            "melvorTotH:SpruceCookingFire",
                            "melvorTotH:ElderWoodCookingFire",
                            "melvorTotH:CarrionCookingFire"
                        ],
                        "upgradeRequired": false
                    },
                    {
                        "id": "melvorD:Furnace",
                        "name": "Furnace Required",
                        "shopUpgradeIDs": [
                            "melvorD:Magic_Furnace",
                            "melvorD:Strong_Furnace",
                            "melvorD:Basic_Furnace",
                            "melvorTotH:CorundumFurnace",
                            "melvorTotH:AugiteFurnace",
                            "melvorTotH:DivineFurnace"
                        ],
                        "upgradeRequired": true
                    },
                    {
                        "id": "melvorD:Pot",
                        "name": "Pot Required",
                        "shopUpgradeIDs": [
                            "melvorD:Magic_Pot",
                            "melvorD:Strong_Pot",
                            "melvorD:Basic_Pot",
                            "melvorTotH:IridiumPot",
                            "melvorTotH:PalladiumPot",
                            "melvorTotH:DivinePot"
                        ],
                        "upgradeRequired": true
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorD:Shrimp",
                        "productID": "melvorD:Shrimp",
                        "perfectCookID": "melvorD:Shrimp_Perfect",
                        "baseExperience": 5,
                        "level": 1,
                        "baseInterval": 2000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Shrimp",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Sardine",
                        "productID": "melvorD:Sardine",
                        "perfectCookID": "melvorD:Sardine_Perfect",
                        "baseExperience": 10,
                        "level": 5,
                        "baseInterval": 2000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Sardine",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Herring",
                        "productID": "melvorD:Herring",
                        "perfectCookID": "melvorD:Herring_Perfect",
                        "baseExperience": 15,
                        "level": 10,
                        "baseInterval": 3000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Herring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Trout",
                        "productID": "melvorD:Trout",
                        "perfectCookID": "melvorD:Trout_Perfect",
                        "baseExperience": 33,
                        "level": 20,
                        "baseInterval": 4000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Trout",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Salmon",
                        "productID": "melvorD:Salmon",
                        "perfectCookID": "melvorD:Salmon_Perfect",
                        "baseExperience": 40,
                        "level": 35,
                        "baseInterval": 4000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Salmon",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Lobster",
                        "productID": "melvorD:Lobster",
                        "perfectCookID": "melvorD:Lobster_Perfect",
                        "baseExperience": 66,
                        "level": 40,
                        "baseInterval": 5000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Lobster",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Swordfish",
                        "productID": "melvorD:Swordfish",
                        "perfectCookID": "melvorD:Swordfish_Perfect",
                        "baseExperience": 83,
                        "level": 50,
                        "baseInterval": 5000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Swordfish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Crab",
                        "productID": "melvorD:Crab",
                        "perfectCookID": "melvorD:Crab_Perfect",
                        "baseExperience": 140,
                        "level": 60,
                        "baseInterval": 7000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Crab",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Shark",
                        "productID": "melvorD:Shark",
                        "perfectCookID": "melvorD:Shark_Perfect",
                        "baseExperience": 186,
                        "level": 70,
                        "baseInterval": 8000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Shark",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Cave_Fish",
                        "productID": "melvorD:Cave_Fish",
                        "perfectCookID": "melvorD:Cave_Fish_Perfect",
                        "baseExperience": 186,
                        "level": 75,
                        "baseInterval": 9000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Cave_Fish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Manta_Ray",
                        "productID": "melvorD:Manta_Ray",
                        "perfectCookID": "melvorD:Manta_Ray_Perfect",
                        "baseExperience": 291,
                        "level": 85,
                        "baseInterval": 10000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Manta_Ray",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Whale",
                        "productID": "melvorD:Whale",
                        "perfectCookID": "melvorD:Whale_Perfect",
                        "baseExperience": 400,
                        "level": 95,
                        "baseInterval": 11000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Whale",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Anglerfish",
                        "productID": "melvorD:Anglerfish",
                        "perfectCookID": "melvorD:Anglerfish_Perfect",
                        "baseExperience": 100,
                        "level": 50,
                        "baseInterval": 6000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Anglerfish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Fanfish",
                        "productID": "melvorD:Fanfish",
                        "perfectCookID": "melvorD:Fanfish_Perfect",
                        "baseExperience": 120,
                        "level": 55,
                        "baseInterval": 6000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Fanfish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Seahorse",
                        "productID": "melvorD:Seahorse",
                        "perfectCookID": "melvorD:Seahorse_Perfect",
                        "baseExperience": 50,
                        "level": 15,
                        "baseInterval": 4000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Seahorse",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Carp",
                        "productID": "melvorD:Carp",
                        "perfectCookID": "melvorD:Carp_Perfect",
                        "baseExperience": 150,
                        "level": 65,
                        "baseInterval": 7000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Carp",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bread",
                        "productID": "melvorD:Bread",
                        "perfectCookID": "melvorD:Bread_Perfect",
                        "baseExperience": 13,
                        "level": 1,
                        "baseInterval": 8000,
                        "baseQuantity": 3,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Beef",
                        "productID": "melvorD:Beef",
                        "perfectCookID": "melvorD:Beef_Perfect",
                        "baseExperience": 10,
                        "level": 1,
                        "baseInterval": 3000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Beef",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Chicken",
                        "productID": "melvorD:Chicken",
                        "perfectCookID": "melvorD:Chicken_Perfect",
                        "baseExperience": 44,
                        "level": 4,
                        "baseInterval": 8000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Chicken",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Plain_Pizza_Slice",
                        "productID": "melvorD:Plain_Pizza_Slice",
                        "perfectCookID": "melvorD:Plain_Pizza_Slice_Perfect",
                        "baseExperience": 72,
                        "level": 9,
                        "baseInterval": 8000,
                        "baseQuantity": 8,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Tomatoes",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cheese",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Beef_Pie",
                        "productID": "melvorD:Beef_Pie",
                        "perfectCookID": "melvorD:Beef_Pie_Perfect",
                        "baseExperience": 117,
                        "level": 17,
                        "baseInterval": 8000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Beef",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Meat_Pizza_Slice",
                        "productID": "melvorD:Meat_Pizza_Slice",
                        "perfectCookID": "melvorD:Meat_Pizza_Slice_Perfect",
                        "baseExperience": 161,
                        "level": 25,
                        "baseInterval": 8000,
                        "baseQuantity": 8,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Tomatoes",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cheese",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Raw_Beef",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Basic_Soup",
                        "productID": "melvorD:Basic_Soup",
                        "perfectCookID": "melvorD:Basic_Soup_Perfect",
                        "baseExperience": 126,
                        "level": 33,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorD:Potatoes",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Strawberry_Cupcake",
                        "productID": "melvorD:Strawberry_Cupcake",
                        "perfectCookID": "melvorD:Strawberry_Cupcake_Perfect",
                        "baseExperience": 214,
                        "level": 41,
                        "baseInterval": 8000,
                        "baseQuantity": 2,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Strawberries",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Hearty_Soup",
                        "productID": "melvorD:Hearty_Soup",
                        "perfectCookID": "melvorD:Hearty_Soup_Perfect",
                        "baseExperience": 223,
                        "level": 49,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorD:Onions",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Tomatoes",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Cherry_Cupcake",
                        "productID": "melvorD:Cherry_Cupcake",
                        "perfectCookID": "melvorD:Cherry_Cupcake_Perfect",
                        "baseExperience": 252,
                        "level": 57,
                        "baseInterval": 8000,
                        "baseQuantity": 2,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Cherry",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Cream_Corn_Soup",
                        "productID": "melvorD:Cream_Corn_Soup",
                        "perfectCookID": "melvorD:Cream_Corn_Soup_Perfect",
                        "baseExperience": 274,
                        "level": 65,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorD:Sweetcorn",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Onions",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Chicken_Soup",
                        "productID": "melvorD:Chicken_Soup",
                        "perfectCookID": "melvorD:Chicken_Soup_Perfect",
                        "baseExperience": 617,
                        "level": 81,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Chicken",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Carrot",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Onions",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Strawberry_Cake",
                        "productID": "melvorD:Strawberry_Cake",
                        "perfectCookID": "melvorD:Strawberry_Cake_Perfect",
                        "baseExperience": 490,
                        "level": 89,
                        "baseInterval": 8000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Strawberries",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Carrot_Cake",
                        "productID": "melvorD:Carrot_Cake",
                        "perfectCookID": "melvorD:Carrot_Cake_Perfect",
                        "baseExperience": 603,
                        "level": 97,
                        "baseInterval": 8000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Carrot",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Apple_Pie",
                        "productID": "melvorF:Apple_Pie",
                        "perfectCookID": "melvorF:Apple_Pie_Perfect",
                        "baseExperience": 424,
                        "level": 73,
                        "baseInterval": 8000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorF:Apple",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Lemon_Cake",
                        "productID": "melvorF:Lemon_Cake",
                        "perfectCookID": "melvorF:Lemon_Cake_Perfect",
                        "baseExperience": 69,
                        "level": 99,
                        "baseInterval": 6900,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemon",
                                "quantity": 4
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "noMastery": true,
                        "discoveredItems": [
                            "melvorF:Abnormal_Log",
                            "melvorD:Red_Herring"
                        ]
                    },
                    {
                        "id": "melvorTotH:Lava_Fish",
                        "productID": "melvorTotH:Lava_Fish",
                        "perfectCookID": "melvorTotH:Lava_Fish_Perfect",
                        "baseExperience": 390,
                        "level": 100,
                        "baseInterval": 11000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Lava_Fish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Blue_Crab",
                        "productID": "melvorTotH:Blue_Crab",
                        "perfectCookID": "melvorTotH:Blue_Crab_Perfect",
                        "baseExperience": 435,
                        "level": 102,
                        "baseInterval": 11000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Blue_Crab",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Magma_Fish",
                        "productID": "melvorTotH:Magma_Fish",
                        "perfectCookID": "melvorTotH:Magma_Fish_Perfect",
                        "baseExperience": 450,
                        "level": 105,
                        "baseInterval": 12000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Magma_Fish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Static_Jellyfish",
                        "productID": "melvorTotH:Static_Jellyfish",
                        "perfectCookID": "melvorTotH:Static_Jellyfish_Perfect",
                        "baseExperience": 485,
                        "level": 108,
                        "baseInterval": 12000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Static_Jellyfish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Frost_Crab",
                        "productID": "melvorTotH:Frost_Crab",
                        "perfectCookID": "melvorTotH:Frost_Crab_Perfect",
                        "baseExperience": 545,
                        "level": 110,
                        "baseInterval": 12000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Frost_Crab",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Magma_Eel",
                        "productID": "melvorTotH:Magma_Eel",
                        "perfectCookID": "melvorTotH:Magma_Eel_Perfect",
                        "baseExperience": 520,
                        "level": 112,
                        "baseInterval": 13000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Magma_Eel",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Frozen_Manta_Ray",
                        "productID": "melvorTotH:Frozen_Manta_Ray",
                        "perfectCookID": "melvorTotH:Frozen_Manta_Ray_Perfect",
                        "baseExperience": 690,
                        "level": 115,
                        "baseInterval": 13000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Frozen_Manta_Ray",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Terrorfish",
                        "productID": "melvorTotH:Terrorfish",
                        "perfectCookID": "melvorTotH:Terrorfish_Perfect",
                        "baseExperience": 810,
                        "level": 118,
                        "baseInterval": 13000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Terrorfish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Mystic_Shark",
                        "productID": "melvorTotH:Mystic_Shark",
                        "perfectCookID": "melvorTotH:Mystic_Shark_Perfect",
                        "baseExperience": 885,
                        "level": 120,
                        "baseInterval": 13000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Mystic_Shark",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Banana_Bread",
                        "productID": "melvorTotH:Banana_Bread",
                        "perfectCookID": "melvorTotH:Banana_Bread_Perfect",
                        "baseExperience": 815,
                        "level": 100,
                        "baseInterval": 8000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Bananas",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bread",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Mushroom_Soup",
                        "productID": "melvorTotH:Mushroom_Soup",
                        "perfectCookID": "melvorTotH:Mushroom_Soup_Perfect",
                        "baseExperience": 275,
                        "level": 101,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Mushrooms",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Basic_Soup",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Spicy_Chicken_Pizza",
                        "productID": "melvorTotH:Spicy_Chicken_Pizza",
                        "perfectCookID": "melvorTotH:Spicy_Chicken_Pizza_Perfect",
                        "baseExperience": 1695,
                        "level": 103,
                        "baseInterval": 8000,
                        "baseQuantity": 8,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Chicken",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Plain_Pizza_Slice",
                                "quantity": 8
                            },
                            {
                                "id": "melvorTotH:Chilli",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Beef_Mushroom_Stew",
                        "productID": "melvorTotH:Beef_Mushroom_Stew",
                        "perfectCookID": "melvorTotH:Beef_Mushroom_Stew_Perfect",
                        "baseExperience": 1105,
                        "level": 104,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Beef",
                                "quantity": 2
                            },
                            {
                                "id": "melvorTotH:Mushroom_Soup",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Sandwich",
                        "productID": "melvorTotH:Sandwich",
                        "perfectCookID": "melvorTotH:Sandwich_Perfect",
                        "baseExperience": 1480,
                        "level": 106,
                        "baseInterval": 8000,
                        "baseQuantity": 2,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Beef",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bread",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cheese",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Tomatoes",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Pumpkin_Soup",
                        "productID": "melvorTotH:Pumpkin_Soup",
                        "perfectCookID": "melvorTotH:Pumpkin_Soup_Perfect",
                        "baseExperience": 710,
                        "level": 106,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pumpkin",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Basic_Soup",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Spicy_Shrimp_Soup",
                        "productID": "melvorTotH:Spicy_Shrimp_Soup",
                        "perfectCookID": "melvorTotH:Spicy_Shrimp_Soup_Perfect",
                        "baseExperience": 1005,
                        "level": 111,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Shrimp",
                                "quantity": 4
                            },
                            {
                                "id": "melvorD:Hearty_Soup",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Chilli",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Fancy_Meat_Pizza",
                        "productID": "melvorTotH:Fancy_Meat_Pizza",
                        "perfectCookID": "melvorTotH:Fancy_Meat_Pizza_Perfect",
                        "baseExperience": 1885,
                        "level": 113,
                        "baseInterval": 8000,
                        "baseQuantity": 8,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorD:Chicken",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Meat_Pizza_Slice",
                                "quantity": 8
                            },
                            {
                                "id": "melvorTotH:Mushrooms",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Chicken_Cream_Mushroom_Soup",
                        "productID": "melvorTotH:Chicken_Cream_Mushroom_Soup",
                        "perfectCookID": "melvorTotH:Chicken_Cream_Mushroom_Soup_Perfect",
                        "baseExperience": 1200,
                        "level": 114,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Chicken",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Mushroom_Soup",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Chilli_Frost_Crab",
                        "productID": "melvorTotH:Chilli_Frost_Crab",
                        "perfectCookID": "melvorTotH:Chilli_Frost_Crab_Perfect",
                        "baseExperience": 1045,
                        "level": 116,
                        "baseInterval": 7000,
                        "baseQuantity": 4,
                        "categoryID": "melvorD:Pot",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Raw_Frost_Crab",
                                "quantity": 2
                            },
                            {
                                "id": "melvorTotH:Chilli",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Starfruit_Cake",
                        "productID": "melvorTotH:Starfruit_Cake",
                        "perfectCookID": "melvorTotH:Starfruit_Cake_Perfect",
                        "baseExperience": 710,
                        "level": 117,
                        "baseInterval": 8000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Furnace",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Starfruit",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Cream",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Mackerel",
                        "productID": "melvorAoD:Mackerel",
                        "perfectCookID": "melvorAoD:Mackerel_Perfect",
                        "baseExperience": 36,
                        "level": 20,
                        "baseInterval": 4000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Raw_Mackerel",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Halibut",
                        "productID": "melvorAoD:Halibut",
                        "perfectCookID": "melvorAoD:Halibut_Perfect",
                        "baseExperience": 73,
                        "level": 40,
                        "baseInterval": 5000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Raw_Halibut",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Tilapia",
                        "productID": "melvorAoD:Tilapia",
                        "perfectCookID": "melvorAoD:Tilapia_Perfect",
                        "baseExperience": 205,
                        "level": 75,
                        "baseInterval": 9000,
                        "baseQuantity": 1,
                        "categoryID": "melvorD:Fire",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Raw_Tilapia",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    }
                ],
                "baseMasteryPoolCap": 27000000,
                "masteryCheckpoints": [
                    "+5% Cooking Mastery XP",
                    "+5% chance to get double cooked Food",
                    "+10% chance to preserve raw food in Cooking",
                    "All Food heals for +10% HP"
                ],
                "name": "Cooking",
                "completedAncientRelic": "melvorAoD:CookingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:CookingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CookingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CookingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CookingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CookingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Mining",
            "data": {
                "pets": [
                    "melvorD:CoolRock",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Circlet_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Mining_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Gathering",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Miners_Helmet",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Master_of_Nature"
                    ],
                    "pets": []
                },
                "masteryTokenID": "melvorD:Mastery_Token_Mining",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each Mastery Level increases maximum Rock HP by 1"
                    },
                    {
                        "level": 10,
                        "descriptionID": 1,
                        "description": "1% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 20,
                        "descriptionID": 2,
                        "description": "2% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 30,
                        "descriptionID": 3,
                        "description": "3% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 40,
                        "descriptionID": 4,
                        "description": "4% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 50,
                        "descriptionID": 5,
                        "description": "5% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 60,
                        "descriptionID": 6,
                        "description": "6% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 70,
                        "descriptionID": 7,
                        "description": "7% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 80,
                        "descriptionID": 8,
                        "description": "8% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 90,
                        "descriptionID": 9,
                        "description": "9% Chance of obtaining 2 ore"
                    },
                    {
                        "level": 99,
                        "descriptionID": 10,
                        "description": "15% Chance of obtaining 2 ore"
                    }
                ],
                "rockData": [
                    {
                        "id": "melvorD:Rune_Essence",
                        "name": "Rune Essence",
                        "level": 1,
                        "baseExperience": 5,
                        "productId": "melvorD:Rune_Essence",
                        "baseRespawnInterval": 1000,
                        "baseQuantity": 2,
                        "hasPassiveRegen": true,
                        "type": "Essence",
                        "giveGems": false
                    },
                    {
                        "id": "melvorD:Copper_Ore",
                        "name": "Copper",
                        "level": 1,
                        "baseExperience": 7,
                        "productId": "melvorD:Copper_Ore",
                        "baseRespawnInterval": 5000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Tin_Ore",
                        "name": "Tin",
                        "level": 1,
                        "baseExperience": 7,
                        "productId": "melvorD:Tin_Ore",
                        "baseRespawnInterval": 5000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Iron_Ore",
                        "name": "Iron",
                        "level": 15,
                        "baseExperience": 14,
                        "productId": "melvorD:Iron_Ore",
                        "baseRespawnInterval": 10000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Coal_Ore",
                        "name": "Coal",
                        "level": 30,
                        "baseExperience": 18,
                        "productId": "melvorD:Coal_Ore",
                        "baseRespawnInterval": 10000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Silver_Ore",
                        "name": "Silver",
                        "level": 30,
                        "baseExperience": 25,
                        "productId": "melvorD:Silver_Ore",
                        "baseRespawnInterval": 15000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Gold_Ore",
                        "name": "Gold",
                        "level": 40,
                        "baseExperience": 28,
                        "productId": "melvorD:Gold_Ore",
                        "baseRespawnInterval": 15000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Mithril_Ore",
                        "name": "Mithril",
                        "level": 50,
                        "baseExperience": 65,
                        "productId": "melvorD:Mithril_Ore",
                        "baseRespawnInterval": 20000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Adamantite_Ore",
                        "name": "Adamantite",
                        "level": 70,
                        "baseExperience": 71,
                        "productId": "melvorD:Adamantite_Ore",
                        "baseRespawnInterval": 30000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Runite_Ore",
                        "name": "Runite",
                        "level": 80,
                        "baseExperience": 86,
                        "productId": "melvorD:Runite_Ore",
                        "baseRespawnInterval": 60000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorD:Dragonite_Ore",
                        "name": "Dragonite",
                        "level": 95,
                        "baseExperience": 101,
                        "productId": "melvorD:Dragonite_Ore",
                        "baseRespawnInterval": 120000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true,
                        "totalMasteryRequired": 270
                    },
                    {
                        "id": "melvorTotH:Corundumite_Ore",
                        "name": "Corundumite",
                        "level": 100,
                        "baseExperience": 112,
                        "productId": "melvorTotH:Corundumite_Ore",
                        "baseRespawnInterval": 130000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorTotH:Pure_Essence",
                        "name": "Pure Essence",
                        "level": 100,
                        "baseExperience": 30,
                        "productId": "melvorTotH:Pure_Essence",
                        "baseRespawnInterval": 130000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Essence",
                        "giveGems": false
                    },
                    {
                        "id": "melvorTotH:Onyx",
                        "name": "Onyx",
                        "level": 100,
                        "baseExperience": 265,
                        "productId": "melvorTotH:Onyx",
                        "baseRespawnInterval": 1,
                        "baseQuantity": 1,
                        "hasPassiveRegen": false,
                        "type": "Gem",
                        "giveGems": false,
                        "superiorGemChance": 10,
                        "fixedMaxHP": 69696969,
                        "gemVeinWeight": 17
                    },
                    {
                        "id": "melvorTotH:Iridium_Ore",
                        "name": "Iridium",
                        "level": 102,
                        "baseExperience": 92,
                        "productId": "melvorTotH:Iridium_Ore",
                        "baseRespawnInterval": 140000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true,
                        "shopItemPurchased": "melvorTotH:Corundum_Pickaxe"
                    },
                    {
                        "id": "melvorTotH:Palladium_Ore",
                        "name": "Palladium",
                        "level": 105,
                        "baseExperience": 96,
                        "productId": "melvorTotH:Palladium_Ore",
                        "baseRespawnInterval": 150000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true,
                        "shopItemPurchased": "melvorTotH:Corundum_Pickaxe"
                    },
                    {
                        "id": "melvorTotH:Augite_Ore",
                        "name": "Augite",
                        "level": 108,
                        "baseExperience": 119,
                        "productId": "melvorTotH:Augite_Ore",
                        "baseRespawnInterval": 160000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true,
                        "shopItemPurchased": "melvorTotH:Corundum_Pickaxe"
                    },
                    {
                        "id": "melvorTotH:Oricha",
                        "name": "Oricha",
                        "level": 110,
                        "baseExperience": 385,
                        "productId": "melvorTotH:Oricha",
                        "baseRespawnInterval": 1,
                        "baseQuantity": 1,
                        "hasPassiveRegen": false,
                        "type": "Gem",
                        "giveGems": false,
                        "superiorGemChance": 10,
                        "shopItemPurchased": "melvorTotH:Augite_Pickaxe",
                        "fixedMaxHP": 69696969,
                        "gemVeinWeight": 2
                    },
                    {
                        "id": "melvorTotH:Meteorite_Ore",
                        "name": "Meteorite",
                        "level": 112,
                        "baseExperience": 330,
                        "productId": "melvorTotH:Meteorite_Ore",
                        "baseRespawnInterval": 1,
                        "baseQuantity": 1,
                        "hasPassiveRegen": false,
                        "type": "Ore",
                        "giveGems": true,
                        "superiorGemChance": 0,
                        "shopItemPurchased": "melvorTotH:Augite_Pickaxe",
                        "fixedMaxHP": 69696969
                    },
                    {
                        "id": "melvorTotH:Divinite_Ore",
                        "name": "Divinite",
                        "level": 115,
                        "baseExperience": 138,
                        "productId": "melvorTotH:Divinite_Ore",
                        "baseRespawnInterval": 180000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true,
                        "shopItemPurchased": "melvorTotH:Meteorite_Pickaxe"
                    },
                    {
                        "id": "melvorTotH:Cerulean",
                        "name": "Cerulean",
                        "level": 118,
                        "baseExperience": 510,
                        "productId": "melvorTotH:Cerulean",
                        "baseRespawnInterval": 1,
                        "baseQuantity": 1,
                        "hasPassiveRegen": false,
                        "type": "Gem",
                        "giveGems": false,
                        "superiorGemChance": 10,
                        "shopItemPurchased": "melvorTotH:Divine_Pickaxe",
                        "fixedMaxHP": 69696969,
                        "gemVeinWeight": 1
                    },
                    {
                        "id": "melvorAoD:Crystal",
                        "name": "Crystal",
                        "level": 40,
                        "baseExperience": 28,
                        "productId": "melvorAoD:Crystal",
                        "baseRespawnInterval": 120000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal",
                        "name": "Pure Crystal",
                        "level": 85,
                        "baseExperience": 95,
                        "productId": "melvorAoD:Pure_Crystal",
                        "baseRespawnInterval": 240000,
                        "baseQuantity": 1,
                        "hasPassiveRegen": true,
                        "type": "Ore",
                        "giveGems": true
                    }
                ],
                "coalItemID": "melvorD:Coal_Ore",
                "baseMasteryPoolCap": 11500000,
                "masteryCheckpoints": [
                    "+5% Mining Mastery XP",
                    "Reduced Ore respawn time by 10%",
                    "Reduce Mining interval by 0.2s",
                    "All Rocks gain +10 Maximum HP (Bonus applied on Rock Respawn)"
                ],
                "baseGemChance": 1,
                "baseInterval": 3000,
                "baseRockHP": 5,
                "passiveRegenInterval": 10000,
                "name": "Mining",
                "runestoneItemID": "melvorTotH:Runestone",
                "completedAncientRelic": "melvorAoD:MiningRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:MiningRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:MiningRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:MiningRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:MiningRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:MiningRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Smithing",
            "data": {
                "pets": [
                    "melvorD:PuffTheBabyDragon",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Smithing_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Artisan",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Art_of_Control"
                    ],
                    "pets": []
                },
                "masteryTokenID": "melvorD:Mastery_Token_Smithing",
                "masteryLevelUnlocks": [
                    {
                        "level": 10,
                        "descriptionID": 0,
                        "description": "5% base chance to obtain 2 items"
                    },
                    {
                        "level": 20,
                        "descriptionID": 1,
                        "description": "5% base chance to preserve resources"
                    },
                    {
                        "level": 30,
                        "descriptionID": 2,
                        "description": "10% base chance to obtain 2 items"
                    },
                    {
                        "level": 40,
                        "descriptionID": 3,
                        "description": "10% base chance to preserve resources"
                    },
                    {
                        "level": 50,
                        "descriptionID": 4,
                        "description": "15% base chance to obtain 2 items"
                    },
                    {
                        "level": 60,
                        "descriptionID": 5,
                        "description": "15% base chance to preserve resources"
                    },
                    {
                        "level": 70,
                        "descriptionID": 6,
                        "description": "20% base chance to obtain 2 items"
                    },
                    {
                        "level": 80,
                        "descriptionID": 7,
                        "description": "20% base chance to preserve resources"
                    },
                    {
                        "level": 90,
                        "descriptionID": 8,
                        "description": "25% base chance to obtain 2 items"
                    },
                    {
                        "level": 99,
                        "descriptionID": 9,
                        "description": "30% base chance to preserve resources. +35% chance to obtain 2 items."
                    }
                ],
                "categories": [
                    {
                        "id": "melvorD:Bars",
                        "name": "Bars"
                    },
                    {
                        "id": "melvorD:BronzeGear",
                        "name": "Bronze Gear"
                    },
                    {
                        "id": "melvorD:IronGear",
                        "name": "Iron Gear"
                    },
                    {
                        "id": "melvorD:SteelGear",
                        "name": "Steel Gear"
                    },
                    {
                        "id": "melvorD:MithrilGear",
                        "name": "Mithril Gear"
                    },
                    {
                        "id": "melvorD:AdamantGear",
                        "name": "Adamant Gear"
                    },
                    {
                        "id": "melvorD:RuneGear",
                        "name": "Rune Gear"
                    },
                    {
                        "id": "melvorD:DragonGear",
                        "name": "Dragon Gear"
                    },
                    {
                        "id": "melvorTotH:CorundumGear",
                        "name": "Corundum Gear"
                    },
                    {
                        "id": "melvorTotH:AugiteGear",
                        "name": "Augite Gear"
                    },
                    {
                        "id": "melvorTotH:MeteoriteGear",
                        "name": "Meteorite Gear"
                    },
                    {
                        "id": "melvorTotH:DivineGear",
                        "name": "Divine Gear"
                    },
                    {
                        "id": "melvorAoD:ImbuedBars",
                        "name": "Imbued Bars"
                    },
                    {
                        "id": "melvorAoD:CrystalGear",
                        "name": "Crystal Gear"
                    },
                    {
                        "id": "melvorAoD:SpecialItems",
                        "name": "Special Items"
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorD:Bronze_Bar",
                        "level": 1,
                        "productID": "melvorD:Bronze_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 5,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Copper_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Tin_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Bar",
                        "level": 10,
                        "productID": "melvorD:Iron_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 8,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Bar",
                        "level": 25,
                        "productID": "melvorD:Steel_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 12,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Gold_Bar",
                        "level": 40,
                        "productID": "melvorD:Gold_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Bar",
                        "level": 40,
                        "productID": "melvorD:Mithril_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 35,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamantite_Bar",
                        "level": 55,
                        "productID": "melvorD:Adamantite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 42,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Runite_Bar",
                        "level": 70,
                        "productID": "melvorD:Runite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragonite_Bar",
                        "level": 85,
                        "productID": "melvorD:Dragonite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Runite_Ore",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 12
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Silver_Bar",
                        "level": 30,
                        "productID": "melvorD:Silver_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 15,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Dagger",
                        "level": 1,
                        "productID": "melvorD:Bronze_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 10,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Sword",
                        "level": 4,
                        "productID": "melvorD:Bronze_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 10,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Battleaxe",
                        "level": 8,
                        "productID": "melvorD:Bronze_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_2H_Sword",
                        "level": 14,
                        "productID": "melvorD:Bronze_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Helmet",
                        "level": 7,
                        "productID": "melvorD:Bronze_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Boots",
                        "level": 10,
                        "productID": "melvorD:Bronze_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Platelegs",
                        "level": 16,
                        "productID": "melvorD:Bronze_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Platebody",
                        "level": 18,
                        "productID": "melvorD:Bronze_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Dagger",
                        "level": 10,
                        "productID": "melvorD:Iron_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Sword",
                        "level": 12,
                        "productID": "melvorD:Iron_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Battleaxe",
                        "level": 17,
                        "productID": "melvorD:Iron_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_2H_Sword",
                        "level": 23,
                        "productID": "melvorD:Iron_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Helmet",
                        "level": 16,
                        "productID": "melvorD:Iron_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Boots",
                        "level": 19,
                        "productID": "melvorD:Iron_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Platelegs",
                        "level": 25,
                        "productID": "melvorD:Iron_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Platebody",
                        "level": 27,
                        "productID": "melvorD:Iron_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Dagger",
                        "level": 25,
                        "productID": "melvorD:Steel_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Sword",
                        "level": 27,
                        "productID": "melvorD:Steel_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Battleaxe",
                        "level": 32,
                        "productID": "melvorD:Steel_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_2H_Sword",
                        "level": 38,
                        "productID": "melvorD:Steel_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Helmet",
                        "level": 31,
                        "productID": "melvorD:Steel_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Boots",
                        "level": 34,
                        "productID": "melvorD:Steel_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Platelegs",
                        "level": 40,
                        "productID": "melvorD:Steel_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Platebody",
                        "level": 42,
                        "productID": "melvorD:Steel_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Dagger",
                        "level": 40,
                        "productID": "melvorD:Mithril_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Sword",
                        "level": 42,
                        "productID": "melvorD:Mithril_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Battleaxe",
                        "level": 47,
                        "productID": "melvorD:Mithril_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_2H_Sword",
                        "level": 53,
                        "productID": "melvorD:Mithril_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Helmet",
                        "level": 46,
                        "productID": "melvorD:Mithril_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Boots",
                        "level": 49,
                        "productID": "melvorD:Mithril_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Platelegs",
                        "level": 55,
                        "productID": "melvorD:Mithril_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Platebody",
                        "level": 57,
                        "productID": "melvorD:Mithril_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 250,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Dagger",
                        "level": 55,
                        "productID": "melvorD:Adamant_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Sword",
                        "level": 57,
                        "productID": "melvorD:Adamant_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Battleaxe",
                        "level": 62,
                        "productID": "melvorD:Adamant_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 180,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_2H_Sword",
                        "level": 68,
                        "productID": "melvorD:Adamant_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 180,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Helmet",
                        "level": 61,
                        "productID": "melvorD:Adamant_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 120,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Boots",
                        "level": 64,
                        "productID": "melvorD:Adamant_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 120,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Platelegs",
                        "level": 70,
                        "productID": "melvorD:Adamant_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 180,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Platebody",
                        "level": 72,
                        "productID": "melvorD:Adamant_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Dagger",
                        "level": 70,
                        "productID": "melvorD:Rune_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 75,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Sword",
                        "level": 72,
                        "productID": "melvorD:Rune_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 75,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Battleaxe",
                        "level": 77,
                        "productID": "melvorD:Rune_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 225,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_2H_Sword",
                        "level": 83,
                        "productID": "melvorD:Rune_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 225,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Helmet",
                        "level": 76,
                        "productID": "melvorD:Rune_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Boots",
                        "level": 79,
                        "productID": "melvorD:Rune_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Platelegs",
                        "level": 85,
                        "productID": "melvorD:Rune_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 225,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Platebody",
                        "level": 87,
                        "productID": "melvorD:Rune_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 375,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Dagger",
                        "level": 85,
                        "productID": "melvorD:Dragon_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Sword",
                        "level": 87,
                        "productID": "melvorD:Dragon_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Battleaxe",
                        "level": 92,
                        "productID": "melvorD:Dragon_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_2H_Sword",
                        "level": 98,
                        "productID": "melvorD:Dragon_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Helmet",
                        "level": 91,
                        "productID": "melvorD:Dragon_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Boots",
                        "level": 94,
                        "productID": "melvorD:Dragon_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Platelegs",
                        "level": 99,
                        "productID": "melvorD:Dragon_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Platebody",
                        "level": 99,
                        "productID": "melvorD:Dragon_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 500,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Shield",
                        "level": 12,
                        "productID": "melvorD:Bronze_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Shield",
                        "level": 21,
                        "productID": "melvorD:Iron_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Shield",
                        "level": 36,
                        "productID": "melvorD:Steel_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Shield",
                        "level": 51,
                        "productID": "melvorD:Mithril_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Shield",
                        "level": 66,
                        "productID": "melvorD:Adamant_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 180,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Shield",
                        "level": 81,
                        "productID": "melvorD:Rune_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 225,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Shield",
                        "level": 96,
                        "productID": "melvorD:Dragon_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Arrowtips",
                        "level": 1,
                        "productID": "melvorD:Bronze_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 10,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Arrowtips",
                        "level": 13,
                        "productID": "melvorD:Iron_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 20,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Arrowtips",
                        "level": 28,
                        "productID": "melvorD:Steel_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 30,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Arrowtips",
                        "level": 43,
                        "productID": "melvorD:Mithril_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 50,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Arrowtips",
                        "level": 58,
                        "productID": "melvorD:Adamant_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 60,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Arrowtips",
                        "level": 73,
                        "productID": "melvorD:Rune_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 75,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Arrowtips",
                        "level": 88,
                        "productID": "melvorD:Dragon_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 100,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Scimitar",
                        "level": 6,
                        "productID": "melvorD:Bronze_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Scimitar",
                        "level": 15,
                        "productID": "melvorD:Iron_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Scimitar",
                        "level": 30,
                        "productID": "melvorD:Steel_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Scimitar",
                        "level": 45,
                        "productID": "melvorD:Mithril_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Scimitar",
                        "level": 60,
                        "productID": "melvorD:Adamant_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 120,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Scimitar",
                        "level": 75,
                        "productID": "melvorD:Rune_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Scimitar",
                        "level": 90,
                        "productID": "melvorD:Dragon_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Gloves",
                        "level": 5,
                        "productID": "melvorD:Bronze_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Gloves",
                        "level": 14,
                        "productID": "melvorD:Iron_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Gloves",
                        "level": 29,
                        "productID": "melvorD:Steel_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Gloves",
                        "level": 44,
                        "productID": "melvorD:Mithril_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Gloves",
                        "level": 59,
                        "productID": "melvorD:Adamant_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 120,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Gloves",
                        "level": 74,
                        "productID": "melvorD:Rune_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Gloves",
                        "level": 89,
                        "productID": "melvorD:Dragon_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Crossbow_Head",
                        "level": 15,
                        "productID": "melvorD:Bronze_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Crossbow_Head",
                        "level": 24,
                        "productID": "melvorD:Iron_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Crossbow_Head",
                        "level": 39,
                        "productID": "melvorD:Steel_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Crossbow_Head",
                        "level": 54,
                        "productID": "melvorD:Mithril_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Crossbow_Head",
                        "level": 69,
                        "productID": "melvorD:Adamant_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 180,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Crossbow_Head",
                        "level": 84,
                        "productID": "melvorD:Rune_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 225,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Crossbow_Head",
                        "level": 98,
                        "productID": "melvorD:Dragon_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Javelin_Heads",
                        "level": 9,
                        "productID": "melvorD:Bronze_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 20,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Javelin_Heads",
                        "level": 18,
                        "productID": "melvorD:Iron_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 40,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Javelin_Heads",
                        "level": 33,
                        "productID": "melvorD:Steel_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 60,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Javelin_Heads",
                        "level": 48,
                        "productID": "melvorD:Mithril_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 100,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Javelin_Heads",
                        "level": 63,
                        "productID": "melvorD:Adamant_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 120,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Javelin_Heads",
                        "level": 78,
                        "productID": "melvorD:Rune_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 150,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Javelin_Heads",
                        "level": 93,
                        "productID": "melvorD:Dragon_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 200,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Bronze_Throwing_Knife",
                        "level": 2,
                        "productID": "melvorD:Bronze_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 10,
                        "categoryID": "melvorD:BronzeGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Iron_Throwing_Knife",
                        "level": 11,
                        "productID": "melvorD:Iron_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 20,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Steel_Throwing_Knife",
                        "level": 26,
                        "productID": "melvorD:Steel_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 30,
                        "categoryID": "melvorD:SteelGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Mithril_Throwing_Knife",
                        "level": 41,
                        "productID": "melvorD:Mithril_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 50,
                        "categoryID": "melvorD:MithrilGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Adamant_Throwing_Knife",
                        "level": 56,
                        "productID": "melvorD:Adamant_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 60,
                        "categoryID": "melvorD:AdamantGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Rune_Throwing_Knife",
                        "level": 71,
                        "productID": "melvorD:Rune_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 75,
                        "categoryID": "melvorD:RuneGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Dragon_Throwing_Knife",
                        "level": 86,
                        "productID": "melvorD:Dragon_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 100,
                        "categoryID": "melvorD:DragonGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorD:Headless_Bolts",
                        "level": 10,
                        "productID": "melvorD:Headless_Bolts",
                        "baseQuantity": 5,
                        "baseExperience": 15,
                        "categoryID": "melvorD:IronGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundumite_Bar",
                        "level": 100,
                        "productID": "melvorTotH:Corundumite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 119,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 16
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Bar",
                        "level": 100,
                        "productID": "melvorTotH:Iridium_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 85,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Bar",
                        "level": 105,
                        "productID": "melvorTotH:Palladium_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 110,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Bar",
                        "level": 108,
                        "productID": "melvorTotH:Augite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 161,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Bar",
                        "level": 110,
                        "productID": "melvorTotH:Meteorite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 178,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Ore",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divinite_Bar",
                        "level": 115,
                        "productID": "melvorTotH:Divinite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 212,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Ore",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 24
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Dagger",
                        "level": 100,
                        "productID": "melvorTotH:Corundum_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 115,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Sword",
                        "level": 101,
                        "productID": "melvorTotH:Corundum_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 115,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Battleaxe",
                        "level": 104,
                        "productID": "melvorTotH:Corundum_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 345,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_2H_Sword",
                        "level": 106,
                        "productID": "melvorTotH:Corundum_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 345,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Scimitar",
                        "level": 103,
                        "productID": "melvorTotH:Corundum_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 230,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Helmet",
                        "level": 103,
                        "productID": "melvorTotH:Corundum_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 230,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Boots",
                        "level": 105,
                        "productID": "melvorTotH:Corundum_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 230,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Platelegs",
                        "level": 107,
                        "productID": "melvorTotH:Corundum_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 345,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Platebody",
                        "level": 107,
                        "productID": "melvorTotH:Corundum_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 575,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Shield",
                        "level": 105,
                        "productID": "melvorTotH:Corundum_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 345,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Arrowtips",
                        "level": 102,
                        "productID": "melvorTotH:Corundum_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 115,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Gloves",
                        "level": 102,
                        "productID": "melvorTotH:Corundum_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 230,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Crossbow_Head",
                        "level": 106,
                        "productID": "melvorTotH:Corundum_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 345,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Javelin_Heads",
                        "level": 104,
                        "productID": "melvorTotH:Corundum_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 230,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Throwing_Knife",
                        "level": 101,
                        "productID": "melvorTotH:Corundum_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 115,
                        "categoryID": "melvorTotH:CorundumGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Dagger",
                        "level": 108,
                        "productID": "melvorTotH:Augite_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 135,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Sword",
                        "level": 109,
                        "productID": "melvorTotH:Augite_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 135,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Battleaxe",
                        "level": 112,
                        "productID": "melvorTotH:Augite_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 405,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_2H_Sword",
                        "level": 114,
                        "productID": "melvorTotH:Augite_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 405,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Scimitar",
                        "level": 111,
                        "productID": "melvorTotH:Augite_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 270,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Helmet",
                        "level": 111,
                        "productID": "melvorTotH:Augite_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 270,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Boots",
                        "level": 113,
                        "productID": "melvorTotH:Augite_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 270,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Platelegs",
                        "level": 115,
                        "productID": "melvorTotH:Augite_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 405,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Platebody",
                        "level": 115,
                        "productID": "melvorTotH:Augite_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 675,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Shield",
                        "level": 113,
                        "productID": "melvorTotH:Augite_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 405,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Arrowtips",
                        "level": 110,
                        "productID": "melvorTotH:Augite_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 135,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Gloves",
                        "level": 110,
                        "productID": "melvorTotH:Augite_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 270,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Crossbow_Head",
                        "level": 114,
                        "productID": "melvorTotH:Augite_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 405,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Javelin_Heads",
                        "level": 112,
                        "productID": "melvorTotH:Augite_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 270,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Throwing_Knife",
                        "level": 109,
                        "productID": "melvorTotH:Augite_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 135,
                        "categoryID": "melvorTotH:AugiteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_2H_Sword",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 465,
                        "categoryID": "melvorTotH:MeteoriteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Helmet",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 310,
                        "categoryID": "melvorTotH:MeteoriteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Platelegs",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 465,
                        "categoryID": "melvorTotH:MeteoriteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Platebody",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 775,
                        "categoryID": "melvorTotH:MeteoriteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Crossbow_Head",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 465,
                        "categoryID": "melvorTotH:MeteoriteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Javelin_Heads",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 310,
                        "categoryID": "melvorTotH:MeteoriteGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Dagger",
                        "level": 116,
                        "productID": "melvorTotH:Divine_Dagger",
                        "baseQuantity": 1,
                        "baseExperience": 175,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Sword",
                        "level": 117,
                        "productID": "melvorTotH:Divine_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 175,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Battleaxe",
                        "level": 118,
                        "productID": "melvorTotH:Divine_Battleaxe",
                        "baseQuantity": 1,
                        "baseExperience": 525,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_2H_Sword",
                        "level": 119,
                        "productID": "melvorTotH:Divine_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 525,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Scimitar",
                        "level": 118,
                        "productID": "melvorTotH:Divine_Scimitar",
                        "baseQuantity": 1,
                        "baseExperience": 350,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Helmet",
                        "level": 118,
                        "productID": "melvorTotH:Divine_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 350,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Boots",
                        "level": 119,
                        "productID": "melvorTotH:Divine_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 350,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Platelegs",
                        "level": 120,
                        "productID": "melvorTotH:Divine_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 525,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Platebody",
                        "level": 120,
                        "productID": "melvorTotH:Divine_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 875,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Shield",
                        "level": 119,
                        "productID": "melvorTotH:Divine_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 525,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Arrowtips",
                        "level": 117,
                        "productID": "melvorTotH:Divine_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 175,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Gloves",
                        "level": 117,
                        "productID": "melvorTotH:Divine_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 350,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Crossbow_Head",
                        "level": 119,
                        "productID": "melvorTotH:Divine_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 525,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Javelin_Heads",
                        "level": 118,
                        "productID": "melvorTotH:Divine_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 350,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Throwing_Knife",
                        "level": 117,
                        "productID": "melvorTotH:Divine_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 175,
                        "categoryID": "melvorTotH:DivineGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Bronze_Bar",
                        "level": 18,
                        "productID": "melvorAoD:Imbued_Bronze_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 5,
                        "categoryID": "melvorAoD:ImbuedBars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Iron_Bar",
                        "level": 27,
                        "productID": "melvorAoD:Imbued_Iron_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 8,
                        "categoryID": "melvorAoD:ImbuedBars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Steel_Bar",
                        "level": 42,
                        "productID": "melvorAoD:Imbued_Steel_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 12,
                        "categoryID": "melvorAoD:ImbuedBars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Mithril_Bar",
                        "level": 57,
                        "productID": "melvorAoD:Imbued_Mithril_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 35,
                        "categoryID": "melvorAoD:ImbuedBars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Adamantite_Bar",
                        "level": 72,
                        "productID": "melvorAoD:Imbued_Adamantite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 42,
                        "categoryID": "melvorAoD:ImbuedBars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Runite_Bar",
                        "level": 87,
                        "productID": "melvorAoD:Imbued_Runite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorAoD:ImbuedBars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Dragonite_Bar",
                        "level": 99,
                        "productID": "melvorAoD:Imbued_Dragonite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorAoD:ImbuedBars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 12
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Darksteel_Bar",
                        "level": 80,
                        "productID": "melvorAoD:Darksteel_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 180,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Darksteel_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Aranite_Bar",
                        "level": 40,
                        "productID": "melvorAoD:Aranite_Bar",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorD:Bars",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Aranite_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Darksteel_Shield",
                        "level": 99,
                        "productID": "melvorAoD:Darksteel_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 750,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Darksteel_Bar",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Old_Darksteel_Plating",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Aranite_Shield",
                        "level": 99,
                        "productID": "melvorAoD:Aranite_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Aranite_Bar",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Old_Aranite_Plating",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Relic_Shield",
                        "level": 99,
                        "productID": "melvorAoD:Relic_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 3000,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Old_Relic_Plating",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Helmet",
                        "level": 46,
                        "productID": "melvorAoD:Crystal_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Boots",
                        "level": 49,
                        "productID": "melvorAoD:Crystal_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Platelegs",
                        "level": 55,
                        "productID": "melvorAoD:Crystal_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 6
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Platebody",
                        "level": 57,
                        "productID": "melvorAoD:Crystal_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 250,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 10
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Shield",
                        "level": 51,
                        "productID": "melvorAoD:Crystal_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 6
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Arrowtips",
                        "level": 43,
                        "productID": "melvorAoD:Crystal_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 50,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Gloves",
                        "level": 44,
                        "productID": "melvorAoD:Crystal_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Crossbow_Head",
                        "level": 54,
                        "productID": "melvorAoD:Crystal_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 6
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Javelin_Heads",
                        "level": 48,
                        "productID": "melvorAoD:Crystal_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 100,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Throwing_Knife",
                        "level": 41,
                        "productID": "melvorAoD:Crystal_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 50,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Defender",
                        "level": 45,
                        "productID": "melvorAoD:Crystal_Defender",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 2
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Twin_Blades",
                        "level": 58,
                        "productID": "melvorAoD:Crystal_Twin_Blades",
                        "baseQuantity": 1,
                        "baseExperience": 600,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 12
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 12
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_2H_Hammer",
                        "level": 59,
                        "productID": "melvorAoD:Crystal_2H_Hammer",
                        "baseQuantity": 1,
                        "baseExperience": 700,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 14
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 14
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Helmet",
                        "level": 91,
                        "productID": "melvorAoD:Pure_Crystal_Helmet",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Boots",
                        "level": 94,
                        "productID": "melvorAoD:Pure_Crystal_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Platelegs",
                        "level": 99,
                        "productID": "melvorAoD:Pure_Crystal_Platelegs",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 6
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Platebody",
                        "level": 99,
                        "productID": "melvorAoD:Pure_Crystal_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 500,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 10
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Shield",
                        "level": 96,
                        "productID": "melvorAoD:Pure_Crystal_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 6
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Arrowtips",
                        "level": 88,
                        "productID": "melvorAoD:Pure_Crystal_Arrowtips",
                        "baseQuantity": 15,
                        "baseExperience": 100,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Gloves",
                        "level": 89,
                        "productID": "melvorAoD:Pure_Crystal_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Crossbow_Head",
                        "level": 98,
                        "productID": "melvorAoD:Pure_Crystal_Crossbow_Head",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 6
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Javelin_Heads",
                        "level": 93,
                        "productID": "melvorAoD:Pure_Crystal_Javelin_Heads",
                        "baseQuantity": 5,
                        "baseExperience": 200,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 4
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Throwing_Knife",
                        "level": 86,
                        "productID": "melvorAoD:Pure_Crystal_Throwing_Knife",
                        "baseQuantity": 4,
                        "baseExperience": 100,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Defender",
                        "level": 90,
                        "productID": "melvorAoD:Pure_Crystal_Defender",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 2
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_2H_Spear",
                        "level": 99,
                        "productID": "melvorAoD:Pure_Crystal_2H_Spear",
                        "baseQuantity": 1,
                        "baseExperience": 600,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 12
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 12
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_2H_Axe",
                        "level": 99,
                        "productID": "melvorAoD:Pure_Crystal_2H_Axe",
                        "baseQuantity": 1,
                        "baseExperience": 700,
                        "categoryID": "melvorAoD:CrystalGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 14
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 14
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_2H_Sword",
                        "level": 83,
                        "productID": "melvorAoD:Unholy_2H_Sword",
                        "baseQuantity": 1,
                        "baseExperience": 255,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Platebody",
                        "level": 87,
                        "productID": "melvorAoD:Unholy_Platebody",
                        "baseQuantity": 1,
                        "baseExperience": 425,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Runite_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    }
                ],
                "baseMasteryPoolCap": 106000000,
                "masteryCheckpoints": [
                    "+5% Smithing Mastery XP",
                    "+5% resource preservation chance for Smithing",
                    "+5% resource preservation chance for Smithing",
                    "+10% chance to double items in Smithing."
                ],
                "baseInterval": 2000,
                "name": "Smithing",
                "completedAncientRelic": "melvorAoD:SmithingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:SmithingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SmithingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SmithingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SmithingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SmithingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Farming",
            "data": {
                "pets": [
                    "melvorD:LarryTheLonelyLizard",
                    "melvorD:Ty"
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Bobs_Gloves",
                        "melvorF:Seed_Pouch",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": []
                },
                "masteryTokenID": "melvorD:Mastery_Token_Farming",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each level provides increased Farming Yield."
                    },
                    {
                        "level": 16,
                        "descriptionID": 1,
                        "description": "Receive up to 1 Allotment or Herb seed back from harvesting."
                    },
                    {
                        "level": 31,
                        "descriptionID": 2,
                        "description": "Receive up to 2 Allotment or Herb seeds back from harvesting."
                    },
                    {
                        "level": 46,
                        "descriptionID": 3,
                        "description": "Receive up to 3 Allotment or Herb seeds back from harvesting."
                    },
                    {
                        "level": 50,
                        "descriptionID": 4,
                        "description": "No compost required to successfully grow."
                    },
                    {
                        "level": 61,
                        "descriptionID": 5,
                        "description": "Receive up to 4 Allotment or Herb seeds back from harvesting."
                    },
                    {
                        "level": 76,
                        "descriptionID": 6,
                        "description": "Receive up to 5 Allotment or Herb seeds back from harvesting."
                    },
                    {
                        "level": 91,
                        "descriptionID": 7,
                        "description": "Receive up to 6 Allotment or Herb seeds back from harvesting."
                    },
                    {
                        "level": 99,
                        "descriptionID": 8,
                        "description": "+20% Farming Yield. 10% reduced grow time for this Crop. Receive up to 8 Allotment or Herb seeds back from harvesting."
                    }
                ],
                "categories": [
                    {
                        "id": "melvorD:Allotment",
                        "name": "Allotments",
                        "returnSeeds": true,
                        "scaleXPWithQuantity": true,
                        "harvestMultiplier": 2,
                        "masteryXPDivider": 3,
                        "giveXPOnPlant": true,
                        "description": "Great source of food.",
                        "seedNotice": "Allotment seeds will only show if you have the level requirement, and at least 3 in your bank.",
                        "singularName": "Allotment"
                    },
                    {
                        "id": "melvorD:Herb",
                        "name": "Herbs",
                        "returnSeeds": true,
                        "scaleXPWithQuantity": true,
                        "harvestMultiplier": 2,
                        "masteryXPDivider": 3,
                        "giveXPOnPlant": true,
                        "description": "Base ingredient for Potions.",
                        "seedNotice": "Herb seeds will only show if you have the level requirement, and at least 2 in your bank.",
                        "singularName": "Herb"
                    },
                    {
                        "id": "melvorD:Tree",
                        "name": "Trees",
                        "returnSeeds": false,
                        "scaleXPWithQuantity": false,
                        "harvestMultiplier": 30,
                        "masteryXPDivider": 10,
                        "giveXPOnPlant": false,
                        "description": "Great source of XP.",
                        "seedNotice": "Tree seeds will only show if you have the level requirement, and at least 1 in your bank.",
                        "singularName": "Tree"
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorD:Potatoes",
                        "baseExperience": 8,
                        "level": 1,
                        "productId": "melvorD:Potatoes",
                        "baseInterval": 7200000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Potato_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Onions",
                        "baseExperience": 10,
                        "level": 5,
                        "productId": "melvorD:Onions",
                        "baseInterval": 7200000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Onion_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Cabbage",
                        "baseExperience": 11,
                        "level": 7,
                        "productId": "melvorD:Cabbage",
                        "baseInterval": 7200000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Cabbage_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Tomatoes",
                        "baseExperience": 14,
                        "level": 12,
                        "productId": "melvorD:Tomatoes",
                        "baseInterval": 7200000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Tomato_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Sweetcorn",
                        "baseExperience": 21,
                        "level": 20,
                        "productId": "melvorD:Sweetcorn",
                        "baseInterval": 10800000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Sweetcorn_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Strawberries",
                        "baseExperience": 39,
                        "level": 31,
                        "productId": "melvorD:Strawberries",
                        "baseInterval": 10800000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Strawberry_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Watermelon",
                        "baseExperience": 78,
                        "level": 47,
                        "productId": "melvorD:Watermelon",
                        "baseInterval": 14400000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Watermelon_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Snape_Grass",
                        "baseExperience": 92,
                        "level": 61,
                        "productId": "melvorD:Snape_Grass",
                        "baseInterval": 12600000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Snape_Grass_Seed",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Oak_Logs",
                        "baseExperience": 5835,
                        "level": 15,
                        "productId": "melvorD:Oak_Logs",
                        "baseInterval": 24000000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorD:Oak_Tree_Seed",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorD:Oak"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/oak_tree.svg"
                    },
                    {
                        "id": "melvorD:Willow_Logs",
                        "baseExperience": 18185,
                        "level": 30,
                        "productId": "melvorD:Willow_Logs",
                        "baseInterval": 33600000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorD:Willow_Tree_Seed",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorD:Willow"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/willow_tree.svg"
                    },
                    {
                        "id": "melvorD:Maple_Logs",
                        "baseExperience": 42535,
                        "level": 45,
                        "productId": "melvorD:Maple_Logs",
                        "baseInterval": 38400000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorD:Maple_Tree_Seed",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorD:Maple"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/maple_tree.svg"
                    },
                    {
                        "id": "melvorD:Yew_Logs",
                        "baseExperience": 88360,
                        "level": 60,
                        "productId": "melvorD:Yew_Logs",
                        "baseInterval": 48000000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorD:Yew_Tree_Seed",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorD:Yew"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/yew_tree.svg"
                    },
                    {
                        "id": "melvorD:Magic_Logs",
                        "baseExperience": 172250,
                        "level": 75,
                        "productId": "melvorD:Magic_Logs",
                        "baseInterval": 57600000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorD:Magic_Tree_Seed",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorD:Magic"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/magic_tree.svg"
                    },
                    {
                        "id": "melvorD:Carrot",
                        "baseExperience": 118,
                        "level": 69,
                        "productId": "melvorD:Carrot",
                        "baseInterval": 12600000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Carrot_Seeds",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorD:Garum_Herb",
                        "baseExperience": 9,
                        "level": 5,
                        "productId": "melvorD:Garum_Herb",
                        "baseInterval": 5400000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorD:Garum_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorD:Sourweed_Herb",
                        "baseExperience": 12,
                        "level": 15,
                        "productId": "melvorD:Sourweed_Herb",
                        "baseInterval": 5400000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorD:Sourweed_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorD:Mantalyme_Herb",
                        "baseExperience": 16,
                        "level": 25,
                        "productId": "melvorD:Mantalyme_Herb",
                        "baseInterval": 7200000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorD:Mantalyme_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorD:Lemontyle_Herb",
                        "baseExperience": 28,
                        "level": 35,
                        "productId": "melvorD:Lemontyle_Herb",
                        "baseInterval": 9000000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorD:Lemontyle_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorD:Oxilyme_Herb",
                        "baseExperience": 35,
                        "level": 50,
                        "productId": "melvorD:Oxilyme_Herb",
                        "baseInterval": 10800000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorD:Oxilyme_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorD:Cherry",
                        "baseExperience": 42,
                        "level": 40,
                        "productId": "melvorD:Cherry",
                        "baseInterval": 10800000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorD:Cherry_Seeds",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorF:Poraxx_Herb",
                        "baseExperience": 48,
                        "level": 60,
                        "productId": "melvorF:Poraxx_Herb",
                        "baseInterval": 12600000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorF:Poraxx_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorF:Pigtayle_Herb",
                        "baseExperience": 69,
                        "level": 70,
                        "productId": "melvorF:Pigtayle_Herb",
                        "baseInterval": 12600000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorF:Pigtayle_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorF:Barrentoe_Herb",
                        "baseExperience": 92,
                        "level": 80,
                        "productId": "melvorF:Barrentoe_Herb",
                        "baseInterval": 14400000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorF:Barrentoe_Seed",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorF:Apple",
                        "baseExperience": 48925,
                        "level": 70,
                        "productId": "melvorF:Apple",
                        "baseInterval": 24000000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorF:Apple_Tree_Seeds",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "MILESTONES",
                            "id": "melvorF:21"
                        }
                    },
                    {
                        "id": "melvorTotH:Pumpkin",
                        "baseExperience": 175,
                        "level": 100,
                        "productId": "melvorTotH:Pumpkin",
                        "baseInterval": 18000000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorTotH:Pumpkin_Seeds",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorTotH:Chilli",
                        "baseExperience": 185,
                        "level": 105,
                        "productId": "melvorTotH:Chilli",
                        "baseInterval": 18000000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorTotH:Chilli_Seeds",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorTotH:Mushrooms",
                        "baseExperience": 255,
                        "level": 115,
                        "productId": "melvorTotH:Mushrooms",
                        "baseInterval": 23400000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorTotH:Mushroom_Spores",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorTotH:Starfruit",
                        "baseExperience": 306,
                        "level": 118,
                        "productId": "melvorTotH:Starfruit",
                        "baseInterval": 27000000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorTotH:Starfruit_Seeds",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorTotH:Snowcress_Herb",
                        "baseExperience": 106,
                        "level": 102,
                        "productId": "melvorTotH:Snowcress_Herb",
                        "baseInterval": 14400000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorTotH:Snowcress_Seeds",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorTotH:Bitterlyme_Herb",
                        "baseExperience": 123,
                        "level": 106,
                        "productId": "melvorTotH:Bitterlyme_Herb",
                        "baseInterval": 14400000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorTotH:Bitterlyme_Seeds",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorTotH:Moonwort_Herb",
                        "baseExperience": 161,
                        "level": 112,
                        "productId": "melvorTotH:Moonwort_Herb",
                        "baseInterval": 18000000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorTotH:Moonwort_Seeds",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorTotH:Wurmtayle_Herb",
                        "baseExperience": 182,
                        "level": 118,
                        "productId": "melvorTotH:Wurmtayle_Herb",
                        "baseInterval": 19800000,
                        "categoryID": "melvorD:Herb",
                        "seedCost": {
                            "id": "melvorTotH:Wurmtayle_Seeds",
                            "quantity": 2
                        }
                    },
                    {
                        "id": "melvorTotH:Bananas",
                        "baseExperience": 200000,
                        "level": 100,
                        "productId": "melvorTotH:Bananas",
                        "baseInterval": 64800000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorTotH:Banana_Tree_Seeds",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:Grove_Logs",
                        "baseExperience": 220000,
                        "level": 105,
                        "productId": "melvorTotH:Grove_Logs",
                        "baseInterval": 64800000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorTotH:Grove_Tree_Seeds",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorTotH:Grove"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/grove_tree.svg"
                    },
                    {
                        "id": "melvorTotH:Elderwood_Logs",
                        "baseExperience": 315000,
                        "level": 110,
                        "productId": "melvorTotH:Elderwood_Logs",
                        "baseInterval": 72000000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorTotH:Elderwood_Tree_Seeds",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorTotH:Elderwood"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/elderwood_tree.svg"
                    },
                    {
                        "id": "melvorTotH:Carrion_Logs",
                        "baseExperience": 405000,
                        "level": 120,
                        "productId": "melvorTotH:Carrion_Logs",
                        "baseInterval": 79200000,
                        "categoryID": "melvorD:Tree",
                        "seedCost": {
                            "id": "melvorTotH:Carrion_Tree_Seeds",
                            "quantity": 1
                        },
                        "grownNameLang": {
                            "category": "TREE_NAME",
                            "id": "melvorTotH:Carrion"
                        },
                        "grownMedia": "assets/media/skills/woodcutting/carrion_tree.svg"
                    },
                    {
                        "id": "melvorAoD:Ancient_Wildberry",
                        "baseExperience": 23,
                        "level": 20,
                        "productId": "melvorAoD:Ancient_Wildberry",
                        "baseInterval": 10800000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorAoD:Ancient_Wildberry_Seeds",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorAoD:Ancient_Corn",
                        "baseExperience": 84,
                        "level": 50,
                        "productId": "melvorAoD:Ancient_Corn",
                        "baseInterval": 14400000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorAoD:Ancient_Corn_Seeds",
                            "quantity": 3
                        }
                    },
                    {
                        "id": "melvorAoD:Ancient_Carrot",
                        "baseExperience": 122,
                        "level": 69,
                        "productId": "melvorAoD:Ancient_Carrot",
                        "baseInterval": 12600000,
                        "categoryID": "melvorD:Allotment",
                        "seedCost": {
                            "id": "melvorAoD:Ancient_Carrot_Seeds",
                            "quantity": 3
                        }
                    }
                ],
                "plots": [
                    {
                        "id": "melvorD:AllotmentPlot1",
                        "categoryID": "melvorD:Allotment",
                        "level": 1,
                        "gpCost": 0
                    },
                    {
                        "id": "melvorD:AllotmentPlot2",
                        "categoryID": "melvorD:Allotment",
                        "level": 1,
                        "gpCost": 500
                    },
                    {
                        "id": "melvorD:AllotmentPlot3",
                        "categoryID": "melvorD:Allotment",
                        "level": 1,
                        "gpCost": 5000
                    },
                    {
                        "id": "melvorD:AllotmentPlot4",
                        "categoryID": "melvorD:Allotment",
                        "level": 10,
                        "gpCost": 15000
                    },
                    {
                        "id": "melvorD:AllotmentPlot5",
                        "categoryID": "melvorD:Allotment",
                        "level": 20,
                        "gpCost": 25000
                    },
                    {
                        "id": "melvorD:AllotmentPlot6",
                        "categoryID": "melvorD:Allotment",
                        "level": 30,
                        "gpCost": 40000
                    },
                    {
                        "id": "melvorD:AllotmentPlot7",
                        "categoryID": "melvorD:Allotment",
                        "level": 40,
                        "gpCost": 65000
                    },
                    {
                        "id": "melvorD:AllotmentPlot8",
                        "categoryID": "melvorD:Allotment",
                        "level": 50,
                        "gpCost": 80000
                    },
                    {
                        "id": "melvorD:AllotmentPlot9",
                        "categoryID": "melvorD:Allotment",
                        "level": 60,
                        "gpCost": 100000
                    },
                    {
                        "id": "melvorD:AllotmentPlot10",
                        "categoryID": "melvorD:Allotment",
                        "level": 70,
                        "gpCost": 120000
                    },
                    {
                        "id": "melvorD:AllotmentPlot11",
                        "categoryID": "melvorD:Allotment",
                        "level": 80,
                        "gpCost": 150000
                    },
                    {
                        "id": "melvorD:AllotmentPlot12",
                        "categoryID": "melvorD:Allotment",
                        "level": 90,
                        "gpCost": 200000
                    },
                    {
                        "id": "melvorD:HerbPlot1",
                        "categoryID": "melvorD:Herb",
                        "level": 5,
                        "gpCost": 10000
                    },
                    {
                        "id": "melvorD:HerbPlot2",
                        "categoryID": "melvorD:Herb",
                        "level": 5,
                        "gpCost": 20000
                    },
                    {
                        "id": "melvorD:HerbPlot3",
                        "categoryID": "melvorD:Herb",
                        "level": 15,
                        "gpCost": 35000
                    },
                    {
                        "id": "melvorD:HerbPlot4",
                        "categoryID": "melvorD:Herb",
                        "level": 35,
                        "gpCost": 50000
                    },
                    {
                        "id": "melvorD:HerbPlot5",
                        "categoryID": "melvorD:Herb",
                        "level": 45,
                        "gpCost": 80000
                    },
                    {
                        "id": "melvorD:HerbPlot6",
                        "categoryID": "melvorD:Herb",
                        "level": 55,
                        "gpCost": 100000
                    },
                    {
                        "id": "melvorD:HerbPlot7",
                        "categoryID": "melvorD:Herb",
                        "level": 65,
                        "gpCost": 125000
                    },
                    {
                        "id": "melvorD:HerbPlot8",
                        "categoryID": "melvorD:Herb",
                        "level": 75,
                        "gpCost": 150000
                    },
                    {
                        "id": "melvorD:HerbPlot9",
                        "categoryID": "melvorD:Herb",
                        "level": 85,
                        "gpCost": 200000
                    },
                    {
                        "id": "melvorD:TreePlot1",
                        "categoryID": "melvorD:Tree",
                        "level": 15,
                        "gpCost": 50000
                    },
                    {
                        "id": "melvorD:TreePlot2",
                        "categoryID": "melvorD:Tree",
                        "level": 30,
                        "gpCost": 100000
                    },
                    {
                        "id": "melvorD:TreePlot3",
                        "categoryID": "melvorD:Tree",
                        "level": 60,
                        "gpCost": 250000
                    },
                    {
                        "id": "melvorD:TreePlot4",
                        "categoryID": "melvorD:Tree",
                        "level": 80,
                        "gpCost": 400000
                    },
                    {
                        "id": "melvorTotH:AllotmentPlot13",
                        "categoryID": "melvorD:Allotment",
                        "level": 100,
                        "gpCost": 1000000
                    },
                    {
                        "id": "melvorTotH:AllotmentPlot14",
                        "categoryID": "melvorD:Allotment",
                        "level": 110,
                        "gpCost": 5000000
                    },
                    {
                        "id": "melvorTotH:AllotmentPlot15",
                        "categoryID": "melvorD:Allotment",
                        "level": 118,
                        "gpCost": 10000000
                    },
                    {
                        "id": "melvorTotH:HerbPlot10",
                        "categoryID": "melvorD:Herb",
                        "level": 102,
                        "gpCost": 1000000
                    },
                    {
                        "id": "melvorTotH:HerbPlot11",
                        "categoryID": "melvorD:Herb",
                        "level": 110,
                        "gpCost": 5000000
                    },
                    {
                        "id": "melvorTotH:HerbPlot12",
                        "categoryID": "melvorD:Herb",
                        "level": 118,
                        "gpCost": 10000000
                    },
                    {
                        "id": "melvorTotH:TreePlot5",
                        "categoryID": "melvorD:Tree",
                        "level": 105,
                        "gpCost": 5000000
                    },
                    {
                        "id": "melvorTotH:TreePlot6",
                        "categoryID": "melvorD:Tree",
                        "level": 115,
                        "gpCost": 10000000
                    },
                    {
                        "id": "melvorAoD:AllotmentPlot16",
                        "categoryID": "melvorD:Allotment",
                        "level": 5,
                        "gpCost": 10000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:AllotmentPlot17",
                        "categoryID": "melvorD:Allotment",
                        "level": 25,
                        "gpCost": 350000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 100
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:AllotmentPlot18",
                        "categoryID": "melvorD:Allotment",
                        "level": 55,
                        "gpCost": 100000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 200
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:AllotmentPlot19",
                        "categoryID": "melvorD:Allotment",
                        "level": 85,
                        "gpCost": 4000000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 350
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:HerbPlot13",
                        "categoryID": "melvorD:Herb",
                        "level": 5,
                        "gpCost": 10000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:HerbPlot14",
                        "categoryID": "melvorD:Herb",
                        "level": 25,
                        "gpCost": 350000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 100
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:HerbPlot15",
                        "categoryID": "melvorD:Herb",
                        "level": 55,
                        "gpCost": 900000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 200
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:HerbPlot16",
                        "categoryID": "melvorD:Herb",
                        "level": 85,
                        "gpCost": 17000000,
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Giant_Clay_Pot",
                                "quantity": 350
                            }
                        ]
                    }
                ],
                "baseMasteryPoolCap": 19500000,
                "masteryCheckpoints": [
                    "+5% Farming Mastery XP",
                    "Crops cannot die (Bonus applied when crop grows).",
                    "+5% Crop harvest",
                    "Reduced crop grow time by 10% (Bonus applied when crop is planted)"
                ],
                "name": "Farming",
                "completedAncientRelic": "melvorAoD:FarmingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:FarmingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:FarmingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:FarmingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:FarmingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:FarmingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Summoning",
            "data": {
                "categories": [
                    {
                        "id": "melvorD:Marks",
                        "name": "Marks"
                    },
                    {
                        "id": "melvorD:TabletsFamiliars",
                        "name": "Tablets/Familiars"
                    },
                    {
                        "id": "melvorD:Synergies",
                        "name": "Synergies"
                    }
                ],
                "recipeGPCost": 1000,
                "markLevels": [
                    1,
                    6,
                    16,
                    31,
                    46,
                    61
                ],
                "baseInterval": 5000,
                "name": "Summoning",
                "pets": [
                    "melvorF:TimTheWolf",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Summoning_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Utility",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Necromancer_Hat",
                        "melvorF:Necromancer_Robes",
                        "melvorF:Necromancer_Bottoms",
                        "melvorF:Necromancer_Boots",
                        "melvorF:Summoning_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorF:TimTheWolf"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Summoning",
                "masteryLevelUnlocks": [
                    {
                        "level": 10,
                        "descriptionID": 0,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 20,
                        "descriptionID": 1,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 30,
                        "descriptionID": 2,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 40,
                        "descriptionID": 3,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 50,
                        "descriptionID": 4,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 50,
                        "descriptionID": 5,
                        "description": "+1 Shard Cost Reduction for this Summoning Tablet only."
                    },
                    {
                        "level": 60,
                        "descriptionID": 6,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 70,
                        "descriptionID": 7,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 80,
                        "descriptionID": 8,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 90,
                        "descriptionID": 9,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 99,
                        "descriptionID": 10,
                        "description": "+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
                    },
                    {
                        "level": 99,
                        "descriptionID": 11,
                        "description": "+1 Shard Cost Reduction for this Summoning Tablet only."
                    },
                    {
                        "level": 99,
                        "descriptionID": 12,
                        "description": "+10 Base Quantity for this Summoning Tablet only."
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorF:GolbinThief",
                        "level": 1,
                        "productID": "melvorF:Summoning_Familiar_Golbin_Thief",
                        "baseQuantity": 25,
                        "baseExperience": 5,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Bronze_Dagger",
                            "melvorD:Iron_Dagger",
                            "melvorD:Steel_Dagger",
                            "melvorD:Black_Dagger",
                            "melvorD:Mithril_Dagger",
                            "melvorD:Adamant_Dagger",
                            "melvorD:Rune_Dagger",
                            "melvorD:Dragon_Dagger"
                        ],
                        "tier": 1,
                        "skillIDs": [
                            "melvorD:Attack",
                            "melvorD:Strength",
                            "melvorD:Defence"
                        ]
                    },
                    {
                        "id": "melvorF:Occultist",
                        "level": 5,
                        "productID": "melvorF:Summoning_Familiar_Occultist",
                        "baseQuantity": 25,
                        "baseExperience": 7,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorF:Eyeball"
                        ],
                        "tier": 1,
                        "skillIDs": [
                            "melvorD:Magic"
                        ]
                    },
                    {
                        "id": "melvorF:Wolf",
                        "level": 15,
                        "productID": "melvorF:Summoning_Familiar_Wolf",
                        "baseQuantity": 25,
                        "baseExperience": 11,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Shrimp",
                            "melvorD:Shrimp_Perfect",
                            "melvorD:Sardine",
                            "melvorD:Sardine_Perfect",
                            "melvorD:Herring",
                            "melvorD:Herring_Perfect",
                            "melvorD:Seahorse",
                            "melvorD:Seahorse_Perfect",
                            "melvorD:Trout",
                            "melvorD:Trout_Perfect",
                            "melvorD:Salmon",
                            "melvorD:Salmon_Perfect",
                            "melvorD:Lobster",
                            "melvorD:Lobster_Perfect",
                            "melvorD:Swordfish",
                            "melvorD:Swordfish_Perfect",
                            "melvorD:Anglerfish",
                            "melvorD:Anglerfish_Perfect",
                            "melvorD:Fanfish",
                            "melvorD:Fanfish_Perfect",
                            "melvorD:Crab",
                            "melvorD:Crab_Perfect",
                            "melvorD:Carp",
                            "melvorD:Carp_Perfect",
                            "melvorD:Shark",
                            "melvorD:Shark_Perfect",
                            "melvorD:Cave_Fish",
                            "melvorD:Cave_Fish_Perfect",
                            "melvorD:Manta_Ray",
                            "melvorD:Manta_Ray_Perfect",
                            "melvorD:Whale",
                            "melvorD:Whale_Perfect"
                        ],
                        "tier": 1,
                        "skillIDs": [
                            "melvorD:Attack",
                            "melvorD:Ranged"
                        ]
                    },
                    {
                        "id": "melvorF:Ent",
                        "level": 1,
                        "productID": "melvorF:Summoning_Familiar_Ent",
                        "baseQuantity": 25,
                        "baseExperience": 5,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Normal_Logs",
                            "melvorD:Oak_Logs",
                            "melvorD:Willow_Logs",
                            "melvorD:Teak_Logs",
                            "melvorD:Maple_Logs",
                            "melvorD:Mahogany_Logs",
                            "melvorD:Yew_Logs",
                            "melvorD:Magic_Logs",
                            "melvorD:Redwood_Logs"
                        ],
                        "tier": 1,
                        "skillIDs": [
                            "melvorD:Woodcutting"
                        ]
                    },
                    {
                        "id": "melvorF:Mole",
                        "level": 5,
                        "productID": "melvorF:Summoning_Familiar_Mole",
                        "baseQuantity": 25,
                        "baseExperience": 7,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Copper_Ore",
                            "melvorD:Tin_Ore",
                            "melvorD:Iron_Ore",
                            "melvorD:Coal_Ore",
                            "melvorD:Silver_Ore",
                            "melvorD:Gold_Ore",
                            "melvorD:Mithril_Ore",
                            "melvorD:Adamantite_Ore",
                            "melvorD:Runite_Ore",
                            "melvorD:Dragonite_Ore"
                        ],
                        "tier": 1,
                        "skillIDs": [
                            "melvorD:Mining"
                        ]
                    },
                    {
                        "id": "melvorF:Octopus",
                        "level": 15,
                        "productID": "melvorF:Summoning_Familiar_Octopus",
                        "baseQuantity": 25,
                        "baseExperience": 11,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Raw_Shrimp",
                            "melvorD:Raw_Sardine",
                            "melvorD:Raw_Blowfish",
                            "melvorD:Raw_Herring",
                            "melvorD:Raw_Seahorse",
                            "melvorD:Raw_Trout",
                            "melvorD:Raw_Poison_Fish",
                            "melvorD:Raw_Salmon",
                            "melvorD:Raw_Lobster",
                            "melvorD:Raw_Skeleton_Fish",
                            "melvorD:Raw_Swordfish",
                            "melvorD:Raw_Anglerfish",
                            "melvorD:Raw_Fanfish",
                            "melvorD:Raw_Crab",
                            "melvorD:Raw_Carp",
                            "melvorD:Raw_Shark",
                            "melvorD:Raw_Cave_Fish",
                            "melvorD:Raw_Manta_Ray",
                            "melvorD:Raw_Whale"
                        ],
                        "tier": 1,
                        "skillIDs": [
                            "melvorD:Fishing"
                        ]
                    },
                    {
                        "id": "melvorF:Minotaur",
                        "level": 25,
                        "productID": "melvorF:Summoning_Familiar_Minotaur",
                        "baseQuantity": 25,
                        "baseExperience": 15,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Bronze_Battleaxe",
                            "melvorD:Iron_Battleaxe",
                            "melvorD:Steel_Battleaxe",
                            "melvorD:Black_Battleaxe",
                            "melvorD:Mithril_Battleaxe",
                            "melvorD:Adamant_Battleaxe",
                            "melvorD:Rune_Battleaxe",
                            "melvorD:Dragon_Battleaxe"
                        ],
                        "tier": 2,
                        "skillIDs": [
                            "melvorD:Strength"
                        ]
                    },
                    {
                        "id": "melvorF:Centaur",
                        "level": 35,
                        "productID": "melvorF:Summoning_Familiar_Centaur",
                        "baseQuantity": 25,
                        "baseExperience": 19,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Normal_Shortbow",
                            "melvorF:Normal_Longbow",
                            "melvorD:Oak_Shortbow",
                            "melvorF:Oak_Longbow",
                            "melvorF:Willow_Shortbow",
                            "melvorF:Willow_Longbow",
                            "melvorD:Maple_Shortbow",
                            "melvorD:Maple_Longbow",
                            "melvorD:Yew_Shortbow",
                            "melvorF:Yew_Longbow",
                            "melvorD:Magic_Shortbow",
                            "melvorD:Magic_Longbow",
                            "melvorF:Redwood_Shortbow",
                            "melvorD:Redwood_Longbow"
                        ],
                        "tier": 2,
                        "skillIDs": [
                            "melvorD:Ranged"
                        ]
                    },
                    {
                        "id": "melvorF:Witch",
                        "level": 45,
                        "productID": "melvorF:Summoning_Familiar_Witch",
                        "baseQuantity": 25,
                        "baseExperience": 23,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Air_Rune",
                            "melvorD:Mind_Rune",
                            "melvorD:Water_Rune",
                            "melvorD:Earth_Rune",
                            "melvorD:Fire_Rune",
                            "melvorD:Light_Rune",
                            "melvorD:Body_Rune",
                            "melvorD:Chaos_Rune",
                            "melvorF:Nature_Rune",
                            "melvorF:Havoc_Rune",
                            "melvorD:Death_Rune",
                            "melvorD:Blood_Rune",
                            "melvorF:Spirit_Rune",
                            "melvorD:Ancient_Rune"
                        ],
                        "tier": 2,
                        "skillIDs": [
                            "melvorD:Magic"
                        ]
                    },
                    {
                        "id": "melvorF:Pig",
                        "level": 25,
                        "productID": "melvorF:Summoning_Familiar_Pig",
                        "baseQuantity": 25,
                        "baseExperience": 15,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Shrimp",
                            "melvorD:Shrimp_Perfect",
                            "melvorD:Sardine",
                            "melvorD:Sardine_Perfect",
                            "melvorD:Herring",
                            "melvorD:Herring_Perfect",
                            "melvorD:Seahorse",
                            "melvorD:Seahorse_Perfect",
                            "melvorD:Trout",
                            "melvorD:Trout_Perfect",
                            "melvorD:Salmon",
                            "melvorD:Salmon_Perfect",
                            "melvorD:Lobster",
                            "melvorD:Lobster_Perfect",
                            "melvorD:Swordfish",
                            "melvorD:Swordfish_Perfect",
                            "melvorD:Anglerfish",
                            "melvorD:Anglerfish_Perfect",
                            "melvorD:Fanfish",
                            "melvorD:Fanfish_Perfect",
                            "melvorD:Crab",
                            "melvorD:Crab_Perfect",
                            "melvorD:Carp",
                            "melvorD:Carp_Perfect",
                            "melvorD:Shark",
                            "melvorD:Shark_Perfect",
                            "melvorD:Cave_Fish",
                            "melvorD:Cave_Fish_Perfect",
                            "melvorD:Manta_Ray",
                            "melvorD:Manta_Ray_Perfect",
                            "melvorD:Whale",
                            "melvorD:Whale_Perfect"
                        ],
                        "tier": 2,
                        "skillIDs": [
                            "melvorD:Cooking"
                        ]
                    },
                    {
                        "id": "melvorF:Crow",
                        "level": 35,
                        "productID": "melvorF:Summoning_Familiar_Crow",
                        "baseQuantity": 25,
                        "baseExperience": 19,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Mist_Rune",
                            "melvorD:Dust_Rune",
                            "melvorF:Mud_Rune",
                            "melvorD:Smoke_Rune",
                            "melvorF:Steam_Rune",
                            "melvorF:Lava_Rune"
                        ],
                        "tier": 2,
                        "skillIDs": [
                            "melvorD:Runecrafting"
                        ]
                    },
                    {
                        "id": "melvorF:Leprechaun",
                        "level": 45,
                        "productID": "melvorF:Summoning_Familiar_Leprechaun",
                        "baseQuantity": 25,
                        "baseExperience": 23,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 1000,
                        "scCost": 0,
                        "nonShardItemCosts": [],
                        "tier": 2,
                        "skillIDs": [
                            "melvorD:Thieving"
                        ]
                    },
                    {
                        "id": "melvorF:Cyclops",
                        "level": 55,
                        "productID": "melvorF:Summoning_Familiar_Cyclops",
                        "baseQuantity": 25,
                        "baseExperience": 27,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 1000,
                        "nonShardItemCosts": [],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Slayer"
                        ]
                    },
                    {
                        "id": "melvorF:Yak",
                        "level": 65,
                        "productID": "melvorF:Summoning_Familiar_Yak",
                        "baseQuantity": 25,
                        "baseExperience": 31,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Bronze_Shield",
                            "melvorD:Iron_Shield",
                            "melvorD:Steel_Shield",
                            "melvorD:Black_Shield",
                            "melvorD:Mithril_Shield",
                            "melvorD:Adamant_Shield",
                            "melvorD:Rune_Shield",
                            "melvorD:Dragon_Shield"
                        ],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Defence"
                        ]
                    },
                    {
                        "id": "melvorF:Unicorn",
                        "level": 80,
                        "productID": "melvorF:Summoning_Familiar_Unicorn",
                        "baseQuantity": 25,
                        "baseExperience": 37,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorF:Holy_Dust"
                        ],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Prayer"
                        ]
                    },
                    {
                        "id": "melvorF:Dragon",
                        "level": 90,
                        "productID": "melvorF:Summoning_Familiar_Dragon",
                        "baseQuantity": 25,
                        "baseExperience": 41,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Dragon_Bones"
                        ],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Hitpoints"
                        ]
                    },
                    {
                        "id": "melvorF:Monkey",
                        "level": 55,
                        "productID": "melvorF:Summoning_Familiar_Monkey",
                        "baseQuantity": 25,
                        "baseExperience": 27,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorF:Silver_Topaz_Ring",
                            "melvorD:Gold_Topaz_Ring",
                            "melvorF:Silver_Sapphire_Ring",
                            "melvorF:Gold_Sapphire_Ring",
                            "melvorF:Silver_Ruby_Ring",
                            "melvorF:Gold_Ruby_Ring",
                            "melvorF:Silver_Emerald_Ring",
                            "melvorF:Gold_Emerald_Ring",
                            "melvorF:Silver_Diamond_Ring",
                            "melvorF:Gold_Diamond_Ring",
                            "melvorF:Silver_Topaz_Necklace",
                            "melvorF:Gold_Topaz_Necklace",
                            "melvorF:Silver_Sapphire_Necklace",
                            "melvorF:Gold_Sapphire_Necklace",
                            "melvorF:Silver_Ruby_Necklace",
                            "melvorF:Gold_Ruby_Necklace",
                            "melvorF:Silver_Emerald_Necklace",
                            "melvorF:Gold_Emerald_Necklace",
                            "melvorF:Silver_Diamond_Necklace",
                            "melvorF:Gold_Diamond_Necklace"
                        ],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Crafting"
                        ]
                    },
                    {
                        "id": "melvorF:Salamander",
                        "level": 65,
                        "productID": "melvorF:Summoning_Familiar_Salamander",
                        "baseQuantity": 25,
                        "baseExperience": 31,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Bronze_Bar",
                            "melvorD:Iron_Bar",
                            "melvorD:Silver_Bar",
                            "melvorD:Gold_Bar",
                            "melvorD:Mithril_Bar",
                            "melvorD:Adamantite_Bar",
                            "melvorD:Runite_Bar",
                            "melvorD:Dragonite_Bar",
                            "melvorD:Steel_Bar"
                        ],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Smithing"
                        ]
                    },
                    {
                        "id": "melvorF:Bear",
                        "level": 80,
                        "productID": "melvorF:Summoning_Familiar_Bear",
                        "baseQuantity": 25,
                        "baseExperience": 37,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Garum_Herb",
                            "melvorD:Sourweed_Herb",
                            "melvorD:Mantalyme_Herb",
                            "melvorD:Lemontyle_Herb",
                            "melvorD:Oxilyme_Herb",
                            "melvorF:Poraxx_Herb",
                            "melvorF:Pigtayle_Herb",
                            "melvorF:Barrentoe_Herb"
                        ],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Herblore"
                        ]
                    },
                    {
                        "id": "melvorF:Devil",
                        "level": 90,
                        "productID": "melvorF:Summoning_Familiar_Devil",
                        "baseQuantity": 25,
                        "baseExperience": 41,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Topaz",
                            "melvorD:Sapphire",
                            "melvorD:Ruby",
                            "melvorD:Emerald",
                            "melvorD:Diamond"
                        ],
                        "tier": 3,
                        "skillIDs": [
                            "melvorD:Firemaking"
                        ]
                    },
                    {
                        "id": "melvorTotH:Eagle",
                        "level": 100,
                        "productID": "melvorTotH:Summoning_Familiar_Eagle",
                        "baseQuantity": 25,
                        "baseExperience": 45,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 12
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorD:Feathers"
                        ],
                        "tier": 4,
                        "skillIDs": [
                            "melvorD:Agility"
                        ]
                    },
                    {
                        "id": "melvorTotH:Owl",
                        "level": 105,
                        "productID": "melvorTotH:Summoning_Familiar_Owl",
                        "baseQuantity": 25,
                        "baseExperience": 47,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 12
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorF:Stardust",
                            "melvorF:Golden_Stardust"
                        ],
                        "tier": 4,
                        "skillIDs": [
                            "melvorD:Astrology"
                        ]
                    },
                    {
                        "id": "melvorTotH:Beaver",
                        "level": 110,
                        "productID": "melvorTotH:Summoning_Familiar_Beaver",
                        "baseQuantity": 25,
                        "baseExperience": 49,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 14
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorF:Bronze_Javelin",
                            "melvorF:Iron_Javelin",
                            "melvorF:Steel_Javelin",
                            "melvorF:Mithril_Javelin",
                            "melvorF:Adamant_Javelin",
                            "melvorF:Rune_Javelin",
                            "melvorF:Dragon_Javelin",
                            "melvorF:Ancient_Javelin",
                            "melvorTotH:Corundum_Javelin",
                            "melvorTotH:Augite_Javelin",
                            "melvorTotH:Meteorite_Javelin",
                            "melvorTotH:Divine_Javelin"
                        ],
                        "tier": 5,
                        "skillIDs": [
                            "melvorD:Fletching"
                        ]
                    },
                    {
                        "id": "melvorTotH:Fox",
                        "level": 115,
                        "productID": "melvorTotH:Summoning_Familiar_Fox",
                        "baseQuantity": 25,
                        "baseExperience": 51,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Green",
                                "quantity": 14
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Silver",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorF:Summoning_Shard_Red",
                            "melvorF:Summoning_Shard_Green",
                            "melvorF:Summoning_Shard_Blue",
                            "melvorF:Summoning_Shard_Silver",
                            "melvorF:Summoning_Shard_Gold",
                            "melvorF:Summoning_Shard_Black"
                        ],
                        "tier": 5,
                        "skillIDs": [
                            "melvorD:Summoning"
                        ]
                    },
                    {
                        "id": "melvorTotH:LightningSpirit",
                        "level": 100,
                        "productID": "melvorTotH:Summoning_Familiar_Lightning_Spirit",
                        "baseQuantity": 25,
                        "baseExperience": 45,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 12
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorTotH:Lightning_Rune"
                        ],
                        "tier": 4,
                        "skillIDs": [
                            "melvorD:Attack",
                            "melvorD:Ranged",
                            "melvorD:Magic"
                        ]
                    },
                    {
                        "id": "melvorTotH:Siren",
                        "level": 105,
                        "productID": "melvorTotH:Summoning_Familiar_Siren",
                        "baseQuantity": 25,
                        "baseExperience": 47,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 12
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorTotH:Raw_Lava_Fish",
                            "melvorTotH:Raw_Spike_Fish",
                            "melvorTotH:Raw_Rockfish",
                            "melvorTotH:Raw_Blue_Crab",
                            "melvorD:Raw_Magic_Fish",
                            "melvorTotH:Raw_Magma_Fish",
                            "melvorTotH:Raw_Large_Blowfish",
                            "melvorTotH:Raw_Static_Jellyfish",
                            "melvorTotH:Raw_Magma_Eel",
                            "melvorTotH:Raw_Frost_Crab",
                            "melvorTotH:Raw_Frozen_Manta_Ray",
                            "melvorTotH:Raw_Ghost_Fish",
                            "melvorTotH:Raw_Mystic_Seahorse",
                            "melvorTotH:Raw_Terrorfish",
                            "melvorTotH:Raw_Mystic_Shark"
                        ],
                        "tier": 4,
                        "skillIDs": [
                            "melvorD:Strength",
                            "melvorD:Ranged",
                            "melvorD:Magic"
                        ]
                    },
                    {
                        "id": "melvorTotH:Spider",
                        "level": 110,
                        "productID": "melvorTotH:Summoning_Familiar_Spider",
                        "baseQuantity": 25,
                        "baseExperience": 49,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 14
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 12
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorTotH:Spider_Queen_Eggs"
                        ],
                        "tier": 5,
                        "skillIDs": [
                            "melvorD:Defence",
                            "melvorD:Ranged",
                            "melvorD:Magic"
                        ]
                    },
                    {
                        "id": "melvorTotH:Spectre",
                        "level": 115,
                        "productID": "melvorTotH:Summoning_Familiar_Spectre",
                        "baseQuantity": 25,
                        "baseExperience": 51,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 14
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 12
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorTotH:Ectoplasm"
                        ],
                        "tier": 5,
                        "skillIDs": [
                            "melvorD:Prayer"
                        ]
                    },
                    {
                        "id": "melvorAoD:Barrier",
                        "level": 70,
                        "productID": "melvorAoD:Summoning_Familiar_Barrier",
                        "baseQuantity": 25,
                        "baseExperience": 33,
                        "categoryID": "melvorD:TabletsFamiliars",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Red",
                                "quantity": 14
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Blue",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0,
                        "nonShardItemCosts": [
                            "melvorAoD:Basic_Barrier_Gem",
                            "melvorAoD:Barrier_Gem",
                            "melvorAoD:Sapping_Barrier_Gem",
                            "melvorAoD:Draining_Barrier_Gem",
                            "melvorAoD:Eroding_Barrier_Gem",
                            "melvorAoD:Siphoning_Barrier_Gem",
                            "melvorAoD:Devouring_Barrier_Gem"
                        ],
                        "tier": 1,
                        "skillIDs": [
                            "melvorD:Attack",
                            "melvorD:Ranged",
                            "melvorD:Magic"
                        ]
                    }
                ],
                "synergies": [
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Occultist"
                        ],
                        "modifiers": {
                            "increasedGPFromMonstersFlatBasedOnEvasion": 15
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Wolf"
                        ],
                        "modifiers": {
                            "increasedGPFromMonstersFlat": 350
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Minotaur"
                        ],
                        "modifiers": {
                            "increasedGPPerMeleeDamage": 2500
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Centaur"
                        ],
                        "modifiers": {
                            "increasedGPPerRangedDamage": 2000
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Witch"
                        ],
                        "modifiers": {
                            "increasedGPPerMagicDamage": 1500
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "increasedGPFromSlayerTaskMonsters": 400
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Yak"
                        ],
                        "modifiers": {
                            "increasedGPWhenHitBasedOnDR": 30
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedGPOnRegenBasedOnHPGain": 1000
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "increasedGPFromBurningMonsters": 200
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Wolf"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "When player has full Hitpoints, effects from the Occultist Familiar are tripled (+20% Global Evasion, -20% Enemy Evasion Ratings).",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Hitpoints",
                                    "character": "Player",
                                    "value": 100,
                                    "operator": "\u003E="
                                },
                                "modifiers": {
                                    "increasedGlobalEvasion": 20
                                },
                                "enemyModifiers": {
                                    "decreasedGlobalEvasion": 20
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Minotaur"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "-20% Enemy Melee Evasion Rating.",
                        "enemyModifiers": {
                            "decreasedMeleeEvasion": 20
                        }
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Centaur"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "-20% Enemy Ranged Evasion Rating.",
                        "enemyModifiers": {
                            "decreasedRangedEvasion": 20
                        }
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Witch"
                        ],
                        "modifiers": {
                            "increasedFlatMagicDefenceBonus": 100
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "decreasedSlayerTaskMonsterAccuracy": 20
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Yak"
                        ],
                        "modifiers": {
                            "increasedMeleeRangedDefenceBonusBasedOnDR": 1
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedHPRegenWhenEnemyHasMoreEvasion": 200
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If the Player is BURNING, grants +75 Melee, Ranged and Magic Defence Bonus.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "DOT",
                                    "character": "Player",
                                    "dotType": "Burn",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedFlatMeleeDefenceBonus": 75,
                                    "increasedFlatRangedDefenceBonus": 75,
                                    "increasedFlatMagicDefenceBonus": 75
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorF:Minotaur"
                        ],
                        "modifiers": {
                            "increasedMeleeLifesteal": 12
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorF:Centaur"
                        ],
                        "modifiers": {
                            "increasedRangedLifesteal": 8
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorF:Witch"
                        ],
                        "modifiers": {
                            "increasedMagicLifesteal": 4
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "increasedSCfromLifesteal": 200
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorF:Yak"
                        ],
                        "modifiers": {
                            "increasedHealingOnAttackBasedOnDR": 5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedBleedLifesteal": 50
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "increasedSummoningAttackLifesteal": 100
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Mole"
                        ],
                        "modifiers": {
                            "increasedWoodcuttingGemChance": 5
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Octopus"
                        ],
                        "modifiers": {
                            "increasedBirdNestDropRate": 6,
                            "increasedBonusFishingSpecialChance": 6
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction"
                            },
                            {
                                "type": "FishingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Pig"
                        ],
                        "modifiers": {
                            "increasedChanceAdditionalSkillResource": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 30
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Crow"
                        ],
                        "modifiers": {
                            "increasedRunecraftingStavePreservation": 20
                        },
                        "consumesOn": [
                            {
                                "type": "RunecraftingAction",
                                "subCategories": [
                                    "Staff"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Leprechaun"
                        ],
                        "modifiers": {
                            "summoningSynergy_Ent_Leprechaun": 2
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true,
                                "npcIDs": [
                                    "melvorF:LUMBERJACK"
                                ]
                            }
                        ],
                        "customDescription": "When successfully pickpocketing the Lumberjack in Thieving, grants +2 Bird Nest instead of GP."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Monkey"
                        ],
                        "modifiers": {
                            "increasedWoodcuttingJewelryChance": 35
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction",
                                "nestGiven": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Salamander"
                        ],
                        "modifiers": {
                            "summoningSynergy_3_17": 20
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction"
                            },
                            {
                                "type": "SmithingAction"
                            }
                        ],
                        "customDescription": "+20% chance to gain +1 Base Logs from Woodcutting, or produced Items from Smithing."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "increasedMinimumBirdNestsWhenPotionActive": 1
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction",
                                "activePotionIDs": [
                                    "melvorF:Bird_Nest_Potion_I",
                                    "melvorF:Bird_Nest_Potion_II",
                                    "melvorF:Bird_Nest_Potion_III",
                                    "melvorF:Bird_Nest_Potion_IV"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "increasedWoodcuttingXPAddedAsFiremakingXP": 15,
                            "halvedWoodcuttingDoubleChance": 1
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Octopus"
                        ],
                        "modifiers": {
                            "summoningSynergy_4_5": 15
                        },
                        "consumesOn": [
                            {
                                "type": "FishingAction",
                                "gemGiven": true
                            },
                            {
                                "type": "MiningAction",
                                "gemObtained": true
                            }
                        ],
                        "customDescription": "When receiving a Gem from Mining or Fishing, there is a +15% chance to get another random Gem."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Pig"
                        ],
                        "modifiers": {
                            "decreasedCookingSuccessCap": 25,
                            "coalGainedOnCookingFailure": 100
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            }
                        ],
                        "customDescription": "Cooking Success Rate is capped at 75%. Grants 100 Coal Ore when failing to Cook Food."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Crow"
                        ],
                        "modifiers": {
                            "doubleRuneEssenceMining": 1
                        },
                        "consumesOn": [
                            {
                                "type": "MiningAction",
                                "actionIDs": [
                                    "melvorD:Rune_Essence"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Leprechaun"
                        ],
                        "modifiers": {
                            "summoningSynergy_Mole_Leprechaun": 30
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true,
                                "npcIDs": [
                                    "melvorF:MINER"
                                ]
                            }
                        ],
                        "customDescription": "When successfully pickpocketing the Miner in Thieving, +30% chance to get a random Gem."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Monkey"
                        ],
                        "modifiers": {
                            "doubleSilverGoldMining": 1
                        },
                        "consumesOn": [
                            {
                                "type": "MiningAction",
                                "actionIDs": [
                                    "melvorD:Silver_Ore",
                                    "melvorD:Gold_Ore"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Salamander"
                        ],
                        "modifiers": {
                            "increasedMiningBarChance": 15
                        },
                        "consumesOn": [
                            {
                                "type": "MiningAction",
                                "smithedVersionExists": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "increasedMiningNodeHPWithPerfectSwing": 25
                        },
                        "consumesOn": [
                            {
                                "type": "MiningAction",
                                "activePotionIDs": [
                                    "melvorF:Perfect_Swing_Potion_I",
                                    "melvorF:Perfect_Swing_Potion_II",
                                    "melvorF:Perfect_Swing_Potion_III",
                                    "melvorF:Perfect_Swing_Potion_IV"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "increasedChanceForDiamondFiremaking": 10
                        },
                        "consumesOn": [
                            {
                                "type": "FiremakingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorF:Pig"
                        ],
                        "modifiers": {
                            "increasedFishingCookedChance": 75
                        },
                        "consumesOn": [
                            {
                                "type": "FishingAction",
                                "cookedVersionExists": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorF:Crow"
                        ],
                        "modifiers": {
                            "increasedRunecraftingWaterComboRunes": 5
                        },
                        "consumesOn": [
                            {
                                "type": "RunecraftingAction",
                                "categoryIDs": [
                                    "melvorF:CombinationRunes"
                                ],
                                "consumedItemIDs": [
                                    "melvorD:Water_Rune"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorF:Leprechaun"
                        ],
                        "modifiers": {
                            "summoningSynergy_Octopus_Leprechaun": 50
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true,
                                "npcIDs": [
                                    "melvorF:FISHERMAN"
                                ]
                            }
                        ],
                        "customDescription": "+50% Thieving Skill Interval for Fisherman only. Also grants +2 Base Thieving Item Qty from Fisherman only."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorF:Monkey"
                        ],
                        "modifiers": {
                            "increasedCraftingJewelryRandomGemChance": 33
                        },
                        "consumesOn": [
                            {
                                "type": "CraftingAction",
                                "categoryIDs": [
                                    "melvorF:Necklaces",
                                    "melvorF:Rings"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorF:Salamander"
                        ],
                        "modifiers": {
                            "increasedSmithingDragonGearPreservation": 15
                        },
                        "consumesOn": [
                            {
                                "type": "SmithingAction",
                                "categoryIDs": [
                                    "melvorD:DragonGear"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "increasedFishermansPotionCharges": 200
                        },
                        "consumesOn": [
                            {
                                "type": "FishingAction",
                                "activePotionIDs": [
                                    "melvorF:Fishermans_Potion_I",
                                    "melvorF:Fishermans_Potion_II",
                                    "melvorF:Fishermans_Potion_III",
                                    "melvorF:Fishermans_Potion_IV"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "decreasedSkillXP": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 10
                                }
                            ],
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorF:Centaur"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While fighting a Ranged Enemy, grants +25 Melee Accuracy Bonus and +25 Melee Strength Bonus.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Enemy",
                                    "thisAttackType": "ranged",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedFlatStabAttackBonus": 25,
                                    "increasedFlatSlashAttackBonus": 25,
                                    "increasedFlatBlockAttackBonus": 25,
                                    "increasedFlatMeleeStrengthBonus": 25
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorF:Witch"
                        ],
                        "modifiers": {
                            "increasedMagicMinHitBasedOnMaxHitSlayerTask": 5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "increasedMeleeMaxHitBasedOnMaxHitSlayerTask": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorF:Yak"
                        ],
                        "modifiers": {
                            "increasedDamageReductionAgainstRanged": 2
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedFlatHPRegenBasedOnMeleeMaxHit": 8
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using a Melee Weapon, grants +8% of your Melee Maximum Hit as Flat Hitpoints Regen."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If the Enemy is BURNING, effects from the Minotaur Familiar are tripled (+10% Melee Maximum Hit and +10% Melee Accuracy Rating).",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "DOT",
                                    "character": "Enemy",
                                    "dotType": "Burn",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedMeleeMaxHit": 10,
                                    "increasedMeleeAccuracyBonus": 10
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorF:Witch"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While fighting a Magic Enemy, grants +25 Ranged Accuracy Bonus and +25 Ranged Strength Bonus.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Enemy",
                                    "thisAttackType": "magic",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedFlatRangedAttackBonus": 25,
                                    "increasedFlatRangedStrengthBonus": 25
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "increasedRangedMaxHitBasedOnMaxHitSlayerTask": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorF:Yak"
                        ],
                        "modifiers": {
                            "increasedDamageReductionAgainstMagic": 2
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedFlatHPRegenBasedOnRangedMaxHit": 7
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "increasedChanceToApplyBurnWithRanged": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "increasedSlayerCoinsPerMagicDamageSlayerTask": 40
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorF:Yak"
                        ],
                        "modifiers": {
                            "increasedDamageReductionAgainstMelee": 2
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedFlatHPRegenBasedOnMagicMaxHit": 5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "increasedMinAirSpellDmg": 3,
                            "increasedMinWaterSpellDmg": 3,
                            "increasedMinEarthSpellDmg": 3,
                            "increasedMinFireSpellDmg": 3
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "+30 Minimum Damage for all Standard Magic Spells."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorF:Crow"
                        ],
                        "modifiers": {
                            "increasedRunecraftingEssencePreservation": 15,
                            "increasedSkillPreservationChance": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 15
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            },
                            {
                                "type": "RunecraftingAction",
                                "categoryIDs": [
                                    "melvorF:StandardRunes",
                                    "melvorF:CombinationRunes"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorF:Leprechaun"
                        ],
                        "modifiers": {
                            "thievingChefNoDamage": 1
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": false,
                                "npcIDs": [
                                    "melvorF:CHEF"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorF:Monkey"
                        ],
                        "modifiers": {
                            "decreasedFlatCraftingDragonhideCost": 1
                        },
                        "consumesOn": [
                            {
                                "type": "CraftingAction",
                                "categoryIDs": [
                                    "melvorF:Dragonhide"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorF:Salamander"
                        ],
                        "modifiers": {
                            "decreasedSkillInterval": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 300
                                },
                                {
                                    "skillID": "melvorD:Smithing",
                                    "value": 300
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            },
                            {
                                "type": "SmithingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "increasedGenerousCookPotionCharges": 200
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction",
                                "activePotionIDs": [
                                    "melvorF:Generous_Cook_Potion_I",
                                    "melvorF:Generous_Cook_Potion_II",
                                    "melvorF:Generous_Cook_Potion_III",
                                    "melvorF:Generous_Cook_Potion_IV"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Firemaking",
                                    "value": 8
                                },
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 8
                                }
                            ],
                            "decreasedSkillPreservationChance": [
                                {
                                    "skillID": "melvorD:Firemaking",
                                    "value": 10
                                },
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            },
                            {
                                "type": "FiremakingAction"
                            }
                        ],
                        "customDescription": "+8% Firemaking \u0026 Cooking Mastery XP. -10% Firemaking \u0026 Cooking Preservation Chance."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorF:Leprechaun"
                        ],
                        "modifiers": {
                            "increasedRuneEssenceThievingMiner": 1
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true,
                                "npcIDs": [
                                    "melvorF:MINER"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorF:Monkey"
                        ],
                        "modifiers": {
                            "increasedChanceToDoubleLeatherDragonhideCrafting": 20
                        },
                        "consumesOn": [
                            {
                                "type": "CraftingAction",
                                "categoryIDs": [
                                    "melvorF:LeatherArmour",
                                    "melvorF:Dragonhide"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorF:Salamander"
                        ],
                        "modifiers": {
                            "increasedSkillPreservationChance": [
                                {
                                    "skillID": "melvorD:Smithing",
                                    "value": 10
                                },
                                {
                                    "skillID": "melvorD:Runecrafting",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "RunecraftingAction"
                            },
                            {
                                "type": "SmithingAction"
                            }
                        ],
                        "customDescription": "+10% Smithing \u0026 Runecrafting Preservation Chance."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "giveRandomComboRunesRunecrafting": 1
                        },
                        "consumesOn": [
                            {
                                "type": "RunecraftingAction",
                                "activePotionIDs": [
                                    "melvorF:Elemental_Potion_I",
                                    "melvorF:Elemental_Potion_II",
                                    "melvorF:Elemental_Potion_III",
                                    "melvorF:Elemental_Potion_IV"
                                ]
                            }
                        ],
                        "customDescription": "While the Elemental Potion is active in Runecrafting, grants a chance to get random Combination Runes. The chance and quantity is equal to that of the Elemental Potion."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "increasedFireRunesWhenMakingElementalRunes": 10,
                            "decreasedSkillXP": [
                                {
                                    "skillID": "melvorD:Runecrafting",
                                    "value": 5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "RunecraftingAction",
                                "subCategories": [
                                    "ElementalRunes"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorF:Monkey"
                        ],
                        "modifiers": {
                            "increasedThievingAutoSellPrice": 15
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true,
                                "commonDropObtained": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorF:Salamander"
                        ],
                        "modifiers": {
                            "increasedRandomBarChanceThievingMiner": 50
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true,
                                "commonDropObtained": true,
                                "npcIDs": [
                                    "melvorF:MINER"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "increasedHerbSackChanceThievingFarmer": 3
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true,
                                "commonDropObtained": true,
                                "npcIDs": [
                                    "melvorF:BOB_THE_FARMER"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "summoningSynergy_Leprechaun_Devil": 1
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true
                            }
                        ],
                        "customDescription": "While Thieving any NPC, 50% chance to grant +100% GP, 35% chance to grant 4x Items, or 15% chance to receive no items or GP at all."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Cyclops",
                            "melvorF:Yak"
                        ],
                        "modifiers": {
                            "increasedDamageReductionAgainstSlayerTasks": 3
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Cyclops",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedHitpointRegenerationAgainstSlayerTasks": 150
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Cyclops",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "decreasedDragonBreathDamage": 25
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Yak",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "+200% Hitpoints Regeneration if you have less than 75% Current Hitpoints.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Hitpoints",
                                    "character": "Player",
                                    "operator": "\u003C",
                                    "value": 75
                                },
                                "modifiers": {
                                    "increasedHitpointRegeneration": 200
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Yak",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "burnImmunity": 100
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "You take no damage from BURNING."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Unicorn",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "increasedBurnLifesteal": 100
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Monkey",
                            "melvorF:Salamander"
                        ],
                        "modifiers": {
                            "increasedCraftingJewelryPreservation": 33
                        },
                        "consumesOn": [
                            {
                                "type": "CraftingAction",
                                "categoryIDs": [
                                    "melvorF:Necklaces",
                                    "melvorF:Rings"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Monkey",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "increasedCraftingPotionCharges": 100
                        },
                        "consumesOn": [
                            {
                                "type": "CraftingAction",
                                "activePotionIDs": [
                                    "melvorF:Crafting_Potion_I",
                                    "melvorF:Crafting_Potion_II",
                                    "melvorF:Crafting_Potion_III",
                                    "melvorF:Crafting_Potion_IV"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Monkey",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "increasedFiremakingLogGP": 400
                        },
                        "consumesOn": [
                            {
                                "type": "FiremakingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Salamander",
                            "melvorF:Bear"
                        ],
                        "modifiers": {
                            "doubleSilverGoldSmithingWithSeeingGold": 1
                        },
                        "consumesOn": [
                            {
                                "type": "SmithingAction",
                                "activePotionIDs": [
                                    "melvorF:Seeing_Gold_Potion_I",
                                    "melvorF:Seeing_Gold_Potion_II",
                                    "melvorF:Seeing_Gold_Potion_III",
                                    "melvorF:Seeing_Gold_Potion_IV"
                                ],
                                "actionIDs": [
                                    "melvorD:Silver_Bar",
                                    "melvorD:Gold_Bar"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Salamander",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "decreasedFlatSmithingCoalCost": 3
                        },
                        "consumesOn": [
                            {
                                "type": "SmithingAction",
                                "consumedItemIDs": [
                                    "melvorD:Coal_Ore"
                                ]
                            }
                        ],
                        "customDescription": "-3 Coal required for Smithing Item production."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Bear",
                            "melvorF:Devil"
                        ],
                        "modifiers": {
                            "summoningSynergy_Bear_Devil": 5
                        },
                        "consumesOn": [
                            {
                                "type": "FiremakingAction",
                                "activePotionIDs": [
                                    "melvorF:Controlled_Heat_Potion_I",
                                    "melvorF:Controlled_Heat_Potion_II",
                                    "melvorF:Controlled_Heat_Potion_III",
                                    "melvorF:Controlled_Heat_Potion_IV"
                                ]
                            }
                        ],
                        "customDescription": "While using the Controlled Heat Potions, +5% Firemaking Skill XP and Bonfire duration is doubled. Charges are used per Firemaking action."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillInterval": [
                                {
                                    "skillID": "melvorD:Woodcutting",
                                    "value": 300
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerDeedree": [
                                {
                                    "skillID": "melvorD:Woodcutting",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedChanceForArrowShaftsWoodcutting": 30
                        },
                        "consumesOn": [
                            {
                                "type": "WoodcuttingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Ent",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "decreasedNonShardCostForEquippedTablets": 30
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Ent"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillInterval": [
                                {
                                    "skillID": "melvorD:Mining",
                                    "value": 200
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "MiningAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedChanceExtraMeteoriteOre": 30
                        },
                        "consumesOn": [
                            {
                                "type": "MiningAction",
                                "actionIDs": [
                                    "melvorTotH:Meteorite_Ore"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedChanceExtraArrows": 100
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction",
                                "isArrows": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Mole",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedChanceForQualitySuperiorGem": 10
                        },
                        "consumesOn": [
                            {
                                "type": "MiningAction",
                                "actionGivesSuperiorGems": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillInterval": [
                                {
                                    "skillID": "melvorD:Fishing",
                                    "value": 500
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "FishingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerAmeria": [
                                {
                                    "skillID": "melvorD:Fishing",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "FishingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedChanceExtraUnstrungBows": 30
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction",
                                "isUnstrungBows": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Octopus",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "decreasedSummoningIntervalForOctopus": 5,
                            "decreasedNonShardCostForEquippedTablets": 20
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Octopus",
                                    "melvorTotH:Fox"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerVale": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "decreasedPassiveCookInterval": 15
                        },
                        "consumesOn": [
                            {
                                "type": "CookingAction",
                                "isPassiveCooking": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Pig",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "decreasedNonShardCostForEquippedTablets": 30
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Pig",
                                    "melvorTotH:Fox"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Bear",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "HerbloreAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Bear",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerQimican": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "HerbloreAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Bear",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedSkillPreservationCap": [
                                {
                                    "skillID": "melvorD:Fletching",
                                    "value": 5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Bear",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedSkillPreservationCap": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "HerbloreAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "increasedGPFromAgilityPerActiveObstacle": 30
                        },
                        "consumesOn": [
                            {
                                "type": "AgilityAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerKo": [
                                {
                                    "skillID": "melvorD:Thieving",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "ThievingAction",
                                "succesful": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedChanceItemToGoldFletching": 20
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Leprechaun",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedLeprechaunCreationCharges": 10,
                            "increasedNonShardCostForEquippedTablets": 100
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Leprechaun"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Runecrafting",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "RunecraftingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerArachi": [
                                {
                                    "skillID": "melvorD:Runecrafting",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "RunecraftingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedChanceExtraCrossbows": 100
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction",
                                "categoryIDs": [
                                    "melvorF:Crossbows"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Crow",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "decreasedNonShardCostForEquippedTablets": 30
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Crow",
                                    "melvorTotH:Fox"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Salamander",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Smithing",
                                    "value": 20
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "SmithingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Salamander",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerIridan": [
                                {
                                    "skillID": "melvorD:Smithing",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "SmithingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Salamander",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedChanceExtraJavelins": 30
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction",
                                "categoryIDs": [
                                    "melvorF:Javelins"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Salamander",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedSalamanderCreationCharges": 200,
                            "disableSalamanderItemReduction": 1
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Salamander",
                                    "melvorTotH:Fox"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Monkey",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "AgilityAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Monkey",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerHyden": [
                                {
                                    "skillID": "melvorD:Crafting",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "CraftingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Monkey",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedJavelinProduction": 1,
                            "increasedJavelinResourceCost": 100
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction",
                                "categoryIDs": [
                                    "melvorF:Javelins"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Monkey",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedSummoningCreationChargesForEquippedTablets": 15,
                            "decreasedSummoningIntervalPercentForEquippedTablets": 5,
                            "increasedNonShardCostForEquippedTablets": 50
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Monkey",
                                    "melvorTotH:Fox"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Devil",
                            "melvorTotH:Eagle"
                        ],
                        "modifiers": {
                            "decreasedGPFromAgility": 100,
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "AgilityAction"
                            }
                        ],
                        "customDescription": "+10% Agility Mastery XP. -100% GP from Agility."
                    },
                    {
                        "summonIDs": [
                            "melvorF:Devil",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "increasedBaseStardustDropQty": 4,
                            "disableGoldenStardustDrops": 1
                        },
                        "consumesOn": [
                            {
                                "type": "AstrologyAction"
                            }
                        ],
                        "customDescription": "Adds an additional +4 to regular stardust drops, gain no golden stardust"
                    },
                    {
                        "summonIDs": [
                            "melvorF:Devil",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedBoltProduction": 2,
                            "decreasedChanceToDoubleItemsSkill": [
                                {
                                    "skillID": "melvorD:Fletching",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction",
                                "categoryIDs": [
                                    "melvorF:Bolts"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Devil",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 100
                                }
                            ],
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 100
                                }
                            ],
                            "decreasedSummoningCreationCharges": 1000
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Eagle",
                            "melvorTotH:Owl"
                        ],
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Astrology",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "AstrologyAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Eagle",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "decreasedFletchingIntervalWithArrows": 300
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction",
                                "isArrows": true
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Eagle",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 10
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Owl",
                            "melvorTotH:Beaver"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerSyllia": [
                                {
                                    "skillID": "melvorD:Fletching",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "FletchingAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Owl",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedSkillMasteryXPPerQimican": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 1.5
                                }
                            ]
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Beaver",
                            "melvorTotH:Fox"
                        ],
                        "modifiers": {
                            "increasedSummoningCreationChargesForEquippedTablets": 5,
                            "decreasedNonShardCostForEquippedTablets": 15
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorTotH:Beaver",
                                    "melvorTotH:Fox"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, +150% Damage Dealt gained as GP.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "flavour": "Stun",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedGPPerDamage": 1500
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Sleeping, +200% Damage Dealt gained as GP.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsSleeping",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedGPPerDamage": 2000
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is both Slowed and Poisoned, gain GP per Attack Turn equal to the Enemy Combat Level.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Every",
                                    "conditions": [
                                        {
                                            "type": "Effect",
                                            "character": "Enemy",
                                            "effectType": "Slow",
                                            "inverted": false
                                        },
                                        {
                                            "type": "DOT",
                                            "character": "Enemy",
                                            "dotType": "Poison",
                                            "inverted": false
                                        }
                                    ]
                                },
                                "modifiers": {
                                    "increasedGPBasedOnEnemyCombatLevel": 1
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:GolbinThief",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {
                            "increasedGPBasedOnSummonDamage": 1000
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, +15% Lifesteal.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "flavour": "Stun",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedLifesteal": 15
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Sleeping, +25% Lifesteal.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsSleeping",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedLifesteal": 25
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {
                            "increasedPoisonLifesteal": 50
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Wolf",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {
                            "healOnHitBasedOnTargetDR": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, +15% Magic Damage Bonus from Equipment.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "flavour": "Stun",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedMagicDamageBonus": 15
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Magic Attack Style, +5% chance to apply Sleep when hitting with any attack.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "magic",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedGlobalSleepChance": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Magic Attack Style, +30% chance to apply poison when hitting with an attack.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "magic",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedChanceToApplyPoison": 30
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Witch",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Magic Attack Style, Target Damage Reduction is decreased by flat 5%.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "magic",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "enemyModifiers": {
                                    "decreasedDamageReduction": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, +15% Melee Strength Bonus from Equipment.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "flavour": "Stun",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedMeleeStrengthBonus": 15
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Melee Attack Style, +15% chance to apply Sleep when hitting with any attack.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "melee",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedGlobalSleepChance": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Melee Attack Style, +30% chance to apply poison when hitting with an attack.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "melee",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedChanceToApplyPoison": 30
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Minotaur",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Melee Attack Style, Target Damage Reduction is decreased by flat 5%.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "melee",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "enemyModifiers": {
                                    "decreasedDamageReduction": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, +15% Ranged Strength Bonus from Equipment",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "flavour": "Stun",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedRangedStrengthBonus": 15
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Ranged Attack Style, +10% chance to apply Sleep when hitting with any attack.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "ranged",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedGlobalSleepChance": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Ranged Attack Style, +15% chance to apply a 15% Slow for 2 Attack Turns when hitting with any attack.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "ranged",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increased15SlowStunChance2Turns": 15
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Centaur",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While using Ranged Attack Style, Target Damage Reduction is decreased by flat 5%.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "CombatType",
                                    "character": "Player",
                                    "thisAttackType": "ranged",
                                    "targetAttackType": "any",
                                    "inverted": false
                                },
                                "enemyModifiers": {
                                    "decreasedDamageReduction": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Cyclops",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, +10% Damage Dealt gained as Slayer Coins.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "flavour": "Stun",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedSlayerCoinsPerDamage": 100
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Cyclops",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Sleeping, +15% Damage Dealt gained as Slayer Coins.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsSleeping",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedSlayerCoinsPerDamage": 150
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Cyclops",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {
                            "increasedSlayerCoinsPerPoisonDamage": 2000
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Cyclops",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {
                            "increasedSlayerCoinsBasedOnTargetDR": 100
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {
                            "decreaseEnemyEvasionOnStun": 1
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {
                            "decreaseEnemyEvasionOnSleep": 1
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Poisoned, apply -20% Global Evasion to the Target.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "DOT",
                                    "character": "Enemy",
                                    "dotType": "Poison",
                                    "inverted": false
                                },
                                "enemyModifiers": {
                                    "decreasedGlobalEvasion": 20
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Occultist",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "Enemies have -1% Global Evasion Rating for every 2% base Damage Reduction",
                        "enemyModifiers": {
                            "decreasedEvasionBasedOnDR": 1
                        }
                    },
                    {
                        "summonIDs": [
                            "melvorF:Yak",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "+3% Damage Reduction while Stunned.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Player",
                                    "flavour": "Stun",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedDamageReduction": 3
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Yak",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "+3% Damage Reduction while Sleeping.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsSleeping",
                                    "character": "Player",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedDamageReduction": 3
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Yak",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "+3% Damage Reduction while Poisoned.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "DOT",
                                    "character": "Player",
                                    "dotType": "Poison",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedDamageReduction": 3
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Yak",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Damage Reduction is less than the Targets, +2% Damage Reduction.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "EquipStatCompare",
                                    "statKey": "damageReduction",
                                    "operator": "\u003C"
                                },
                                "modifiers": {
                                    "increasedDamageReduction": 2
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Unicorn",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {
                            "increasedHealWhenStunned": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Unicorn",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {
                            "increasedHealWhenSleep": 20
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Unicorn",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {
                            "poisonImmunity": 100
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "Grants poison immunity"
                    },
                    {
                        "summonIDs": [
                            "melvorF:Unicorn",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {
                            "healOnHitBasedOnTargetDR": 20,
                            "disableLifesteal": 1
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Dragon",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, +15% Chance to apply burn when attacking.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedChanceToApplyBurn": 15
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Dragon",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Sleeping, +15% Chance to apply burn when attacking.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsSleeping",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedChanceToApplyBurn": 15
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Dragon",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Slowed, Poisoned AND Burning, +300% Maximum Hit.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Every",
                                    "conditions": [
                                        {
                                            "type": "Effect",
                                            "character": "Enemy",
                                            "effectType": "Slow",
                                            "inverted": false
                                        },
                                        {
                                            "type": "DOT",
                                            "character": "Enemy",
                                            "dotType": "Poison",
                                            "inverted": false
                                        },
                                        {
                                            "type": "DOT",
                                            "character": "Enemy",
                                            "dotType": "Burn",
                                            "inverted": false
                                        }
                                    ]
                                },
                                "modifiers": {
                                    "increasedMaxHitPercent": 300
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorF:Dragon",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Burning, Target Damage Reduction is decreased by flat 8%.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "DOT",
                                    "character": "Enemy",
                                    "dotType": "Burn",
                                    "inverted": false
                                },
                                "enemyModifiers": {
                                    "decreasedDamageReduction": 8
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:LightningSpirit",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {
                            "increasedChanceToAvoidStun": 10,
                            "increasedChanceToAvoidSleep": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:LightningSpirit",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, -10% Attack Interval.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "decreasedAttackIntervalPercent": 10
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:LightningSpirit",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Stunned, Target Damage Reduction is decreased by flat 5%.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsStunned",
                                    "character": "Enemy",
                                    "flavour": "Stun",
                                    "inverted": false
                                },
                                "enemyModifiers": {
                                    "decreasedDamageReduction": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Siren",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Poisoned, +10% chance to apply Sleep when hitting with any attack.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "DOT",
                                    "character": "Enemy",
                                    "dotType": "Poison",
                                    "inverted": false
                                },
                                "modifiers": {
                                    "increasedGlobalSleepChance": 10
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Siren",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "If Target is currently Sleeping, Target Damage Reduction is decreased by flat 6%.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "IsSleeping",
                                    "character": "Enemy",
                                    "inverted": false
                                },
                                "enemyModifiers": {
                                    "decreasedDamageReduction": 6
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Spider",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {
                            "increasedSummoningMaxHit": 100
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:GolbinThief"
                        ],
                        "modifiers": {
                            "increasedGPOnEnemyHit": 60
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Occultist"
                        ],
                        "modifiers": {
                            "increasedGlobalEvasion": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "Occultist Familiar effect is doubled.",
                        "enemyModifiers": {
                            "decreasedGlobalEvasion": 10
                        }
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Wolf"
                        ],
                        "modifiers": {
                            "doubleLifesteal": 1,
                            "decreasedAutoEatEfficiency": 10,
                            "decreasedAutoEatHPLimit": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Minotaur"
                        ],
                        "modifiers": {
                            "increasedMeleeCritChance": 5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Centaur"
                        ],
                        "modifiers": {
                            "increasedRangedCritChance": 5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Witch"
                        ],
                        "modifiers": {
                            "increasedMagicCritChance": 5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "increasedCyclopsCreationCharges": 5,
                            "decreasedNonShardCostForEquippedTablets": 15
                        },
                        "consumesOn": [
                            {
                                "type": "SummoningAction",
                                "actionIDs": [
                                    "melvorF:Cyclops",
                                    "melvorTotH:Fox"
                                ]
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Yak"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While at Full Hitpoints, +3% Damage Reduction.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Hitpoints",
                                    "character": "Player",
                                    "value": 100,
                                    "operator": "=="
                                },
                                "modifiers": {
                                    "increasedDamageReduction": 3
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Unicorn"
                        ],
                        "modifiers": {
                            "increasedHPRegenFlat": 1.5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerHitpointRegeneration"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "increasedMaxHPBurnDamage": 5
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorTotH:LightningSpirit"
                        ],
                        "modifiers": {
                            "increasedChanceToIncreaseStunDuration": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorTotH:Siren"
                        ],
                        "modifiers": {
                            "increasedChanceToIncreaseSleepDuration": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorTotH:Spider"
                        ],
                        "modifiers": {
                            "increasedChanceToApplyDeadlyPoison": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorTotH:Fox",
                            "melvorTotH:Spectre"
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "While above 75% Hitpoints, Target Damage Reduction is decreased by flat 5%.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Hitpoints",
                                    "character": "Player",
                                    "value": 75,
                                    "operator": "\u003E"
                                },
                                "enemyModifiers": {
                                    "decreasedDamageReduction": 5
                                }
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Wolf"
                        ],
                        "modifiers": {
                            "increasedChanceBarrierBleed": 10
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Witch"
                        ],
                        "modifiers": {
                            "increasedFlatBarrierSummonDamageMagic": 9
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Minotaur"
                        ],
                        "modifiers": {
                            "increasedFlatBarrierSummonDamageMelee": 9
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Centaur"
                        ],
                        "modifiers": {
                            "increasedFlatBarrierSummonDamageRanged": 9
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Cyclops"
                        ],
                        "modifiers": {
                            "increasedBarrierSummonDamage": 20
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Occultist"
                        ],
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ],
                        "customDescription": "Target has -20% Global Evasion Rating and -20% Global Accuracy Rating while Barrier is active. This changes to -10% when the Barrier is down.",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Barrier",
                                    "character": "Enemy",
                                    "value": 0,
                                    "operator": "\u003E"
                                },
                                "modifiers": {},
                                "enemyModifiers": {
                                    "decreasedGlobalEvasion": 10
                                }
                            }
                        ],
                        "modifiers": {},
                        "enemyModifiers": {
                            "decreasedGlobalEvasion": 10
                        }
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Yak"
                        ],
                        "customDescription": "+2% Damage Reduction if the Target has Barrier",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Barrier",
                                    "character": "Enemy",
                                    "value": 0,
                                    "operator": "\u003E"
                                },
                                "modifiers": {
                                    "increasedDamageReduction": 2
                                }
                            }
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Unicorn"
                        ],
                        "customDescription": "While you have at least 75% Max HP you gain +40% Summoning damage as Barrier damage",
                        "conditionalModifiers": [
                            {
                                "condition": {
                                    "type": "Hitpoints",
                                    "character": "Player",
                                    "value": 75,
                                    "operator": "\u003E"
                                },
                                "modifiers": {
                                    "increasedBarrierSummonDamage": 40
                                }
                            }
                        ],
                        "modifiers": {},
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:Dragon"
                        ],
                        "modifiers": {
                            "increasedChanceBarrierBurn": 20
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    },
                    {
                        "summonIDs": [
                            "melvorAoD:Barrier",
                            "melvorF:GolbinThief"
                        ],
                        "modifiers": {
                            "increasedGPFromBarrierDamage": 1000
                        },
                        "consumesOn": [
                            {
                                "type": "PlayerSummonAttack"
                            }
                        ]
                    }
                ],
                "baseMasteryPoolCap": 14500000,
                "masteryCheckpoints": [
                    "+5% Summoning Mastery XP",
                    "+1 Shard Cost Reduction for Tier 1 \u0026 Tier 2 Summoning Tablets",
                    "+10% resource preservation chance for Summoning",
                    "+1 Shard Cost Reduction for Tier 3 Summoning Tablets. +10 Base Quantity for Summoning Tablet Creation."
                ],
                "completedAncientRelic": "melvorAoD:SummoningRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:SummoningRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SummoningRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SummoningRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SummoningRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:SummoningRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Attack",
            "data": {
                "pets": [
                    "melvorD:Bruce"
                ],
                "customMilestones": [
                    {
                        "type": "Custom",
                        "level": 1,
                        "name": "Wield Bronze Weapons",
                        "milestoneID": "0"
                    },
                    {
                        "type": "Custom",
                        "level": 1,
                        "name": "Wield Iron Weapons",
                        "milestoneID": "1"
                    },
                    {
                        "type": "Custom",
                        "level": 5,
                        "name": "Wield Steel Weapons",
                        "milestoneID": "2"
                    },
                    {
                        "type": "Custom",
                        "level": 10,
                        "name": "Wield Black Weapons",
                        "milestoneID": "3"
                    },
                    {
                        "type": "Custom",
                        "level": 20,
                        "name": "Wield Mithril Weapons",
                        "milestoneID": "4"
                    },
                    {
                        "type": "Custom",
                        "level": 30,
                        "name": "Wield Adamant Weapons",
                        "milestoneID": "5"
                    },
                    {
                        "type": "Custom",
                        "level": 40,
                        "name": "Wield Rune Weapons",
                        "milestoneID": "6"
                    },
                    {
                        "type": "Custom",
                        "level": 60,
                        "name": "Wield Dragon Weapons",
                        "milestoneID": "7"
                    },
                    {
                        "type": "Custom",
                        "level": 70,
                        "name": "Wield Ancient Weapons",
                        "milestoneID": "8"
                    },
                    {
                        "type": "Custom",
                        "level": 85,
                        "name": "Wield Godswords",
                        "milestoneID": "9"
                    },
                    {
                        "type": "Custom",
                        "level": 100,
                        "name": "Wield Corundum Weapons",
                        "milestoneID": "WIELD_CORUNDUM"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Heated_Fury_2H_Hammer"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Dark_Blade_Defender"
                    },
                    {
                        "type": "Custom",
                        "level": 105,
                        "name": "Wield Augite Weapons",
                        "milestoneID": "WIELD_AUGITE"
                    },
                    {
                        "type": "Custom",
                        "level": 108,
                        "name": "Wield Meteorite Weapons",
                        "milestoneID": "WIELD_METEORITE"
                    },
                    {
                        "type": "Custom",
                        "level": 110,
                        "name": "Wield Divine Weapons",
                        "milestoneID": "WIELD_DIVINE"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Spectral_Ice_Sword"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Lightning_Strike_1H_Sword"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:FrostSpark_1H_Sword"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Royal_Toxins_Spear"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Voodoo_Trinket"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Ethereal_Greataxe"
                    },
                    {
                        "type": "Custom",
                        "level": 120,
                        "name": "Wear Vorloran Protector Armour",
                        "milestoneID": "WEAR_VORLORAN_PROTECTOR"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Agile_Wings_Rapier"
                    }
                ],
                "name": "Attack",
                "completedAncientRelic": "melvorAoD:AttackRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:AttackRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:AttackRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:AttackRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:AttackRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:AttackRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Strength",
            "data": {
                "pets": [
                    "melvorD:LilRon"
                ],
                "name": "Strength",
                "customMilestones": [
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Gauntlets_of_Rage"
                    },
                    {
                        "type": "Custom",
                        "level": 120,
                        "name": "Wear Vorloran Protector Armour",
                        "milestoneID": "WEAR_VORLORAN_PROTECTOR"
                    }
                ],
                "completedAncientRelic": "melvorAoD:StrengthRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:StrengthRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:StrengthRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:StrengthRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:StrengthRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:StrengthRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Defence",
            "data": {
                "pets": [
                    "melvorD:Leonardo"
                ],
                "customMilestones": [
                    {
                        "type": "Custom",
                        "level": 1,
                        "name": "Wear Bronze Armour",
                        "milestoneID": "10"
                    },
                    {
                        "type": "Custom",
                        "level": 1,
                        "name": "Wear Iron Armour",
                        "milestoneID": "11"
                    },
                    {
                        "type": "Custom",
                        "level": 5,
                        "name": "Wear Steel Armour",
                        "milestoneID": "12"
                    },
                    {
                        "type": "Custom",
                        "level": 10,
                        "name": "Wear Black Armour",
                        "milestoneID": "13"
                    },
                    {
                        "type": "Custom",
                        "level": 20,
                        "name": "Wear Mithril Armour",
                        "milestoneID": "14"
                    },
                    {
                        "type": "Custom",
                        "level": 30,
                        "name": "Wear Adamant Armour",
                        "milestoneID": "15"
                    },
                    {
                        "type": "Custom",
                        "level": 40,
                        "name": "Wear Rune Armour",
                        "milestoneID": "16"
                    },
                    {
                        "type": "Custom",
                        "level": 60,
                        "name": "Wear Dragon Armour",
                        "milestoneID": "17"
                    },
                    {
                        "type": "Custom",
                        "level": 70,
                        "name": "Wear Ancient Armour",
                        "milestoneID": "18"
                    },
                    {
                        "type": "Custom",
                        "level": 85,
                        "name": "Wear Terran God Armour",
                        "milestoneID": "19"
                    },
                    {
                        "type": "Custom",
                        "level": 85,
                        "name": "Wear Ragnar God Armour",
                        "milestoneID": "20"
                    },
                    {
                        "type": "Custom",
                        "level": 100,
                        "name": "Wear Corundum Armour",
                        "milestoneID": "WEAR_CORUNDUM"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Helmet_Legendary"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Platebody_Legendary"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Dark_Blade_Defender"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Heated_Fury_2H_Hammer"
                    },
                    {
                        "type": "Custom",
                        "level": 105,
                        "name": "Wear Augite Armour",
                        "milestoneID": "WEAR_AUGITE"
                    },
                    {
                        "type": "Custom",
                        "level": 108,
                        "name": "Wear Meteorite Armour",
                        "milestoneID": "WEAR_METEORITE"
                    },
                    {
                        "type": "Custom",
                        "level": 110,
                        "name": "Wear Divine Armour",
                        "milestoneID": "WEAR_DIVINE"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Helmet_Mythical"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Platebody_Mythical"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Freezing_Touch_Body"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Burning_Protection_Platelegs"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Lightning_Boots"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Frostspark_Boots"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Leviathan_Shield"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Blazing_Helmet"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Mask_of_Madness"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Ethereal_Greataxe"
                    },
                    {
                        "type": "Custom",
                        "level": 120,
                        "name": "Wear Vorloran Protector Armour",
                        "milestoneID": "WEAR_VORLORAN_PROTECTOR"
                    }
                ],
                "name": "Defence",
                "completedAncientRelic": "melvorAoD:DefenceRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:DefenceRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:DefenceRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:DefenceRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:DefenceRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:DefenceRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Hitpoints",
            "data": {
                "pets": [
                    "melvorD:FinnTheCat"
                ],
                "name": "Hitpoints",
                "completedAncientRelic": "melvorAoD:HitpointsRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:HitpointsRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:HitpointsRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:HitpointsRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:HitpointsRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:HitpointsRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Thieving",
            "data": {
                "pets": [
                    "melvorF:Snek",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Circlet_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Thieving_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Gathering",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Thieving_Gloves",
                        "melvorF:Gloves_of_Silence",
                        "melvorF:Thievers_Cape",
                        "melvorF:Thiefs_Moneysack",
                        "melvorF:Jesters_Hat",
                        "melvorF:Golbin_Mask",
                        "melvorF:Boots_Of_Stealth",
                        "melvorF:Thieving_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorF:Snek"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Thieving",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each level provides +1 Thieving Stealth and +1% GP acquired for this NPC only."
                    },
                    {
                        "level": 50,
                        "descriptionID": 1,
                        "description": "-0.2s Thieving Interval for this NPC only."
                    },
                    {
                        "level": 99,
                        "descriptionID": 2,
                        "description": "+75 Thieving Stealth for this NPC only."
                    }
                ],
                "npcs": [
                    {
                        "id": "melvorF:MAN",
                        "baseExperience": 5,
                        "level": 1,
                        "name": "Man",
                        "perception": 110,
                        "maxHit": 2.20000000000000017763568394002504646778106689453125,
                        "maxGP": 100,
                        "lootTable": []
                    },
                    {
                        "id": "melvorF:GOLBIN",
                        "baseExperience": 10,
                        "level": 8,
                        "name": "Golbin",
                        "perception": 175,
                        "maxHit": 4,
                        "maxGP": 175,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Copper_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 50
                            },
                            {
                                "itemID": "melvorD:Tin_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 50
                            },
                            {
                                "itemID": "melvorD:Iron_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorD:Bronze_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 50
                            },
                            {
                                "itemID": "melvorD:Iron_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 15
                            },
                            {
                                "itemID": "melvorD:Steel_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 10
                            },
                            {
                                "itemID": "melvorD:Normal_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 50
                            },
                            {
                                "itemID": "melvorD:Oak_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 15
                            },
                            {
                                "itemID": "melvorD:Willow_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:LUMBERJACK",
                        "baseExperience": 62,
                        "level": 61,
                        "name": "Lumberjack",
                        "perception": 480,
                        "maxHit": 15.5,
                        "maxGP": 500,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Maple_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 10
                            },
                            {
                                "itemID": "melvorD:Mahogany_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 6
                            },
                            {
                                "itemID": "melvorD:Yew_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 4
                            },
                            {
                                "itemID": "melvorD:Magic_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 2
                            },
                            {
                                "itemID": "melvorD:Redwood_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Lumberjacks_Top",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:BOB_THE_FARMER",
                        "baseExperience": 36,
                        "level": 39,
                        "name": "Bob the Farmer",
                        "perception": 420,
                        "maxHit": 13.699999999999999289457264239899814128875732421875,
                        "maxGP": 400,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Potato_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 280
                            },
                            {
                                "itemID": "melvorD:Onion_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 180
                            },
                            {
                                "itemID": "melvorF:Herb_Sack",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 150
                            },
                            {
                                "itemID": "melvorD:Cabbage_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 140
                            },
                            {
                                "itemID": "melvorD:Tomato_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 110
                            },
                            {
                                "itemID": "melvorD:Sweetcorn_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 80
                            },
                            {
                                "itemID": "melvorD:Strawberry_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 50
                            },
                            {
                                "itemID": "melvorD:Cherry_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 35
                            },
                            {
                                "itemID": "melvorD:Watermelon_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorD:Compost",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorD:Snape_Grass_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 18
                            },
                            {
                                "itemID": "melvorD:Carrot_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 15
                            },
                            {
                                "itemID": "melvorD:Oak_Tree_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 80
                            },
                            {
                                "itemID": "melvorD:Willow_Tree_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 30
                            },
                            {
                                "itemID": "melvorD:Maple_Tree_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 15
                            },
                            {
                                "itemID": "melvorD:Yew_Tree_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorD:Magic_Tree_Seed",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Bobs_Gloves",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:FISHERMAN",
                        "baseExperience": 46,
                        "level": 54,
                        "name": "Fisherman",
                        "perception": 400,
                        "maxHit": 10.0999999999999996447286321199499070644378662109375,
                        "maxGP": 450,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Raw_Swordfish",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 80
                            },
                            {
                                "itemID": "melvorD:Raw_Anglerfish",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 80
                            },
                            {
                                "itemID": "melvorD:Raw_Fanfish",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 60
                            },
                            {
                                "itemID": "melvorD:Raw_Crab",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 46
                            },
                            {
                                "itemID": "melvorD:Raw_Carp",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 36
                            },
                            {
                                "itemID": "melvorD:Raw_Shark",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 29
                            },
                            {
                                "itemID": "melvorD:Raw_Cave_Fish",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 23
                            },
                            {
                                "itemID": "melvorD:Raw_Manta_Ray",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 16
                            },
                            {
                                "itemID": "melvorD:Raw_Whale",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 11
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CHEF",
                        "baseExperience": 31,
                        "level": 34,
                        "name": "Chef",
                        "perception": 350,
                        "maxHit": 10.800000000000000710542735760100185871124267578125,
                        "maxGP": 300,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Lobster",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 39
                            },
                            {
                                "itemID": "melvorD:Hearty_Soup",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 21
                            },
                            {
                                "itemID": "melvorD:Anglerfish",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorD:Cherry_Cupcake",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            },
                            {
                                "itemID": "melvorD:Shark",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            },
                            {
                                "itemID": "melvorF:Apple_Pie",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 6
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Chefs_Hat",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:MINER",
                        "baseExperience": 73,
                        "level": 70,
                        "name": "Miner",
                        "perception": 600,
                        "maxHit": 18,
                        "maxGP": 550,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Gold_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 156
                            },
                            {
                                "itemID": "melvorD:Mithril_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 80
                            },
                            {
                                "itemID": "melvorD:Adamantite_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 29
                            },
                            {
                                "itemID": "melvorD:Runite_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 19
                            },
                            {
                                "itemID": "melvorD:Dragonite_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 11
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Miners_Helmet",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:KNIGHT",
                        "baseExperience": 107,
                        "level": 88,
                        "name": "Knight",
                        "perception": 820,
                        "maxHit": 24.10000000000000142108547152020037174224853515625,
                        "maxGP": 750,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Dragon_Helmet",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 61
                            },
                            {
                                "itemID": "melvorD:Rune_Platebody",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 74
                            },
                            {
                                "itemID": "melvorD:Adamant_Platelegs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 199
                            },
                            {
                                "itemID": "melvorD:Adamant_Helmet",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 369
                            },
                            {
                                "itemID": "melvorD:Adamant_Battleaxe",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 343
                            },
                            {
                                "itemID": "melvorD:Rune_Battleaxe",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 129
                            },
                            {
                                "itemID": "melvorD:Dragon_Dagger",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 83
                            },
                            {
                                "itemID": "melvorD:Adamant_2H_Sword",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 226
                            },
                            {
                                "itemID": "melvorD:Rune_Shield",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 103
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Knights_Defender",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:WOMAN",
                        "baseExperience": 7,
                        "level": 4,
                        "name": "Woman",
                        "perception": 140,
                        "maxHit": 3.20000000000000017763568394002504646778106689453125,
                        "maxGP": 150,
                        "lootTable": [],
                        "uniqueDrop": {
                            "id": "melvorF:Fine_Coinpurse",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:GOLBIN_CHIEF",
                        "baseExperience": 18,
                        "level": 16,
                        "name": "Golbin Chief",
                        "perception": 280,
                        "maxHit": 10.0999999999999996447286321199499070644378662109375,
                        "maxGP": 275,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Coal_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 22
                            },
                            {
                                "itemID": "melvorD:Gold_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorD:Gold_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorD:Adamantite_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 6
                            },
                            {
                                "itemID": "melvorD:Maple_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorD:Yew_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 5
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Golbin_Mask",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:BANDIT_THUG",
                        "baseExperience": 13,
                        "level": 12,
                        "name": "Bandit Thug",
                        "perception": 220,
                        "maxHit": 5.4000000000000003552713678800500929355621337890625,
                        "maxGP": 200,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Normal_Shortbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorF:Normal_Longbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorD:Bronze_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorD:Iron_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorD:Oak_Shortbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 4
                            },
                            {
                                "itemID": "melvorF:Oak_Longbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 4
                            },
                            {
                                "itemID": "melvorD:Steel_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 4
                            },
                            {
                                "itemID": "melvorF:Willow_Shortbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorF:Willow_Longbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorD:Mithril_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:MARAUDER",
                        "baseExperience": 19,
                        "level": 21,
                        "name": "Marauder",
                        "perception": 250,
                        "maxHit": 6.79999999999999982236431605997495353221893310546875,
                        "maxGP": 225,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Adamant_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 249
                            },
                            {
                                "itemID": "melvorD:Rune_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 48
                            },
                            {
                                "itemID": "melvorD:Dragon_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 26
                            },
                            {
                                "itemID": "melvorF:Adamant_Crossbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorF:Rune_Crossbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 3
                            },
                            {
                                "itemID": "melvorF:Dragon_Crossbow",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Absorbing_Shield",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:MERCHANT",
                        "baseExperience": 29,
                        "level": 31,
                        "name": "Merchant",
                        "perception": 300,
                        "maxHit": 9.699999999999999289457264239899814128875732421875,
                        "maxGP": 350,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Garum_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 324
                            },
                            {
                                "itemID": "melvorD:Sourweed_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 150
                            },
                            {
                                "itemID": "melvorD:Mantalyme_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 105
                            },
                            {
                                "itemID": "melvorD:Lemontyle_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 83
                            },
                            {
                                "itemID": "melvorD:Oxilyme_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 64
                            },
                            {
                                "itemID": "melvorF:Poraxx_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 56
                            },
                            {
                                "itemID": "melvorF:Pigtayle_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 51
                            },
                            {
                                "itemID": "melvorF:Barrentoe_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 46
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Merchants_Permit",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:ASSISTANT_COOK",
                        "baseExperience": 26,
                        "level": 26,
                        "name": "Assistant Cook",
                        "perception": 275,
                        "maxHit": 8.5999999999999996447286321199499070644378662109375,
                        "maxGP": 250,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Bread",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 53
                            },
                            {
                                "itemID": "melvorD:Chicken",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 37
                            },
                            {
                                "itemID": "melvorD:Sardine",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 23
                            },
                            {
                                "itemID": "melvorD:Plain_Pizza_Slice",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            },
                            {
                                "itemID": "melvorD:Herring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorD:Beef_Pie",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Chefs_Spoon",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:DOCK_HAND",
                        "baseExperience": 42,
                        "level": 45,
                        "name": "Dock Hand",
                        "perception": 375,
                        "maxHit": 11.9000000000000003552713678800500929355621337890625,
                        "maxGP": 375,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Raw_Shrimp",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 50
                            },
                            {
                                "itemID": "melvorD:Raw_Sardine",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            },
                            {
                                "itemID": "melvorD:Raw_Blowfish",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorD:Raw_Herring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            },
                            {
                                "itemID": "melvorD:Raw_Trout",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 4
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Sailors_Top",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:TROLL",
                        "baseExperience": 50,
                        "level": 49,
                        "name": "Troll",
                        "perception": 450,
                        "maxHit": 15.0999999999999996447286321199499070644378662109375,
                        "maxGP": 425,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Silver_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 40
                            },
                            {
                                "itemID": "melvorD:Mithril_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorD:Silver_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 27
                            },
                            {
                                "itemID": "melvorD:Mithril_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 19
                            },
                            {
                                "itemID": "melvorD:Teak_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 27
                            },
                            {
                                "itemID": "melvorD:Mahogany_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 8
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CYCLOPS",
                        "baseExperience": 53,
                        "level": 57,
                        "name": "Cyclops",
                        "perception": 520,
                        "maxHit": 17.300000000000000710542735760100185871124267578125,
                        "maxGP": 475,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Magic_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 26
                            },
                            {
                                "itemID": "melvorD:Maple_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 100
                            },
                            {
                                "itemID": "melvorD:Runite_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 31
                            },
                            {
                                "itemID": "melvorD:Adamantite_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 59
                            },
                            {
                                "itemID": "melvorD:Runite_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 22
                            },
                            {
                                "itemID": "melvorD:Adamantite_Ore",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 31
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Cave_Giant_Boots",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:SQUIRE",
                        "baseExperience": 67,
                        "level": 66,
                        "name": "Squire",
                        "perception": 550,
                        "maxHit": 16.89999999999999857891452847979962825775146484375,
                        "maxGP": 525,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Bronze_Sword",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 100
                            },
                            {
                                "itemID": "melvorD:Iron_Scimitar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 53
                            },
                            {
                                "itemID": "melvorD:Black_Dagger",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorD:Steel_2H_Sword",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 23
                            },
                            {
                                "itemID": "melvorD:Mithril_Battleaxe",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 6
                            },
                            {
                                "itemID": "melvorD:Iron_Shield",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 53
                            },
                            {
                                "itemID": "melvorD:Steel_Gloves",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 23
                            },
                            {
                                "itemID": "melvorD:Bronze_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 100
                            },
                            {
                                "itemID": "melvorD:Mithril_Platebody",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 6
                            },
                            {
                                "itemID": "melvorD:Iron_Helmet",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 53
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Training_Shield",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:WIZARD",
                        "baseExperience": 95,
                        "level": 84,
                        "name": "Wizard",
                        "perception": 750,
                        "maxHit": 21.60000000000000142108547152020037174224853515625,
                        "maxGP": 700,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Chaos_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 137
                            },
                            {
                                "itemID": "melvorF:Water_Adept_Wizard_Hat",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 105
                            },
                            {
                                "itemID": "melvorF:Nature_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 98
                            },
                            {
                                "itemID": "melvorD:Smoke_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 98
                            },
                            {
                                "itemID": "melvorF:Water_Adept_Wizard_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 82
                            },
                            {
                                "itemID": "melvorF:Water_Adept_Wizard_Bottoms",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 66
                            },
                            {
                                "itemID": "melvorF:Fire_Adept_Wizard_Hat",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 62
                            },
                            {
                                "itemID": "melvorF:Havoc_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 56
                            },
                            {
                                "itemID": "melvorF:Steam_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 56
                            },
                            {
                                "itemID": "melvorF:Water_Adept_Wizard_Robes",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 53
                            },
                            {
                                "itemID": "melvorF:Fire_Adept_Wizard_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 51
                            },
                            {
                                "itemID": "melvorF:Fire_Adept_Wizard_Bottoms",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 42
                            },
                            {
                                "itemID": "melvorF:Lava_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 35
                            },
                            {
                                "itemID": "melvorF:Fire_Adept_Wizard_Robes",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 35
                            },
                            {
                                "itemID": "melvorD:Death_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 29
                            },
                            {
                                "itemID": "melvorD:Blood_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 20
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Amulet_Of_Incantation",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:ACOLYTE",
                        "baseExperience": 76,
                        "level": 75,
                        "name": "Acolyte",
                        "perception": 575,
                        "maxHit": 16.199999999999999289457264239899814128875732421875,
                        "maxGP": 575,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Rune_Essence",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 75
                            },
                            {
                                "itemID": "melvorD:Air_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 75
                            },
                            {
                                "itemID": "melvorF:Air_Acolyte_Wizard_Hat",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 75
                            },
                            {
                                "itemID": "melvorD:Mind_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 60
                            },
                            {
                                "itemID": "melvorF:Air_Acolyte_Wizard_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 49
                            },
                            {
                                "itemID": "melvorD:Water_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 43
                            },
                            {
                                "itemID": "melvorF:Air_Acolyte_Wizard_Bottoms",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 36
                            },
                            {
                                "itemID": "melvorD:Earth_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 32
                            },
                            {
                                "itemID": "melvorF:Earth_Acolyte_Wizard_Hat",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 32
                            },
                            {
                                "itemID": "melvorD:Mist_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 30
                            },
                            {
                                "itemID": "melvorF:Air_Acolyte_Wizard_Robes",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 29
                            },
                            {
                                "itemID": "melvorF:Earth_Acolyte_Wizard_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 26
                            },
                            {
                                "itemID": "melvorD:Fire_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 25
                            },
                            {
                                "itemID": "melvorD:Light_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 24
                            },
                            {
                                "itemID": "melvorF:Earth_Acolyte_Wizard_Bottoms",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 23
                            },
                            {
                                "itemID": "melvorD:Body_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 21
                            },
                            {
                                "itemID": "melvorD:Dust_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 21
                            },
                            {
                                "itemID": "melvorF:Earth_Acolyte_Wizard_Robes",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 20
                            },
                            {
                                "itemID": "melvorF:Mud_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 17
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Book_Of_Scholars",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:COURT_JESTER",
                        "baseExperience": 82,
                        "level": 79,
                        "name": "Court Jester",
                        "perception": 715,
                        "maxHit": 19.800000000000000710542735760100185871124267578125,
                        "maxGP": 625,
                        "lootTable": [],
                        "uniqueDrop": {
                            "id": "melvorF:Jesters_Hat",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:KING",
                        "baseExperience": 133,
                        "level": 95,
                        "name": "King",
                        "perception": 950,
                        "maxHit": 30.60000000000000142108547152020037174224853515625,
                        "maxGP": 1000,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Ruby",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorF:Silver_Ruby_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 16
                            },
                            {
                                "itemID": "melvorF:Silver_Ruby_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 14
                            },
                            {
                                "itemID": "melvorF:Gold_Ruby_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            },
                            {
                                "itemID": "melvorF:Gold_Ruby_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 14
                            },
                            {
                                "itemID": "melvorD:Emerald",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorF:Silver_Emerald_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 15
                            },
                            {
                                "itemID": "melvorF:Gold_Emerald_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorF:Silver_Emerald_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 14
                            },
                            {
                                "itemID": "melvorF:Gold_Emerald_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorD:Diamond",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorF:Gold_Diamond_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 3
                            },
                            {
                                "itemID": "melvorF:Gold_Diamond_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 3
                            },
                            {
                                "itemID": "melvorF:Silver_Sapphire_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 36
                            },
                            {
                                "itemID": "melvorF:Silver_Sapphire_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 68
                            },
                            {
                                "itemID": "melvorF:Gold_Sapphire_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 46
                            },
                            {
                                "itemID": "melvorF:Gold_Sapphire_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 44
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Gold_Crested_Shield",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorF:PRINCESS",
                        "baseExperience": 120,
                        "level": 92,
                        "name": "Princess",
                        "perception": 890,
                        "maxHit": 26.60000000000000142108547152020037174224853515625,
                        "maxGP": 850,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Topaz",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 8
                            },
                            {
                                "itemID": "melvorF:Silver_Topaz_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 10
                            },
                            {
                                "itemID": "melvorF:Silver_Topaz_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorD:Gold_Topaz_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 10
                            },
                            {
                                "itemID": "melvorF:Gold_Topaz_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorD:Sapphire",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 6
                            },
                            {
                                "itemID": "melvorF:Silver_Sapphire_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            },
                            {
                                "itemID": "melvorF:Silver_Sapphire_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorF:Gold_Sapphire_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            },
                            {
                                "itemID": "melvorF:Gold_Sapphire_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            },
                            {
                                "itemID": "melvorF:Silver_Diamond_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 2
                            },
                            {
                                "itemID": "melvorF:Silver_Diamond_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 3
                            },
                            {
                                "itemID": "melvorD:Gold_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            },
                            {
                                "itemID": "melvorD:Silver_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 32
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorF:Jadestone",
                            "quantity": 300
                        }
                    },
                    {
                        "id": "melvorTotH:EXPLORER",
                        "baseExperience": 184,
                        "level": 100,
                        "name": "Explorer",
                        "perception": 1000,
                        "maxHit": 29,
                        "maxGP": 1050,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Iron_Dagger",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 87
                            },
                            {
                                "itemID": "melvorD:Steel_Dagger",
                                "minQuantity": 1,
                                "maxQuantity": 5,
                                "weight": 111
                            },
                            {
                                "itemID": "melvorD:Adamant_Dagger",
                                "minQuantity": 1,
                                "maxQuantity": 3,
                                "weight": 37
                            },
                            {
                                "itemID": "melvorD:Dragon_Dagger",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorTotH:Augite_Dagger",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorD:Gold_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 15,
                                "weight": 10
                            },
                            {
                                "itemID": "melvorTotH:Iridium_Onyx_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorTotH:Pumpkin_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 5,
                                "weight": 25
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Grappling_Hook",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:NECROMANCER",
                        "baseExperience": 198,
                        "level": 102,
                        "name": "Necromancer",
                        "perception": 1040,
                        "maxHit": 34.5,
                        "maxGP": 1090,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Bones",
                                "minQuantity": 1,
                                "maxQuantity": 3,
                                "weight": 260
                            },
                            {
                                "itemID": "melvorD:Mind_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 150
                            },
                            {
                                "itemID": "melvorD:Magic_Bones",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 35
                            },
                            {
                                "itemID": "melvorTotH:Despair_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 24
                            },
                            {
                                "itemID": "melvorD:Magic_Wand_Basic",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 184
                            },
                            {
                                "itemID": "melvorD:Magic_Wand_Elite",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Necromancers_Crown",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:PILGRIM",
                        "baseExperience": 215,
                        "level": 104,
                        "name": "Pilgrim",
                        "perception": 1080,
                        "maxHit": 32,
                        "maxGP": 1135,
                        "lootTable": [
                            {
                                "itemID": "melvorTotH:Sandwich",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 86
                            },
                            {
                                "itemID": "melvorTotH:Sandwich_Perfect",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 86
                            },
                            {
                                "itemID": "melvorD:Bread",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 303
                            },
                            {
                                "itemID": "melvorD:Light_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 311
                            },
                            {
                                "itemID": "melvorTotH:Soul_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 99
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Amulet_of_Prayers",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:ADVENTURER",
                        "baseExperience": 235,
                        "level": 105,
                        "name": "Adventurer",
                        "perception": 1055,
                        "maxHit": 39,
                        "maxGP": 1185,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Bronze_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 10,
                                "weight": 362
                            },
                            {
                                "itemID": "melvorD:Steel_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 5,
                                "weight": 93
                            },
                            {
                                "itemID": "melvorD:Dragon_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorTotH:Augite_Boots",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorD:Bronze_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 145
                            },
                            {
                                "itemID": "melvorD:Steel_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 75
                            },
                            {
                                "itemID": "melvorD:Dragon_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 15
                            },
                            {
                                "itemID": "melvorTotH:Augite_Arrows",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorTotH:Onyx_Bolts",
                                "minQuantity": 1,
                                "maxQuantity": 100,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Adventurers_Backpack",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:DARK_KNIGHT",
                        "baseExperience": 257,
                        "level": 108,
                        "name": "Dark Knight",
                        "perception": 1110,
                        "maxHit": 36.5,
                        "maxGP": 1240,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Steel_Battleaxe",
                                "minQuantity": 1,
                                "maxQuantity": 5,
                                "weight": 25
                            },
                            {
                                "itemID": "melvorD:Adamant_Battleaxe",
                                "minQuantity": 1,
                                "maxQuantity": 3,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorD:Dragon_Battleaxe",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Augite_Battleaxe",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorD:Steel_2H_Sword",
                                "minQuantity": 1,
                                "maxQuantity": 4,
                                "weight": 29
                            },
                            {
                                "itemID": "melvorD:Adamant_2H_Sword",
                                "minQuantity": 1,
                                "maxQuantity": 3,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorD:Dragon_2H_Sword",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Augite_2H_Sword",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Dark_Blade_Defender",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:SAGE",
                        "baseExperience": 282,
                        "level": 110,
                        "name": "Sage",
                        "perception": 1095,
                        "maxHit": 41,
                        "maxGP": 1300,
                        "lootTable": [
                            {
                                "itemID": "melvorTotH:Mushrooms",
                                "minQuantity": 1,
                                "maxQuantity": 3,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorTotH:Snowcress_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 4
                            },
                            {
                                "itemID": "melvorTotH:Bitterlyme_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 3
                            },
                            {
                                "itemID": "melvorTotH:Wurmtayle_Herb",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Pumpkin_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorTotH:Chilli_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 8
                            },
                            {
                                "itemID": "melvorTotH:Mushroom_Spores",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorTotH:Starfruit_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 4
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Potion_Stirrer",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:TREASURE_HUNTER",
                        "baseExperience": 309,
                        "level": 110,
                        "name": "Treasure Hunter",
                        "perception": 1135,
                        "maxHit": 44,
                        "maxGP": 1365,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Steel_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 5,
                                "weight": 22
                            },
                            {
                                "itemID": "melvorD:Adamantite_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorD:Dragonite_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 4
                            },
                            {
                                "itemID": "melvorTotH:Augite_Bar",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 4
                            },
                            {
                                "itemID": "melvorTotH:Iridium_Onyx_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Hunters_Journal",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:TRAVELLING_MERCHANT",
                        "baseExperience": 339,
                        "level": 112,
                        "name": "Travelling Merchant",
                        "perception": 1160,
                        "maxHit": 48,
                        "maxGP": 1435,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Rubber_Ducky",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 35
                            },
                            {
                                "itemID": "melvorF:Silver_Topaz_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorF:Gold_Ruby_Ring",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            },
                            {
                                "itemID": "melvorF:Silver_Diamond_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorF:Basic_Bag",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorD:Smoke_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorF:Steam_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 10
                            },
                            {
                                "itemID": "melvorTotH:Raw_Blue_Crab",
                                "minQuantity": 1,
                                "maxQuantity": 2,
                                "weight": 9
                            },
                            {
                                "itemID": "melvorTotH:Raw_Frost_Crab",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 11
                            },
                            {
                                "itemID": "melvorTotH:Pumpkin_Soup",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 16
                            },
                            {
                                "itemID": "melvorTotH:Iridium_Oricha_Necklace",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Travellers_Compass",
                            "quantity": 2000
                        }
                    },
                    {
                        "id": "melvorTotH:VAMPIRE",
                        "baseExperience": 371,
                        "level": 114,
                        "name": "Vampire",
                        "perception": 1185,
                        "maxHit": 46.5,
                        "maxGP": 1510,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Blood_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 250,
                                "weight": 30
                            },
                            {
                                "itemID": "melvorD:Mind_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 100,
                                "weight": 111
                            },
                            {
                                "itemID": "melvorD:Chaos_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 100,
                                "weight": 60
                            },
                            {
                                "itemID": "melvorD:Death_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 100,
                                "weight": 51
                            },
                            {
                                "itemID": "melvorTotH:Reaper_Potion_I",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            },
                            {
                                "itemID": "melvorTotH:Reaper_Potion_II",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Blood_Ring",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:MADREMONTE",
                        "baseExperience": 413,
                        "level": 116,
                        "name": "Madremonte",
                        "perception": 1250,
                        "maxHit": 52.5,
                        "maxGP": 1590,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Teak_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 3,
                                "weight": 78
                            },
                            {
                                "itemID": "melvorD:Mahogany_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 67
                            },
                            {
                                "itemID": "melvorD:Redwood_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 108
                            },
                            {
                                "itemID": "melvorTotH:Spruce_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 13
                            },
                            {
                                "itemID": "melvorTotH:Grove_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 16
                            },
                            {
                                "itemID": "melvorTotH:Elderwood_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 12
                            },
                            {
                                "itemID": "melvorTotH:Revenant_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorTotH:Carrion_Logs",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 3
                            },
                            {
                                "itemID": "melvorTotH:Banana_Tree_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Grove_Tree_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Elderwood_Tree_Seeds",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Crown_of_Madremonte",
                            "quantity": 1
                        }
                    },
                    {
                        "id": "melvorTotH:VAMPIRE_LORD",
                        "baseExperience": 503,
                        "level": 118,
                        "name": "Vampire Lord",
                        "perception": 1300,
                        "maxHit": 55,
                        "maxGP": 1670,
                        "lootTable": [
                            {
                                "itemID": "melvorD:Blood_Rune",
                                "minQuantity": 1,
                                "maxQuantity": 50,
                                "weight": 15
                            },
                            {
                                "itemID": "melvorTotH:Reaper_Potion_III",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Reaper_Potion_IV",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Slayer_Bounty_Potion_III",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Penetration_Potion_III",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorTotH:Critical_Strike_Potion_II",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 1
                            },
                            {
                                "itemID": "melvorF:Melee_Strength_Potion_IV",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 5
                            },
                            {
                                "itemID": "melvorF:Ranged_Strength_Potion_IV",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 10
                            },
                            {
                                "itemID": "melvorF:Magic_Damage_Potion_IV",
                                "minQuantity": 1,
                                "maxQuantity": 1,
                                "weight": 7
                            }
                        ],
                        "uniqueDrop": {
                            "id": "melvorTotH:Vampiric_Cloak",
                            "quantity": 1
                        }
                    }
                ],
                "areas": [
                    {
                        "id": "melvorF:LOW_TOWN",
                        "name": "Low Town",
                        "npcIDs": [
                            "melvorF:MAN",
                            "melvorF:WOMAN"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Jeweled_Necklace",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:GOLBIN_VILLAGE",
                        "name": "Golbin Village",
                        "npcIDs": [
                            "melvorF:GOLBIN",
                            "melvorF:GOLBIN_CHIEF"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Crate_Of_Basic_Supplies",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:BANDIT_HIDEOUT",
                        "name": "Bandit Hideout",
                        "npcIDs": [
                            "melvorF:BANDIT_THUG",
                            "melvorF:MARAUDER"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Thievers_Cape",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Marksmans_Sigil",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:FARMERS_MARKET",
                        "name": "Farmer's Market",
                        "npcIDs": [
                            "melvorF:MERCHANT",
                            "melvorF:BOB_THE_FARMER"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Crate_Of_Food",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 10
                            },
                            {
                                "id": "melvorF:Apple_Tree_Seeds",
                                "quantity": 3
                            }
                        ]
                    },
                    {
                        "id": "melvorF:BANQUET",
                        "name": "Banquet",
                        "npcIDs": [
                            "melvorF:ASSISTANT_COOK",
                            "melvorF:CHEF"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorD:Bag_of_Flour",
                                "quantity": 200
                            },
                            {
                                "id": "melvorF:Cooking_Apron",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:PORT_OF_LEMVOR",
                        "name": "Port of Lemvor",
                        "npcIDs": [
                            "melvorF:DOCK_HAND",
                            "melvorF:FISHERMAN"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Shipwheel",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Treasure_Chest",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Fishing_Hook",
                                "quantity": 1000
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CAVE_OF_GIANTS",
                        "name": "Cave of Giants",
                        "npcIDs": [
                            "melvorF:TROLL",
                            "melvorF:CYCLOPS"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Giant_Club",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Stack_Of_Bones",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Eyeball",
                                "quantity": 100
                            }
                        ]
                    },
                    {
                        "id": "melvorF:OUTSKIRTS",
                        "name": "Outskirts",
                        "npcIDs": [
                            "melvorF:LUMBERJACK",
                            "melvorF:MINER"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Pile_Of_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Pile_Of_Ores",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:FORT",
                        "name": "Fort",
                        "npcIDs": [
                            "melvorF:SQUIRE",
                            "melvorF:KNIGHT"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Knights_Sigil",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Knights_Cape",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Whetstone",
                                "quantity": 1000
                            }
                        ]
                    },
                    {
                        "id": "melvorF:WIZARD_TOWER",
                        "name": "Wizard Tower",
                        "npcIDs": [
                            "melvorF:ACOLYTE",
                            "melvorF:WIZARD"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Wizards_Scroll",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorF:Wizards_Sigil",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Prayer_Scroll",
                                "quantity": 1000
                            }
                        ]
                    },
                    {
                        "id": "melvorF:ROYAL_CASTLE",
                        "name": "Royal Castle",
                        "npcIDs": [
                            "melvorF:COURT_JESTER",
                            "melvorF:PRINCESS",
                            "melvorF:KING"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorF:Ring_Of_Wealth",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Chest_Of_Gems",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Antique_Vase",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:LOST_RUINS",
                        "name": "Lost Ruins",
                        "npcIDs": [
                            "melvorTotH:EXPLORER",
                            "melvorTotH:ADVENTURER",
                            "melvorTotH:TREASURE_HUNTER"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorTotH:Explorers_Map",
                                "quantity": 500
                            },
                            {
                                "id": "melvorTotH:Golden_Chest",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:UNDEAD_PALACE",
                        "name": "Undead Palace",
                        "npcIDs": [
                            "melvorTotH:NECROMANCER",
                            "melvorTotH:DARK_KNIGHT"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorTotH:Large_Urn",
                                "quantity": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:DESERT",
                        "name": "Desert",
                        "npcIDs": [
                            "melvorTotH:PILGRIM",
                            "melvorTotH:TRAVELLING_MERCHANT"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorTotH:Portable_Rations",
                                "quantity": 500
                            },
                            {
                                "id": "melvorTotH:Crate_of_Lost_Supplies",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:MUSHROOM_FOREST",
                        "name": "Mushroom Forest",
                        "npcIDs": [
                            "melvorTotH:SAGE",
                            "melvorTotH:MADREMONTE"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorTotH:Mushrooms",
                                "quantity": 10
                            },
                            {
                                "id": "melvorTotH:Mortar_and_Pestle",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Exotic_Herb_Sack",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:TWILIGHT",
                        "name": "Twilight",
                        "npcIDs": [
                            "melvorTotH:VAMPIRE",
                            "melvorTotH:VAMPIRE_LORD"
                        ],
                        "uniqueDrops": [
                            {
                                "id": "melvorTotH:Blood_Vial",
                                "quantity": 500
                            },
                            {
                                "id": "melvorTotH:Masquerade_Mask",
                                "quantity": 500
                            }
                        ]
                    }
                ],
                "generalRareItems": [
                    {
                        "itemID": "melvorF:Bobbys_Pocket",
                        "chance": 0.83333333333333337034076748750521801412105560302734375
                    },
                    {
                        "itemID": "melvorF:Chapeau_Noir",
                        "chance": 0.005000000000000000104083408558608425664715468883514404296875
                    },
                    {
                        "itemID": "melvorF:Boots_Of_Stealth",
                        "chance": 0.006666666666666667094565124074279083288274705410003662109375
                    },
                    {
                        "itemID": "melvorTotH:Thieving_Shorts",
                        "chance": 0.006666666666666667094565124074279083288274705410003662109375,
                        "npcs": [
                            "melvorTotH:EXPLORER",
                            "melvorTotH:NECROMANCER",
                            "melvorTotH:PILGRIM",
                            "melvorTotH:ADVENTURER",
                            "melvorTotH:SAGE",
                            "melvorTotH:DARK_KNIGHT",
                            "melvorTotH:TREASURE_HUNTER",
                            "melvorTotH:TRAVELLING_MERCHANT",
                            "melvorTotH:VAMPIRE",
                            "melvorTotH:MADREMONTE",
                            "melvorTotH:VAMPIRE_LORD"
                        ]
                    }
                ],
                "entLeprechaunItem": "melvorD:Bird_Nest",
                "crowLeprechaunItem": "melvorD:Rune_Essence",
                "bearLeprechaunItem": "melvorF:Herb_Sack",
                "easterEgg": {
                    "equippedID": "melvorD:Clue_Chasers_Insignia",
                    "positionedID": "melvorD:Red_Herring",
                    "rewardID": "melvorF:Abnormal_Log"
                },
                "baseMasteryPoolCap": 17000000,
                "masteryCheckpoints": [
                    "+30 Thieving Stealth, +3% Thieving XP",
                    "Decreases Thieving Interval by 0.2s, +3% Thieving Mastery XP",
                    "+100% gold from Thieving",
                    "+100 Thieving Stealth, chance to gain unique area items from Thieving is tripled"
                ],
                "baseInterval": 3000,
                "baseStunInterval": 3000,
                "itemChance": 75,
                "baseAreaUniqueChance": 0.200000000000000011102230246251565404236316680908203125,
                "name": "Thieving",
                "completedAncientRelic": "melvorAoD:ThievingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:ThievingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ThievingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ThievingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ThievingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ThievingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Fletching",
            "data": {
                "pets": [
                    "melvorF:Quill",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Fletching_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Artisan",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Fletching_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Perpetual_Haste"
                    ],
                    "pets": [
                        "melvorF:Quill"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Fletching",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each level provides +0.2% chance to preserve resources."
                    },
                    {
                        "level": 99,
                        "descriptionID": 1,
                        "description": "+5% chance to preserve resources."
                    }
                ],
                "categories": [
                    {
                        "id": "melvorF:Arrows",
                        "name": "Arrows"
                    },
                    {
                        "id": "melvorF:Shortbows",
                        "name": "Shortbows"
                    },
                    {
                        "id": "melvorF:Longbows",
                        "name": "Longbows"
                    },
                    {
                        "id": "melvorF:Bolts",
                        "name": "Gem-Tipped Bolts"
                    },
                    {
                        "id": "melvorF:Crossbows",
                        "name": "Crossbows"
                    },
                    {
                        "id": "melvorF:Javelins",
                        "name": "Javelins"
                    },
                    {
                        "id": "melvorAoD:SpecialItems",
                        "name": "Special Items"
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorF:Arrow_Shafts",
                        "level": 1,
                        "productID": "melvorF:Arrow_Shafts",
                        "baseQuantity": 15,
                        "baseExperience": 5,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [],
                        "gpCost": 0,
                        "scCost": 0,
                        "alternativeCosts": [
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Normal_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 1
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Oak_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 2
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Willow_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 3
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Teak_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 4
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Maple_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 5
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Mahogany_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 6
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Yew_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 7
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Magic_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 8
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorD:Redwood_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 9
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Spruce_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 10
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Hornbeam_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 11
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Grove_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 12
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Linden_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 13
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Elderwood_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 14
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Red_Oak_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 15
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Revenant_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 16
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Mystic_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 17
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorTotH:Carrion_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 18
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorAoD:Unholy_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 4
                            },
                            {
                                "itemCosts": [
                                    {
                                        "id": "melvorAoD:Cursed_Logs",
                                        "quantity": 1
                                    }
                                ],
                                "quantityMultiplier": 7
                            }
                        ]
                    },
                    {
                        "id": "melvorF:Headless_Arrows",
                        "level": 1,
                        "productID": "melvorD:Headless_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 15,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Arrow_Shafts",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Feathers",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Bronze_Arrows",
                        "level": 1,
                        "productID": "melvorD:Bronze_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 18,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bronze_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Iron_Arrows",
                        "level": 15,
                        "productID": "melvorD:Iron_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 35,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Steel_Arrows",
                        "level": 30,
                        "productID": "melvorD:Steel_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 70,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mithril_Arrows",
                        "level": 45,
                        "productID": "melvorD:Mithril_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 110,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Adamant_Arrows",
                        "level": 60,
                        "productID": "melvorD:Adamant_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 140,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamant_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Rune_Arrows",
                        "level": 75,
                        "productID": "melvorD:Rune_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 180,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Dragon_Arrows",
                        "level": 90,
                        "productID": "melvorD:Dragon_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 225,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragon_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Normal_Shortbow_U",
                        "level": 1,
                        "productID": "melvorF:Normal_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 5,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Oak_Shortbow_U",
                        "level": 20,
                        "productID": "melvorF:Oak_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 15,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oak_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Willow_Shortbow_U",
                        "level": 35,
                        "productID": "melvorF:Willow_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 33,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Willow_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Maple_Shortbow_U",
                        "level": 50,
                        "productID": "melvorF:Maple_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Yew_Shortbow_U",
                        "level": 65,
                        "productID": "melvorF:Yew_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 67,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Yew_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Magic_Shortbow_U",
                        "level": 80,
                        "productID": "melvorF:Magic_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 83,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Normal_Shortbow",
                        "level": 1,
                        "productID": "melvorD:Normal_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 1,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Normal_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Oak_Shortbow",
                        "level": 20,
                        "productID": "melvorD:Oak_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 15,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Oak_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Willow_Shortbow",
                        "level": 35,
                        "productID": "melvorF:Willow_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 30,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Willow_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Maple_Shortbow",
                        "level": 50,
                        "productID": "melvorD:Maple_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Maple_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Yew_Shortbow",
                        "level": 65,
                        "productID": "melvorD:Yew_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 65,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Yew_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Magic_Shortbow",
                        "level": 80,
                        "productID": "melvorD:Magic_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 80,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Magic_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Normal_Longbow_U",
                        "level": 10,
                        "productID": "melvorF:Normal_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 10,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Oak_Longbow_U",
                        "level": 25,
                        "productID": "melvorF:Oak_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 25,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oak_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Willow_Longbow_U",
                        "level": 40,
                        "productID": "melvorF:Willow_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 41,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Willow_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Maple_Longbow_U",
                        "level": 55,
                        "productID": "melvorF:Maple_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 58,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Yew_Longbow_U",
                        "level": 70,
                        "productID": "melvorF:Yew_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 75,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Yew_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Magic_Longbow_U",
                        "level": 85,
                        "productID": "melvorF:Magic_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 91,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Normal_Longbow",
                        "level": 10,
                        "productID": "melvorF:Normal_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 10,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Normal_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Oak_Longbow",
                        "level": 25,
                        "productID": "melvorF:Oak_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 25,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Oak_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Willow_Longbow",
                        "level": 40,
                        "productID": "melvorF:Willow_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Willow_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Maple_Longbow",
                        "level": 55,
                        "productID": "melvorD:Maple_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 55,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Maple_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Yew_Longbow",
                        "level": 70,
                        "productID": "melvorF:Yew_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 75,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Yew_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Magic_Longbow",
                        "level": 85,
                        "productID": "melvorD:Magic_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Magic_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Redwood_Shortbow_U",
                        "level": 90,
                        "productID": "melvorF:Redwood_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 89,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Redwood_Shortbow",
                        "level": 90,
                        "productID": "melvorF:Redwood_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 89,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Redwood_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Redwood_Longbow_U",
                        "level": 95,
                        "productID": "melvorF:Redwood_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 95,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Redwood_Longbow",
                        "level": 95,
                        "productID": "melvorD:Redwood_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 95,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Redwood_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Topaz_Bolts",
                        "level": 10,
                        "productID": "melvorF:Topaz_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 24,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorD:Topaz",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Sapphire_Bolts",
                        "level": 25,
                        "productID": "melvorF:Sapphire_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 45,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorD:Sapphire",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Ruby_Bolts",
                        "level": 40,
                        "productID": "melvorF:Ruby_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 60,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorD:Ruby",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Emerald_Bolts",
                        "level": 60,
                        "productID": "melvorF:Emerald_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 130,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorD:Emerald",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Diamond_Bolts",
                        "level": 85,
                        "productID": "melvorF:Diamond_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 250,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorD:Diamond",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Bronze_Crossbow",
                        "level": 5,
                        "productID": "melvorF:Bronze_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 10,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Bronze_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Iron_Crossbow",
                        "level": 20,
                        "productID": "melvorF:Iron_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 45,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oak_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Iron_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Steel_Crossbow",
                        "level": 35,
                        "productID": "melvorF:Steel_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Willow_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Steel_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mithril_Crossbow",
                        "level": 50,
                        "productID": "melvorF:Mithril_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 125,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Mithril_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Adamant_Crossbow",
                        "level": 65,
                        "productID": "melvorF:Adamant_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mahogany_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Adamant_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Rune_Crossbow",
                        "level": 80,
                        "productID": "melvorF:Rune_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 200,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Yew_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Rune_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Dragon_Crossbow",
                        "level": 95,
                        "productID": "melvorF:Dragon_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Dragon_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Bronze_Javelin",
                        "level": 3,
                        "productID": "melvorF:Bronze_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 20,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Bronze_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Iron_Javelin",
                        "level": 17,
                        "productID": "melvorF:Iron_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 39,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oak_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Iron_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Steel_Javelin",
                        "level": 32,
                        "productID": "melvorF:Steel_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 76,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Willow_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Steel_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mithril_Javelin",
                        "level": 47,
                        "productID": "melvorF:Mithril_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 116,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Mithril_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Adamant_Javelin",
                        "level": 62,
                        "productID": "melvorF:Adamant_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 145,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mahogany_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Adamant_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Rune_Javelin",
                        "level": 77,
                        "productID": "melvorF:Rune_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 190,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Yew_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Rune_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Dragon_Javelin",
                        "level": 92,
                        "productID": "melvorF:Dragon_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 240,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Dragon_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Jadestone_Bolts",
                        "level": 95,
                        "productID": "melvorF:Jadestone_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 350,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorF:Jadestone",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Shortbow_U",
                        "level": 100,
                        "productID": "melvorTotH:Elderwood_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 244,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Shortbow",
                        "level": 100,
                        "productID": "melvorTotH:Elderwood_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 244,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Longbow_U",
                        "level": 102,
                        "productID": "melvorTotH:Elderwood_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 255,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Longbow",
                        "level": 102,
                        "productID": "melvorTotH:Elderwood_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 259,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Shortbow_U",
                        "level": 105,
                        "productID": "melvorTotH:Revenant_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 259,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Shortbow",
                        "level": 105,
                        "productID": "melvorTotH:Revenant_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 259,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Longbow_U",
                        "level": 108,
                        "productID": "melvorTotH:Revenant_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 272,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Longbow",
                        "level": 108,
                        "productID": "melvorTotH:Revenant_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 272,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Shortbow_U",
                        "level": 110,
                        "productID": "melvorTotH:Carrion_Shortbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 275,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Shortbow",
                        "level": 110,
                        "productID": "melvorTotH:Carrion_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 275,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Shortbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Longbow_U",
                        "level": 115,
                        "productID": "melvorTotH:Carrion_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 286,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Longbow",
                        "level": 115,
                        "productID": "melvorTotH:Carrion_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 286,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Arrows",
                        "level": 100,
                        "productID": "melvorTotH:Corundum_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 297,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundum_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Arrows",
                        "level": 105,
                        "productID": "melvorTotH:Augite_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 336,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Arrows",
                        "level": 110,
                        "productID": "melvorTotH:Divine_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 380,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divine_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Ethereal_Arrows",
                        "level": 120,
                        "productID": "melvorTotH:Ethereal_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 495,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Divine_Arrows",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Ectoplasm",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Onyx_Bolts",
                        "level": 102,
                        "productID": "melvorTotH:Onyx_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 495,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Onyx",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Bolts",
                        "level": 108,
                        "productID": "melvorTotH:Meteorite_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 743,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Decay_Bolts",
                        "level": 112,
                        "productID": "melvorTotH:Decay_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 858,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Onyx_Bolts",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Decaying_Stem",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Zephyte_Bolts",
                        "level": 118,
                        "productID": "melvorTotH:Zephyte_Bolts",
                        "baseQuantity": 3,
                        "baseExperience": 935,
                        "categoryID": "melvorF:Bolts",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Headless_Bolts",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Crossbow",
                        "level": 100,
                        "productID": "melvorTotH:Corundum_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 440,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Hornbeam_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Corundum_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Crossbow",
                        "level": 105,
                        "productID": "melvorTotH:Augite_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 578,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Linden_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Augite_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Crossbow",
                        "level": 110,
                        "productID": "melvorTotH:Divine_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 743,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Red_Oak_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Divine_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Crossbow",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 1018,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Mystic_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Meteorite_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Corundum_Javelin",
                        "level": 103,
                        "productID": "melvorTotH:Corundum_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 314,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Hornbeam_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Corundum_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Augite_Javelin",
                        "level": 107,
                        "productID": "melvorTotH:Augite_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 369,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Linden_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Augite_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Divine_Javelin",
                        "level": 111,
                        "productID": "melvorTotH:Divine_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 429,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Red_Oak_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Divine_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Javelin",
                        "level": 114,
                        "productID": "melvorTotH:Meteorite_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 715,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Mystic_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorTotH:Meteorite_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Longbow_U",
                        "level": 70,
                        "productID": "melvorAoD:Unholy_Longbow_U",
                        "baseQuantity": 1,
                        "baseExperience": 105,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Longbow",
                        "level": 70,
                        "productID": "melvorAoD:Unholy_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 105,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Unholy_Longbow_U",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Darksteel_Arrows",
                        "level": 95,
                        "productID": "melvorAoD:Darksteel_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 235,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Darksteel_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Aranite_Arrows",
                        "level": 80,
                        "productID": "melvorAoD:Aranite_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 190,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Aranite_Arrowtips",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Arrows",
                        "level": 40,
                        "productID": "melvorAoD:Crystal_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 105,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            },
                            {
                                "id": "melvorAoD:Crystal_Arrowtips",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Arrows",
                        "level": 85,
                        "productID": "melvorAoD:Pure_Crystal_Arrows",
                        "baseQuantity": 15,
                        "baseExperience": 215,
                        "categoryID": "melvorF:Arrows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Headless_Arrows",
                                "quantity": 15
                            },
                            {
                                "id": "melvorAoD:Pure_Crystal_Arrowtips",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Shortbow",
                        "level": 40,
                        "productID": "melvorAoD:Crystal_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Willow_Shortbow",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Longbow",
                        "level": 40,
                        "productID": "melvorAoD:Crystal_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorF:Willow_Longbow",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Shortbow",
                        "level": 85,
                        "productID": "melvorAoD:Pure_Crystal_Shortbow",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorF:Shortbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Shortbow",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Longbow",
                        "level": 85,
                        "productID": "melvorAoD:Pure_Crystal_Longbow",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorF:Longbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Longbow",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Javelin",
                        "level": 40,
                        "productID": "melvorAoD:Crystal_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 110,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Crystal_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Javelin",
                        "level": 85,
                        "productID": "melvorAoD:Pure_Crystal_Javelin",
                        "baseQuantity": 5,
                        "baseExperience": 230,
                        "categoryID": "melvorF:Javelins",
                        "itemCosts": [
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Pure_Crystal_Javelin_Heads",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Crossbow",
                        "level": 40,
                        "productID": "melvorAoD:Crystal_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 120,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Crystal_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Pure_Crystal_Crossbow",
                        "level": 85,
                        "productID": "melvorAoD:Pure_Crystal_Crossbow",
                        "baseQuantity": 1,
                        "baseExperience": 250,
                        "categoryID": "melvorF:Crossbows",
                        "itemCosts": [
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Pure_Crystal_Crossbow_Head",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    }
                ],
                "baseMasteryPoolCap": 49500000,
                "masteryCheckpoints": [
                    "+5% Fletching Mastery XP",
                    "Produce 1 extra Javelin per Fletch (Applied to base quantity)",
                    "Produce 1 extra Gem-Tipped Bolt per Fletch (Applied to base quantity)",
                    "Reduce Fletching Interval by 0.2s"
                ],
                "baseInterval": 2000,
                "name": "Fletching",
                "completedAncientRelic": "melvorAoD:FletchingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:FletchingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FletchingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FletchingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FletchingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:FletchingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Crafting",
            "data": {
                "pets": [
                    "melvorF:Caaarrrlll",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Crafting_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Artisan",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Crafting_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Perpetual_Haste"
                    ],
                    "pets": [
                        "melvorF:Caaarrrlll"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Crafting",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each level provides +0.2% chance to preserve resources."
                    },
                    {
                        "level": 99,
                        "descriptionID": 1,
                        "description": "+5% chance to preserve resources."
                    }
                ],
                "categories": [
                    {
                        "id": "melvorF:LeatherArmour",
                        "name": "Leather Armour"
                    },
                    {
                        "id": "melvorF:Dragonhide",
                        "name": "Dragonhide"
                    },
                    {
                        "id": "melvorF:Rings",
                        "name": "Rings"
                    },
                    {
                        "id": "melvorF:Necklaces",
                        "name": "Necklaces"
                    },
                    {
                        "id": "melvorF:Bags",
                        "name": "Bags"
                    },
                    {
                        "id": "melvorF:Urns",
                        "name": "Urns"
                    },
                    {
                        "id": "melvorTotH:HardwoodArmour",
                        "name": "Hardwood Armour"
                    },
                    {
                        "id": "melvorAoD:SpecialItems",
                        "name": "Special Items"
                    },
                    {
                        "id": "melvorAoD:ImbuedMaterials",
                        "name": "Imbued Materials"
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorF:Leather_Gloves",
                        "level": 1,
                        "productID": "melvorF:Leather_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 13,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Leather_Boots",
                        "level": 7,
                        "productID": "melvorD:Leather_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 16,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Leather_Cowl",
                        "level": 9,
                        "productID": "melvorD:Leather_Cowl",
                        "baseQuantity": 1,
                        "baseExperience": 18,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Leather_Vambraces",
                        "level": 11,
                        "productID": "melvorD:Leather_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 22,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Leather_Body",
                        "level": 14,
                        "productID": "melvorF:Leather_Body",
                        "baseQuantity": 1,
                        "baseExperience": 25,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Leather_Chaps",
                        "level": 18,
                        "productID": "melvorD:Leather_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 27,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Green_Dhide_Vambraces",
                        "level": 57,
                        "productID": "melvorD:Green_Dhide_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Green_Dragonhide",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Green_Dhide_Chaps",
                        "level": 60,
                        "productID": "melvorD:Green_Dhide_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 99,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Green_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Green_Dhide_Body",
                        "level": 63,
                        "productID": "melvorD:Green_Dhide_Body",
                        "baseQuantity": 1,
                        "baseExperience": 148,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Green_Dragonhide",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Blue_Dhide_Vambraces",
                        "level": 66,
                        "productID": "melvorD:Blue_Dhide_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 56,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Blue_Dragonhide",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Blue_Dhide_Chaps",
                        "level": 68,
                        "productID": "melvorD:Blue_Dhide_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 112,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Blue_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Blue_Dhide_Body",
                        "level": 71,
                        "productID": "melvorD:Blue_Dhide_Body",
                        "baseQuantity": 1,
                        "baseExperience": 168,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Blue_Dragonhide",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Red_Dhide_Vambraces",
                        "level": 73,
                        "productID": "melvorD:Red_Dhide_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 62,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Red_Dragonhide",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Red_Dhide_Chaps",
                        "level": 75,
                        "productID": "melvorD:Red_Dhide_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 129,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Red_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Red_Dhide_Body",
                        "level": 77,
                        "productID": "melvorD:Red_Dhide_Body",
                        "baseQuantity": 1,
                        "baseExperience": 187,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Red_Dragonhide",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Black_Dhide_Vambraces",
                        "level": 79,
                        "productID": "melvorD:Black_Dhide_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 86,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Black_Dragonhide",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Black_Dhide_Chaps",
                        "level": 82,
                        "productID": "melvorD:Black_Dhide_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 172,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Black_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Black_Dhide_Body",
                        "level": 84,
                        "productID": "melvorD:Black_Dhide_Body",
                        "baseQuantity": 1,
                        "baseExperience": 258,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Black_Dragonhide",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Topaz_Ring",
                        "level": 10,
                        "productID": "melvorF:Silver_Topaz_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Topaz",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Sapphire_Ring",
                        "level": 20,
                        "productID": "melvorF:Silver_Sapphire_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Sapphire",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Ruby_Ring",
                        "level": 25,
                        "productID": "melvorF:Silver_Ruby_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Ruby",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Emerald_Ring",
                        "level": 50,
                        "productID": "melvorF:Silver_Emerald_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 120,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Emerald",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Diamond_Ring",
                        "level": 80,
                        "productID": "melvorF:Silver_Diamond_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 240,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Diamond",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Topaz_Ring",
                        "level": 10,
                        "productID": "melvorD:Gold_Topaz_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 24,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Topaz",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Sapphire_Ring",
                        "level": 20,
                        "productID": "melvorF:Gold_Sapphire_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 45,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Sapphire",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Ruby_Ring",
                        "level": 25,
                        "productID": "melvorF:Gold_Ruby_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Ruby",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Emerald_Ring",
                        "level": 50,
                        "productID": "melvorF:Gold_Emerald_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 130,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Emerald",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Diamond_Ring",
                        "level": 80,
                        "productID": "melvorF:Gold_Diamond_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 250,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Diamond",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Topaz_Necklace",
                        "level": 10,
                        "productID": "melvorF:Silver_Topaz_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 22,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Topaz",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Sapphire_Necklace",
                        "level": 20,
                        "productID": "melvorF:Silver_Sapphire_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Sapphire",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Ruby_Necklace",
                        "level": 25,
                        "productID": "melvorF:Silver_Ruby_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Ruby",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Emerald_Necklace",
                        "level": 50,
                        "productID": "melvorF:Silver_Emerald_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 120,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Emerald",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Silver_Diamond_Necklace",
                        "level": 80,
                        "productID": "melvorF:Silver_Diamond_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 240,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Diamond",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Topaz_Necklace",
                        "level": 10,
                        "productID": "melvorF:Gold_Topaz_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 24,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Topaz",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Sapphire_Necklace",
                        "level": 20,
                        "productID": "melvorF:Gold_Sapphire_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 45,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Sapphire",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Ruby_Necklace",
                        "level": 25,
                        "productID": "melvorF:Gold_Ruby_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Ruby",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Emerald_Necklace",
                        "level": 50,
                        "productID": "melvorF:Gold_Emerald_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 130,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Emerald",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gold_Diamond_Necklace",
                        "level": 80,
                        "productID": "melvorF:Gold_Diamond_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 250,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Diamond",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Hard_Leather_Gloves",
                        "level": 24,
                        "productID": "melvorF:Hard_Leather_Gloves",
                        "baseQuantity": 1,
                        "baseExperience": 26,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Hard_Leather_Boots",
                        "level": 28,
                        "productID": "melvorF:Hard_Leather_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 32,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Hard_Leather_Cowl",
                        "level": 33,
                        "productID": "melvorF:Hard_Leather_Cowl",
                        "baseQuantity": 1,
                        "baseExperience": 36,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Hard_Leather_Vambraces",
                        "level": 39,
                        "productID": "melvorF:Hard_Leather_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 44,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Hard_Leather_Body",
                        "level": 44,
                        "productID": "melvorF:Hard_Leather_Body",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Hard_Leather_Chaps",
                        "level": 50,
                        "productID": "melvorF:Hard_Leather_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 54,
                        "categoryID": "melvorF:LeatherArmour",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Green_Dhide_Shield",
                        "level": 60,
                        "productID": "melvorF:Green_Dhide_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 99,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Green_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Blue_Dhide_Shield",
                        "level": 68,
                        "productID": "melvorF:Blue_Dhide_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 112,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Blue_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Red_Dhide_Shield",
                        "level": 75,
                        "productID": "melvorF:Red_Dhide_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 129,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Red_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Black_Dhide_Shield",
                        "level": 82,
                        "productID": "melvorF:Black_Dhide_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 172,
                        "categoryID": "melvorF:Dragonhide",
                        "itemCosts": [
                            {
                                "id": "melvorD:Black_Dragonhide",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Thiefs_Moneysack",
                        "level": 49,
                        "productID": "melvorF:Thiefs_Moneysack",
                        "baseQuantity": 25,
                        "baseExperience": 135,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 50,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Seed_Pouch",
                        "level": 42,
                        "productID": "melvorF:Seed_Pouch",
                        "baseQuantity": 25,
                        "baseExperience": 108,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Onion_Seed",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Runecrafting_Pouch",
                        "level": 35,
                        "productID": "melvorF:Runecrafting_Pouch",
                        "baseQuantity": 25,
                        "baseExperience": 84,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Alchemists_Bag",
                        "level": 56,
                        "productID": "melvorF:Alchemists_Bag",
                        "baseQuantity": 25,
                        "baseExperience": 163,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Sourweed_Herb",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Ring_Of_Blade_Echoes",
                        "level": 90,
                        "productID": "melvorF:Ring_Of_Blade_Echoes",
                        "baseQuantity": 1,
                        "baseExperience": 400,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Knights_Sigil",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Ring_Of_Barrage",
                        "level": 90,
                        "productID": "melvorF:Ring_Of_Barrage",
                        "baseQuantity": 1,
                        "baseExperience": 400,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Marksmans_Sigil",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Ring_Of_Spirit_Power",
                        "level": 90,
                        "productID": "melvorF:Ring_Of_Spirit_Power",
                        "baseQuantity": 1,
                        "baseExperience": 400,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Wizards_Sigil",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Small_Urn",
                        "level": 50,
                        "productID": "melvorF:Small_Urn",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:Urns",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Ash",
                                "quantity": 15
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Medium_Urn",
                        "level": 85,
                        "productID": "melvorF:Medium_Urn",
                        "baseQuantity": 1,
                        "baseExperience": 105,
                        "categoryID": "melvorF:Urns",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Ash",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Vambraces",
                        "level": 100,
                        "productID": "melvorTotH:Elderwood_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 1700,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Chaps",
                        "level": 102,
                        "productID": "melvorTotH:Elderwood_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 3400,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 125
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Shield",
                        "level": 102,
                        "productID": "melvorTotH:Elderwood_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 3400,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 125
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Elderwood_Body",
                        "level": 104,
                        "productID": "melvorTotH:Elderwood_Body",
                        "baseQuantity": 1,
                        "baseExperience": 5100,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 150
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Vambraces",
                        "level": 105,
                        "productID": "melvorTotH:Revenant_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 1820,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Logs",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Chaps",
                        "level": 108,
                        "productID": "melvorTotH:Revenant_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 3640,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Logs",
                                "quantity": 125
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Shield",
                        "level": 108,
                        "productID": "melvorTotH:Revenant_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 3640,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Logs",
                                "quantity": 125
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Revenant_Body",
                        "level": 110,
                        "productID": "melvorTotH:Revenant_Body",
                        "baseQuantity": 1,
                        "baseExperience": 5460,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Revenant_Logs",
                                "quantity": 150
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Vambraces",
                        "level": 112,
                        "productID": "melvorTotH:Carrion_Vambraces",
                        "baseQuantity": 1,
                        "baseExperience": 1920,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 100
                            },
                            {
                                "id": "melvorTotH:Carrion_Bark",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Chaps",
                        "level": 115,
                        "productID": "melvorTotH:Carrion_Chaps",
                        "baseQuantity": 1,
                        "baseExperience": 3840,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 125
                            },
                            {
                                "id": "melvorTotH:Carrion_Bark",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Shield",
                        "level": 115,
                        "productID": "melvorTotH:Carrion_Shield",
                        "baseQuantity": 1,
                        "baseExperience": 3840,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 125
                            },
                            {
                                "id": "melvorTotH:Carrion_Bark",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Carrion_Body",
                        "level": 118,
                        "productID": "melvorTotH:Carrion_Body",
                        "baseQuantity": 1,
                        "baseExperience": 5760,
                        "categoryID": "melvorTotH:HardwoodArmour",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 150
                            },
                            {
                                "id": "melvorTotH:Carrion_Bark",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Onyx_Ring",
                        "level": 100,
                        "productID": "melvorTotH:Iridium_Onyx_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 319,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Onyx",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Onyx_Ring",
                        "level": 104,
                        "productID": "melvorTotH:Palladium_Onyx_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 350,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Onyx",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Oricha_Ring",
                        "level": 102,
                        "productID": "melvorTotH:Iridium_Oricha_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 372,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Oricha",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Oricha_Ring",
                        "level": 107,
                        "productID": "melvorTotH:Palladium_Oricha_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 412,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Oricha",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Cerulean_Ring",
                        "level": 105,
                        "productID": "melvorTotH:Iridium_Cerulean_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 439,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Cerulean",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Cerulean_Ring",
                        "level": 112,
                        "productID": "melvorTotH:Palladium_Cerulean_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 472,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Cerulean",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Runestone_Ring",
                        "level": 108,
                        "productID": "melvorTotH:Iridium_Runestone_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 494,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Runestone_Ring",
                        "level": 115,
                        "productID": "melvorTotH:Palladium_Runestone_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 532,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Zephyte_Ring",
                        "level": 110,
                        "productID": "melvorTotH:Iridium_Zephyte_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 547,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Zephyte_Ring",
                        "level": 118,
                        "productID": "melvorTotH:Palladium_Zephyte_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 600,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Warrior_Ring",
                        "level": 120,
                        "productID": "melvorTotH:Meteorite_Warrior_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 1,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 250
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Marksman_Ring",
                        "level": 120,
                        "productID": "melvorTotH:Meteorite_Marksman_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 1,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 250
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Spellcaster_Ring",
                        "level": 120,
                        "productID": "melvorTotH:Meteorite_Spellcaster_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 1,
                        "categoryID": "melvorF:Rings",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 250
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Onyx_Necklace",
                        "level": 100,
                        "productID": "melvorTotH:Iridium_Onyx_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 326,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Onyx",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Onyx_Necklace",
                        "level": 104,
                        "productID": "melvorTotH:Palladium_Onyx_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 359,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Onyx",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Oricha_Necklace",
                        "level": 102,
                        "productID": "melvorTotH:Iridium_Oricha_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 380,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Oricha",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Oricha_Necklace",
                        "level": 107,
                        "productID": "melvorTotH:Palladium_Oricha_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 421,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Oricha",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Cerulean_Necklace",
                        "level": 105,
                        "productID": "melvorTotH:Iridium_Cerulean_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 449,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Cerulean",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Cerulean_Necklace",
                        "level": 112,
                        "productID": "melvorTotH:Palladium_Cerulean_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 482,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Cerulean",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Runestone_Necklace",
                        "level": 108,
                        "productID": "melvorTotH:Iridium_Runestone_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 506,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Runestone_Necklace",
                        "level": 115,
                        "productID": "melvorTotH:Palladium_Runestone_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 547,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Iridium_Zephyte_Necklace",
                        "level": 110,
                        "productID": "melvorTotH:Iridium_Zephyte_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 560,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Palladium_Zephyte_Necklace",
                        "level": 118,
                        "productID": "melvorTotH:Palladium_Zephyte_Necklace",
                        "baseQuantity": 1,
                        "baseExperience": 614,
                        "categoryID": "melvorF:Necklaces",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Artisan_Pouch",
                        "level": 102,
                        "productID": "melvorTotH:Artisan_Pouch",
                        "baseQuantity": 25,
                        "baseExperience": 178,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Kindling_Pouch",
                        "level": 106,
                        "productID": "melvorTotH:Kindling_Pouch",
                        "baseQuantity": 25,
                        "baseExperience": 205,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 5
                            },
                            {
                                "id": "melvorTotH:Charcoal",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Stamina_Pouch",
                        "level": 115,
                        "productID": "melvorTotH:Stamina_Pouch",
                        "baseQuantity": 25,
                        "baseExperience": 236,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 100,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Spirit_Bag",
                        "level": 104,
                        "productID": "melvorTotH:Spirit_Bag",
                        "baseQuantity": 25,
                        "baseExperience": 191,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Chefs_Bag",
                        "level": 108,
                        "productID": "melvorTotH:Chefs_Bag",
                        "baseQuantity": 25,
                        "baseExperience": 219,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Blue_Crab",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Summoners_Bag",
                        "level": 118,
                        "productID": "melvorTotH:Summoners_Bag",
                        "baseQuantity": 25,
                        "baseExperience": 255,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorF:Basic_Bag",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Large_Urn",
                        "level": 100,
                        "productID": "melvorTotH:Large_Urn",
                        "baseQuantity": 1,
                        "baseExperience": 250,
                        "categoryID": "melvorF:Urns",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Ash",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Basic_Bag",
                        "level": 32,
                        "productID": "melvorF:Basic_Bag",
                        "baseQuantity": 1,
                        "baseExperience": 35,
                        "categoryID": "melvorF:Bags",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Ancient_Woven_Bags",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Barrier_Dust",
                        "level": 7,
                        "productID": "melvorAoD:Barrier_Dust",
                        "baseQuantity": 2,
                        "baseExperience": 7,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Barrier_Gem",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Leather",
                        "level": 18,
                        "productID": "melvorAoD:Imbued_Leather",
                        "baseQuantity": 1,
                        "baseExperience": 35,
                        "categoryID": "melvorAoD:ImbuedMaterials",
                        "itemCosts": [
                            {
                                "id": "melvorD:Leather",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Green_Dragonhide",
                        "level": 63,
                        "productID": "melvorAoD:Imbued_Green_Dragonhide",
                        "baseQuantity": 1,
                        "baseExperience": 148,
                        "categoryID": "melvorAoD:ImbuedMaterials",
                        "itemCosts": [
                            {
                                "id": "melvorD:Green_Dragonhide",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Blue_Dragonhide",
                        "level": 71,
                        "productID": "melvorAoD:Imbued_Blue_Dragonhide",
                        "baseQuantity": 1,
                        "baseExperience": 168,
                        "categoryID": "melvorAoD:ImbuedMaterials",
                        "itemCosts": [
                            {
                                "id": "melvorD:Blue_Dragonhide",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 4
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Red_Dragonhide",
                        "level": 77,
                        "productID": "melvorAoD:Imbued_Red_Dragonhide",
                        "baseQuantity": 1,
                        "baseExperience": 187,
                        "categoryID": "melvorAoD:ImbuedMaterials",
                        "itemCosts": [
                            {
                                "id": "melvorD:Red_Dragonhide",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 6
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Black_Dragonhide",
                        "level": 84,
                        "productID": "melvorAoD:Imbued_Black_Dragonhide",
                        "baseQuantity": 1,
                        "baseExperience": 258,
                        "categoryID": "melvorAoD:ImbuedMaterials",
                        "itemCosts": [
                            {
                                "id": "melvorD:Black_Dragonhide",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 8
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Imbued_Elder_Dragonhide",
                        "level": 99,
                        "productID": "melvorAoD:Imbued_Elder_Dragonhide",
                        "baseQuantity": 1,
                        "baseExperience": 350,
                        "categoryID": "melvorAoD:ImbuedMaterials",
                        "itemCosts": [
                            {
                                "id": "melvorF:Elder_Dragonhide",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Dust",
                                "quantity": 12
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Body",
                        "level": 63,
                        "productID": "melvorAoD:Unholy_Body",
                        "baseQuantity": 1,
                        "baseExperience": 178,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Green_Dragonhide",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Amulet",
                        "level": 45,
                        "productID": "melvorAoD:Unholy_Amulet",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Emerald",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Ring",
                        "level": 40,
                        "productID": "melvorAoD:Unholy_Ring",
                        "baseQuantity": 1,
                        "baseExperience": 80,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Ruby",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Refined_Crystal",
                        "level": 40,
                        "productID": "melvorAoD:Refined_Crystal",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Crystal",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Crystalized_Mithril_Fragment",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Refined_Pure_Crystal",
                        "level": 85,
                        "productID": "melvorAoD:Refined_Pure_Crystal",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Pure_Crystal",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Crystalized_Dragon_Fragment",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Ring_of_Barrier_Touch",
                        "level": 20,
                        "productID": "melvorAoD:Ring_of_Barrier_Touch",
                        "baseQuantity": 1,
                        "baseExperience": 45,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Touch_Gem",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Amulet_of_Barrier_Touch",
                        "level": 20,
                        "productID": "melvorAoD:Amulet_of_Barrier_Touch",
                        "baseQuantity": 1,
                        "baseExperience": 45,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Touch_Gem",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    }
                ],
                "baseMasteryPoolCap": 57000000,
                "masteryCheckpoints": [
                    "+5% Crafting Mastery XP",
                    "+5% resource preservation chance for Crafting.",
                    "Decreased Crafting Interval by 0.2s",
                    "Always Craft a base quantity of 2 for Rings and Necklaces"
                ],
                "baseInterval": 3000,
                "name": "Crafting",
                "completedAncientRelic": "melvorAoD:CraftingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:CraftingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CraftingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CraftingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CraftingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CraftingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Runecrafting",
            "data": {
                "pets": [
                    "melvorF:Gunter",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Runecrafting_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Artisan",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Runecrafting_Pouch",
                        "melvorF:Runecrafting_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Expanded_Knowledge"
                    ],
                    "pets": [
                        "melvorF:Gunter"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Runecrafting",
                "masteryLevelUnlocks": [
                    {
                        "level": 15,
                        "descriptionID": 0,
                        "description": "2 Runes Produced per Runecraft."
                    },
                    {
                        "level": 30,
                        "descriptionID": 1,
                        "description": "3 Runes Produced per Runecraft. -5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 45,
                        "descriptionID": 2,
                        "description": "4 Runes Produced per Runecraft."
                    },
                    {
                        "level": 60,
                        "descriptionID": 3,
                        "description": "5 Runes Produced per Runecraft. -5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 75,
                        "descriptionID": 4,
                        "description": "6 Runes Produced per Runecraft."
                    },
                    {
                        "level": 90,
                        "descriptionID": 5,
                        "description": "7 Runes Produced per Runecraft. -5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 99,
                        "descriptionID": 6,
                        "description": "11 Runes Produced per Runecraft. -15% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 10,
                        "descriptionID": 7,
                        "description": "-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 20,
                        "descriptionID": 7,
                        "description": "-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 40,
                        "descriptionID": 7,
                        "description": "-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 50,
                        "descriptionID": 7,
                        "description": "-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 70,
                        "descriptionID": 7,
                        "description": "-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    },
                    {
                        "level": 80,
                        "descriptionID": 7,
                        "description": "-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
                    }
                ],
                "categories": [
                    {
                        "id": "melvorF:StandardRunes",
                        "name": "Standard Runes"
                    },
                    {
                        "id": "melvorF:CombinationRunes",
                        "name": "Combination Runes"
                    },
                    {
                        "id": "melvorF:StavesWands",
                        "name": "Staves \u0026 Wands"
                    },
                    {
                        "id": "melvorF:AirMagicGear",
                        "name": "Air Magic Gear"
                    },
                    {
                        "id": "melvorF:WaterMagicGear",
                        "name": "Water Magic Gear"
                    },
                    {
                        "id": "melvorF:EarthMagicGear",
                        "name": "Earth Magic Gear"
                    },
                    {
                        "id": "melvorF:FireMagicGear",
                        "name": "Fire Magic Gear"
                    },
                    {
                        "id": "melvorTotH:PoisonMagicGear",
                        "name": "Poison Magic Gear"
                    },
                    {
                        "id": "melvorTotH:InfernalMagicGear",
                        "name": "Infernal Magic Gear"
                    },
                    {
                        "id": "melvorTotH:LightningMagicGear",
                        "name": "Lightning Magic Gear"
                    },
                    {
                        "id": "melvorAoD:SpecialItems",
                        "name": "Special Items"
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorF:Air_Rune",
                        "level": 1,
                        "productID": "melvorD:Air_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 4,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mind_Rune",
                        "level": 1,
                        "productID": "melvorD:Mind_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 5,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Rune",
                        "level": 5,
                        "productID": "melvorD:Water_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 8,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Rune",
                        "level": 9,
                        "productID": "melvorD:Earth_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 10,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Rune",
                        "level": 14,
                        "productID": "melvorD:Fire_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 12,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Body_Rune",
                        "level": 20,
                        "productID": "melvorD:Body_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 14,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Chaos_Rune",
                        "level": 35,
                        "productID": "melvorD:Chaos_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 16,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Death_Rune",
                        "level": 65,
                        "productID": "melvorD:Death_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 18,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Blood_Rune",
                        "level": 75,
                        "productID": "melvorD:Blood_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Ancient_Rune",
                        "level": 85,
                        "productID": "melvorD:Ancient_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 22,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Light_Rune",
                        "level": 15,
                        "productID": "melvorD:Light_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 12,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Nature_Rune",
                        "level": 40,
                        "productID": "melvorF:Nature_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 18,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Havoc_Rune",
                        "level": 50,
                        "productID": "melvorF:Havoc_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Spirit_Rune",
                        "level": 80,
                        "productID": "melvorF:Spirit_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 24,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mist_Rune",
                        "level": 10,
                        "productID": "melvorD:Mist_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 24,
                        "categoryID": "melvorF:CombinationRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Dust_Rune",
                        "level": 20,
                        "productID": "melvorD:Dust_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 28,
                        "categoryID": "melvorF:CombinationRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mud_Rune",
                        "level": 30,
                        "productID": "melvorF:Mud_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 32,
                        "categoryID": "melvorF:CombinationRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Smoke_Rune",
                        "level": 40,
                        "productID": "melvorD:Smoke_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 36,
                        "categoryID": "melvorF:CombinationRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Steam_Rune",
                        "level": 50,
                        "productID": "melvorF:Steam_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorF:CombinationRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Lava_Rune",
                        "level": 60,
                        "productID": "melvorF:Lava_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 44,
                        "categoryID": "melvorF:CombinationRunes",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Staff_of_Air",
                        "level": 1,
                        "productID": "melvorF:Staff_of_Air",
                        "baseQuantity": 1,
                        "baseExperience": 10,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Staff_of_Water",
                        "level": 5,
                        "productID": "melvorF:Staff_of_Water",
                        "baseQuantity": 1,
                        "baseExperience": 15,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Staff_of_Earth",
                        "level": 9,
                        "productID": "melvorF:Staff_of_Earth",
                        "baseQuantity": 1,
                        "baseExperience": 20,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Staff_of_Fire",
                        "level": 14,
                        "productID": "melvorF:Staff_of_Fire",
                        "baseQuantity": 1,
                        "baseExperience": 25,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Normal_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Battlestaff",
                        "level": 30,
                        "productID": "melvorD:Air_Battlestaff",
                        "baseQuantity": 1,
                        "baseExperience": 35,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorF:Staff_of_Air",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Battlestaff",
                        "level": 35,
                        "productID": "melvorD:Water_Battlestaff",
                        "baseQuantity": 1,
                        "baseExperience": 40,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorF:Staff_of_Water",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Battlestaff",
                        "level": 39,
                        "productID": "melvorD:Earth_Battlestaff",
                        "baseQuantity": 1,
                        "baseExperience": 45,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorF:Staff_of_Earth",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Battlestaff",
                        "level": 44,
                        "productID": "melvorD:Fire_Battlestaff",
                        "baseQuantity": 1,
                        "baseExperience": 50,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorF:Staff_of_Fire",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mystic_Air_Staff",
                        "level": 70,
                        "productID": "melvorD:Mystic_Air_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 75,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Battlestaff",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mystic_Water_Staff",
                        "level": 75,
                        "productID": "melvorF:Mystic_Water_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 80,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Battlestaff",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mystic_Earth_Staff",
                        "level": 79,
                        "productID": "melvorF:Mystic_Earth_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 85,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Battlestaff",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Mystic_Fire_Staff",
                        "level": 84,
                        "productID": "melvorF:Mystic_Fire_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 90,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Battlestaff",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Acolyte_Wizard_Hat",
                        "level": 1,
                        "productID": "melvorF:Air_Acolyte_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 11,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Acolyte_Wizard_Robes",
                        "level": 11,
                        "productID": "melvorF:Air_Acolyte_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 21,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Acolyte_Wizard_Bottoms",
                        "level": 7,
                        "productID": "melvorF:Air_Acolyte_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 17,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Acolyte_Wizard_Boots",
                        "level": 4,
                        "productID": "melvorF:Air_Acolyte_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 14,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Acolyte_Wizard_Hat",
                        "level": 5,
                        "productID": "melvorF:Water_Acolyte_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 15,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Acolyte_Wizard_Robes",
                        "level": 17,
                        "productID": "melvorF:Water_Acolyte_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 27,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Acolyte_Wizard_Bottoms",
                        "level": 13,
                        "productID": "melvorF:Water_Acolyte_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 23,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Acolyte_Wizard_Boots",
                        "level": 9,
                        "productID": "melvorF:Water_Acolyte_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 19,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Acolyte_Wizard_Hat",
                        "level": 9,
                        "productID": "melvorF:Earth_Acolyte_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 19,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 30
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Acolyte_Wizard_Robes",
                        "level": 21,
                        "productID": "melvorF:Earth_Acolyte_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 31,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 30
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Acolyte_Wizard_Bottoms",
                        "level": 17,
                        "productID": "melvorF:Earth_Acolyte_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 27,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 30
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Acolyte_Wizard_Boots",
                        "level": 13,
                        "productID": "melvorF:Earth_Acolyte_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 23,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 30
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Acolyte_Wizard_Hat",
                        "level": 14,
                        "productID": "melvorF:Fire_Acolyte_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 24,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 35
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Acolyte_Wizard_Robes",
                        "level": 26,
                        "productID": "melvorF:Fire_Acolyte_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 36,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 35
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Acolyte_Wizard_Bottoms",
                        "level": 22,
                        "productID": "melvorF:Fire_Acolyte_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 32,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 35
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Acolyte_Wizard_Boots",
                        "level": 18,
                        "productID": "melvorF:Fire_Acolyte_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 28,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 35
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Adept_Wizard_Hat",
                        "level": 35,
                        "productID": "melvorF:Air_Adept_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 60,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Adept_Wizard_Robes",
                        "level": 47,
                        "productID": "melvorF:Air_Adept_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 72,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Adept_Wizard_Bottoms",
                        "level": 43,
                        "productID": "melvorF:Air_Adept_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 68,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Adept_Wizard_Boots",
                        "level": 39,
                        "productID": "melvorF:Air_Adept_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 64,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Adept_Wizard_Hat",
                        "level": 39,
                        "productID": "melvorF:Water_Adept_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 64,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 75
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Adept_Wizard_Robes",
                        "level": 51,
                        "productID": "melvorF:Water_Adept_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 76,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 75
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Adept_Wizard_Bottoms",
                        "level": 47,
                        "productID": "melvorF:Water_Adept_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 72,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 75
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Adept_Wizard_Boots",
                        "level": 43,
                        "productID": "melvorF:Water_Adept_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 68,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 75
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Adept_Wizard_Hat",
                        "level": 43,
                        "productID": "melvorF:Earth_Adept_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 68,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Adept_Wizard_Robes",
                        "level": 55,
                        "productID": "melvorF:Earth_Adept_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 80,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Adept_Wizard_Bottoms",
                        "level": 51,
                        "productID": "melvorF:Earth_Adept_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 76,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Adept_Wizard_Boots",
                        "level": 47,
                        "productID": "melvorF:Earth_Adept_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 72,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Adept_Wizard_Hat",
                        "level": 48,
                        "productID": "melvorF:Fire_Adept_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 73,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 125
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Adept_Wizard_Robes",
                        "level": 60,
                        "productID": "melvorF:Fire_Adept_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 85,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 125
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Adept_Wizard_Bottoms",
                        "level": 56,
                        "productID": "melvorF:Fire_Adept_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 81,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 125
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Adept_Wizard_Boots",
                        "level": 52,
                        "productID": "melvorF:Fire_Adept_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 77,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 125
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Expert_Wizard_Hat",
                        "level": 65,
                        "productID": "melvorF:Air_Expert_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 140,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Expert_Wizard_Robes",
                        "level": 77,
                        "productID": "melvorF:Air_Expert_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 152,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Expert_Wizard_Bottoms",
                        "level": 73,
                        "productID": "melvorF:Air_Expert_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 148,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Expert_Wizard_Boots",
                        "level": 69,
                        "productID": "melvorF:Air_Expert_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 144,
                        "categoryID": "melvorF:AirMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Expert_Wizard_Hat",
                        "level": 69,
                        "productID": "melvorF:Water_Expert_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 144,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 150
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Expert_Wizard_Robes",
                        "level": 81,
                        "productID": "melvorF:Water_Expert_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 156,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 150
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Expert_Wizard_Bottoms",
                        "level": 77,
                        "productID": "melvorF:Water_Expert_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 152,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 150
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Expert_Wizard_Boots",
                        "level": 73,
                        "productID": "melvorF:Water_Expert_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 148,
                        "categoryID": "melvorF:WaterMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 150
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Expert_Wizard_Hat",
                        "level": 73,
                        "productID": "melvorF:Earth_Expert_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 148,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 200
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Expert_Wizard_Robes",
                        "level": 85,
                        "productID": "melvorF:Earth_Expert_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 160,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 200
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Expert_Wizard_Bottoms",
                        "level": 81,
                        "productID": "melvorF:Earth_Expert_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 156,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 200
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Expert_Wizard_Boots",
                        "level": 77,
                        "productID": "melvorF:Earth_Expert_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 152,
                        "categoryID": "melvorF:EarthMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 200
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Expert_Wizard_Hat",
                        "level": 78,
                        "productID": "melvorF:Fire_Expert_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 153,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 250
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Expert_Wizard_Robes",
                        "level": 90,
                        "productID": "melvorF:Fire_Expert_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 165,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 250
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Expert_Wizard_Bottoms",
                        "level": 86,
                        "productID": "melvorF:Fire_Expert_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 161,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 250
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Expert_Wizard_Boots",
                        "level": 82,
                        "productID": "melvorF:Fire_Expert_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 157,
                        "categoryID": "melvorF:FireMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 250
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Air_Imbued_Wand",
                        "level": 80,
                        "productID": "melvorF:Air_Imbued_Wand",
                        "baseQuantity": 1,
                        "baseExperience": 300,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Wand_Elite",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Water_Imbued_Wand",
                        "level": 84,
                        "productID": "melvorF:Water_Imbued_Wand",
                        "baseQuantity": 1,
                        "baseExperience": 350,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Wand_Elite",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Earth_Imbued_Wand",
                        "level": 89,
                        "productID": "melvorF:Earth_Imbued_Wand",
                        "baseQuantity": 1,
                        "baseExperience": 400,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Wand_Elite",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fire_Imbued_Wand",
                        "level": 95,
                        "productID": "melvorF:Fire_Imbued_Wand",
                        "baseQuantity": 1,
                        "baseExperience": 450,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Wand_Elite",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Rune",
                        "level": 100,
                        "productID": "melvorTotH:Poison_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 87,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Decay_Rune",
                        "level": 102,
                        "productID": "melvorTotH:Decay_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 96,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Mind_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Body_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Rune",
                        "level": 104,
                        "productID": "melvorTotH:Infernal_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 105,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Despair_Rune",
                        "level": 106,
                        "productID": "melvorTotH:Despair_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 116,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Mind_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Chaos_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Soul_Rune",
                        "level": 108,
                        "productID": "melvorTotH:Soul_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 131,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Rune",
                        "level": 110,
                        "productID": "melvorTotH:Lightning_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 148,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Archaic_Rune",
                        "level": 112,
                        "productID": "melvorTotH:Archaic_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 168,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Mind_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Chaos_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Death_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Calamity_Rune",
                        "level": 115,
                        "productID": "melvorTotH:Calamity_Rune",
                        "baseQuantity": 1,
                        "baseExperience": 190,
                        "categoryID": "melvorF:StandardRunes",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Havoc_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Blood_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Ancient_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Master_Wizard_Hat",
                        "level": 100,
                        "productID": "melvorTotH:Poison_Master_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 424,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Master_Wizard_Robes",
                        "level": 104,
                        "productID": "melvorTotH:Poison_Master_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 453,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Master_Wizard_Bottoms",
                        "level": 103,
                        "productID": "melvorTotH:Poison_Master_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 444,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Master_Wizard_Boots",
                        "level": 102,
                        "productID": "melvorTotH:Poison_Master_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 434,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Master_Wizard_Hat",
                        "level": 102,
                        "productID": "melvorTotH:Infernal_Master_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 501,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Master_Wizard_Robes",
                        "level": 106,
                        "productID": "melvorTotH:Infernal_Master_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 530,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Master_Wizard_Bottoms",
                        "level": 105,
                        "productID": "melvorTotH:Infernal_Master_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 549,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Master_Wizard_Boots",
                        "level": 104,
                        "productID": "melvorTotH:Infernal_Master_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 511,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Master_Wizard_Hat",
                        "level": 103,
                        "productID": "melvorTotH:Lightning_Master_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 540,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Master_Wizard_Robes",
                        "level": 107,
                        "productID": "melvorTotH:Lightning_Master_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 568,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Master_Wizard_Bottoms",
                        "level": 106,
                        "productID": "melvorTotH:Lightning_Master_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 559,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Master_Wizard_Boots",
                        "level": 105,
                        "productID": "melvorTotH:Lightning_Master_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 549,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 350
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Legendary_Wizard_Hat",
                        "level": 104,
                        "productID": "melvorTotH:Poison_Legendary_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 578,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Legendary_Wizard_Robes",
                        "level": 108,
                        "productID": "melvorTotH:Poison_Legendary_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 607,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Legendary_Wizard_Bottoms",
                        "level": 107,
                        "productID": "melvorTotH:Poison_Legendary_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 597,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Legendary_Wizard_Boots",
                        "level": 106,
                        "productID": "melvorTotH:Poison_Legendary_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 588,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Legendary_Wizard_Hat",
                        "level": 106,
                        "productID": "melvorTotH:Infernal_Legendary_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 655,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Legendary_Wizard_Robes",
                        "level": 110,
                        "productID": "melvorTotH:Infernal_Legendary_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 684,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Legendary_Wizard_Bottoms",
                        "level": 109,
                        "productID": "melvorTotH:Infernal_Legendary_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 674,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Legendary_Wizard_Boots",
                        "level": 108,
                        "productID": "melvorTotH:Infernal_Legendary_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 664,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Legendary_Wizard_Hat",
                        "level": 107,
                        "productID": "melvorTotH:Lightning_Legendary_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 693,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Legendary_Wizard_Robes",
                        "level": 111,
                        "productID": "melvorTotH:Lightning_Legendary_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 722,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Legendary_Wizard_Bottoms",
                        "level": 110,
                        "productID": "melvorTotH:Lightning_Legendary_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 712,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Legendary_Wizard_Boots",
                        "level": 109,
                        "productID": "melvorTotH:Lightning_Legendary_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 684,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 25
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Mythical_Wizard_Hat",
                        "level": 108,
                        "productID": "melvorTotH:Poison_Mythical_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 732,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Mythical_Wizard_Robes",
                        "level": 112,
                        "productID": "melvorTotH:Poison_Mythical_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 760,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Mythical_Wizard_Bottoms",
                        "level": 111,
                        "productID": "melvorTotH:Poison_Mythical_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 751,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Mythical_Wizard_Boots",
                        "level": 110,
                        "productID": "melvorTotH:Poison_Mythical_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 741,
                        "categoryID": "melvorTotH:PoisonMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Mythical_Wizard_Hat",
                        "level": 110,
                        "productID": "melvorTotH:Infernal_Mythical_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 808,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Mythical_Wizard_Robes",
                        "level": 114,
                        "productID": "melvorTotH:Infernal_Mythical_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 837,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Mythical_Wizard_Bottoms",
                        "level": 113,
                        "productID": "melvorTotH:Infernal_Mythical_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 828,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Mythical_Wizard_Boots",
                        "level": 112,
                        "productID": "melvorTotH:Infernal_Mythical_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 818,
                        "categoryID": "melvorTotH:InfernalMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Mythical_Wizard_Hat",
                        "level": 110,
                        "productID": "melvorTotH:Lightning_Mythical_Wizard_Hat",
                        "baseQuantity": 1,
                        "baseExperience": 847,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Mythical_Wizard_Robes",
                        "level": 114,
                        "productID": "melvorTotH:Lightning_Mythical_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 866,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Mythical_Wizard_Bottoms",
                        "level": 113,
                        "productID": "melvorTotH:Lightning_Mythical_Wizard_Bottoms",
                        "baseQuantity": 1,
                        "baseExperience": 856,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Mythical_Wizard_Boots",
                        "level": 110,
                        "productID": "melvorTotH:Lightning_Mythical_Wizard_Boots",
                        "baseQuantity": 1,
                        "baseExperience": 847,
                        "categoryID": "melvorTotH:LightningMagicGear",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 750
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Poison_Staff",
                        "level": 100,
                        "productID": "melvorTotH:Poison_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 1152,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorTotH:Mystic_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Infernal_Staff",
                        "level": 105,
                        "productID": "melvorTotH:Infernal_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 1248,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorTotH:Mystic_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Lightning_Staff",
                        "level": 110,
                        "productID": "melvorTotH:Lightning_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 1440,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lightning_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorTotH:Mystic_Logs",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Meteorite_Staff",
                        "level": 115,
                        "productID": "melvorTotH:Meteorite_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 1800,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorTotH:Mystic_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 250
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Despair_Wand",
                        "level": 108,
                        "productID": "melvorTotH:Despair_Wand",
                        "baseQuantity": 1,
                        "baseExperience": 1308,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Wand_Elite",
                                "quantity": 10
                            },
                            {
                                "id": "melvorTotH:Despair_Rune",
                                "quantity": 2000
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Archaic_Wand",
                        "level": 112,
                        "productID": "melvorTotH:Archaic_Wand",
                        "baseQuantity": 1,
                        "baseExperience": 1416,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Wand_Elite",
                                "quantity": 10
                            },
                            {
                                "id": "melvorTotH:Archaic_Rune",
                                "quantity": 2000
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Calamity_Wand",
                        "level": 118,
                        "productID": "melvorTotH:Calamity_Wand",
                        "baseQuantity": 1,
                        "baseExperience": 1524,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Wand_Elite",
                                "quantity": 10
                            },
                            {
                                "id": "melvorTotH:Calamity_Rune",
                                "quantity": 2000
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 50
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Wizard_Robes",
                        "level": 47,
                        "productID": "melvorAoD:Unholy_Wizard_Robes",
                        "baseQuantity": 1,
                        "baseExperience": 92,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Chaos_Rune",
                                "quantity": 50
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Staff",
                        "level": 70,
                        "productID": "melvorAoD:Unholy_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 125,
                        "categoryID": "melvorAoD:SpecialItems",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Battlestaff",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Water_Battlestaff",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Battlestaff",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Fire_Battlestaff",
                                "quantity": 2
                            },
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Chaos_Rune",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Battlestaff",
                        "level": 50,
                        "productID": "melvorAoD:Crystal_Battlestaff",
                        "baseQuantity": 1,
                        "baseExperience": 100,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Steam_Rune",
                                "quantity": 100
                            },
                            {
                                "id": "melvorAoD:Refined_Crystal",
                                "quantity": 10
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Mystic_Pure_Crystal_Staff",
                        "level": 90,
                        "productID": "melvorAoD:Mystic_Pure_Crystal_Staff",
                        "baseQuantity": 1,
                        "baseExperience": 150,
                        "categoryID": "melvorF:StavesWands",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Crystal_Battlestaff",
                                "quantity": 10
                            },
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Lava_Rune",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorAoD:Refined_Pure_Crystal",
                                "quantity": 100
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    }
                ],
                "elementalRuneIDs": [
                    "melvorD:Air_Rune",
                    "melvorD:Water_Rune",
                    "melvorD:Earth_Rune",
                    "melvorD:Fire_Rune"
                ],
                "comboRuneIDs": [
                    "melvorD:Mist_Rune",
                    "melvorD:Dust_Rune",
                    "melvorF:Mud_Rune",
                    "melvorD:Smoke_Rune",
                    "melvorF:Steam_Rune",
                    "melvorF:Lava_Rune"
                ],
                "crowDevilItem": "melvorD:Fire_Rune",
                "baseMasteryPoolCap": 69500000,
                "masteryCheckpoints": [
                    "+5% Runecrafting Mastery XP",
                    "Grants 250% base Runecrafting XP from Runes",
                    "+10% resource preservation chance for Runecrafting",
                    "Grants an extra 5 Runes per craft"
                ],
                "baseInterval": 2000,
                "name": "Runecrafting",
                "completedAncientRelic": "melvorAoD:RunecraftingRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:RunecraftingRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:RunecraftingRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:RunecraftingRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:RunecraftingRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:RunecraftingRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Herblore",
            "data": {
                "pets": [
                    "melvorF:Gronk",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Herblore_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Artisan",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Herblore_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [
                        "melvorF:Expanded_Knowledge"
                    ],
                    "pets": [
                        "melvorF:Gronk"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Herblore",
                "masteryLevelUnlocks": [
                    {
                        "level": 1,
                        "descriptionID": 0,
                        "description": "Each Mastery Level +0.2% chance to preserve resources for this Potion only."
                    },
                    {
                        "level": 1,
                        "descriptionID": 1,
                        "description": "Unlock Tier I Potion"
                    },
                    {
                        "level": 20,
                        "descriptionID": 2,
                        "description": "Unlock Tier II Potion"
                    },
                    {
                        "level": 50,
                        "descriptionID": 3,
                        "description": "Unlock Tier III Potion"
                    },
                    {
                        "level": 90,
                        "descriptionID": 4,
                        "description": "Unlock Tier IV Potion"
                    },
                    {
                        "level": 99,
                        "descriptionID": 5,
                        "description": "+5% chance to preserve resources for this Potion only."
                    }
                ],
                "categories": [
                    {
                        "id": "melvorF:CombatPotions",
                        "name": "Combat Potions"
                    },
                    {
                        "id": "melvorF:SkillPotions",
                        "name": "Skill Potions"
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorF:Melee_Accuracy_Potion",
                        "name": "Melee Accuracy Potion",
                        "level": 5,
                        "potionIDs": [
                            "melvorF:Melee_Accuracy_Potion_I",
                            "melvorF:Melee_Accuracy_Potion_II",
                            "melvorF:Melee_Accuracy_Potion_III",
                            "melvorF:Melee_Accuracy_Potion_IV"
                        ],
                        "baseExperience": 8,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Garum_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Bones",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Melee_Strength_Potion",
                        "name": "Melee Strength Potion",
                        "level": 60,
                        "potionIDs": [
                            "melvorF:Melee_Strength_Potion_I",
                            "melvorF:Melee_Strength_Potion_II",
                            "melvorF:Melee_Strength_Potion_III",
                            "melvorF:Melee_Strength_Potion_IV"
                        ],
                        "baseExperience": 60,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Poraxx_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Eyeball",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Dragon_Bones",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Melee_Evasion_Potion",
                        "name": "Melee Evasion Potion",
                        "level": 10,
                        "potionIDs": [
                            "melvorF:Melee_Evasion_Potion_I",
                            "melvorF:Melee_Evasion_Potion_II",
                            "melvorF:Melee_Evasion_Potion_III",
                            "melvorF:Melee_Evasion_Potion_IV"
                        ],
                        "baseExperience": 10,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Garum_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Raw_Chicken",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Ranged_Assistance_Potion",
                        "name": "Ranged Assistance Potion",
                        "level": 15,
                        "potionIDs": [
                            "melvorF:Ranged_Assistance_Potion_I",
                            "melvorF:Ranged_Assistance_Potion_II",
                            "melvorF:Ranged_Assistance_Potion_III",
                            "melvorF:Ranged_Assistance_Potion_IV"
                        ],
                        "baseExperience": 14,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Sourweed_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Raw_Beef",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Magic_Assistance_Potion",
                        "name": "Magic Assistance Potion",
                        "level": 25,
                        "potionIDs": [
                            "melvorF:Magic_Assistance_Potion_I",
                            "melvorF:Magic_Assistance_Potion_II",
                            "melvorF:Magic_Assistance_Potion_III",
                            "melvorF:Magic_Assistance_Potion_IV"
                        ],
                        "baseExperience": 22,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mantalyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Holy_Dust",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Regeneration_Potion",
                        "name": "Regeneration Potion",
                        "level": 35,
                        "potionIDs": [
                            "melvorF:Regeneration_Potion_I",
                            "melvorF:Regeneration_Potion_II",
                            "melvorF:Regeneration_Potion_III",
                            "melvorF:Regeneration_Potion_IV"
                        ],
                        "baseExperience": 31,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Ruby",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Damage_Reduction_Potion",
                        "name": "Damage Reduction Potion",
                        "level": 90,
                        "potionIDs": [
                            "melvorF:Damage_Reduction_Potion_I",
                            "melvorF:Damage_Reduction_Potion_II",
                            "melvorF:Damage_Reduction_Potion_III",
                            "melvorF:Damage_Reduction_Potion_IV"
                        ],
                        "baseExperience": 180,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Barrentoe_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorF:Eyeball",
                                "quantity": 2
                            },
                            {
                                "id": "melvorF:Large_Horn",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Bird_Nest_Potion",
                        "name": "Bird Nest Potion",
                        "level": 1,
                        "potionIDs": [
                            "melvorF:Bird_Nest_Potion_I",
                            "melvorF:Bird_Nest_Potion_II",
                            "melvorF:Bird_Nest_Potion_III",
                            "melvorF:Bird_Nest_Potion_IV"
                        ],
                        "baseExperience": 5,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Garum_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Potato_Seed",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fishermans_Potion",
                        "name": "Fishermans Potion",
                        "level": 40,
                        "potionIDs": [
                            "melvorF:Fishermans_Potion_I",
                            "melvorF:Fishermans_Potion_II",
                            "melvorF:Fishermans_Potion_III",
                            "melvorF:Fishermans_Potion_IV"
                        ],
                        "baseExperience": 36,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Raw_Crab",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Controlled_Heat_Potion",
                        "name": "Controlled Heat Potion",
                        "level": 20,
                        "potionIDs": [
                            "melvorF:Controlled_Heat_Potion_I",
                            "melvorF:Controlled_Heat_Potion_II",
                            "melvorF:Controlled_Heat_Potion_III",
                            "melvorF:Controlled_Heat_Potion_IV"
                        ],
                        "baseExperience": 18,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Sourweed_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Mahogany_Logs",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Generous_Cook_Potion",
                        "name": "Generous Cook Potion",
                        "level": 32,
                        "potionIDs": [
                            "melvorF:Generous_Cook_Potion_I",
                            "melvorF:Generous_Cook_Potion_II",
                            "melvorF:Generous_Cook_Potion_III",
                            "melvorF:Generous_Cook_Potion_IV"
                        ],
                        "baseExperience": 28,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mantalyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Swordfish",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Perfect_Swing_Potion",
                        "name": "Perfect Swing Potion",
                        "level": 53,
                        "potionIDs": [
                            "melvorF:Perfect_Swing_Potion_I",
                            "melvorF:Perfect_Swing_Potion_II",
                            "melvorF:Perfect_Swing_Potion_III",
                            "melvorF:Perfect_Swing_Potion_IV"
                        ],
                        "baseExperience": 53,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oxilyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Gold_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Seeing_Gold_Potion",
                        "name": "Seeing Gold Potion",
                        "level": 36,
                        "potionIDs": [
                            "melvorF:Seeing_Gold_Potion_I",
                            "melvorF:Seeing_Gold_Potion_II",
                            "melvorF:Seeing_Gold_Potion_III",
                            "melvorF:Seeing_Gold_Potion_IV"
                        ],
                        "baseExperience": 33,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mantalyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Gentle_Hands_Potion",
                        "name": "Gentle Hands Potion",
                        "level": 45,
                        "potionIDs": [
                            "melvorF:Gentle_Hands_Potion_I",
                            "melvorF:Gentle_Hands_Potion_II",
                            "melvorF:Gentle_Hands_Potion_III",
                            "melvorF:Gentle_Hands_Potion_IV"
                        ],
                        "baseExperience": 41,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Strawberry_Seed",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Farming_Potion",
                        "name": "Generous Harvest Potion",
                        "level": 74,
                        "potionIDs": [
                            "melvorF:Farming_Potion_I",
                            "melvorF:Farming_Potion_II",
                            "melvorF:Farming_Potion_III",
                            "melvorF:Farming_Potion_IV"
                        ],
                        "baseExperience": 112,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Pigtayle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Snape_Grass",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Carrot",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Fletching_Potion",
                        "name": "Skilled Fletching Potion",
                        "level": 42,
                        "potionIDs": [
                            "melvorF:Fletching_Potion_I",
                            "melvorF:Fletching_Potion_II",
                            "melvorF:Fletching_Potion_III",
                            "melvorF:Fletching_Potion_IV"
                        ],
                        "baseExperience": 39,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Bowstring",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Crafting_Potion",
                        "name": "Crafting Potion",
                        "level": 49,
                        "potionIDs": [
                            "melvorF:Crafting_Potion_I",
                            "melvorF:Crafting_Potion_II",
                            "melvorF:Crafting_Potion_III",
                            "melvorF:Crafting_Potion_IV"
                        ],
                        "baseExperience": 41,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Leather",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Elemental_Potion",
                        "name": "Elemental Potion",
                        "level": 63,
                        "potionIDs": [
                            "melvorF:Elemental_Potion_I",
                            "melvorF:Elemental_Potion_II",
                            "melvorF:Elemental_Potion_III",
                            "melvorF:Elemental_Potion_IV"
                        ],
                        "baseExperience": 63,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Poraxx_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Body_Rune",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Herblore_Potion",
                        "name": "Herblore Potion",
                        "level": 71,
                        "potionIDs": [
                            "melvorF:Herblore_Potion_I",
                            "melvorF:Herblore_Potion_II",
                            "melvorF:Herblore_Potion_III",
                            "melvorF:Herblore_Potion_IV"
                        ],
                        "baseExperience": 99,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Pigtayle_Herb",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Magic_Damage_Potion",
                        "name": "Magic Damage Potion",
                        "level": 65,
                        "potionIDs": [
                            "melvorF:Magic_Damage_Potion_I",
                            "melvorF:Magic_Damage_Potion_II",
                            "melvorF:Magic_Damage_Potion_III",
                            "melvorF:Magic_Damage_Potion_IV"
                        ],
                        "baseExperience": 85,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Poraxx_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Eyeball",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Snape_Grass",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Ranged_Strength_Potion",
                        "name": "Ranged Strength Potion",
                        "level": 45,
                        "potionIDs": [
                            "melvorF:Ranged_Strength_Potion_I",
                            "melvorF:Ranged_Strength_Potion_II",
                            "melvorF:Ranged_Strength_Potion_III",
                            "melvorF:Ranged_Strength_Potion_IV"
                        ],
                        "baseExperience": 45,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oxilyme_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorF:Eyeball",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Diamond_Luck_Potion",
                        "name": "Diamond Luck Potion",
                        "level": 85,
                        "potionIDs": [
                            "melvorF:Diamond_Luck_Potion_I",
                            "melvorF:Diamond_Luck_Potion_II",
                            "melvorF:Diamond_Luck_Potion_III",
                            "melvorF:Diamond_Luck_Potion_IV"
                        ],
                        "baseExperience": 160,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Barrentoe_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Diamond",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Divine_Potion",
                        "name": "Divine Potion",
                        "level": 57,
                        "potionIDs": [
                            "melvorF:Divine_Potion_I",
                            "melvorF:Divine_Potion_II",
                            "melvorF:Divine_Potion_III",
                            "melvorF:Divine_Potion_IV"
                        ],
                        "baseExperience": 51,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oxilyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Holy_Dust",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Big_Bones",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Lucky_Herb_Potion",
                        "name": "Lucky Herb Potion",
                        "level": 50,
                        "potionIDs": [
                            "melvorF:Lucky_Herb_Potion_I",
                            "melvorF:Lucky_Herb_Potion_II",
                            "melvorF:Lucky_Herb_Potion_III",
                            "melvorF:Lucky_Herb_Potion_IV"
                        ],
                        "baseExperience": 47,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oxilyme_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Compost",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Performance_Enhancing_Potion",
                        "name": "Performance Enhancing Potion",
                        "level": 62,
                        "potionIDs": [
                            "melvorF:Performance_Enhancing_Potion_I",
                            "melvorF:Performance_Enhancing_Potion_II",
                            "melvorF:Performance_Enhancing_Potion_III",
                            "melvorF:Performance_Enhancing_Potion_IV"
                        ],
                        "baseExperience": 61,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Poraxx_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Raw_Poison_Fish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Necromancer_Potion",
                        "name": "Necromancer Potion",
                        "level": 55,
                        "potionIDs": [
                            "melvorF:Necromancer_Potion_I",
                            "melvorF:Necromancer_Potion_II",
                            "melvorF:Necromancer_Potion_III",
                            "melvorF:Necromancer_Potion_IV"
                        ],
                        "baseExperience": 50,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oxilyme_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Big_Bones",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Feathers",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Hinder_Potion",
                        "name": "Hinder Potion",
                        "level": 18,
                        "potionIDs": [
                            "melvorF:Hinder_Potion_I",
                            "melvorF:Hinder_Potion_II",
                            "melvorF:Hinder_Potion_III",
                            "melvorF:Hinder_Potion_IV"
                        ],
                        "baseExperience": 16,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Sourweed_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Goo",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Famished_Potion",
                        "name": "Famished Potion",
                        "level": 40,
                        "potionIDs": [
                            "melvorF:Famished_Potion_I",
                            "melvorF:Famished_Potion_II",
                            "melvorF:Famished_Potion_III",
                            "melvorF:Famished_Potion_IV"
                        ],
                        "baseExperience": 38,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Wildflower",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Lethal_Toxins_Potion",
                        "name": "Lethal Toxins Potion",
                        "level": 68,
                        "potionIDs": [
                            "melvorF:Lethal_Toxins_Potion_I",
                            "melvorF:Lethal_Toxins_Potion_II",
                            "melvorF:Lethal_Toxins_Potion_III",
                            "melvorF:Lethal_Toxins_Potion_IV"
                        ],
                        "baseExperience": 92,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Poraxx_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Raw_Poison_Fish",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorF:Secret_Stardust_Potion",
                        "name": "Secret Stardust Potion",
                        "level": 47,
                        "potionIDs": [
                            "melvorF:Secret_Stardust_Potion_I",
                            "melvorF:Secret_Stardust_Potion_II",
                            "melvorF:Secret_Stardust_Potion_III",
                            "melvorF:Secret_Stardust_Potion_IV"
                        ],
                        "baseExperience": 47,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 2
                            },
                            {
                                "id": "melvorF:Stardust",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Area_Control_Potion",
                        "name": "Area Control Potion",
                        "level": 100,
                        "potionIDs": [
                            "melvorTotH:Area_Control_Potion_I",
                            "melvorTotH:Area_Control_Potion_II",
                            "melvorTotH:Area_Control_Potion_III",
                            "melvorTotH:Area_Control_Potion_IV"
                        ],
                        "baseExperience": 365,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Snowcress_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Jungle_Spores",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Adaptive_Defence_Potion",
                        "name": "Adaptive Defence Potion",
                        "level": 102,
                        "potionIDs": [
                            "melvorTotH:Adaptive_Defence_Potion_I",
                            "melvorTotH:Adaptive_Defence_Potion_II",
                            "melvorTotH:Adaptive_Defence_Potion_III",
                            "melvorTotH:Adaptive_Defence_Potion_IV"
                        ],
                        "baseExperience": 394,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Snowcress_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Static_Jellyfish",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Slayer_Bounty_Potion",
                        "name": "Slayer Bounty Potion",
                        "level": 105,
                        "potionIDs": [
                            "melvorTotH:Slayer_Bounty_Potion_I",
                            "melvorTotH:Slayer_Bounty_Potion_II",
                            "melvorTotH:Slayer_Bounty_Potion_III",
                            "melvorTotH:Slayer_Bounty_Potion_IV"
                        ],
                        "baseExperience": 428,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Bitterlyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Bitterlyme_Seeds",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Holy_Bulwark_Potion",
                        "name": "Holy Bulwark Potion",
                        "level": 108,
                        "potionIDs": [
                            "melvorTotH:Holy_Bulwark_Potion_I",
                            "melvorTotH:Holy_Bulwark_Potion_II",
                            "melvorTotH:Holy_Bulwark_Potion_III",
                            "melvorTotH:Holy_Bulwark_Potion_IV"
                        ],
                        "baseExperience": 457,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Bitterlyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Magic_Bones",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Adaptive_Accuracy_Potion",
                        "name": "Adaptive Accuracy Potion",
                        "level": 110,
                        "potionIDs": [
                            "melvorTotH:Adaptive_Accuracy_Potion_I",
                            "melvorTotH:Adaptive_Accuracy_Potion_II",
                            "melvorTotH:Adaptive_Accuracy_Potion_III",
                            "melvorTotH:Adaptive_Accuracy_Potion_IV"
                        ],
                        "baseExperience": 493,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Moonwort_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Infernal_Bones",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Reaper_Potion",
                        "name": "Reaper Potion",
                        "level": 112,
                        "potionIDs": [
                            "melvorTotH:Reaper_Potion_I",
                            "melvorTotH:Reaper_Potion_II",
                            "melvorTotH:Reaper_Potion_III",
                            "melvorTotH:Reaper_Potion_IV"
                        ],
                        "baseExperience": 523,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Moonwort_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Raw_Ghost_Fish",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Penetration_Potion",
                        "name": "Penetration Potion",
                        "level": 115,
                        "potionIDs": [
                            "melvorTotH:Penetration_Potion_I",
                            "melvorTotH:Penetration_Potion_II",
                            "melvorTotH:Penetration_Potion_III",
                            "melvorTotH:Penetration_Potion_IV"
                        ],
                        "baseExperience": 561,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Wurmtayle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Ectoplasm",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Critical_Strike_Potion",
                        "name": "Critical Strike Potion",
                        "level": 118,
                        "potionIDs": [
                            "melvorTotH:Critical_Strike_Potion_I",
                            "melvorTotH:Critical_Strike_Potion_II",
                            "melvorTotH:Critical_Strike_Potion_III",
                            "melvorTotH:Critical_Strike_Potion_IV"
                        ],
                        "baseExperience": 594,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Wurmtayle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Zephyte",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Alchemic_Practice_Potion",
                        "name": "Alchemic Practice Potion",
                        "level": 100,
                        "potionIDs": [
                            "melvorTotH:Alchemic_Practice_Potion_I",
                            "melvorTotH:Alchemic_Practice_Potion_II",
                            "melvorTotH:Alchemic_Practice_Potion_III",
                            "melvorTotH:Alchemic_Practice_Potion_IV"
                        ],
                        "baseExperience": 297,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Snowcress_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Pumpkin",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Gem_Detector_Potion",
                        "name": "Gem Detector Potion",
                        "level": 102,
                        "potionIDs": [
                            "melvorTotH:Gem_Detector_Potion_I",
                            "melvorTotH:Gem_Detector_Potion_II",
                            "melvorTotH:Gem_Detector_Potion_III",
                            "melvorTotH:Gem_Detector_Potion_IV"
                        ],
                        "baseExperience": 313,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Snowcress_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Onyx",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Multicooker_Potion",
                        "name": "Multicooker Potion",
                        "level": 105,
                        "potionIDs": [
                            "melvorTotH:Multicooker_Potion_I",
                            "melvorTotH:Multicooker_Potion_II",
                            "melvorTotH:Multicooker_Potion_III",
                            "melvorTotH:Multicooker_Potion_IV"
                        ],
                        "baseExperience": 329,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Bitterlyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Grove_Logs",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Ash",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Star_Seeker_Potion",
                        "name": "Star Seeker Potion",
                        "level": 108,
                        "potionIDs": [
                            "melvorTotH:Star_Seeker_Potion_I",
                            "melvorTotH:Star_Seeker_Potion_II",
                            "melvorTotH:Star_Seeker_Potion_III",
                            "melvorTotH:Star_Seeker_Potion_IV"
                        ],
                        "baseExperience": 340,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Bitterlyme_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Meteorite_Ore",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Traps_Potion",
                        "name": "Traps Potion",
                        "level": 110,
                        "potionIDs": [
                            "melvorTotH:Traps_Potion_I",
                            "melvorTotH:Traps_Potion_II",
                            "melvorTotH:Traps_Potion_III",
                            "melvorTotH:Traps_Potion_IV"
                        ],
                        "baseExperience": 369,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Moonwort_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Elderwood_Logs",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Blacksmith_Potion",
                        "name": "Blacksmith Potion",
                        "level": 112,
                        "potionIDs": [
                            "melvorTotH:Blacksmith_Potion_I",
                            "melvorTotH:Blacksmith_Potion_II",
                            "melvorTotH:Blacksmith_Potion_III",
                            "melvorTotH:Blacksmith_Potion_IV"
                        ],
                        "baseExperience": 397,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Moonwort_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Iridium_Bar",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Enkindled_Yields_Potion",
                        "name": "Enkindled Yields Potion",
                        "level": 115,
                        "potionIDs": [
                            "melvorTotH:Enkindled_Yields_Potion_I",
                            "melvorTotH:Enkindled_Yields_Potion_II",
                            "melvorTotH:Enkindled_Yields_Potion_III",
                            "melvorTotH:Enkindled_Yields_Potion_IV"
                        ],
                        "baseExperience": 432,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Wurmtayle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Charcoal",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorTotH:Alt_Magic_Potion",
                        "name": "Alt. Magic Potion",
                        "level": 118,
                        "potionIDs": [
                            "melvorTotH:Alt_Magic_Potion_I",
                            "melvorTotH:Alt_Magic_Potion_II",
                            "melvorTotH:Alt_Magic_Potion_III",
                            "melvorTotH:Alt_Magic_Potion_IV"
                        ],
                        "baseExperience": 477,
                        "categoryID": "melvorF:SkillPotions",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Wurmtayle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorTotH:Soul_Rune",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Barrier_Touch_Potion",
                        "name": "Barrier Touch Potion",
                        "level": 12,
                        "potionIDs": [
                            "melvorAoD:Barrier_Touch_Potion_I",
                            "melvorAoD:Barrier_Touch_Potion_II",
                            "melvorAoD:Barrier_Touch_Potion_III",
                            "melvorAoD:Barrier_Touch_Potion_IV"
                        ],
                        "baseExperience": 13,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Garum_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Barrier_Gem",
                                "quantity": 5
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Barrier_Igniter_Potion",
                        "name": "Barrier Igniter Potion",
                        "level": 75,
                        "potionIDs": [
                            "melvorAoD:Barrier_Igniter_Potion_I",
                            "melvorAoD:Barrier_Igniter_Potion_II",
                            "melvorAoD:Barrier_Igniter_Potion_III",
                            "melvorAoD:Barrier_Igniter_Potion_IV"
                        ],
                        "baseExperience": 130,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Barrentoe_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Eroding_Barrier_Gem",
                                "quantity": 1
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Unholy_Potion",
                        "name": "Unholy Potion",
                        "level": 42,
                        "potionIDs": [
                            "melvorAoD:Unholy_Potion_I",
                            "melvorAoD:Unholy_Potion_II",
                            "melvorAoD:Unholy_Potion_III",
                            "melvorAoD:Unholy_Potion_IV"
                        ],
                        "baseExperience": 43,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Unholy_Dust",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Cursed_Potion",
                        "name": "Cursed Potion",
                        "level": 73,
                        "potionIDs": [
                            "melvorAoD:Cursed_Potion_I",
                            "melvorAoD:Cursed_Potion_II",
                            "melvorAoD:Cursed_Potion_III",
                            "melvorAoD:Cursed_Potion_IV"
                        ],
                        "baseExperience": 126,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Poraxx_Herb",
                                "quantity": 1
                            },
                            {
                                "id": "melvorAoD:Cursed_Dust",
                                "quantity": 3
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystallization_Potion",
                        "name": "Crystallization Potion",
                        "level": 40,
                        "potionIDs": [
                            "melvorAoD:Crystallization_Potion_I",
                            "melvorAoD:Crystallization_Potion_II",
                            "melvorAoD:Crystallization_Potion_III",
                            "melvorAoD:Crystallization_Potion_IV"
                        ],
                        "baseExperience": 41,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Crystal_Binding_Dust",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    },
                    {
                        "id": "melvorAoD:Crystal_Sanction_Potion",
                        "name": "Crystal Sanction Potion",
                        "level": 85,
                        "potionIDs": [
                            "melvorAoD:Crystal_Sanction_Potion_I",
                            "melvorAoD:Crystal_Sanction_Potion_II",
                            "melvorAoD:Crystal_Sanction_Potion_III",
                            "melvorAoD:Crystal_Sanction_Potion_IV"
                        ],
                        "baseExperience": 180,
                        "categoryID": "melvorF:CombatPotions",
                        "itemCosts": [
                            {
                                "id": "melvorF:Barrentoe_Herb",
                                "quantity": 3
                            },
                            {
                                "id": "melvorAoD:Pure_Crystal_Binding_Dust",
                                "quantity": 2
                            }
                        ],
                        "gpCost": 0,
                        "scCost": 0
                    }
                ],
                "baseMasteryPoolCap": 26000000,
                "masteryCheckpoints": [
                    "+5% Herblore Mastery XP",
                    "+3% Herblore Skill XP",
                    "+5% resource preservation chance for Herblore",
                    "+10% chance to double Potions per action in Herblore"
                ],
                "baseInterval": 2000,
                "name": "Herblore",
                "deadlyToxinsItem": "melvorTotH:Deadly_Toxins_Potion",
                "completedAncientRelic": "melvorAoD:HerbloreRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:HerbloreRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:HerbloreRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:HerbloreRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:HerbloreRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:HerbloreRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Agility",
            "data": {
                "pets": [
                    "melvorF:Sam",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Circlet_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Agility_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Utility",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Agility_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorF:Sam"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Agility",
                "masteryLevelUnlocks": [
                    {
                        "level": 10,
                        "descriptionID": 0,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 20,
                        "descriptionID": 1,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 30,
                        "descriptionID": 2,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 40,
                        "descriptionID": 3,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 50,
                        "descriptionID": 4,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 60,
                        "descriptionID": 5,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 70,
                        "descriptionID": 6,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 80,
                        "descriptionID": 7,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 80,
                        "descriptionID": 8,
                        "description": "+10% Agility Obstacle cost reduction for this Obstacle only."
                    },
                    {
                        "level": 90,
                        "descriptionID": 9,
                        "description": "-3% Agility Interval for this Obstacle only."
                    },
                    {
                        "level": 95,
                        "descriptionID": 10,
                        "description": "+10% Agility Obstacle cost reduction for this Obstacle only."
                    },
                    {
                        "level": 99,
                        "descriptionID": 11,
                        "description": "Passive Debuffs (Red) are halved for this Obstacle only."
                    }
                ],
                "pillars": [
                    {
                        "id": "melvorF:PillarofCombat",
                        "name": "Pillar of Combat",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMeleeEvasion": 10,
                            "increasedRangedEvasion": 10,
                            "increasedMagicEvasion": 10,
                            "increasedHPRegenFlat": 1,
                            "increasedSlayerAreaEffectNegationFlat": 5,
                            "increasedMinHitBasedOnMaxHit": 5,
                            "decreasedMonsterRespawnTimer": 200
                        }
                    },
                    {
                        "id": "melvorF:PillarofSkilling",
                        "name": "Pillar of Skilling",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedFarmingYield": 10,
                            "increasedChanceToDoubleItemsGlobal": 3,
                            "increasedGlobalPreservationChance": 3,
                            "increasedGlobalMasteryXP": 2
                        }
                    },
                    {
                        "id": "melvorF:PillarofGenerosity",
                        "name": "Pillar of Generosity",
                        "itemCosts": [
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedBankSpace": 10,
                            "increasedChanceToPreservePotionCharge": 10,
                            "increasedPotionChargesFlat": 5,
                            "increasedGPGlobal": 10,
                            "increasedSummoningChargePreservation": 5
                        }
                    }
                ],
                "obstacles": [
                    {
                        "id": "melvorF:CargoNet",
                        "name": "Cargo Net",
                        "itemCosts": [],
                        "gpCost": 10000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGPGlobal": 3,
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Fishing",
                                    "value": 2
                                }
                            ]
                        },
                        "category": 0,
                        "baseInterval": 4000,
                        "skillRequirements": [],
                        "baseExperience": 8,
                        "gpReward": 6,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RopeSwing",
                        "name": "Rope Swing",
                        "itemCosts": [],
                        "gpCost": 10000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 2
                                }
                            ]
                        },
                        "category": 0,
                        "baseInterval": 4000,
                        "skillRequirements": [],
                        "baseExperience": 6,
                        "gpReward": 8,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RopeClimb",
                        "name": "Rope Climb",
                        "itemCosts": [],
                        "gpCost": 10000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Thieving",
                                    "value": 2
                                }
                            ]
                        },
                        "category": 0,
                        "baseInterval": 6000,
                        "skillRequirements": [],
                        "baseExperience": 7,
                        "gpReward": 4,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RopeJump",
                        "name": "Rope Jump",
                        "itemCosts": [],
                        "gpCost": 50000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Smithing",
                                    "value": 3
                                }
                            ]
                        },
                        "category": 1,
                        "baseInterval": 7000,
                        "skillRequirements": [],
                        "baseExperience": 13,
                        "gpReward": 40,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:MonkeyBars",
                        "name": "Monkey Bars",
                        "itemCosts": [
                            {
                                "id": "melvorD:Oak_Logs",
                                "quantity": 250
                            }
                        ],
                        "gpCost": 50000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Firemaking",
                                    "value": 4
                                }
                            ]
                        },
                        "category": 1,
                        "baseInterval": 3000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 15
                            }
                        ],
                        "baseExperience": 7,
                        "gpReward": 27,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:BalanceBeam",
                        "name": "Balance Beam",
                        "itemCosts": [],
                        "gpCost": 50000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 2
                                }
                            ]
                        },
                        "category": 1,
                        "baseInterval": 4000,
                        "skillRequirements": [],
                        "baseExperience": 11,
                        "gpReward": 34,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:BalanceSeesaw",
                        "name": "Balance Seesaw",
                        "itemCosts": [],
                        "gpCost": 150000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 2
                                }
                            ],
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 2
                                }
                            ]
                        },
                        "category": 2,
                        "baseInterval": 5000,
                        "skillRequirements": [],
                        "baseExperience": 24,
                        "gpReward": 92,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:PipeClimb",
                        "name": "Pipe Climb",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 300
                            }
                        ],
                        "gpCost": 150000,
                        "scCost": 1000,
                        "modifiers": {
                            "increasedMeleeMaxHit": 5,
                            "increasedMeleeEvasion": 5
                        },
                        "category": 2,
                        "baseInterval": 9000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 10
                            }
                        ],
                        "baseExperience": 29,
                        "gpReward": 67,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:PipeBalance",
                        "name": "Pipe Balance",
                        "itemCosts": [
                            {
                                "id": "melvorD:Iron_Ore",
                                "quantity": 300
                            },
                            {
                                "id": "melvorD:Tin_Ore",
                                "quantity": 300
                            }
                        ],
                        "gpCost": 150000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMiningNodeHP": 10,
                            "increasedGlobalPreservationChance": 3,
                            "increasedChanceNoDamageMining": 3
                        },
                        "category": 2,
                        "baseInterval": 5000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 20
                            }
                        ],
                        "baseExperience": 24,
                        "gpReward": 96,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:PitJump",
                        "name": "Pit Jump",
                        "itemCosts": [
                            {
                                "id": "melvorD:Raw_Herring",
                                "quantity": 300
                            },
                            {
                                "id": "melvorD:Raw_Salmon",
                                "quantity": 300
                            }
                        ],
                        "gpCost": 150000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalSkillXP": 3,
                            "decreasedSkillXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 4
                                }
                            ]
                        },
                        "category": 2,
                        "baseInterval": 4000,
                        "skillRequirements": [],
                        "baseExperience": 37,
                        "gpReward": 24,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:SteppingStones",
                        "name": "Stepping Stones",
                        "itemCosts": [
                            {
                                "id": "melvorD:Willow_Logs",
                                "quantity": 300
                            },
                            {
                                "id": "melvorD:Teak_Logs",
                                "quantity": 300
                            }
                        ],
                        "gpCost": 150000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Firemaking",
                                    "value": 3
                                }
                            ],
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Woodcutting",
                                    "value": 6
                                }
                            ]
                        },
                        "category": 2,
                        "baseInterval": 9000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 30
                            }
                        ],
                        "baseExperience": 13,
                        "gpReward": 63,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:CoalStones",
                        "name": "Coal Stones",
                        "itemCosts": [
                            {
                                "id": "melvorD:Tomato_Seed",
                                "quantity": 100
                            },
                            {
                                "id": "melvorD:Salmon",
                                "quantity": 500
                            }
                        ],
                        "gpCost": 250000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalPreservationChance": 3,
                            "increasedGPFromThieving": 20,
                            "increasedFoodHealingValue": 10,
                            "decreasedGlobalSkillXP": 4
                        },
                        "category": 3,
                        "baseInterval": 6000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Thieving",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 20
                            }
                        ],
                        "baseExperience": 22,
                        "gpReward": 40,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:MudCrawl",
                        "name": "Mud Crawl",
                        "itemCosts": [
                            {
                                "id": "melvorD:Garum_Herb",
                                "quantity": 250
                            },
                            {
                                "id": "melvorD:Sourweed_Herb",
                                "quantity": 250
                            },
                            {
                                "id": "melvorD:Mantalyme_Herb",
                                "quantity": 250
                            }
                        ],
                        "gpCost": 250000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedSkillPreservationChance": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 3
                                }
                            ],
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 2
                                }
                            ],
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 2
                                }
                            ],
                            "decreasedFarmingYield": 10
                        },
                        "category": 3,
                        "baseInterval": 8000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 25
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Farming",
                                "level": 25
                            }
                        ],
                        "baseExperience": 34,
                        "gpReward": 140,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:MudDive",
                        "name": "Mud Dive",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 500
                            }
                        ],
                        "gpCost": 250000,
                        "scCost": 5000,
                        "modifiers": {
                            "increasedMeleeMaxHit": 2,
                            "increasedMeleeAccuracyBonus": 5,
                            "increasedFlatMaxHitpoints": 2,
                            "decreasedDamageReduction": 4
                        },
                        "category": 3,
                        "baseInterval": 8000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 20
                            }
                        ],
                        "baseExperience": 43,
                        "gpReward": 66,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:CaveClimb",
                        "name": "Cave Climb",
                        "itemCosts": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Iron_Bar",
                                "quantity": 250
                            }
                        ],
                        "gpCost": 250000,
                        "scCost": 5000,
                        "modifiers": {
                            "increasedAmmoPreservation": 5,
                            "increasedRunePreservation": 5,
                            "increasedMeleeMaxHit": 5,
                            "decreasedFlatMaxHitpoints": 4
                        },
                        "category": 3,
                        "baseInterval": 7000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 10
                            }
                        ],
                        "baseExperience": 36,
                        "gpReward": 96,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:GapJump",
                        "name": "Gap Jump",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mind_Rune",
                                "quantity": 500
                            }
                        ],
                        "gpCost": 250000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Runecrafting",
                                    "value": 3
                                }
                            ]
                        },
                        "category": 3,
                        "baseInterval": 6000,
                        "skillRequirements": [],
                        "baseExperience": 48,
                        "gpReward": 45,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RockClimb",
                        "name": "Rock Climb",
                        "itemCosts": [
                            {
                                "id": "melvorD:Teak_Logs",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Onion_Seed",
                                "quantity": 500
                            }
                        ],
                        "gpCost": 500000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToDoubleItemsSkill": [
                                {
                                    "skillID": "melvorD:Fishing",
                                    "value": 5
                                },
                                {
                                    "skillID": "melvorD:Woodcutting",
                                    "value": 5
                                },
                                {
                                    "skillID": "melvorD:Mining",
                                    "value": 5
                                },
                                {
                                    "skillID": "melvorD:Thieving",
                                    "value": 5
                                }
                            ],
                            "decreasedGlobalPreservationChance": 10
                        },
                        "category": 4,
                        "baseInterval": 4000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Thieving",
                                "level": 30
                            }
                        ],
                        "baseExperience": 35,
                        "gpReward": 172,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:CliffClimb",
                        "name": "Cliff Climb",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Bar",
                                "quantity": 1000
                            }
                        ],
                        "gpCost": 500000,
                        "scCost": 20000,
                        "modifiers": {
                            "increasedSlayerCoins": 10,
                            "increasedDamageToSlayerTasks": 5,
                            "increasedSlayerTaskLength": 10,
                            "decreasedSkillXP": [
                                {
                                    "skillID": "melvorD:Slayer",
                                    "value": 10
                                }
                            ],
                            "decreasedSlayerAreaEffectNegationFlat": 20
                        },
                        "category": 4,
                        "baseInterval": 13000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 20
                            }
                        ],
                        "baseExperience": 64,
                        "gpReward": 82,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:CliffBalance",
                        "name": "Cliff Balance",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mithril_Ore",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1000
                            }
                        ],
                        "gpCost": 500000,
                        "scCost": 20000,
                        "modifiers": {
                            "increasedMeleeAccuracyBonus": 5,
                            "increasedRangedAccuracyBonus": 5,
                            "increasedMagicAccuracyBonus": 5,
                            "increasedFlatMaxHitpoints": 2,
                            "decreasedFlatPrayerCostReduction": 2
                        },
                        "category": 4,
                        "baseInterval": 4000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 20
                            }
                        ],
                        "baseExperience": 41,
                        "gpReward": 117,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:MountainClimb",
                        "name": "Mountain Climb",
                        "itemCosts": [
                            {
                                "id": "melvorD:Bones",
                                "quantity": 1000
                            }
                        ],
                        "gpCost": 500000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGPFromAgility": 15,
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 12
                                }
                            ],
                            "decreasedSkillXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 8
                                }
                            ],
                            "decreasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 2
                                }
                            ]
                        },
                        "category": 4,
                        "baseInterval": 10000,
                        "skillRequirements": [],
                        "baseExperience": 60,
                        "gpReward": 296,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:TreeClimb",
                        "name": "Tree Climb",
                        "itemCosts": [
                            {
                                "id": "melvorD:Mahogany_Logs",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorD:Iron_Arrows",
                                "quantity": 2000
                            },
                            {
                                "id": "melvorD:Chaos_Rune",
                                "quantity": 2000
                            }
                        ],
                        "gpCost": 500000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalSkillXP": 4,
                            "increasedGlobalMasteryXP": 3,
                            "decreasedGlobalPreservationChance": 10,
                            "decreasedAmmoPreservation": 10,
                            "decreasedRunePreservation": 10
                        },
                        "category": 4,
                        "baseInterval": 5000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 60
                            }
                        ],
                        "baseExperience": 44,
                        "gpReward": 91,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:TreeHop",
                        "name": "Tree Hop",
                        "itemCosts": [
                            {
                                "id": "melvorD:Steel_Arrows",
                                "quantity": 2500
                            },
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2500
                            }
                        ],
                        "gpCost": 1000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalPreservationChance": 5,
                            "increasedAmmoPreservation": 5,
                            "increasedRunePreservation": 5
                        },
                        "category": 5,
                        "baseInterval": 11000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 40
                            }
                        ],
                        "baseExperience": 68,
                        "gpReward": 565,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:TreeBalance",
                        "name": "Tree Balance",
                        "itemCosts": [],
                        "gpCost": 1000000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 12
                                }
                            ],
                            "decreasedGlobalSkillXP": 4
                        },
                        "category": 5,
                        "baseInterval": 13000,
                        "skillRequirements": [],
                        "baseExperience": 59,
                        "gpReward": 505,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RockyWaters",
                        "name": "Rocky Waters",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lobster",
                                "quantity": 3000
                            }
                        ],
                        "gpCost": 1000000,
                        "scCost": 50000,
                        "modifiers": {
                            "increasedFlatMaxHitpoints": 5
                        },
                        "category": 5,
                        "baseInterval": 11000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 50
                            }
                        ],
                        "baseExperience": 61,
                        "gpReward": 578,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:LakeSwim",
                        "name": "Lake Swim",
                        "itemCosts": [
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 2500
                            }
                        ],
                        "gpCost": 1000000,
                        "scCost": 50000,
                        "modifiers": {
                            "increasedDamageToAllMonsters": 5,
                            "increasedDamageReduction": 1,
                            "increasedChanceToPreservePrayerPoints": 3
                        },
                        "category": 5,
                        "baseInterval": 14000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 50
                            }
                        ],
                        "baseExperience": 55,
                        "gpReward": 521,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RaftDrifting",
                        "name": "Raft Drifting",
                        "itemCosts": [
                            {
                                "id": "melvorD:Watermelon",
                                "quantity": 3000
                            }
                        ],
                        "gpCost": 1000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedFarmingYield": 10
                        },
                        "category": 5,
                        "baseInterval": 7000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Farming",
                                "level": 60
                            }
                        ],
                        "baseExperience": 80,
                        "gpReward": 247,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:SpikeTrap",
                        "name": "Spike Trap",
                        "itemCosts": [],
                        "gpCost": 2500000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedFlatMaxHitpoints": 4,
                            "decreasedDamageReduction": 2
                        },
                        "category": 6,
                        "baseInterval": 9000,
                        "skillRequirements": [],
                        "baseExperience": 87,
                        "gpReward": 640,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:HeatTrap",
                        "name": "Heat Trap",
                        "itemCosts": [],
                        "gpCost": 2500000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedDamageToAllMonsters": 10,
                            "decreasedAutoEatEfficiency": 10
                        },
                        "category": 6,
                        "baseInterval": 5000,
                        "skillRequirements": [],
                        "baseExperience": 134,
                        "gpReward": 849,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:BoulderTrap",
                        "name": "Boulder Trap",
                        "itemCosts": [],
                        "gpCost": 2500000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedGlobalPreservationChance": 20
                        },
                        "category": 6,
                        "baseInterval": 13000,
                        "skillRequirements": [],
                        "baseExperience": 93,
                        "gpReward": 777,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:WaterTrap",
                        "name": "Water Trap",
                        "itemCosts": [],
                        "gpCost": 2500000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedGlobalSkillXP": 6,
                            "decreasedGlobalMasteryXP": 6
                        },
                        "category": 6,
                        "baseInterval": 8000,
                        "skillRequirements": [],
                        "baseExperience": 53,
                        "gpReward": 1035,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:FreezingTrap",
                        "name": "Freezing Trap",
                        "itemCosts": [],
                        "gpCost": 2500000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedRunePreservation": 30,
                            "decreasedAmmoPreservation": 30,
                            "decreasedMeleeAccuracyBonus": 16,
                            "decreasedRangedAccuracyBonus": 16,
                            "decreasedMagicAccuracyBonus": 16
                        },
                        "category": 6,
                        "baseInterval": 8000,
                        "skillRequirements": [],
                        "baseExperience": 78,
                        "gpReward": 598,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:PipeCrawl",
                        "name": "Pipe Crawl",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 4000
                            }
                        ],
                        "gpCost": 5000000,
                        "scCost": 150000,
                        "modifiers": {
                            "increasedDamageToSlayerAreaMonsters": 8,
                            "decreasedSlayerCoins": 10
                        },
                        "category": 7,
                        "baseInterval": 11000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 70
                            }
                        ],
                        "baseExperience": 180,
                        "gpReward": 1603,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RaftBuilding",
                        "name": "Raft Building",
                        "itemCosts": [
                            {
                                "id": "melvorD:Swordfish",
                                "quantity": 2000
                            }
                        ],
                        "gpCost": 5000000,
                        "scCost": 150000,
                        "modifiers": {
                            "increasedDamageToAllMonsters": 2,
                            "increasedFlatMaxHitpoints": 2,
                            "increasedDamageReduction": 1
                        },
                        "category": 7,
                        "baseInterval": 14000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 70
                            }
                        ],
                        "baseExperience": 144,
                        "gpReward": 2619,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:SpikeJump",
                        "name": "Spike Jump",
                        "itemCosts": [
                            {
                                "id": "melvorD:Emerald",
                                "quantity": 2000
                            }
                        ],
                        "gpCost": 5000000,
                        "scCost": 150000,
                        "modifiers": {
                            "increasedDamageToDungeonMonsters": 5,
                            "increasedChanceToDoubleLootCombat": 5
                        },
                        "category": 7,
                        "baseInterval": 8000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 70
                            }
                        ],
                        "baseExperience": 145,
                        "gpReward": 2301,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:TreeHang",
                        "name": "Tree Hang",
                        "itemCosts": [
                            {
                                "id": "melvorF:Barrentoe_Herb",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 5000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalMasteryXP": 5,
                            "decreasedGlobalSkillXP": 6
                        },
                        "category": 7,
                        "baseInterval": 8000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 80
                            }
                        ],
                        "baseExperience": 205,
                        "gpReward": 2360,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:ALovelyJog",
                        "name": "A Lovely Jog",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 5000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalSkillXP": 5,
                            "decreasedGlobalMasteryXP": 6
                        },
                        "category": 7,
                        "baseInterval": 12000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 70
                            }
                        ],
                        "baseExperience": 106,
                        "gpReward": 1228,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:LavaJump",
                        "name": "Lava Jump",
                        "itemCosts": [
                            {
                                "id": "melvorD:Shark",
                                "quantity": 2500
                            },
                            {
                                "id": "melvorD:Silver_Bar",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 10000000,
                        "scCost": 250000,
                        "modifiers": {
                            "decreasedMonsterRespawnTimer": 300,
                            "decreasedDamageReduction": 6,
                            "decreasedGlobalMasteryXP": 6,
                            "decreasedAutoEatEfficiency": 6
                        },
                        "category": 8,
                        "baseInterval": 5000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 80
                            }
                        ],
                        "baseExperience": 160,
                        "gpReward": 3488,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:WaterJump",
                        "name": "Water Jump",
                        "itemCosts": [
                            {
                                "id": "melvorD:Rune_Arrows",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorD:Death_Rune",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorD:Gold_Bar",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 10000000,
                        "scCost": 250000,
                        "modifiers": {
                            "increasedGlobalMasteryXP": 3,
                            "increasedMeleeMaxHit": 8,
                            "increasedRangedMaxHit": 8,
                            "increasedMagicMaxHit": 8
                        },
                        "category": 8,
                        "baseInterval": 5000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 70
                            }
                        ],
                        "baseExperience": 162,
                        "gpReward": 888,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:IceJump",
                        "name": "Ice Jump",
                        "itemCosts": [
                            {
                                "id": "melvorD:Crab",
                                "quantity": 2500
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorD:Diamond",
                                "quantity": 2000
                            }
                        ],
                        "gpCost": 10000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalPreservationChance": 10,
                            "increasedFoodHealingValue": 5,
                            "increasedChanceToDoubleItemsGlobal": 5,
                            "increasedFlatMaxHitpoints": 2,
                            "increasedMiningNodeHP": 10
                        },
                        "category": 8,
                        "baseInterval": 6000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Thieving",
                                "level": 60
                            }
                        ],
                        "baseExperience": 315,
                        "gpReward": 3898,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:CaveMaze",
                        "name": "Cave Maze",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragon_Bones",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 10000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToPreservePrayerPoints": 10,
                            "increasedAmmoPreservation": 10,
                            "increasedRunePreservation": 10,
                            "increasedFlatPrayerCostReduction": 1
                        },
                        "category": 8,
                        "baseInterval": 8000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 70
                            }
                        ],
                        "baseExperience": 296,
                        "gpReward": 604,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:FrozenLakeCrossing",
                        "name": "Frozen Lake Crossing",
                        "itemCosts": [
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 7500
                            }
                        ],
                        "gpCost": 10000000,
                        "scCost": 250000,
                        "modifiers": {
                            "increasedDamageToAllMonsters": 3,
                            "increasedAutoEatEfficiency": 10,
                            "increasedSlayerCoins": 10,
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Slayer",
                                    "value": 5
                                }
                            ]
                        },
                        "category": 8,
                        "baseInterval": 15000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 70
                            }
                        ],
                        "baseExperience": 138,
                        "gpReward": 1086,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:Waterfall",
                        "name": "Waterfall",
                        "itemCosts": [
                            {
                                "id": "melvorF:Stardust",
                                "quantity": 3000
                            }
                        ],
                        "gpCost": 20000000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Astrology",
                                    "value": 5
                                }
                            ],
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Astrology",
                                    "value": 5
                                }
                            ],
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Astrology",
                                    "value": 5
                                }
                            ]
                        },
                        "category": 9,
                        "baseInterval": 23000,
                        "skillRequirements": [],
                        "baseExperience": 567,
                        "gpReward": 7626,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:LavaWaterfallDodge",
                        "name": "Lava Waterfall Dodge",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Bones",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorD:Dragon_Arrows",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorD:Ancient_Rune",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 20000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalPreservationChance": 10,
                            "increasedAmmoPreservation": 5,
                            "increasedRunePreservation": 10,
                            "increasedChanceToPreservePrayerPoints": 10
                        },
                        "category": 9,
                        "baseInterval": 15000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 95
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 95
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 95
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 80
                            }
                        ],
                        "baseExperience": 361,
                        "gpReward": 2915,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:BoulderMove",
                        "name": "Boulder Move",
                        "itemCosts": [
                            {
                                "id": "melvorD:Dragonite_Bar",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorD:Redwood_Logs",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 20000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalMasteryXP": 8
                        },
                        "category": 9,
                        "baseInterval": 14000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 99
                            }
                        ],
                        "baseExperience": 560,
                        "gpReward": 3257,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:DragonFight",
                        "name": "Dragon Fight",
                        "itemCosts": [
                            {
                                "id": "melvorD:Whale",
                                "quantity": 3000
                            }
                        ],
                        "gpCost": 20000000,
                        "scCost": 300000,
                        "modifiers": {
                            "decreasedMonsterRespawnTimer": 300,
                            "decreasedAutoEatEfficiency": 16
                        },
                        "category": 9,
                        "baseInterval": 20000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 95
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 95
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 95
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 95
                            }
                        ],
                        "baseExperience": 539,
                        "gpReward": 7175,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:OceanRafting",
                        "name": "Ocean Rafting",
                        "itemCosts": [
                            {
                                "id": "melvorD:Carrot",
                                "quantity": 30000
                            }
                        ],
                        "gpCost": 20000000,
                        "scCost": 300000,
                        "modifiers": {
                            "increasedDamageToAllMonsters": 5,
                            "increasedAutoEatEfficiency": 5,
                            "increasedSlayerCoins": 10
                        },
                        "category": 9,
                        "baseInterval": 23000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 99
                            }
                        ],
                        "baseExperience": 343,
                        "gpReward": 3380,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:ForestTrail",
                        "name": "Forest Trail",
                        "itemCosts": [
                            {
                                "id": "melvorD:Maple_Logs",
                                "quantity": 1500
                            }
                        ],
                        "gpCost": 1000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 5
                                }
                            ],
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 5
                                }
                            ],
                            "decreasedFarmingYield": 6
                        },
                        "category": 5,
                        "baseInterval": 10000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 45
                            }
                        ],
                        "baseExperience": 88,
                        "gpReward": 252,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RunicTrail",
                        "name": "Runic Trail",
                        "itemCosts": [
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 500
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 500
                            }
                        ],
                        "gpCost": 5000000,
                        "scCost": 100000,
                        "modifiers": {
                            "increasedSkillPreservationChance": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 5
                                }
                            ],
                            "increasedSummoningChargePreservation": 15,
                            "increasedSummoningCreationCharges": 3,
                            "decreasedSkillPreservationChance": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 16
                                }
                            ]
                        },
                        "category": 7,
                        "baseInterval": 12000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 75
                            }
                        ],
                        "baseExperience": 160,
                        "gpReward": 2399,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:BurningCoals",
                        "name": "Burning Coals",
                        "itemCosts": [
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 350
                            },
                            {
                                "id": "melvorD:Oak_Logs",
                                "quantity": 200
                            }
                        ],
                        "gpCost": 150000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 3
                                }
                            ],
                            "increasedChanceSuccessfulCook": 5,
                            "decreasedDamageToAllMonsters": 6,
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 3
                                }
                            ]
                        },
                        "category": 2,
                        "baseInterval": 6000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 25
                            }
                        ],
                        "baseExperience": 19,
                        "gpReward": 56,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:SwelteringPools",
                        "name": "Sweltering Pools",
                        "itemCosts": [
                            {
                                "id": "melvorD:Yew_Logs",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorD:Adamantite_Bar",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 1000
                            }
                        ],
                        "gpCost": 5000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 3
                                }
                            ],
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 3
                                }
                            ],
                            "increasedFoodHealingValue": 10,
                            "increasedAutoEatEfficiency": 10,
                            "decreasedGlobalPreservationChance": 20
                        },
                        "category": 7,
                        "baseInterval": 12000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 75
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 75
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 75
                            }
                        ],
                        "baseExperience": 195,
                        "gpReward": 2200,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorF:RooftopRun",
                        "name": "Rooftop Run",
                        "itemCosts": [
                            {
                                "id": "melvorD:Lemontyle_Herb",
                                "quantity": 500
                            },
                            {
                                "id": "melvorD:Lobster",
                                "quantity": 750
                            }
                        ],
                        "gpCost": 500000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Thieving",
                                    "value": 3
                                }
                            ],
                            "increasedGPFromThieving": 20,
                            "decreasedSkillInterval": [
                                {
                                    "skillID": "melvorD:Thieving",
                                    "value": 200
                                }
                            ],
                            "increasedThievingStealth": 35,
                            "decreasedDamageToAllMonsters": 10
                        },
                        "category": 4,
                        "baseInterval": 6000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Thieving",
                                "level": 50
                            }
                        ],
                        "baseExperience": 27,
                        "gpReward": 288,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:PitMaze",
                        "name": "Pit Maze",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Corundumite_Ore",
                                "quantity": 12500
                            }
                        ],
                        "gpCost": 30000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalMasteryXP": 3,
                            "increasedMiningNodeHP": 15,
                            "increasedChanceForQualitySuperiorGem": 2,
                            "decreasedGlobalPreservationChance": 20
                        },
                        "category": 10,
                        "baseInterval": 31000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 100
                            }
                        ],
                        "baseExperience": 835,
                        "gpReward": 7044,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:FrozenMaze",
                        "name": "Frozen Maze",
                        "itemCosts": [
                            {
                                "id": "melvorF:Holy_Dust",
                                "quantity": 12500
                            },
                            {
                                "id": "melvorTotH:Corundum_Arrows",
                                "quantity": 7500
                            }
                        ],
                        "gpCost": 30000000,
                        "scCost": 300000,
                        "modifiers": {
                            "decreasedMonsterRespawnTimer": 100,
                            "increasedDamageReduction": 1,
                            "increasedFlatPrayerCostReduction": 3,
                            "decreasedRunePreservation": 20,
                            "decreasedAmmoPreservation": 20
                        },
                        "category": 10,
                        "baseInterval": 27000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 100
                            }
                        ],
                        "baseExperience": 810,
                        "gpReward": 8269,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:WaterMaze",
                        "name": "Water Maze",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Spruce_Logs",
                                "quantity": 12500
                            },
                            {
                                "id": "melvorTotH:Snowcress_Herb",
                                "quantity": 6000
                            }
                        ],
                        "gpCost": 30000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToDoubleItemsGlobal": 10,
                            "decreasedGlobalSkillXP": 10
                        },
                        "category": 10,
                        "baseInterval": 22000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 100
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 100
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 100
                            }
                        ],
                        "baseExperience": 870,
                        "gpReward": 5130,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:ForestMaze",
                        "name": "Forest Maze",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Lava_Fish",
                                "quantity": 8000
                            },
                            {
                                "id": "melvorTotH:Corundumite_Bar",
                                "quantity": 6000
                            }
                        ],
                        "gpCost": 30000000,
                        "scCost": 500000,
                        "modifiers": {
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorD:Slayer",
                                    "value": 8
                                }
                            ],
                            "increasedSlayerCoins": 10,
                            "increasedSlayerAreaEffectNegationFlat": 15,
                            "decreasedAutoEatEfficiency": 20,
                            "decreasedGlobalAccuracy": 20
                        },
                        "category": 10,
                        "baseInterval": 19000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 100
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 100
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 100
                            }
                        ],
                        "baseExperience": 813,
                        "gpReward": 4341,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:PipeMaze",
                        "name": "Pipe Maze",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Onyx",
                                "quantity": 8000
                            }
                        ],
                        "gpCost": 30000000,
                        "scCost": 300000,
                        "modifiers": {
                            "decreasedEnemyDamageReduction": 5,
                            "increasedDamageToDungeonMonsters": 5,
                            "decreasedChanceToDoubleLootCombat": 20
                        },
                        "category": 10,
                        "baseInterval": 24000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 100
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 100
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Prayer",
                                "level": 100
                            }
                        ],
                        "baseExperience": 683,
                        "gpReward": 5111,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:BoulderBalance",
                        "name": "Boulder Balance",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Poison_Rune",
                                "quantity": 20000
                            },
                            {
                                "id": "melvorTotH:Revenant_Shortbow",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorTotH:Corundum_Sword",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMinHitBasedOnMaxHit": 5,
                            "decreasedAttackInterval": 100,
                            "decreasedGlobalAccuracy": 20
                        },
                        "category": 11,
                        "baseInterval": 20000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 105
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 105
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 105
                            }
                        ],
                        "baseExperience": 682,
                        "gpReward": 5478,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:CaveWaters",
                        "name": "Cave Waters",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Bitterlyme_Herb",
                                "quantity": 12500
                            },
                            {
                                "id": "melvorF:Alchemists_Bag",
                                "quantity": 12500
                            },
                            {
                                "id": "melvorTotH:Raw_Rockfish",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToPreservePotionCharge": 15,
                            "decreasedSkillPreservationChance": [
                                {
                                    "skillID": "melvorD:Herblore",
                                    "value": 10
                                }
                            ],
                            "decreasedGlobalMasteryXP": 6
                        },
                        "category": 11,
                        "baseInterval": 34000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 105
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 105
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 105
                            }
                        ],
                        "baseExperience": 1088,
                        "gpReward": 9164,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:RuneCrawl",
                        "name": "Rune Crawl",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Hornbeam_Logs",
                                "quantity": 15000
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Gold",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorF:Summoning_Shard_Black",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedSummoningCreationCharges": 6,
                            "increasedSummoningChargePreservation": 10,
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Summoning",
                                    "value": 5
                                }
                            ],
                            "decreasedChanceToPreservePotionCharge": 20
                        },
                        "category": 11,
                        "baseInterval": 25000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 105
                            }
                        ],
                        "baseExperience": 977,
                        "gpReward": 8552,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:MonkeyTrail",
                        "name": "Monkey Trail",
                        "itemCosts": [
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 7500
                            },
                            {
                                "id": "melvorTotH:Magma_Fish",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorTotH:Chilli",
                                "quantity": 7500
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedFarmingYield": 15,
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 5
                                }
                            ],
                            "increasedFoodHealingValue": 10,
                            "decreasedGlobalPreservationChance": 10,
                            "decreasedSkillXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 6
                                }
                            ]
                        },
                        "category": 11,
                        "baseInterval": 23000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 105
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 105
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Farming",
                                "level": 105
                            }
                        ],
                        "baseExperience": 712,
                        "gpReward": 6204,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:ForestJog",
                        "name": "Forest Jog",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Oricha",
                                "quantity": 5000
                            }
                        ],
                        "gpCost": 50000000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedAgilityObstacleCost": 5,
                            "increasedGPFromAgility": 25,
                            "decreasedGlobalMasteryXP": 6
                        },
                        "category": 11,
                        "baseInterval": 24000,
                        "skillRequirements": [],
                        "baseExperience": 1100,
                        "gpReward": 6628,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:RopeTrap",
                        "name": "Rope Trap",
                        "itemCosts": [],
                        "gpCost": 75000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedDamageToBosses": 8,
                            "decreasedGlobalMasteryXP": 10
                        },
                        "category": 12,
                        "baseInterval": 38000,
                        "skillRequirements": [],
                        "baseExperience": 933,
                        "gpReward": 9080,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:IceTrap",
                        "name": "Ice Trap",
                        "itemCosts": [],
                        "gpCost": 75000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalMasteryXP": 6,
                            "decreasedDamageToAllMonsters": 10,
                            "decreasedAutoEatEfficiency": 20
                        },
                        "category": 12,
                        "baseInterval": 38000,
                        "skillRequirements": [],
                        "baseExperience": 1366,
                        "gpReward": 8387,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:BurningTrap",
                        "name": "Burning Trap",
                        "itemCosts": [],
                        "gpCost": 75000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGPGlobal": 15,
                            "decreasedChanceToDoubleItemsGlobal": 30,
                            "decreasedChanceToDoubleLootCombat": 30
                        },
                        "category": 12,
                        "baseInterval": 27000,
                        "skillRequirements": [],
                        "baseExperience": 1013,
                        "gpReward": 8682,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:CaveTrap",
                        "name": "Cave Trap",
                        "itemCosts": [],
                        "gpCost": 75000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToPreservePotionCharge": 5,
                            "increasedSummoningChargePreservation": 5,
                            "decreasedFlatMaxHitpoints": 5,
                            "decreasedGlobalPreservationChance": 10
                        },
                        "category": 12,
                        "baseInterval": 42000,
                        "skillRequirements": [],
                        "baseExperience": 1674,
                        "gpReward": 7567,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:BalanceTrap",
                        "name": "Balance Trap",
                        "itemCosts": [],
                        "gpCost": 75000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToDoubleItemsGlobal": 5,
                            "increasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 10
                                }
                            ],
                            "decreasedGPFromAgility": 30
                        },
                        "category": 12,
                        "baseInterval": 34000,
                        "skillRequirements": [],
                        "baseExperience": 1214,
                        "gpReward": 9844,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:RooftopClimb",
                        "name": "Rooftop Climb",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Moonwort_Herb",
                                "quantity": 15000
                            },
                            {
                                "id": "melvorTotH:Raw_Ghost_Fish",
                                "quantity": 15000
                            }
                        ],
                        "gpCost": 150000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedThievingStealth": 75,
                            "increasedGPFromThieving": 50,
                            "decreasedThievingStunIntervalPercent": 25,
                            "decreasedChanceToDoubleItemsGlobal": 30,
                            "decreasedChanceToDoubleLootCombat": 30
                        },
                        "category": 13,
                        "baseInterval": 39000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Thieving",
                                "level": 110
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 110
                            }
                        ],
                        "baseExperience": 1610,
                        "gpReward": 9274,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:ForestClimb",
                        "name": "Forest Climb",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Ore",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorF:Golden_Stardust",
                                "quantity": 1000
                            }
                        ],
                        "gpCost": 150000000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Astrology",
                                    "value": 10
                                }
                            ],
                            "increasedChanceStardust": 1.5,
                            "increasedChanceGoldenStardust": 0.5,
                            "decreasedGlobalSkillXP": 6
                        },
                        "category": 13,
                        "baseInterval": 28000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 110
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 115
                            }
                        ],
                        "baseExperience": 1477,
                        "gpReward": 7123,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:FreezingClimb",
                        "name": "Freezing Climb",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Cerulean",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorTotH:Palladium_Bar",
                                "quantity": 15000
                            },
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 20000
                            }
                        ],
                        "gpCost": 150000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalEvasion": 30,
                            "increasedGlobalAccuracy": 30,
                            "increasedDamageToDungeonMonsters": 15,
                            "decreasedGPFromMonsters": 150,
                            "decreasedChanceToDoubleLootCombat": 6
                        },
                        "category": 13,
                        "baseInterval": 35000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 110
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 110
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 110
                            }
                        ],
                        "baseExperience": 1505,
                        "gpReward": 10357,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:GapClimb",
                        "name": "Gap Climb",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Augite_Ore",
                                "quantity": 15000
                            }
                        ],
                        "gpCost": 150000000,
                        "scCost": 1000000,
                        "modifiers": {
                            "increasedSlayerCoins": 10,
                            "increasedSlayerAreaEffectNegationFlat": 15,
                            "increasedDamageToSlayerAreaMonsters": 15,
                            "decreasedDamageToDungeonMonsters": 20
                        },
                        "category": 13,
                        "baseInterval": 36000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 110
                            }
                        ],
                        "baseExperience": 1499,
                        "gpReward": 6659,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:WaterfallClimb",
                        "name": "Waterfall Climb",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Red_Oak_Logs",
                                "quantity": 15000
                            }
                        ],
                        "gpCost": 150000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 10
                                }
                            ],
                            "increasedGPFromAgility": 40,
                            "decreasedSkillXP": [
                                {
                                    "skillID": "melvorD:Agility",
                                    "value": 16
                                }
                            ]
                        },
                        "category": 13,
                        "baseInterval": 32000,
                        "skillRequirements": [],
                        "baseExperience": 1326,
                        "gpReward": 10897,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:FreezingRafting",
                        "name": "Freezing Rafting",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Mystic_Logs",
                                "quantity": 20000
                            },
                            {
                                "id": "melvorTotH:Raw_Mystic_Seahorse",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 200000000,
                        "scCost": 1000000,
                        "modifiers": {
                            "increasedAutoEatThreshold": 3,
                            "increasedAutoEatEfficiency": 15,
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Cooking",
                                    "value": 10
                                }
                            ],
                            "decreasedFarmingYield": 20
                        },
                        "category": 14,
                        "baseInterval": 48000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 110
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 120
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Firemaking",
                                "level": 120
                            }
                        ],
                        "baseExperience": 2154,
                        "gpReward": 11571,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:WaterDive",
                        "name": "Water Dive",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 20000
                            },
                            {
                                "id": "melvorTotH:Terrorfish",
                                "quantity": 20000
                            },
                            {
                                "id": "melvorTotH:Divinite_Ore",
                                "quantity": 20000
                            }
                        ],
                        "gpCost": 200000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalMasteryXP": 8,
                            "decreasedGlobalSkillXP": 8
                        },
                        "category": 14,
                        "baseInterval": 44000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 120
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 120
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 120
                            }
                        ],
                        "baseExperience": 1944,
                        "gpReward": 13542,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:WaterfallCrossing",
                        "name": "Waterfall Crossing",
                        "itemCosts": [
                            {
                                "id": "melvorF:Diamond_Luck_Potion_IV",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorTotH:Wurmtayle_Herb",
                                "quantity": 15000
                            }
                        ],
                        "gpCost": 200000000,
                        "scCost": 1000000,
                        "modifiers": {
                            "increasedAttackRolls": 1,
                            "decreasedFlatMaxHitpoints": 10,
                            "decreasedSlayerCoins": 10
                        },
                        "category": 14,
                        "baseInterval": 41000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 120
                            }
                        ],
                        "baseExperience": 1841,
                        "gpReward": 11556,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:MountainTrail",
                        "name": "Mountain Trail",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Bar",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorTotH:Meteorite_Javelin",
                                "quantity": 15000
                            },
                            {
                                "id": "melvorTotH:Revenant_Logs",
                                "quantity": 25000
                            }
                        ],
                        "gpCost": 200000000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedSkillInterval": [
                                {
                                    "skillID": "melvorD:Smithing",
                                    "value": 200
                                },
                                {
                                    "skillID": "melvorD:Fletching",
                                    "value": 200
                                },
                                {
                                    "skillID": "melvorD:Crafting",
                                    "value": 200
                                }
                            ],
                            "increasedChanceAdditionalSkillResource": [
                                {
                                    "skillID": "melvorD:Smithing",
                                    "value": 30
                                },
                                {
                                    "skillID": "melvorD:Fletching",
                                    "value": 30
                                },
                                {
                                    "skillID": "melvorD:Crafting",
                                    "value": 30
                                }
                            ],
                            "increasedChanceForQualitySuperiorGem": 3,
                            "decreasedGlobalPreservationChance": 20
                        },
                        "category": 14,
                        "baseInterval": 27000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 115
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 115
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 115
                            }
                        ],
                        "baseExperience": 1534,
                        "gpReward": 10103,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorTotH:LavaTrail",
                        "name": "Lava Trail",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Starfruit",
                                "quantity": 30000
                            },
                            {
                                "id": "melvorF:Golden_Stardust",
                                "quantity": 1000
                            }
                        ],
                        "gpCost": 200000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalPreservationChance": 15,
                            "decreasedGlobalMasteryXP": 8
                        },
                        "category": 14,
                        "baseInterval": 36000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Farming",
                                "level": 120
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 120
                            }
                        ],
                        "baseExperience": 1683,
                        "gpReward": 9899,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorAoD:RiverCrossing",
                        "name": "River Crossing",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Paper",
                                "quantity": 200
                            }
                        ],
                        "gpCost": 50000,
                        "scCost": 0,
                        "modifiers": {
                            "decreasedSurveyInterval": 5,
                            "decreasedMapRefinementCost": 5,
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorAoD:Cartography",
                                    "value": 5
                                }
                            ]
                        },
                        "category": 1,
                        "baseInterval": 5000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorAoD:Cartography",
                                "level": 15
                            }
                        ],
                        "baseExperience": 12,
                        "gpReward": 45,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorAoD:CaveTrail",
                        "name": "Cave Trail",
                        "itemCosts": [
                            {
                                "id": "melvorAoD:Large_Stone",
                                "quantity": 20
                            }
                        ],
                        "gpCost": 150000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToPreserveMapCharges": 5,
                            "increasedSkillXP": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 6
                                }
                            ],
                            "increasedMasteryXP": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 6
                                }
                            ]
                        },
                        "category": 3,
                        "baseInterval": 7000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorAoD:Archaeology",
                                "level": 25
                            }
                        ],
                        "baseExperience": 40,
                        "gpReward": 80,
                        "scReward": 0,
                        "itemRewards": []
                    },
                    {
                        "id": "melvorAoD:OceanDrifting",
                        "name": "Ocean Drifting",
                        "itemCosts": [
                            {
                                "id": "melvorD:Magic_Logs",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorAoD:Paper",
                                "quantity": 5000
                            },
                            {
                                "id": "melvorAoD:Coral",
                                "quantity": 500
                            }
                        ],
                        "gpCost": 10000000,
                        "scCost": 250000,
                        "modifiers": {
                            "decreasedMapRefinementCost": 10,
                            "increasedChanceToDoubleItemsSkill": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 10
                                },
                                {
                                    "skillID": "melvorAoD:Cartography",
                                    "value": 10
                                }
                            ],
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorAoD:Cartography",
                                    "value": 5
                                }
                            ]
                        },
                        "category": 8,
                        "baseInterval": 10000,
                        "skillRequirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorAoD:Archaeology",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorAoD:Cartography",
                                "level": 70
                            }
                        ],
                        "baseExperience": 250,
                        "gpReward": 1560,
                        "scReward": 0,
                        "itemRewards": []
                    }
                ],
                "baseMasteryPoolCap": 39500000,
                "masteryCheckpoints": [
                    "+5% Agility Mastery XP",
                    "+10% GP from Agility",
                    "+10% Global Agility Obstacle cost reduction.",
                    "+15% Agility Obstacle Item cost reduction"
                ],
                "obstacleUnlockLevels": [
                    1,
                    10,
                    20,
                    30,
                    40,
                    50,
                    60,
                    70,
                    80,
                    90,
                    100,
                    105,
                    110,
                    115,
                    118
                ],
                "name": "Agility",
                "elitePillars": [
                    {
                        "id": "melvorTotH:ElitePillarOfConflict",
                        "name": "Elite Pillar of Conflict",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 250000000,
                        "scCost": 3000000,
                        "modifiers": {
                            "increasedHitpointRegeneration": 50,
                            "increasedLifesteal": 10,
                            "increasedSlayerAreaEffectNegationFlat": 35,
                            "increasedChanceToPreservePrayerPoints": 25,
                            "increasedFlatPrayerCostReduction": 3,
                            "increasedGPFromMonsters": 350
                        }
                    },
                    {
                        "id": "melvorTotH:ElitePillarOfEndowment",
                        "name": "Elite Pillar of Endowment",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 250000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedChanceToPreservePotionCharge": 20,
                            "increasedSummoningChargePreservation": 20,
                            "increasedSummoningCreationCharges": 20,
                            "increasedBankSpace": 50,
                            "increasedChanceToPreserveConsumable": 20
                        }
                    },
                    {
                        "id": "melvorTotH:ElitePillarOfExpertise",
                        "name": "Elite Pillar of Expertise",
                        "itemCosts": [
                            {
                                "id": "melvorTotH:Carrion_Logs",
                                "quantity": 10000
                            },
                            {
                                "id": "melvorTotH:Divinite_Bar",
                                "quantity": 10000
                            }
                        ],
                        "gpCost": 250000000,
                        "scCost": 0,
                        "modifiers": {
                            "increasedGlobalMasteryXP": 8,
                            "increasedGPGlobal": 40,
                            "increasedChanceToDoubleItemsGlobal": 8,
                            "decreasedGlobalSkillIntervalPercent": 3
                        }
                    }
                ],
                "completedAncientRelic": "melvorAoD:AgilityRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:AgilityRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AgilityRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AgilityRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AgilityRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AgilityRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Astrology",
            "data": {
                "pets": [
                    "melvorF:Astro",
                    "melvorD:Ty"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Circlet_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    },
                    {
                        "itemID": "melvorAoD:Astrology_Lesser_Relic",
                        "quantity": 300,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.1000000000000000055511151231257827021181583404541015625
                        },
                        "gamemodes": [
                            "melvorAoD:AncientRelics"
                        ]
                    },
                    {
                        "itemID": "melvorF:Birthday_Present_Utility",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.25
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Astrology_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorF:Astro"
                    ]
                },
                "masteryTokenID": "melvorF:Mastery_Token_Astrology",
                "masteryLevelUnlocks": [
                    {
                        "level": 20,
                        "descriptionID": 0,
                        "description": "Unlock another Star (Unique Modifier)"
                    },
                    {
                        "level": 40,
                        "descriptionID": 1,
                        "description": "Unlock another Star (Standard Modifier)"
                    },
                    {
                        "level": 60,
                        "descriptionID": 2,
                        "description": "Unlock another Star (Unique Modifier)"
                    },
                    {
                        "level": 80,
                        "descriptionID": 3,
                        "description": "Unlock another Star (Standard Modifier)"
                    },
                    {
                        "level": 99,
                        "descriptionID": 4,
                        "description": "Unlock another Star (Unique Modifier)"
                    }
                ],
                "recipes": [
                    {
                        "id": "melvorF:Deedree",
                        "baseExperience": 5,
                        "level": 1,
                        "name": "Deedree",
                        "skillIDs": [
                            "melvorD:Woodcutting",
                            "melvorD:Farming"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Woodcutting"
                                    },
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Farming"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Woodcutting"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Farming"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Woodcutting"
                                    },
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Farming"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedBirdNestDropRate"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedFarmingYield"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceStardustCuttingMagicLogs"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerDeedree"
                    },
                    {
                        "id": "melvorF:Iridan",
                        "baseExperience": 13,
                        "level": 10,
                        "name": "Iridan",
                        "skillIDs": [
                            "melvorD:Attack",
                            "melvorD:Smithing"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Attack"
                                    },
                                    {
                                        "key": "increasedGlobalAccuracy"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Smithing"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Smithing"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Smithing"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedHiddenSkillLevel",
                                        "skill": "melvorD:Attack"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Smithing"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMinHitBasedOnMaxHit"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerIridan"
                    },
                    {
                        "id": "melvorF:Ameria",
                        "baseExperience": 21,
                        "level": 20,
                        "name": "Ameria",
                        "skillIDs": [
                            "melvorD:Fishing",
                            "melvorD:Firemaking"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Fishing"
                                    },
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Firemaking"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Fishing"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Firemaking"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Fishing"
                                    },
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Firemaking"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedFishingSpecialChance"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Fishing"
                                    },
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Firemaking"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceForDiamondFiremaking"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerAmeria"
                    },
                    {
                        "id": "melvorF:Terra",
                        "baseExperience": 29,
                        "level": 30,
                        "name": "Terra",
                        "skillIDs": [
                            "melvorD:Strength",
                            "melvorD:Mining"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Strength"
                                    },
                                    {
                                        "key": "increasedGlobalAccuracy"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Mining"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Mining"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Mining"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedHiddenSkillLevel",
                                        "skill": "melvorD:Strength"
                                    },
                                    {
                                        "key": "increasedMeleeStrengthBonus"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMiningGemChance"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceNoDamageMining"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorF:Vale",
                        "baseExperience": 37,
                        "level": 40,
                        "name": "Vale",
                        "skillIDs": [
                            "melvorD:Hitpoints",
                            "melvorD:Cooking"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Hitpoints"
                                    },
                                    {
                                        "key": "increasedGlobalAccuracy"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Cooking"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Cooking"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Cooking"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Cooking"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedLifesteal"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedFoodHealingValue"
                                    },
                                    {
                                        "key": "increasedChanceToPreserveFood"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerVale"
                    },
                    {
                        "id": "melvorF:Syllia",
                        "baseExperience": 45,
                        "level": 50,
                        "name": "Syllia",
                        "skillIDs": [
                            "melvorD:Ranged",
                            "melvorD:Fletching"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Ranged"
                                    },
                                    {
                                        "key": "increasedGlobalAccuracy"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Fletching"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Fletching"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Fletching"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedHiddenSkillLevel",
                                        "skill": "melvorD:Ranged"
                                    },
                                    {
                                        "key": "increasedRangedStrengthBonus"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedAmmoPreservation"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceAdditionalSkillResource",
                                        "skill": "melvorD:Fletching"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerSyllia"
                    },
                    {
                        "id": "melvorF:Arachi",
                        "baseExperience": 53,
                        "level": 60,
                        "name": "Arachi",
                        "skillIDs": [
                            "melvorD:Magic",
                            "melvorD:Runecrafting"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Magic"
                                    },
                                    {
                                        "key": "increasedGlobalAccuracy"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Runecrafting"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Runecrafting"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Runecrafting"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedHiddenSkillLevel",
                                        "skill": "melvorD:Magic"
                                    },
                                    {
                                        "key": "increasedMagicDamageBonus"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedAltMagicRunePreservation"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceForElementalRune"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerArachi"
                    },
                    {
                        "id": "melvorF:Ko",
                        "baseExperience": 61,
                        "level": 70,
                        "name": "Ko",
                        "skillIDs": [
                            "melvorD:Agility",
                            "melvorD:Thieving"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Thieving"
                                    },
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Agility"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Thieving"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Agility"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Thieving"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Thieving"
                                    },
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Agility"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedGPFromAgility"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedThievingStealth"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 10,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerKo"
                    },
                    {
                        "id": "melvorF:Tellus",
                        "baseExperience": 69,
                        "level": 80,
                        "name": "Tellus",
                        "skillIDs": [
                            "melvorD:Defence",
                            "melvorD:Slayer"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Defence"
                                    },
                                    {
                                        "key": "increasedHiddenSkillLevel",
                                        "skill": "melvorD:Defence"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Slayer"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedGPFromMonsters"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSlayerCoins"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedDamageToSlayerAreaMonsters"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedReflectDamage"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorF:Hyden",
                        "baseExperience": 77,
                        "level": 90,
                        "name": "Hyden",
                        "skillIDs": [
                            "melvorD:Prayer",
                            "melvorD:Crafting"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Prayer"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Crafting"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Crafting"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Crafting"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Crafting"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceAdditionalSkillResource",
                                        "skill": "melvorD:Crafting"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToPreservePrayerPoints"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerHyden"
                    },
                    {
                        "id": "melvorF:Qimican",
                        "baseExperience": 85,
                        "level": 95,
                        "name": "Qimican",
                        "skillIDs": [
                            "melvorD:Summoning",
                            "melvorD:Herblore"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Herblore"
                                    },
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Summoning"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Herblore"
                                    },
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Summoning"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Herblore"
                                    },
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorD:Summoning"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Herblore"
                                    },
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Summoning"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToPreservePotionCharge"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSummoningChargePreservation"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ],
                        "masteryXPModifier": "increasedSkillMasteryXPPerQimican"
                    },
                    {
                        "id": "melvorTotH:Variel",
                        "baseExperience": 155,
                        "level": 100,
                        "name": "Variel",
                        "skillIDs": [
                            "melvorD:Astrology"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Astrology"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorD:Astrology"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceStardust"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 0.25,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSkillIntervalPercent",
                                        "skill": "melvorD:Astrology"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceGoldenStardust"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 0.5,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToFindMeteorite"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 0.1000000000000000055511151231257827021181583404541015625,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Haemir",
                        "baseExperience": 235,
                        "level": 105,
                        "name": "Haemir",
                        "skillIDs": [
                            "melvorD:Township"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorD:Township"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedTownshipResourceProduction"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedTownshipMaxStorage"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedTownshipHappiness"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedTownshipBuildingCost"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedTownshipEducation"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Rosaniya",
                        "baseExperience": 335,
                        "level": 110,
                        "name": "Rosaniya",
                        "skillIDs": [
                            "melvorD:Woodcutting",
                            "melvorD:Fishing",
                            "melvorD:Firemaking",
                            "melvorD:Cooking",
                            "melvorD:Mining",
                            "melvorD:Smithing",
                            "melvorD:Farming",
                            "melvorD:Thieving",
                            "melvorD:Fletching",
                            "melvorD:Crafting",
                            "melvorD:Runecrafting",
                            "melvorD:Herblore",
                            "melvorD:Agility",
                            "melvorD:Summoning",
                            "melvorD:Astrology",
                            "melvorD:Township"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceForQualitySuperiorGem"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsGlobal"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceStardust"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 0.5,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedGPGlobal"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedBankSpace"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 10,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedGlobalMasteryXP"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorTotH:Ashtar",
                        "baseExperience": 475,
                        "level": 115,
                        "name": "Ashtar",
                        "skillIDs": [
                            "melvorD:Attack",
                            "melvorD:Strength",
                            "melvorD:Defence",
                            "melvorD:Hitpoints",
                            "melvorD:Ranged",
                            "melvorD:Magic",
                            "melvorD:Prayer",
                            "melvorD:Slayer"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedAutoEatEfficiency"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedDamageToSlayerTasks"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleLootCombat"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedAttackIntervalPercent"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSlayerAreaEffectNegationFlat"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedEnemyDamageReduction"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Nysa",
                        "baseExperience": 41,
                        "level": 45,
                        "name": "Nysa",
                        "skillIDs": [
                            "melvorAoD:Archaeology",
                            "melvorAoD:Cartography"
                        ],
                        "gpReward": 0,
                        "scReward": 0,
                        "itemRewards": [],
                        "standardModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorAoD:Archaeology"
                                    },
                                    {
                                        "key": "increasedSkillXP",
                                        "skill": "melvorAoD:Cartography"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToPreserveMapCharges"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedMasteryXP",
                                        "skill": "melvorAoD:Archaeology"
                                    }
                                ],
                                "maxCount": 8,
                                "incrementValue": 1,
                                "costs": [
                                    10,
                                    20,
                                    40,
                                    80,
                                    160,
                                    320,
                                    640,
                                    1280
                                ]
                            }
                        ],
                        "uniqueModifiers": [
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedMapRefinementCost"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "decreasedSurveyInterval"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            },
                            {
                                "modifiers": [
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorAoD:Archaeology"
                                    },
                                    {
                                        "key": "increasedChanceToDoubleItemsSkill",
                                        "skill": "melvorAoD:Cartography"
                                    }
                                ],
                                "maxCount": 5,
                                "incrementValue": 1,
                                "costs": [
                                    50,
                                    100,
                                    200,
                                    400,
                                    800
                                ]
                            }
                        ]
                    }
                ],
                "stardustItemID": "melvorF:Stardust",
                "goldenStardustItemID": "melvorF:Golden_Stardust",
                "baseMasteryPoolCap": 8000000,
                "masteryCheckpoints": [
                    "+5% increased Astrology Mastery XP",
                    "+5% chance to find Stardust",
                    "+3% chance to find Golden Stardust",
                    "+2% chance to find Golden Stardust and Meteorites"
                ],
                "standardModifierLevels": [
                    1,
                    40,
                    80
                ],
                "uniqueModifierLevels": [
                    20,
                    60,
                    99
                ],
                "standardModifierCosts": [
                    10,
                    20,
                    40,
                    80,
                    160,
                    320,
                    640,
                    1280
                ],
                "uniqueModifierCosts": [
                    50,
                    100,
                    200,
                    400,
                    800
                ],
                "baseStardustChance": 5,
                "baseGoldenStardustChance": 2,
                "baseInterval": 3000,
                "name": "Astrology",
                "completedAncientRelic": "melvorAoD:AstrologyRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:AstrologyRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AstrologyRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AstrologyRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AstrologyRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:AstrologyRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Township",
            "data": {
                "pets": [
                    "melvorF:B"
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Township_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorF:B"
                    ]
                },
                "biomes": [
                    {
                        "id": "melvorF:Grasslands",
                        "name": "Grasslands",
                        "tier": 1
                    },
                    {
                        "id": "melvorF:Forest",
                        "name": "Forest",
                        "tier": 1
                    },
                    {
                        "id": "melvorF:Mountains",
                        "name": "Mountains",
                        "tier": 1
                    },
                    {
                        "id": "melvorF:Water",
                        "name": "Water",
                        "tier": 1
                    },
                    {
                        "id": "melvorF:Swamp",
                        "name": "Swamp",
                        "tier": 2
                    },
                    {
                        "id": "melvorF:Valley",
                        "name": "Valley",
                        "tier": 2
                    },
                    {
                        "id": "melvorF:Arid_Plains",
                        "name": "Arid Plains",
                        "tier": 2
                    },
                    {
                        "id": "melvorF:Jungle",
                        "name": "Jungle",
                        "tier": 3
                    },
                    {
                        "id": "melvorF:Desert",
                        "name": "Desert",
                        "tier": 3
                    },
                    {
                        "id": "melvorF:Snowlands",
                        "name": "Snowlands",
                        "tier": 3
                    }
                ],
                "worships": [
                    {
                        "id": "melvorF:Aeris",
                        "name": "Aeris",
                        "description": "",
                        "modifiers": {
                            "decreasedTownshipDesertProduction": 50,
                            "decreasedTownshipWaterProduction": 75
                        },
                        "isHidden": false,
                        "checkpoints": [
                            {
                                "increasedTownshipMountainsProduction": 25
                            },
                            {
                                "increasedTownshipValleyProduction": 25
                            },
                            {
                                "increasedTownshipMountainsProduction": 25,
                                "increasedTownshipValleyProduction": 25
                            },
                            {
                                "increasedTownshipMountainsProduction": 25,
                                "increasedTownshipValleyProduction": 25
                            },
                            {
                                "increasedTownshipMountainsProduction": 25,
                                "increasedTownshipValleyProduction": 25,
                                "decreasedTownshipBuildingCost": 25
                            }
                        ],
                        "unlockRequirements": [],
                        "statueName": "Statue of Aeris",
                        "statueMedia": "assets/media/skills/township/Statue_of_Aeris.svg",
                        "seasonMultiplier": [
                            {
                                "seasonID": "melvorF:Spring",
                                "multiplier": 2
                            }
                        ]
                    },
                    {
                        "id": "melvorF:Glacia",
                        "name": "Glacia",
                        "description": "",
                        "modifiers": {
                            "decreasedTownshipMountainsProduction": 75,
                            "decreasedTownshipDesertProduction": 50
                        },
                        "isHidden": false,
                        "checkpoints": [
                            {
                                "increasedTownshipWaterProduction": 25
                            },
                            {
                                "increasedTownshipSwampProduction": 25
                            },
                            {
                                "decreasedTownshipBuildingCost": 15
                            },
                            {
                                "increasedTownshipWaterProduction": 25
                            },
                            {
                                "increasedTownshipWaterProduction": 50,
                                "increasedTownshipSwampProduction": 50
                            }
                        ],
                        "unlockRequirements": [],
                        "statueName": "Statue of Glacia",
                        "statueMedia": "assets/media/skills/township/Statue_of_Glacia.svg",
                        "seasonMultiplier": [
                            {
                                "seasonID": "melvorF:Winter",
                                "multiplier": 2
                            }
                        ]
                    },
                    {
                        "id": "melvorF:Terran",
                        "name": "Terran",
                        "description": "",
                        "modifiers": {
                            "decreasedTownshipWaterProduction": 50,
                            "decreasedTownshipDesertProduction": 75
                        },
                        "isHidden": false,
                        "checkpoints": [
                            {
                                "increasedTownshipForestProduction": 25
                            },
                            {
                                "increasedTownshipJungleProduction": 25
                            },
                            {
                                "increasedTownshipForestProduction": 25
                            },
                            {
                                "increasedTownshipJungleProduction": 25
                            },
                            {
                                "increasedTownshipJungleProduction": 50,
                                "increasedTownshipForestProduction": 25,
                                "decreasedTownshipBuildingCost": 15
                            }
                        ],
                        "unlockRequirements": [],
                        "statueName": "Statue of Terran",
                        "statueMedia": "assets/media/skills/township/Statue_of_Terran.svg",
                        "seasonMultiplier": [
                            {
                                "seasonID": "melvorF:Fall",
                                "multiplier": 2
                            }
                        ]
                    },
                    {
                        "id": "melvorF:Ragnar",
                        "name": "Ragnar",
                        "description": "",
                        "modifiers": {
                            "decreasedTownshipWaterProduction": 75,
                            "decreasedTownshipMountainsProduction": 50
                        },
                        "isHidden": false,
                        "checkpoints": [
                            {
                                "increasedTownshipAridPlainsProduction": 25
                            },
                            {
                                "increasedTownshipDesertProduction": 25
                            },
                            {
                                "increasedTownshipDesertProduction": 25,
                                "increasedTownshipAridPlainsProduction": 25
                            },
                            {
                                "decreasedTownshipBuildingCost": 15
                            },
                            {
                                "increasedTownshipDesertProduction": 50,
                                "increasedTownshipAridPlainsProduction": 25
                            }
                        ],
                        "unlockRequirements": [],
                        "statueName": "Statue of Ragnar",
                        "statueMedia": "assets/media/skills/township/Statue_of_Ragnar.svg",
                        "seasonMultiplier": [
                            {
                                "seasonID": "melvorF:Summer",
                                "multiplier": 2
                            }
                        ]
                    },
                    {
                        "id": "melvorF:Bane",
                        "name": "Bane",
                        "description": "",
                        "modifiers": {
                            "enableNightfallSeason": 1,
                            "decreasedTownshipBuildingCost": 15
                        },
                        "isHidden": false,
                        "checkpoints": [
                            {
                                "increasedTownshipGrasslandsProduction": 25
                            },
                            {
                                "increasedTownshipSwampProduction": 25
                            },
                            {
                                "increasedTownshipSnowlandsProduction": 25
                            },
                            {
                                "increasedTownshipGrasslandsProduction": 25,
                                "increasedTownshipSwampProduction": 25,
                                "increasedTownshipSnowlandsProduction": 25
                            },
                            {
                                "increasedTownshipGrasslandsProduction": 25,
                                "increasedTownshipSwampProduction": 25,
                                "increasedTownshipSnowlandsProduction": 25
                            }
                        ],
                        "unlockRequirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Impending_Darkness",
                                "count": 1
                            }
                        ],
                        "statueName": "Statue of Bane",
                        "statueMedia": "assets/media/skills/township/Statue_of_Bane.svg",
                        "seasonMultiplier": []
                    },
                    {
                        "id": "melvorF:Lemon",
                        "name": "UNDEFINED TRANSLATION: :WORSHIP_Lemon",
                        "description": "",
                        "modifiers": {},
                        "isHidden": true,
                        "checkpoints": [
                            {},
                            {},
                            {},
                            {},
                            {}
                        ],
                        "unlockRequirements": [],
                        "statueName": "Statue of Lemon",
                        "statueMedia": "assets/media/skills/township/Statue_of_Lemon.svg",
                        "seasonMultiplier": []
                    },
                    {
                        "id": "melvorTotH:TheHerald",
                        "name": "The Herald",
                        "description": "",
                        "modifiers": {
                            "enableSolarEclipseSeason": 1,
                            "decreasedTownshipMountainsProduction": 31,
                            "decreasedTownshipAridPlainsProduction": 31,
                            "decreasedTownshipSnowlandsProduction": 31
                        },
                        "isHidden": false,
                        "checkpoints": [
                            {
                                "increasedTownshipSwampProduction": 42
                            },
                            {
                                "increasedTownshipJungleProduction": 42
                            },
                            {
                                "increasedTownshipDesertProduction": 42,
                                "increasedTownshipWaterProduction": 42
                            },
                            {
                                "increasedTownshipForestProduction": 42,
                                "increasedTownshipValleyProduction": 42
                            },
                            {
                                "increasedTownshipGrasslandsProduction": 42,
                                "decreasedTownshipRepairCost": 25
                            }
                        ],
                        "unlockRequirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorTotH:Throne_of_the_Herald",
                                "count": 1
                            }
                        ],
                        "statueName": "Statue of The Herald",
                        "statueMedia": "assets/media/skills/township/Statue_of_The_Herald.svg",
                        "seasonMultiplier": []
                    }
                ],
                "resources": [
                    {
                        "id": "melvorF:GP",
                        "name": "GP",
                        "type": "Currency",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Food",
                        "name": "Food",
                        "type": "Raw",
                        "startingAmount": 2500
                    },
                    {
                        "id": "melvorF:Wood",
                        "name": "Wood",
                        "type": "Raw",
                        "startingAmount": 5000
                    },
                    {
                        "id": "melvorF:Stone",
                        "name": "Stone",
                        "type": "Raw",
                        "startingAmount": 10000
                    },
                    {
                        "id": "melvorF:Ore",
                        "name": "Ore",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Coal",
                        "name": "Coal",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Bar",
                        "name": "Bar",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Herbs",
                        "name": "Herbs",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Rune_Essence",
                        "name": "Rune Essence",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Leather",
                        "name": "Leather",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Potions",
                        "name": "Potions",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Planks",
                        "name": "Planks",
                        "type": "Raw",
                        "startingAmount": 0
                    },
                    {
                        "id": "melvorF:Clothing",
                        "name": "Clothing",
                        "type": "Raw",
                        "startingAmount": 0
                    }
                ],
                "itemConversions": {
                    "toTownship": [
                        {
                            "resourceID": "melvorF:Food",
                            "items": [
                                {
                                    "itemID": "melvorD:Shrimp",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Sardine",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Herring",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Trout",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Salmon",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Lobster",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Swordfish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Crab",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Shark",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Cave_Fish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Manta_Ray",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Whale",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Anglerfish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Fanfish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Seahorse",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Carp",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Bread",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Beef",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Chicken",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Plain_Pizza_Slice",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Beef_Pie",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Meat_Pizza_Slice",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Basic_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Strawberry_Cupcake",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Hearty_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Cherry_Cupcake",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Cream_Corn_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Chicken_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Strawberry_Cake",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Carrot_Cake",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Apple",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Apple_Pie",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Lava_Fish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Blue_Crab",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Magma_Fish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Static_Jellyfish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Magma_Eel",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Frost_Crab",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Frozen_Manta_Ray",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Terrorfish",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Mystic_Shark",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Banana_Bread",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Mushroom_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Spicy_Chicken_Pizza",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Beef_Mushroom_Stew",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Sandwich",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Pumpkin_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Spicy_Shrimp_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Fancy_Meat_Pizza",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Chicken_Cream_Mushroom_Soup",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Chilli_Frost_Crab",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Starfruit_Cake",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Wood",
                            "items": [
                                {
                                    "itemID": "melvorD:Normal_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Oak_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Willow_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Teak_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Maple_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Mahogany_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Yew_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Magic_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Redwood_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Spruce_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Hornbeam_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Grove_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Linden_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Elderwood_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Red_Oak_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Revenant_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Mystic_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Carrion_Logs",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Planks",
                            "items": [
                                {
                                    "itemID": "melvorD:Normal_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Oak_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Willow_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Teak_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Maple_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Mahogany_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Yew_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Magic_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Redwood_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Spruce_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Hornbeam_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Grove_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Linden_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Elderwood_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Red_Oak_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Revenant_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Mystic_Logs",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Carrion_Logs",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Stone",
                            "items": [
                                {
                                    "itemID": "melvorD:Copper_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Tin_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Iron_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Coal_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Silver_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Gold_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Mithril_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Adamantite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Runite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Dragonite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Corundumite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Iridium_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Palladium_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Augite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Divinite_Ore",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Bar",
                            "items": [
                                {
                                    "itemID": "melvorD:Bronze_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Iron_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Steel_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Gold_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Mithril_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Adamantite_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Runite_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Dragonite_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Silver_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Corundumite_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Iridium_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Palladium_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Augite_Bar",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Divinite_Bar",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Ore",
                            "items": [
                                {
                                    "itemID": "melvorD:Copper_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Tin_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Iron_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Coal_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Silver_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Gold_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Mithril_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Adamantite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Runite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Dragonite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Corundumite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Iridium_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Palladium_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Augite_Ore",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Divinite_Ore",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Coal",
                            "items": [
                                {
                                    "itemID": "melvorD:Coal_Ore",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Rune_Essence",
                            "items": [
                                {
                                    "itemID": "melvorD:Rune_Essence",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Pure_Essence",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Herbs",
                            "items": [
                                {
                                    "itemID": "melvorD:Garum_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Sourweed_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Mantalyme_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Lemontyle_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Oxilyme_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Poraxx_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Pigtayle_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Barrentoe_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Snowcress_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Bitterlyme_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Moonwort_Herb",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Wurmtayle_Herb",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Potions",
                            "items": [
                                {
                                    "itemID": "melvorF:Melee_Accuracy_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Melee_Strength_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Melee_Evasion_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Ranged_Assistance_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Magic_Assistance_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Regeneration_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Damage_Reduction_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Bird_Nest_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Fishermans_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Controlled_Heat_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Generous_Cook_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Perfect_Swing_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Seeing_Gold_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Gentle_Hands_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Farming_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Fletching_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Crafting_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Elemental_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Herblore_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Ranged_Strength_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Magic_Damage_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Diamond_Luck_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Divine_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Lucky_Herb_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Performance_Enhancing_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Necromancer_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Hinder_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Famished_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Lethal_Toxins_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Secret_Stardust_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Area_Control_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Adaptive_Defence_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Slayer_Bounty_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Holy_Bulwark_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Adaptive_Accuracy_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Reaper_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Penetration_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Critical_Strike_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Alchemic_Practice_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Gem_Detector_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Star_Seeker_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Traps_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Blacksmith_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Enkindled_Yields_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Alt_Magic_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Multicooker_Potion_IV",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorTotH:Deadly_Toxins_Potion",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Leather",
                            "items": [
                                {
                                    "itemID": "melvorD:Leather",
                                    "unlockRequirements": []
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Clothing",
                            "items": [
                                {
                                    "itemID": "melvorD:Green_Dragonhide",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Blue_Dragonhide",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Red_Dragonhide",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorD:Black_Dragonhide",
                                    "unlockRequirements": []
                                },
                                {
                                    "itemID": "melvorF:Elder_Dragonhide",
                                    "unlockRequirements": []
                                }
                            ]
                        }
                    ],
                    "fromTownship": [
                        {
                            "resourceID": "melvorF:Food",
                            "items": [
                                {
                                    "itemID": "melvorF:Fishing_Scroll_Of_XP",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Fishing",
                                            "level": 15
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 15
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Monster_Hunter_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Hitpoints",
                                            "level": 70
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 70
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Additional_Cooker_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Cooking",
                                            "level": 75
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 30
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Slayer_Harvest_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Slayer",
                                            "level": 80
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 50
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Dragonbreath_Deterer",
                                    "unlockRequirements": [
                                        {
                                            "type": "DungeonCompletion",
                                            "dungeonID": "melvorF:Dragons_Den",
                                            "count": 10
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Fervor_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Hitpoints",
                                            "level": 75
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 70
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Food_Box_I",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Cooking",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Food_Box_II",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Cooking",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 99
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 85
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorTotH:Food_Box_III",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Cooking",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 120
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 110
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Wood",
                            "items": [
                                {
                                    "itemID": "melvorF:Woodcutting_Scroll_Of_XP",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Woodcutting",
                                            "level": 15
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 15
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Quick_Burner",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Firemaking",
                                            "level": 50
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 20
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Flaming_Axe_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Woodcutting",
                                            "level": 75
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Firemaking",
                                            "level": 75
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 50
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Ranged_Hinder_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Ranged",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 10
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Wood_Box_I",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Woodcutting",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Wood_Box_II",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Woodcutting",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 99
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 85
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorTotH:Wood_Box_III",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Woodcutting",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 120
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 110
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Planks",
                            "items": [
                                {
                                    "itemID": "melvorF:Burning_Scroll_Of_Gold",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Firemaking",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 30
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Burning_Scroll_Of_Stardust",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Astrology",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 30
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Burning_Scroll_Of_Ash",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Firemaking",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 30
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Slayer_Deterer",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Slayer",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        },
                                        {
                                            "type": "DungeonCompletion",
                                            "dungeonID": "melvorF:Miolite_Caves",
                                            "count": 20
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Stone",
                            "items": [
                                {
                                    "itemID": "melvorF:Mining_Scroll_Of_XP",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 15
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 15
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Gem_Finder_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 35
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Melee_Hinder_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Attack",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 10
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Bar",
                            "items": [
                                {
                                    "itemID": "melvorF:Bar_Box_I",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Smithing",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Bar_Box_II",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Smithing",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 99
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 85
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorTotH:Bar_Box_III",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Smithing",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 120
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 110
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Ore",
                            "items": [
                                {
                                    "itemID": "melvorF:Ore_Box_I",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Ore_Box_II",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 99
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 85
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorTotH:Ore_Box_III",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Mining",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 120
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 110
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Coal",
                            "items": [
                                {
                                    "itemID": "melvorD:Coal_Ore",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Smithing",
                                            "level": 95
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 20
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Bad_Cooker_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Cooking",
                                            "level": 70
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Smithing",
                                            "level": 70
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 25
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Rune_Essence",
                            "items": [
                                {
                                    "itemID": "melvorF:Runecrafting_Scroll_Of_XP",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Runecrafting",
                                            "level": 15
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 15
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Scroll_Of_Essence",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Runecrafting",
                                            "level": 75
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 30
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Looter_Pouch",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Hitpoints",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Staff_Maker_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Runecrafting",
                                            "level": 50
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 25
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Magic_Hinder_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Magic",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 10
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Herbs",
                            "items": [
                                {
                                    "itemID": "melvorF:Herblore_Scroll_Of_XP",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 15
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 15
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Golden_Star",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Astrology",
                                            "level": 35
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 35
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Herb_Box_I",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Farming",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Herb_Box_II",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Farming",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 99
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 85
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorTotH:Herb_Box_III",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Farming",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 120
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 110
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Potions",
                            "items": [
                                {
                                    "itemID": "melvorF:Consumable_Enhancer",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 95
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Herblore_Preservation_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 80
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 75
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Potion_Box_I",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Hitpoints",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 40
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 40
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Potion_Box_II",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Hitpoints",
                                            "level": 99
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 99
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 85
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorTotH:Potion_Box_III",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Herblore",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Hitpoints",
                                            "level": 120
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 120
                                        },
                                        {
                                            "type": "TownshipTask",
                                            "count": 110
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Leather",
                            "items": [
                                {
                                    "itemID": "melvorF:Slayer_Binding_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Slayer",
                                            "level": 40
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 25
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Leather_Crafter_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Crafting",
                                            "level": 30
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 30
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Gem_Preserver_Scroll",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Crafting",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 45
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorD:Leather",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Crafting",
                                            "level": 60
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 35
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "resourceID": "melvorF:Clothing",
                            "items": [
                                {
                                    "itemID": "melvorF:Crafting_Scroll_Of_XP",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Crafting",
                                            "level": 15
                                        },
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 15
                                        }
                                    ]
                                },
                                {
                                    "itemID": "melvorF:Mastery_Magnet",
                                    "unlockRequirements": [
                                        {
                                            "type": "SkillLevel",
                                            "skillID": "melvorD:Township",
                                            "level": 99
                                        },
                                        {
                                            "type": "DungeonCompletion",
                                            "dungeonID": "melvorF:Into_the_Mist",
                                            "count": 1
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                "buildings": [
                    {
                        "id": "melvorF:Blacksmiths_Smithy",
                        "name": "Blacksmiths Smithy",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2650
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 75
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2650
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 75
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 3800
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 150
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 7.5
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 7.5
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 15
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Magic_Emporium",
                        "name": "Magic Emporium",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Desert",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 9500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 1175
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 1000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 9500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 1175
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 1000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 1000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Desert",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 130
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 130
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Desert",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 50
                    },
                    {
                        "id": "melvorF:Hunters_Cabin",
                        "name": "Hunters Cabin",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 4.5
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 6.75
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 9
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Swamp",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Fishermans_Dock",
                        "name": "Fishermans Dock",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Water",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Water",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 15
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 22.5
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Water",
                            "melvorF:Swamp"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Herbalist",
                        "name": "Herbalist",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 200
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 2.5
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Miners_Pit",
                        "name": "Miners Pit",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Desert",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1800
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 100
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2050
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 75
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Desert",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 10
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 25
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 5
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 5
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 10
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Desert",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Town_Hall",
                        "name": "Town Hall",
                        "tier": 5,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 100000000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 100000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 100000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 100000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 50000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 8,
                        "modifiers": {
                            "increasedTownshipTaxPerCitizen": 10
                        },
                        "canDegrade": true
                    },
                    {
                        "id": "melvorF:Storehouse",
                        "name": "Storehouse",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1750
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 150
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 50
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 50
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 5000,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 10000,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20,
                        "canDegrade": false
                    },
                    {
                        "id": "melvorF:Woodcutters_Camp",
                        "name": "Woodcutters Camp",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 20
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 40
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Carpenters_Workshop",
                        "name": "Carpenters Workshop",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2550
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2550
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 15
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 30
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Farmland",
                        "name": "Farmland",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 440
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 50
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 38
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 650
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 50
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 38
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 50
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 7.5
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 11.25
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Farmers_Market",
                        "name": "Market",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 2500
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 5000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 100,
                        "modifiers": {
                            "decreasedTownshipRepairCost": 0.25
                        }
                    },
                    {
                        "id": "melvorF:Gatherers_Hut",
                        "name": "Gatherers Hut",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1300
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 2.5
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 2.5
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Swamp",
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:School",
                        "name": "School",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2250
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 50
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0.1000000000000000055511151231257827021181583404541015625,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0.1499999999999999944488848768742172978818416595458984375,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Large_School",
                        "name": "Large School",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 7000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 600
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 11000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 300
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0.40000000000000002220446049250313080847263336181640625,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0.5,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:School"
                    },
                    {
                        "id": "melvorF:Academy",
                        "name": "Academy",
                        "tier": 5,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 34000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 16000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 47000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 16000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 5000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0.75,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 1,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Large_School"
                    },
                    {
                        "id": "melvorF:Gardens",
                        "name": "Gardens",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2500
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 100
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0.5,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 100
                    },
                    {
                        "id": "melvorF:Tavern",
                        "name": "Tavern",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 7500
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 1000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 150
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 10500
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 400
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0.5,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 1,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 100
                    },
                    {
                        "id": "melvorF:Cemetery",
                        "name": "Cemetery",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 8500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 500
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 50,
                        "modifiers": {
                            "increasedTownshipPotionProduction": 2
                        }
                    },
                    {
                        "id": "melvorF:Blacksmiths_Workshop",
                        "name": "Blacksmiths Workshop",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 6000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 225
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 300
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 6000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 225
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 300
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 8500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 225
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 400
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 15
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 15
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 30
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Blacksmiths_Smithy"
                    },
                    {
                        "id": "melvorF:Hunters_Lodge",
                        "name": "Hunters Lodge",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 5200
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 5200
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 5200
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 18
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 27
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 36
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Swamp",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 15,
                        "upgradesFrom": "melvorF:Hunters_Cabin"
                    },
                    {
                        "id": "melvorF:Fishermans_Pier",
                        "name": "Fishermans Pier",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Water",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Water",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 60
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 90
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Water",
                            "melvorF:Swamp"
                        ],
                        "maxUpgrades": 15,
                        "upgradesFrom": "melvorF:Fishermans_Dock"
                    },
                    {
                        "id": "melvorF:Infirmary",
                        "name": "Infirmary",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 1600
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 10
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 15,
                        "upgradesFrom": "melvorF:Herbalist"
                    },
                    {
                        "id": "melvorF:Miners_Field",
                        "name": "Miners Field",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Desert",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 400
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4250
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 225
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 225
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Desert",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 75
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 20
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 20
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 37.5
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 10
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 75
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 20
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 20
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Desert",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Miners_Pit"
                    },
                    {
                        "id": "melvorF:Logging_Camp",
                        "name": "Logging Camp",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2600
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 225
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2600
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 225
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 40
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 80
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Woodcutters_Camp"
                    },
                    {
                        "id": "melvorF:Carpenters_Factory",
                        "name": "Carpenters Factory",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 1600
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 1600
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 60
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 120
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 15,
                        "upgradesFrom": "melvorF:Carpenters_Workshop"
                    },
                    {
                        "id": "melvorF:Plantation",
                        "name": "Plantation",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 125
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 125
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1250
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 125
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 125
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 150
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 15
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 22.5
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Farmland"
                    },
                    {
                        "id": "melvorF:Gatherers_Lodge",
                        "name": "Gatherers Lodge",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4500
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 10
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 10
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Swamp",
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 15,
                        "upgradesFrom": "melvorF:Gatherers_Hut"
                    },
                    {
                        "id": "melvorF:Blacksmiths_Forge",
                        "name": "Blacksmiths Forge",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 45000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 4800
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 1200
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 45000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 4800
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 1200
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 59000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 4800
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 1600
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 40
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 40
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 80
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Blacksmiths_Workshop"
                    },
                    {
                        "id": "melvorF:Hunters_Villa",
                        "name": "Hunters Villa",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 13000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 460
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 13000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 460
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 13000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 460
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 24
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 36
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 48
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Swamp",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Hunters_Lodge"
                    },
                    {
                        "id": "melvorF:Fishermans_Port",
                        "name": "Fishermans Port",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Water",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 13000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 500
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 13000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 500
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Water",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 120
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 180
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Water",
                            "melvorF:Swamp"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Fishermans_Pier"
                    },
                    {
                        "id": "melvorF:Healing_Centre",
                        "name": "Healing Centre",
                        "tier": 5,
                        "cost": [
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 39000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 10800
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 10000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 25
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Infirmary"
                    },
                    {
                        "id": "melvorF:Miners_Quarry",
                        "name": "Miners Quarry",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Desert",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 30000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 3200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 700
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 27000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 1350
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 1350
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Desert",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 80
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 60
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 40
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 30
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 80
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 60
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Desert",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Miners_Field"
                    },
                    {
                        "id": "melvorF:Forestry_Camp",
                        "name": "Forestry Camp",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 700
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 700
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 120
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 240
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Logging_Camp"
                    },
                    {
                        "id": "melvorF:Carpenters_Foundry",
                        "name": "Carpenters Foundry",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 35000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 4000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 35000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 4000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 900
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 200
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 120
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 240
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Carpenters_Factory"
                    },
                    {
                        "id": "melvorF:Mill",
                        "name": "Mill",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 16000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 800
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 60
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 90
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Plantation"
                    },
                    {
                        "id": "melvorF:Gatherers_Villa",
                        "name": "Gatherers Villa",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 500
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 500
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 20
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 20
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Swamp",
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Gatherers_Lodge"
                    },
                    {
                        "id": "melvorF:Warehouse",
                        "name": "Warehouse",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 5250
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 6750
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 300
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 25000,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 50000,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Storehouse",
                        "canDegrade": false
                    },
                    {
                        "id": "melvorF:Repository",
                        "name": "Repository",
                        "tier": 5,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 100000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 16000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 200000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 16000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 10000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 300000,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 600000,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Warehouse",
                        "canDegrade": false
                    },
                    {
                        "id": "melvorF:Tailor",
                        "name": "Tailor",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2050
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 150
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2650
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 113
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 25
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 100
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 15
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 30
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Clothier",
                        "name": "Clothier",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 1200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 1200
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 150
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 600
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 60
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 120
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 15,
                        "upgradesFrom": "melvorF:Tailor"
                    },
                    {
                        "id": "melvorF:Outfitter",
                        "name": "Outfitter",
                        "tier": 5,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 44000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 16000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 1500
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 15000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 54000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 16000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 1500
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 3200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 3200
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 100
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 200
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Clothier"
                    },
                    {
                        "id": "melvorF:Prats_Hats",
                        "name": "Prats Hats",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2600
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 226
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 10
                    },
                    {
                        "id": "melvorF:Malcs_Cats",
                        "name": "Malcs Cats",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 3700
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 10
                    },
                    {
                        "id": "melvorF:Statues",
                        "name": "Statues",
                        "tier": 5,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1000000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 35000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 10000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [],
                                "worship": 20
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 50
                    },
                    {
                        "id": "melvorF:Chapel",
                        "name": "Chapel",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 4200
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [],
                                "worship": 10
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 100
                    },
                    {
                        "id": "melvorF:Library",
                        "name": "Library",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 8200
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 450
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0.25,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 100,
                        "modifiers": {}
                    },
                    {
                        "id": "melvorF:Trading_Post",
                        "name": "Trading Post",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 500000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 7500
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 2000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 500000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 7500
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 2000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 500000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 7500
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 5000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 2000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 50,
                        "modifiers": {
                            "decreasedTownshipTraderCost": 0.330000000000000015543122344752191565930843353271484375
                        }
                    },
                    {
                        "id": "melvorF:Orchard",
                        "name": "Orchard",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 3000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 400
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 3000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 400
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 45
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 90
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 100
                    },
                    {
                        "id": "melvorF:Basic_Shelter",
                        "name": "Basic Shelter",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 10
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 290
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 32
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 850
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 10
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 50
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 100
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 5,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 8,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 10,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20
                    },
                    {
                        "id": "melvorF:Wooden_Hut",
                        "name": "Wooden Hut",
                        "tier": 1,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 700
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 60
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 60
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1075
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 60
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 60
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 75
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 2200
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 60
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 60
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 100
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 200
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 10,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 15,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 20,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Basic_Shelter"
                    },
                    {
                        "id": "melvorF:House",
                        "name": "House",
                        "tier": 2,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 7000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 8500
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 300
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 13000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 200
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 400
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 800
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 40,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 60,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 80,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 20,
                        "upgradesFrom": "melvorF:Wooden_Hut"
                    },
                    {
                        "id": "melvorF:Cottage",
                        "name": "Cottage",
                        "tier": 3,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 29000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 100
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 32000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 100
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 41000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 800
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 1600
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 100
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 80,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 120,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 160,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:House"
                    },
                    {
                        "id": "melvorF:Large_Cottage",
                        "name": "Large Cottage",
                        "tier": 4,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 102000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 7200
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 7200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 4800
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 400
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 108000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 7200
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 7200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 4800
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 1200
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 400
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 126000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 7200
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 7200
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 4800
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 1600
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 3200
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 400
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 160,
                                "happiness": 0,
                                "education": 0,
                                "storage": 500,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 240,
                                "happiness": 0,
                                "education": 0,
                                "storage": 500,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 320,
                                "happiness": 0,
                                "education": 0,
                                "storage": 500,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 30,
                        "upgradesFrom": "melvorF:Cottage"
                    },
                    {
                        "id": "melvorTotH:Lemvor_Lemon_Stall",
                        "name": "Lemvor Lemon Stall",
                        "tier": 7,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands"
                        ],
                        "maxUpgrades": 10,
                        "canDegrade": false
                    },
                    {
                        "id": "melvorTotH:Blacksmiths_Estate",
                        "name": "Blacksmiths Estate",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 140000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 28800
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 9600
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 140000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 28800
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 9600
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 160000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 28800
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 14400
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 10000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 75
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 75
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 150
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Blacksmiths_Forge"
                    },
                    {
                        "id": "melvorTotH:Hunters_Estate",
                        "name": "Hunters Estate",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 42000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 1840
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 42000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 1840
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 42000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 1840
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 36
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 54
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 72
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Swamp",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Hunters_Villa"
                    },
                    {
                        "id": "melvorTotH:Fishermans_Estate",
                        "name": "Fishermans Estate",
                        "tier": 7,
                        "cost": [
                            {
                                "biomeID": "melvorF:Water",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 43000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 22000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 18000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 43000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 30000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 18000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Water",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 240
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 360
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Water",
                            "melvorF:Swamp"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Fishermans_Port"
                    },
                    {
                        "id": "melvorTotH:Hospital",
                        "name": "Hospital",
                        "tier": 7,
                        "cost": [
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 122000
                                    },
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 10000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 50
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Healing_Centre"
                    },
                    {
                        "id": "melvorTotH:Miners_Estate",
                        "name": "Miners Estate",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Desert",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 107000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 5600
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 15000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 43000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 5600
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 10000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 83000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 5600
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 15000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Desert",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 160
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 100
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 300
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 80
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 50
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 600
                                    },
                                    {
                                        "id": "melvorF:Ore",
                                        "quantity": 160
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 100
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Desert",
                            "melvorF:Mountains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Miners_Quarry"
                    },
                    {
                        "id": "melvorTotH:Forestry_Estate",
                        "name": "Forestry Estate",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 43000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 43000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 320
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 640
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Forestry_Camp"
                    },
                    {
                        "id": "melvorTotH:Carpenters_Estate",
                        "name": "Carpenters Estate",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Forest",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 105000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 24000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 105000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 24000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2800
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Forest",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 240
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Jungle",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 480
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Forest",
                            "melvorF:Jungle"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Carpenters_Foundry"
                    },
                    {
                        "id": "melvorTotH:Farming_Estate",
                        "name": "Farming Estate",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 35000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 1200
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 8000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 47000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 1200
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 12000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 120
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 180
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Mill"
                    },
                    {
                        "id": "melvorTotH:Gatherers_Estate",
                        "name": "Gatherers Estate",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 39000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 39000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 9000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Swamp",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 40
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Valley",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Herbs",
                                        "quantity": 40
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Swamp",
                            "melvorF:Valley"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Gatherers_Villa"
                    },
                    {
                        "id": "melvorTotH:Clothier_Estate",
                        "name": "Clothiers Estate",
                        "tier": 7,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 127000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 38000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 30000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 158000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 15000
                                    },
                                    {
                                        "id": "melvorF:Leather",
                                        "quantity": 30000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 40000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 20000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 180
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": [
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 360
                                    }
                                ]
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 25,
                        "upgradesFrom": "melvorF:Outfitter"
                    },
                    {
                        "id": "melvorTotH:Large_Repository",
                        "name": "Large Repository",
                        "tier": 7,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 500000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 50000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 1000000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 100000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 10000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 50000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 600000,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 1200000,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 40,
                        "upgradesFrom": "melvorF:Repository",
                        "canDegrade": false
                    },
                    {
                        "id": "melvorTotH:Large_Academy",
                        "name": "Large Academy",
                        "tier": 7,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 302000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 18000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 407000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 14000
                                    },
                                    {
                                        "id": "melvorF:Rune_Essence",
                                        "quantity": 18000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 16200
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 9000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 0,
                                "happiness": 0,
                                "education": 1.25,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 0,
                                "happiness": 0,
                                "education": 1.5,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 18,
                        "upgradesFrom": "melvorF:Academy"
                    },
                    {
                        "id": "melvorTotH:Cool_Rocks",
                        "name": "Cool Rocks",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Mountains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 42000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 696969
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 5000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Mountains",
                                "population": 0,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Mountains"
                        ],
                        "maxUpgrades": 10
                    },
                    {
                        "id": "melvorTotH:Manor",
                        "name": "Manor",
                        "tier": 6,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 244000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 25000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 2000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 256000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 25000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 25000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 2000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 292000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 25000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 25000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 9000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 2400
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 12000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 2000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 240,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 360,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 480,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 35,
                        "upgradesFrom": "melvorF:Large_Cottage"
                    },
                    {
                        "id": "melvorTotH:Estate",
                        "name": "Estate",
                        "tier": 7,
                        "cost": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 591000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 200000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 4000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 615000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 100000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 4000
                                    }
                                ]
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "cost": [
                                    {
                                        "id": "melvorF:GP",
                                        "quantity": 687000
                                    },
                                    {
                                        "id": "melvorF:Food",
                                        "quantity": 100000
                                    },
                                    {
                                        "id": "melvorF:Wood",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Stone",
                                        "quantity": 50000
                                    },
                                    {
                                        "id": "melvorF:Planks",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Bar",
                                        "quantity": 8000
                                    },
                                    {
                                        "id": "melvorF:Clothing",
                                        "quantity": 20000
                                    },
                                    {
                                        "id": "melvorF:Coal",
                                        "quantity": 30000
                                    },
                                    {
                                        "id": "melvorF:Potions",
                                        "quantity": 4000
                                    }
                                ]
                            }
                        ],
                        "provides": [
                            {
                                "biomeID": "melvorF:Grasslands",
                                "population": 360,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Arid_Plains",
                                "population": 540,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            },
                            {
                                "biomeID": "melvorF:Snowlands",
                                "population": 720,
                                "happiness": 0,
                                "education": 0,
                                "storage": 0,
                                "resources": []
                            }
                        ],
                        "biomes": [
                            "melvorF:Grasslands",
                            "melvorF:Arid_Plains",
                            "melvorF:Snowlands"
                        ],
                        "maxUpgrades": 40,
                        "upgradesFrom": "melvorTotH:Manor"
                    }
                ],
                "seasons": [
                    {
                        "id": "melvorF:Spring",
                        "name": "Spring",
                        "seasonLength": 72,
                        "order": 0,
                        "modifiers": {
                            "increasedTownshipEducation": 50,
                            "increasedTownshipHappiness": 50,
                            "increasedTownshipFoodProduction": 25,
                            "increasedTownshipHerbProduction": 25,
                            "increasedTownshipPotionProduction": 25,
                            "increasedTownshipLeatherProduction": 25,
                            "decreasedTownshipRepairCost": 25
                        },
                        "disableWorshipChange": false
                    },
                    {
                        "id": "melvorF:Summer",
                        "name": "Summer",
                        "seasonLength": 72,
                        "order": 1,
                        "modifiers": {
                            "increasedTownshipEducation": 25,
                            "increasedTownshipGPProduction": 25,
                            "decreasedTownshipOreProduction": 25,
                            "decreasedTownshipStoneProduction": 25,
                            "decreasedTownshipCoalProduction": 25,
                            "decreasedTownshipBarProduction": 25,
                            "decreasedTownshipRepairCost": 10
                        },
                        "disableWorshipChange": false
                    },
                    {
                        "id": "melvorF:Fall",
                        "name": "Fall",
                        "seasonLength": 72,
                        "order": 2,
                        "modifiers": {
                            "increasedTownshipWoodProduction": 25,
                            "increasedTownshipPlankProduction": 25,
                            "increasedTownshipClothingProduction": 25,
                            "decreasedTownshipRepairCost": 15
                        },
                        "disableWorshipChange": false
                    },
                    {
                        "id": "melvorF:Winter",
                        "name": "Winter",
                        "seasonLength": 72,
                        "order": 3,
                        "modifiers": {
                            "increasedTownshipCoalProduction": 50,
                            "increasedTownshipStoneProduction": 25,
                            "increasedTownshipOreProduction": 25,
                            "decreasedTownshipHappiness": 50,
                            "decreasedTownshipEducation": 50,
                            "decreasedTownshipGPProduction": 50,
                            "decreasedTownshipFoodProduction": 25,
                            "decreasedTownshipHerbProduction": 25,
                            "decreasedTownshipPotionProduction": 25,
                            "decreasedTownshipWoodProduction": 25,
                            "decreasedTownshipPlankProduction": 25,
                            "increasedTownshipRepairCost": 50
                        },
                        "disableWorshipChange": false
                    },
                    {
                        "id": "melvorF:Nightfall",
                        "name": "Nightfall",
                        "seasonLength": 72,
                        "order": 4,
                        "modifiers": {
                            "increasedTownshipOreProduction": 100,
                            "increasedTownshipBarProduction": 100,
                            "increasedTownshipHerbProduction": 100,
                            "increasedTownshipPotionProduction": 100,
                            "decreasedSkillIntervalPercent": [
                                {
                                    "skillID": "melvorD:Astrology",
                                    "value": 50
                                }
                            ],
                            "decreasedTownshipHappiness": 50,
                            "decreasedTownshipFoodProduction": 50
                        },
                        "disableWorshipChange": true
                    },
                    {
                        "id": "melvorF:SolarEclipse",
                        "name": "Solar Eclipse",
                        "seasonLength": 72,
                        "order": 5,
                        "modifiers": {
                            "increasedTownshipHappiness": 200,
                            "increasedTownshipEducation": 200,
                            "decreasedMonsterRespawnTimer": 1000
                        },
                        "disableWorshipChange": true
                    },
                    {
                        "id": "melvorAoD:Lemon",
                        "name": "Lemon Season",
                        "seasonLength": 24,
                        "order": 6,
                        "modifiers": {
                            "increasedTownshipEducation": 69,
                            "increasedTownshipHappiness": 420,
                            "increasedLemonsPerAction": 1
                        },
                        "disableWorshipChange": false
                    }
                ],
                "buildingDisplayOrder": [
                    "melvorF:Basic_Shelter",
                    "melvorF:Wooden_Hut",
                    "melvorF:House",
                    "melvorF:Cottage",
                    "melvorF:Large_Cottage",
                    "melvorTotH:Manor",
                    "melvorTotH:Estate",
                    "melvorF:Fishermans_Dock",
                    "melvorF:Fishermans_Pier",
                    "melvorF:Fishermans_Port",
                    "melvorTotH:Fishermans_Estate",
                    "melvorF:Farmland",
                    "melvorF:Mill",
                    "melvorF:Plantation",
                    "melvorTotH:Farming_Estate",
                    "melvorF:Woodcutters_Camp",
                    "melvorF:Logging_Camp",
                    "melvorF:Forestry_Camp",
                    "melvorTotH:Forestry_Estate",
                    "melvorF:Carpenters_Workshop",
                    "melvorF:Carpenters_Factory",
                    "melvorF:Carpenters_Foundry",
                    "melvorTotH:Carpenters_Estate",
                    "melvorF:Miners_Pit",
                    "melvorF:Miners_Field",
                    "melvorF:Miners_Quarry",
                    "melvorTotH:Miners_Estate",
                    "melvorF:Blacksmiths_Smithy",
                    "melvorF:Blacksmiths_Workshop",
                    "melvorF:Blacksmiths_Forge",
                    "melvorTotH:Blacksmiths_Estate",
                    "melvorF:Hunters_Cabin",
                    "melvorF:Hunters_Lodge",
                    "melvorF:Hunters_Villa",
                    "melvorTotH:Hunters_Estate",
                    "melvorF:Gatherers_Hut",
                    "melvorF:Gatherers_Lodge",
                    "melvorF:Gatherers_Villa",
                    "melvorTotH:Gatherers_Estate",
                    "melvorF:Herbalist",
                    "melvorF:Infirmary",
                    "melvorF:Healing_Centre",
                    "melvorTotH:Hospital",
                    "melvorF:Tailor",
                    "melvorF:Clothier",
                    "melvorF:Outfitter",
                    "melvorTotH:Clothier_Estate",
                    "melvorF:Magic_Emporium",
                    "melvorF:Storehouse",
                    "melvorF:Warehouse",
                    "melvorF:Repository",
                    "melvorTotH:Large_Repository",
                    "melvorF:School",
                    "melvorF:Large_School",
                    "melvorF:Academy",
                    "melvorTotH:Large_Academy",
                    "melvorF:Farmers_Market",
                    "melvorF:Orchard",
                    "melvorF:Gardens",
                    "melvorF:Tavern",
                    "melvorF:Cemetery",
                    "melvorF:Town_Hall",
                    "melvorF:Trading_Post",
                    "melvorF:Prats_Hats",
                    "melvorF:Library",
                    "melvorF:Chapel",
                    "melvorF:Malcs_Cats",
                    "melvorTotH:Cool_Rocks",
                    "melvorF:Statues"
                ],
                "resourceDisplayOrder": [
                    "melvorF:GP",
                    "melvorF:Food",
                    "melvorF:Wood",
                    "melvorF:Planks",
                    "melvorF:Stone",
                    "melvorF:Bar",
                    "melvorF:Ore",
                    "melvorF:Coal",
                    "melvorF:Rune_Essence",
                    "melvorF:Herbs",
                    "melvorF:Potions",
                    "melvorF:Leather",
                    "melvorF:Clothing"
                ],
                "tasks": [
                    {
                        "id": "melvorF:Easy0",
                        "name": "Easy Task 1",
                        "category": "Easy",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Woodcutting",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Fishing",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Firemaking",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Cooking",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Mining",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Smithing",
                                    "quantity": 5000
                                }
                            ],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Yew_Logs",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy1",
                        "name": "Easy Task 2",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bird_Nest",
                                    "quantity": 25
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy2",
                        "name": "Easy Task 3",
                        "category": "Easy",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:Golbin",
                                    "quantity": 25
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [
                                {
                                    "id": "melvorD:Steel_Platebody_T_G",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy3",
                        "name": "Easy Task 4",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Chicken",
                                    "quantity": 25
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorD:Chicken",
                                    "quantity": 25
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [
                                {
                                    "id": "melvorD:Oak_Logs",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorD:Steel_Bar",
                                    "quantity": 300
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy4",
                        "name": "Easy Task 5",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Beef",
                                    "quantity": 25
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorD:Cow",
                                    "quantity": 25
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [
                                {
                                    "id": "melvorD:Oak_Logs",
                                    "quantity": 300
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy5",
                        "name": "Easy Task 6",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bones",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorD:Skeleton",
                                    "quantity": 25
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy6",
                        "name": "Easy Task 7",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bronze_Scimitar",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Iron_Scimitar",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Steel_Scimitar",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Mithril_Scimitar",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Adamant_Scimitar",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy7",
                        "name": "Easy Task 8",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Bobbys_Pocket",
                                    "quantity": 5
                                },
                                {
                                    "id": "melvorF:Chapeau_Noir",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Amulet_of_Fishing",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Treasure_Chest",
                                    "quantity": 150
                                },
                                {
                                    "id": "melvorD:Message_In_A_Bottle",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy8",
                        "name": "Easy Task 9",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bronze_Arrows",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Iron_Arrows",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Steel_Arrows",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Mithril_Arrows",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Ice_Arrows",
                                    "quantity": 300
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy9",
                        "name": "Easy Task 10",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Air_Rune",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorD:Water_Rune",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorD:Earth_Rune",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorD:Fire_Rune",
                                    "quantity": 250
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Mist_Rune",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorD:Dust_Rune",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorF:Mud_Rune",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorD:Smoke_Rune",
                                    "quantity": 250
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy10",
                        "name": "Easy Task 11",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Potatoes",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Onions",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Garum_Herb",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Cabbage",
                                    "quantity": 200
                                },
                                {
                                    "id": "melvorD:Sourweed_Herb",
                                    "quantity": 250
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy11",
                        "name": "Easy Task 12",
                        "description": "Hint: Use the Herblore Potion if you cannot create Tier 1 Potions normally.",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Bird_Nest_Potion_I",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorF:Controlled_Heat_Potion_I",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorF:Generous_Cook_Potion_I",
                                    "quantity": 25
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Mahogany_Logs",
                                    "quantity": 300
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy12",
                        "name": "Easy Task 13",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 5
                                },
                                {
                                    "id": "melvorF:Holy_Dust",
                                    "quantity": 25
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 25
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy13",
                        "name": "Easy Task 14",
                        "category": "Easy",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:Plant",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [
                                {
                                    "id": "melvorD:Potatoes",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy14",
                        "name": "Easy Task 15",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Gold_Bar",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Silver_Bar",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Mithril_Bar",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Gold_Bar",
                                    "quantity": 200
                                },
                                {
                                    "id": "melvorD:Silver_Bar",
                                    "quantity": 200
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy15",
                        "name": "Easy Task 16",
                        "category": "Easy",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:Leech",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy16",
                        "name": "Easy Task 17",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Burnt_Cave_Fish",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Cave_Fish_Perfect",
                                    "quantity": 30
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy17",
                        "name": "Easy Task 18",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Topaz",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorD:Sapphire",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorD:Ruby",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorD:Emerald",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorD:Diamond",
                                    "quantity": 25
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Mithril_Ore",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy18",
                        "name": "Easy Task 19",
                        "category": "Easy",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:MummaChicken",
                                    "quantity": 25
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy19",
                        "name": "Easy Task 20",
                        "category": "Easy",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:ZombieLeader",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 1000,
                            "items": [
                                {
                                    "id": "melvorD:Feathers",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy20",
                        "name": "Easy Task 21",
                        "category": "Easy",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:Seagull",
                                    "quantity": 50
                                },
                                {
                                    "id": "melvorD:Tentacle",
                                    "quantity": 50
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Herring",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Sardine",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Easy21",
                        "name": "Easy Task 22",
                        "category": "Easy",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Mirror_Shield",
                                    "quantity": 5
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Eyeball",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal0",
                        "name": "Normal Task 1",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Mithril_Helmet",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Mithril_Platebody",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Mithril_Platelegs",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Mithril_Boots",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Mithril_Platebody_T_G",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Mithril_Shield_T_G",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal1",
                        "name": "Normal Task 2",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Amulet_of_Looting",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal2",
                        "name": "Normal Task 3",
                        "category": "Normal",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:SpiderKing",
                                    "quantity": 30
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 10000,
                            "items": [
                                {
                                    "id": "melvorD:Green_Dhide_Body_U",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal3",
                        "name": "Normal Task 4",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Adamant_Arrows",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorD:Adamantite_Bar",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Rune_Arrows",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorD:Runite_Bar",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal4",
                        "name": "Normal Task 5",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Nature_Rune",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorF:Mud_Rune",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorD:Rune_Essence",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Elemental_Potion_III",
                                    "quantity": 3000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal5",
                        "name": "Normal Task 6",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 25
                                },
                                {
                                    "id": "melvorD:Blue_Dragonhide",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorD:BlueDragon",
                                    "quantity": 50
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 10000,
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 200
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal6",
                        "name": "Normal Task 7",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Yew_Logs",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorD:Bird_Nest",
                                    "quantity": 200
                                },
                                {
                                    "id": "melvorD:Feathers",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Raw_Chicken",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal7",
                        "name": "Normal Task 8",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Divine_Potion_IV",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Big_Bones",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal8",
                        "name": "Normal Task 9",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Gold_Ruby_Necklace",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorF:Silver_Ruby_Necklace",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Silver_Diamond_Ring",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal9",
                        "name": "Normal Task 10",
                        "category": "Normal",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:MioliteWarden",
                                    "quantity": 35
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 10000,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal10",
                        "name": "Normal Task 11",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 150
                                },
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Secret_Stardust_Potion_III",
                                    "quantity": 3000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal11",
                        "name": "Normal Task 12",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Adamant_2H_Sword",
                                    "quantity": 10
                                },
                                {
                                    "id": "melvorD:Adamant_Dagger",
                                    "quantity": 10
                                },
                                {
                                    "id": "melvorD:Adamant_Sword",
                                    "quantity": 10
                                },
                                {
                                    "id": "melvorD:Adamant_Scimitar",
                                    "quantity": 10
                                },
                                {
                                    "id": "melvorD:Adamant_Battleaxe",
                                    "quantity": 10
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Rune_2H_Sword",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal12",
                        "name": "Normal Task 13",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Poraxx_Seed",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorF:Poraxx_Herb",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Pigtayle_Seed",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal13",
                        "name": "Normal Task 14",
                        "category": "Normal",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:TurkulRiders",
                                    "quantity": 50
                                },
                                {
                                    "id": "melvorF:TurkulArchers",
                                    "quantity": 50
                                },
                                {
                                    "id": "melvorF:TurkulThrowers",
                                    "quantity": 50
                                },
                                {
                                    "id": "melvorF:TurkulGiant",
                                    "quantity": 50
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 10000,
                            "items": [
                                {
                                    "id": "melvorF:Wildflower",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal14",
                        "name": "Normal Task 15",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Carp",
                                    "quantity": 200
                                },
                                {
                                    "id": "melvorD:Carp",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Shark_Perfect",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal15",
                        "name": "Normal Task 16",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bones",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorD:Big_Bones",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorF:Holy_Dust",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Magic_Bones",
                                    "quantity": 300
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal16",
                        "name": "Normal Task 17",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Body_Rune",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorD:Chaos_Rune",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorD:Death_Rune",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Blood_Rune",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal17",
                        "name": "Normal Task 18",
                        "category": "Normal",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:TheKraken",
                                    "quantity": 50
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 10000,
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Scimitar",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal18",
                        "name": "Normal Task 19",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Emerald_Bolts",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorF:Adamant_Crossbow",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Rune_Crossbow",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Diamond_Bolts",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal19",
                        "name": "Normal Task 20",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Adamant_Shield_T_G",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Rune_Shield_T_G",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal20",
                        "name": "Normal Task 21",
                        "category": "Normal",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:JuniorFarmer",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorD:AdultFarmer",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorD:MasterFarmer",
                                    "quantity": 250
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 10000,
                            "items": [
                                {
                                    "id": "melvorD:Magic_Tree_Seed",
                                    "quantity": 20
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Normal21",
                        "name": "Normal Task 22",
                        "category": "Normal",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Eyeball",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Eyeball",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard0",
                        "name": "Hard Task 1",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Magic_Logs",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorD:Bird_Nest",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorD:Feathers",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Redwood_Logs",
                                    "quantity": 3000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard1",
                        "name": "Hard Task 2",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Black_Dhide_Vambraces",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorD:BlackDragon",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 3000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard2",
                        "name": "Hard Task 3",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dragon_2H_Sword",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Dragon_Battleaxe",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Dragon_Dagger",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Dragon_Scimitar",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Dragon_Sword",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Ancient_2H_Sword",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard3",
                        "name": "Hard Task 4",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Carrot",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorD:Snape_Grass",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard4",
                        "name": "Hard Task 5",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Pigtayle_Herb",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard5",
                        "name": "Hard Task 6",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Elder_Dragonhide",
                                    "quantity": 2000
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorF:ElderDragon",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Elder_Dragonhide",
                                    "quantity": 4000
                                },
                                {
                                    "id": "melvorF:Twin_Exiles",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard6",
                        "name": "Hard Task 7",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Apple_Pie",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Strawberry_Cake_Perfect",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard7",
                        "name": "Hard Task 8",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Diamond_Bolts",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorF:Slayer_Crossbow",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Jadestone_Bolts",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard8",
                        "name": "Hard Task 9",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Helmet",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Dragon_Platebody",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Dragon_Platelegs",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Dragon_Boots",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Platebody_T_G",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard9",
                        "name": "Hard Task 10",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Dragon_Claw_Fragment",
                                    "quantity": 20
                                },
                                {
                                    "id": "melvorF:Ancient_Claw_Fragment",
                                    "quantity": 20
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Ancient_Claw_Fragment",
                                    "quantity": 40
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard10",
                        "name": "Hard Task 11",
                        "category": "Hard",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:MalcsTheGuardianOfMelvor",
                                    "quantity": 50
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 100000,
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard11",
                        "name": "Hard Task 12",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Poison_Scales",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Poison_Scales",
                                    "quantity": 400
                                },
                                {
                                    "id": "melvorF:Lethal_Toxins_Potion_III",
                                    "quantity": 400
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard12",
                        "name": "Hard Task 13",
                        "category": "Hard",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:Golbin",
                                    "quantity": 42069
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Diamond",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard13",
                        "name": "Hard Task 14",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Topaz",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorD:Sapphire",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorD:Ruby",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorD:Emerald",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorD:Diamond",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Dragonite_Ore",
                                    "quantity": 3000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard14",
                        "name": "Hard Task 15",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Damage_Reduction_Potion_IV",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorF:DarkHornedElite",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Damage_Reduction_Potion_IV",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard15",
                        "name": "Hard Task 16",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Infernal_Core",
                                    "quantity": 10
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Infernal_Core",
                                    "quantity": 15
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard16",
                        "name": "Hard Task 17",
                        "category": "Hard",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Aeris",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 100000,
                            "items": [
                                {
                                    "id": "melvorF:Air_Chest",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorF:Scroll_of_Aeris",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard17",
                        "name": "Hard Task 18",
                        "category": "Hard",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Glacia",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 100000,
                            "items": [
                                {
                                    "id": "melvorF:Water_Chest",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorF:Scroll_of_Glacia",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard18",
                        "name": "Hard Task 19",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Ancient_Rune",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorF:Spirit_Rune",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard19",
                        "name": "Hard Task 20",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Whale",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Carrot_Cake_Perfect",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard20",
                        "name": "Hard Task 21",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Rune_Javelin",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Dragon_Javelin",
                                    "quantity": 10000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Hard21",
                        "name": "Hard Task 22",
                        "category": "Hard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Confetti_Crossbow",
                                    "quantity": 2
                                },
                                {
                                    "id": "melvorF:Skull_Cape",
                                    "quantity": 2
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 1500000,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard0",
                        "name": "VeryHard Task 1",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 5
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard1",
                        "name": "VeryHard Task 2",
                        "category": "VeryHard",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Terran",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorF:Ragnar",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 250000,
                            "items": [
                                {
                                    "id": "melvorF:Earth_Chest",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorF:Scroll_of_Terran",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorF:Fire_Chest",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorF:Scroll_of_Ragnar",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard2",
                        "name": "VeryHard Task 3",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Infernal_Claw",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Fire_Cape",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorF:Infernal_Cape",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Infernal_Claw",
                                    "quantity": 4
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard3",
                        "name": "VeryHard Task 4",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Ash",
                                    "quantity": 3000
                                },
                                {
                                    "id": "melvorD:Redwood_Logs",
                                    "quantity": 10000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Medium_Urn_Enchanted",
                                    "quantity": 300
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard4",
                        "name": "VeryHard Task 5",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Ancient_Ring_Of_Skills",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Ancient_Ring_Of_Mastery",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard5",
                        "name": "VeryHard Task 6",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Barrentoe_Seed",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Barrentoe_Seed",
                                    "quantity": 4000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard6",
                        "name": "VeryHard Task 7",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Diamond_Luck_Potion_IV",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Diamond",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard7",
                        "name": "VeryHard Task 8",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Ring_Of_Blade_Echoes",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Ring_Of_Barrage",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Ring_Of_Spirit_Power",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard8",
                        "name": "VeryHard Task 9",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorF:Pegasus",
                                    "quantity": 250
                                },
                                {
                                    "id": "melvorF:Griffin",
                                    "quantity": 250
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Holy_Dust",
                                    "quantity": 3000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard9",
                        "name": "VeryHard Task 10",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Jadestone_Bolts",
                                    "quantity": 1500
                                },
                                {
                                    "id": "melvorF:Jadestone",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorF:HuntingGreaterDragon",
                                    "quantity": 200
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 250000,
                            "items": [
                                {
                                    "id": "melvorF:Jadestone_Bolts",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard10",
                        "name": "VeryHard Task 11",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Seahorse",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Raw_Skeleton_Fish",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Raw_Magic_Fish",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Fishing_Hook",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorD:Raw_Whale",
                                    "quantity": 10000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard11",
                        "name": "VeryHard Task 12",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Fire_Expert_Wizard_Robes",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorD:Fire_Rune",
                                    "quantity": 10000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Fire_Imbued_Wand",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard12",
                        "name": "VeryHard Task 13",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Ancient_Javelin",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Ancient_Javelin",
                                    "quantity": 2000
                                },
                                {
                                    "id": "melvorF:Ancient_Throwing_Knife",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard13",
                        "name": "VeryHard Task 14",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Melee_Strength_Potion_IV",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Ranged_Strength_Potion_IV",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Magic_Damage_Potion_IV",
                                    "quantity": 10000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Diamond_Luck_Potion_IV",
                                    "quantity": 10000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard14",
                        "name": "VeryHard Task 15",
                        "category": "VeryHard",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Ahrenia",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 250000,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard15",
                        "name": "VeryHard Task 16",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Magic_Tree_Seed",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorD:Yew_Tree_Seed",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorD:Maple_Tree_Seed",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Magic_Tree_Seed",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard16",
                        "name": "VeryHard Task 17",
                        "category": "VeryHard",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:RancoraSpider",
                                    "quantity": 2500
                                },
                                {
                                    "id": "melvorF:ElderVampire",
                                    "quantity": 2500
                                },
                                {
                                    "id": "melvorF:CursedMaiden",
                                    "quantity": 2500
                                },
                                {
                                    "id": "melvorF:BountyHunter",
                                    "quantity": 2500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 5000000,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard17",
                        "name": "VeryHard Task 18",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Air_Imbued_Wand",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Water_Imbued_Wand",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Earth_Imbued_Wand",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Fire_Imbued_Wand",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Air_Imbued_Wand",
                                    "quantity": 2
                                },
                                {
                                    "id": "melvorF:Water_Imbued_Wand",
                                    "quantity": 2
                                },
                                {
                                    "id": "melvorF:Earth_Imbued_Wand",
                                    "quantity": 2
                                },
                                {
                                    "id": "melvorF:Fire_Imbued_Wand",
                                    "quantity": 2
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard18",
                        "name": "VeryHard Task 19",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Tidal_Edge_Fragment",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Shockwave_Fragment",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Ocean_Song_Fragment",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Tidal_Edge_Fragment",
                                    "quantity": 3
                                },
                                {
                                    "id": "melvorF:Shockwave_Fragment",
                                    "quantity": 3
                                },
                                {
                                    "id": "melvorF:Ocean_Song_Fragment",
                                    "quantity": 3
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard19",
                        "name": "VeryHard Task 20",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Carrot_Cake_Perfect",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Carrot",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Carrot_Seeds",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Carrot",
                                    "quantity": 69420
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard20",
                        "name": "VeryHard Task 21",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dragonite_Bar",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [
                                {
                                    "id": "melvorF:WickedGreaterDragon",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 250000,
                            "items": [
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:VeryHard21",
                        "name": "VeryHard Task 22",
                        "category": "VeryHard",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Adamant_Crossbow",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorF:Rune_Crossbow",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorF:Dragon_Crossbow",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Jadestone_Bolts",
                                    "quantity": 20000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite0",
                        "name": "Elite Task 1",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Necromancer_Hat",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Necromancer_Robes",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Necromancer_Bottoms",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Necromancer_Boots",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Shard_Black",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Summoning_Shard_Blue",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Summoning_Shard_Gold",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Summoning_Shard_Green",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Summoning_Shard_Red",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Summoning_Shard_Silver",
                                    "quantity": 25000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite1",
                        "name": "Elite Task 2",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Antique_Vase",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Chest_Of_Gems",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite2",
                        "name": "Elite Task 3",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Ancient_Ring_Of_Skills",
                                    "quantity": 20
                                },
                                {
                                    "id": "melvorD:Ancient_Ring_Of_Mastery",
                                    "quantity": 20
                                },
                                {
                                    "id": "melvorF:Ring_Of_Wealth",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite3",
                        "name": "Elite Task 4",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Devil",
                                    "quantity": 500000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Devil",
                                    "quantity": 750000
                                },
                                {
                                    "id": "melvorF:Summoning_Shard_Black",
                                    "quantity": 30000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite4",
                        "name": "Elite Task 5",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Basic_Bag",
                                    "quantity": 10000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Basic_Bag",
                                    "quantity": 20000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite5",
                        "name": "Elite Task 6",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Max_Skillcape",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 8
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite6",
                        "name": "Elite Task 7",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Fury_of_the_Elemental_Zodiac",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorD:Amulet_of_Torture",
                                    "quantity": 40
                                },
                                {
                                    "id": "melvorD:Amulet_of_Fury",
                                    "quantity": 40
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorD:Fury_of_the_Elemental_Zodiac",
                                    "quantity": 4
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite7",
                        "name": "Elite Task 8",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Carrot",
                                    "quantity": 500000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Carrot_Cake_Perfect",
                                    "quantity": 100000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite8",
                        "name": "Elite Task 9",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bones",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorD:Big_Bones",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorD:Magic_Bones",
                                    "quantity": 10000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Bones",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorD:Big_Bones",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorD:Magic_Bones",
                                    "quantity": 25000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite9",
                        "name": "Elite Task 10",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Poison_Essence",
                                    "quantity": 20
                                },
                                {
                                    "id": "melvorF:Burning_Essence",
                                    "quantity": 20
                                },
                                {
                                    "id": "melvorF:Stinging_Essence",
                                    "quantity": 20
                                },
                                {
                                    "id": "melvorF:Undead_Essence",
                                    "quantity": 20
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Deadeye_Ring",
                                    "quantity": 3
                                },
                                {
                                    "id": "melvorF:Warlock_Ring",
                                    "quantity": 3
                                },
                                {
                                    "id": "melvorF:Guardian_Ring",
                                    "quantity": 3
                                },
                                {
                                    "id": "melvorF:Fighter_Ring",
                                    "quantity": 3
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite10",
                        "name": "Elite Task 11",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Eyeball",
                                    "quantity": 30000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Eyeball",
                                    "quantity": 60000
                                },
                                {
                                    "id": "melvorD:Ruby",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Diamond",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite11",
                        "name": "Elite Task 12",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Secret_Stardust_Potion_IV",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite12",
                        "name": "Elite Task 13",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Aorpheats_Signet_Ring",
                                    "quantity": 2
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Aorpheats_Signet_Ring",
                                    "quantity": 3
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite13",
                        "name": "Elite Task 14",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Damage_Reduction_Potion_IV",
                                    "quantity": 20000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Damage_Reduction_Potion_IV",
                                    "quantity": 40000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite14",
                        "name": "Elite Task 15",
                        "category": "Elite",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Umbora",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorF:Rokken",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorF:Kutul",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorF:Tidal_Edge",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Shockwave",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Ocean_Song",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite15",
                        "name": "Elite Task 16",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Jadestone_Bolts",
                                    "quantity": 200000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Jadestone",
                                    "quantity": 4000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite16",
                        "name": "Elite Task 17",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Air_Imbued_Wand",
                                    "quantity": 10
                                },
                                {
                                    "id": "melvorF:Water_Imbued_Wand",
                                    "quantity": 10
                                },
                                {
                                    "id": "melvorF:Earth_Imbued_Wand",
                                    "quantity": 10
                                },
                                {
                                    "id": "melvorF:Fire_Imbued_Wand",
                                    "quantity": 10
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Elemental_Potion_IV",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorD:Air_Rune",
                                    "quantity": 500000
                                },
                                {
                                    "id": "melvorD:Water_Rune",
                                    "quantity": 500000
                                },
                                {
                                    "id": "melvorD:Earth_Rune",
                                    "quantity": 500000
                                },
                                {
                                    "id": "melvorD:Fire_Rune",
                                    "quantity": 500000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite17",
                        "name": "Elite Task 18",
                        "category": "Elite",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Ahrenia",
                                    "quantity": 5
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 3
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite18",
                        "name": "Elite Task 19",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bird_Nest",
                                    "quantity": 1000000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 80
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite19",
                        "name": "Elite Task 20",
                        "category": "Elite",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:BaneInstrumentOfFear",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 8
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite20",
                        "name": "Elite Task 21",
                        "category": "Elite",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:MalcsTheLeaderOfDragons",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 20
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorF:Elite21",
                        "name": "Elite Task 22",
                        "category": "Elite",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Dragon",
                                    "quantity": 250000
                                },
                                {
                                    "id": "melvorF:Summoning_Familiar_Yak",
                                    "quantity": 250000
                                },
                                {
                                    "id": "melvorF:Summoning_Familiar_Witch",
                                    "quantity": 250000
                                },
                                {
                                    "id": "melvorF:Summoning_Familiar_Minotaur",
                                    "quantity": 250000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Dragon",
                                    "quantity": 500000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH0",
                        "name": "Throne of the Herald Task 1",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Elderwood_Logs",
                                    "quantity": 15000
                                },
                                {
                                    "id": "melvorTotH:Raven_Nest",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Raven_Nest",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH1",
                        "name": "Throne of the Herald Task 2",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Meteorite_Bar",
                                    "quantity": 15000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Iridium_Bar",
                                    "quantity": 30000
                                },
                                {
                                    "id": "melvorTotH:Palladium_Bar",
                                    "quantity": 30000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH2",
                        "name": "Throne of the Herald Task 3",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Onyx",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorTotH:Oricha",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorTotH:Cerulean",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorTotH:Zephyte",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Zephyte",
                                    "quantity": 2000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH3",
                        "name": "Throne of the Herald Task 4",
                        "category": "TotH",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorTotH:MagicFireDemon",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 2500000,
                            "items": [
                                {
                                    "id": "melvorD:Fire_Rune",
                                    "quantity": 300000
                                },
                                {
                                    "id": "melvorD:Earth_Rune",
                                    "quantity": 300000
                                },
                                {
                                    "id": "melvorD:Light_Rune",
                                    "quantity": 300000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH4",
                        "name": "Throne of the Herald Task 5",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Snowcress_Herb",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorTotH:Bitterlyme_Herb",
                                    "quantity": 20000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Snowcress_Seeds",
                                    "quantity": 1500
                                },
                                {
                                    "id": "melvorTotH:Bitterlyme_Seeds",
                                    "quantity": 1500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH5",
                        "name": "Throne of the Herald Task 6",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Poison_Rune",
                                    "quantity": 250000
                                },
                                {
                                    "id": "melvorTotH:Lightning_Rune",
                                    "quantity": 250000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Infernal_Rune",
                                    "quantity": 500000
                                },
                                {
                                    "id": "melvorTotH:Soul_Rune",
                                    "quantity": 500000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH6",
                        "name": "Throne of the Herald Task 7",
                        "category": "TotH",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorTotH:SpiderQueen",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 2500000,
                            "items": [
                                {
                                    "id": "melvorTotH:Spider_Queen_Eggs",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorTotH:Summoning_Familiar_Spectre",
                                    "quantity": 100000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH7",
                        "name": "Throne of the Herald Task 8",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Raven_Nest",
                                    "quantity": 3000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Chilli",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorTotH:Mushrooms",
                                    "quantity": 20000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH8",
                        "name": "Throne of the Herald Task 9",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Large_Urn_Enchanted",
                                    "quantity": 150000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Large_Urn_Enchanted",
                                    "quantity": 175000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH9",
                        "name": "Throne of the Herald Task 10",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Terrorfish",
                                    "quantity": 25000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Mystic_Shark",
                                    "quantity": 25000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH10",
                        "name": "Throne of the Herald Task 11",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Iridium_Bar",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorTotH:Palladium_Bar",
                                    "quantity": 75000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Iridium_Bar",
                                    "quantity": 100000
                                },
                                {
                                    "id": "melvorTotH:Palladium_Bar",
                                    "quantity": 100000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH11",
                        "name": "Throne of the Herald Task 12",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Corundum_Javelin",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorTotH:Augite_Javelin",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorTotH:Meteorite_Javelin",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorTotH:Divine_Javelin",
                                    "quantity": 50000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Meteorite_Javelin",
                                    "quantity": 150000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH12",
                        "name": "Throne of the Herald Task 13",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Poison_Mythical_Wizard_Robes",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorTotH:Infernal_Mythical_Wizard_Robes",
                                    "quantity": 100
                                },
                                {
                                    "id": "melvorTotH:Lightning_Mythical_Wizard_Robes",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Poison_Rune",
                                    "quantity": 500000
                                },
                                {
                                    "id": "melvorTotH:Infernal_Rune",
                                    "quantity": 500000
                                },
                                {
                                    "id": "melvorTotH:Lightning_Rune",
                                    "quantity": 500000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH13",
                        "name": "Throne of the Herald Task 14",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Elderwood_Body",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorTotH:Revenant_Body",
                                    "quantity": 300
                                },
                                {
                                    "id": "melvorTotH:Carrion_Body",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Carrion_Body_U",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorTotH:Carrion_Logs",
                                    "quantity": 30000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH14",
                        "name": "Throne of the Herald Task 15",
                        "category": "TotH",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorTotH:GoliathWerewolf",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 2500000,
                            "items": [
                                {
                                    "id": "melvorF:Whetstone",
                                    "quantity": 500000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH15",
                        "name": "Throne of the Herald Task 16",
                        "category": "TotH",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorTotH:Fiozor",
                                    "quantity": 30
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 2500000,
                            "items": [
                                {
                                    "id": "melvorTotH:Summoning_Scrolls",
                                    "quantity": 300000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH16",
                        "name": "Throne of the Herald Task 17",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Charcoal",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Ash",
                                    "quantity": 1000000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Ash",
                                    "quantity": 2500000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH17",
                        "name": "Throne of the Herald Task 18",
                        "category": "TotH",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorTotH:Reaper_Potion_IV",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorTotH:Penetration_Potion_IV",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorTotH:Critical_Strike_Potion_IV",
                                    "quantity": 5000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorTotH:Penetration_Potion_IV",
                                    "quantity": 10000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH18",
                        "name": "Throne of the Herald Task 19",
                        "category": "TotH",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorTotH:GuardianoftheHerald",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 2500000,
                            "items": [
                                {
                                    "id": "melvorD:Bones",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorD:Big_Bones",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorD:Magic_Bones",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorD:Dragon_Bones",
                                    "quantity": 20000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorTotH:TotH19",
                        "name": "Throne of the Herald Task 20",
                        "category": "TotH",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorTotH:TheHeraldPhase3",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 2500000,
                            "items": [
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 169
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD0",
                        "name": "Atlas of Discovery Task 1",
                        "category": "AoD",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorAoD:Broken_Trowel",
                                    "quantity": 5
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 3000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD1",
                        "name": "Atlas of Discovery Task 2",
                        "category": "AoD",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorAoD:Ancient_Wildberry_Seeds",
                                    "quantity": 10
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorAoD:Ancient_Corn_Seeds",
                                    "quantity": 30
                                },
                                {
                                    "id": "melvorAoD:Ancient_Carrot_Seeds",
                                    "quantity": 30
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD2",
                        "name": "Atlas of Discovery Task 3",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:BlindGhost",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000,
                            "slayerCoins": 1000,
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Shard_Red",
                                    "quantity": 500
                                },
                                {
                                    "id": "melvorF:Summoning_Shard_Blue",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD3",
                        "name": "Atlas of Discovery Task 4",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:SlimeShooter",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000,
                            "slayerCoins": 2000,
                            "items": [
                                {
                                    "id": "melvorAoD:Vial_of_Acid",
                                    "quantity": 8000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD4",
                        "name": "Atlas of Discovery Task 5",
                        "category": "AoD",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorAoD:Crumbled_Artefact",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 50000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Whetstone",
                                    "quantity": 20000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD5",
                        "name": "Atlas of Discovery Task 6",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:LavaGolem",
                                    "quantity": 1
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 10000,
                            "items": [
                                {
                                    "id": "melvorAoD:Draining_Barrier_Gem",
                                    "quantity": 3
                                },
                                {
                                    "id": "melvorD:Runite_Bar",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD6",
                        "name": "Atlas of Discovery Task 7",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:GrumpyWillow",
                                    "quantity": 500
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 150000,
                            "slayerCoins": 50000,
                            "items": [
                                {
                                    "id": "melvorAoD:Unholy_Dust",
                                    "quantity": 15000
                                },
                                {
                                    "id": "melvorAoD:Unholy_Logs",
                                    "quantity": 5000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD7",
                        "name": "Atlas of Discovery Task 89",
                        "category": "AoD",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorAoD:Trader_Crate",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 2500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorF:Barrentoe_Herb",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorD:Leather",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorD:Feathers",
                                    "quantity": 100000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD8",
                        "name": "Atlas of Discovery Task 9",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:PoisonBloater",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 2500000,
                            "slayerCoins": 500000,
                            "items": [
                                {
                                    "id": "melvorAoD:Poisonous_Arrows",
                                    "quantity": 40000
                                },
                                {
                                    "id": "melvorAoD:Poison_Bolts",
                                    "quantity": 40000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD9",
                        "name": "Atlas of Discovery Task 10",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:PuppetMaster",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 2500000,
                            "slayerCoins": 500000,
                            "items": [
                                {
                                    "id": "melvorD:Rune_Essence",
                                    "quantity": 100000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD10",
                        "name": "Atlas of Discovery Task 11",
                        "category": "AoD",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorAoD:Crystal_Ball",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 5000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorAoD:Decoy_Idol",
                                    "quantity": 25
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD11",
                        "name": "Atlas of Discovery Task 12",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "numPOIs": [
                                {
                                    "worldMapID": "melvorAoD:Melvor",
                                    "quantity": 20
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 25000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 8000
                                },
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 3
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD12",
                        "name": "Atlas of Discovery Task 13",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:CrystalBehemoth",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 20000000,
                            "slayerCoins": 1500000,
                            "items": [
                                {
                                    "id": "melvorAoD:Pure_Crystal_Arrows",
                                    "quantity": 40000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD13",
                        "name": "Atlas of Discovery Task 14",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:SoulTakerWitch",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorAoD:Cursed_Dust",
                                    "quantity": 100000
                                },
                                {
                                    "id": "melvorAoD:Cursed_Logs",
                                    "quantity": 25000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD14",
                        "name": "Atlas of Discovery Task 15",
                        "category": "AoD",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorAoD:Pirate_Flag",
                                    "quantity": 2000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorAoD:Old_Pirate_Treasure",
                                    "quantity": 200
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD15",
                        "name": "Atlas of Discovery Task 16",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:GhostMercenary",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorAoD:ShipwreckBeast",
                                    "quantity": 1000
                                },
                                {
                                    "id": "melvorAoD:CursedPirateCaptain",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 25000000,
                            "slayerCoins": 2500000,
                            "items": [
                                {
                                    "id": "melvorD:Fury_of_the_Elemental_Zodiac",
                                    "quantity": 2
                                },
                                {
                                    "id": "melvorF:Diamond_Luck_Potion_IV",
                                    "quantity": 10000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD16",
                        "name": "Atlas of Discovery Task 17",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorAoD:Nagaia",
                                    "quantity": 100
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 1000000,
                            "items": [
                                {
                                    "id": "melvorAoD:Nullifying_Amulet",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorAoD:Cleansing_Ring",
                                    "quantity": 1
                                },
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 20
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD17",
                        "name": "Atlas of Discovery Task 18",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "numPOIs": [
                                {
                                    "worldMapID": "melvorAoD:Melvor",
                                    "quantity": 75
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorD:Silver_Bar",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Gold_Bar",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Dragonite_Bar",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorD:Redwood_Logs",
                                    "quantity": 5000
                                },
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD18",
                        "name": "Atlas of Discovery Task 19",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "numPOIs": [
                                {
                                    "worldMapID": "melvorAoD:Melvor",
                                    "quantity": 132
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 10000000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100000
                                },
                                {
                                    "id": "melvorF:Bank_Slot_Token",
                                    "quantity": 20
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    },
                    {
                        "id": "melvorAoD:AoD19",
                        "name": "Atlas of Discovery Task 20",
                        "category": "AoD",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "numRefinements": 20
                        },
                        "rewards": {
                            "gp": 500000,
                            "slayerCoins": 0,
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorD:Diamond",
                                    "quantity": 1000
                                }
                            ],
                            "skillXP": [],
                            "townshipResources": []
                        },
                        "requirements": []
                    }
                ],
                "casualTasks": [
                    {
                        "id": "melvorF:CasualTask0",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Normal_Logs",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask1",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Normal_Logs",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask2",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Oak_Logs",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask3",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Willow_Logs",
                                    "quantity": 400
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask4",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Teak_Logs",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask5",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Maple_Logs",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask6",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Yew_Logs",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask7",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Yew_Logs",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask8",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Magic_Logs",
                                    "quantity": 2000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask9",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Redwood_Logs",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask10",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Redwood_Logs",
                                    "quantity": 3000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Woodcutting",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask11",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Shrimp",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask12",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Sardine",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask13",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Herring",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask14",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Trout",
                                    "quantity": 400
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask15",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Salmon",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask16",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Lobster",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 25
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask17",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Crab",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask18",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Shark",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask19",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Cave_Fish",
                                    "quantity": 2000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask20",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Manta_Ray",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask21",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Raw_Whale",
                                    "quantity": 3000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fishing",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask22",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Shrimp",
                                    "quantity": 50
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask23",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Sardine",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask24",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Herring",
                                    "quantity": 150
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask25",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Trout",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask26",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Salmon",
                                    "quantity": 250
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask27",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Lobster",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask28",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Crab",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask29",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Shark",
                                    "quantity": 750
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask30",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Cave_Fish",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask31",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Manta_Ray",
                                    "quantity": 1250
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask32",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Whale",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Cooking",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask33",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Rune_Essence",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask34",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Copper_Ore",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask35",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Iron_Ore",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask36",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Silver_Ore",
                                    "quantity": 400
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask37",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Coal_Ore",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask38",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Gold_Ore",
                                    "quantity": 750
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask39",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Mithril_Ore",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask40",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Adamantite_Ore",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask41",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Runite_Ore",
                                    "quantity": 2000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask42",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Runite_Ore",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask43",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dragonite_Ore",
                                    "quantity": 3000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Mining",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask44",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bronze_Bar",
                                    "quantity": 10
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask45",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Iron_Bar",
                                    "quantity": 20
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask46",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Iron_Bar",
                                    "quantity": 30
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask47",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Steel_Bar",
                                    "quantity": 50
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask48",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Silver_Bar",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask49",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Gold_Bar",
                                    "quantity": 150
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask50",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Mithril_Bar",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask51",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Adamantite_Bar",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask52",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Runite_Bar",
                                    "quantity": 400
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask53",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dragonite_Bar",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask54",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dragonite_Bar",
                                    "quantity": 750
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Smithing",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask55",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Leather_Gloves",
                                    "quantity": 1
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask56",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Silver_Topaz_Ring",
                                    "quantity": 20
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask57",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Leather_Chaps",
                                    "quantity": 30
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask58",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Gold_Ruby_Ring",
                                    "quantity": 50
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask59",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Hard_Leather_Vambraces",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask60",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Gold_Emerald_Ring",
                                    "quantity": 150
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask61",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Green_Dhide_Chaps",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask62",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Blue_Dhide_Shield",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask63",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Silver_Diamond_Ring",
                                    "quantity": 400
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask64",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Gold_Diamond_Ring",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask65",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Black_Dhide_Body",
                                    "quantity": 750
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Crafting",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask66",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Arrow_Shafts",
                                    "quantity": 150
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask67",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Bronze_Arrows",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask68",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Oak_Shortbow",
                                    "quantity": 450
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask69",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Steel_Arrows",
                                    "quantity": 600
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask70",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Willow_Longbow",
                                    "quantity": 900
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask71",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Mithril_Javelin",
                                    "quantity": 1200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask72",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Adamant_Arrows",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask73",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Yew_Shortbow",
                                    "quantity": 2000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask74",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Rune_Arrows",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask75",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Magic_Longbow",
                                    "quantity": 3000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask76",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Dragon_Javelin",
                                    "quantity": 3500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Fletching",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask77",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Air_Rune",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask78",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Air_Acolyte_Wizard_Robes",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask79",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Dust_Rune",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask80",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Body_Rune",
                                    "quantity": 400
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask81",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Water_Adept_Wizard_Hat",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask82",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Nature_Rune",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask83",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Earth_Adept_Wizard_Robes",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask84",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Smoke_Rune",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask85",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Blood_Rune",
                                    "quantity": 2000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask86",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Fire_Expert_Wizard_Robes",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask87",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorD:Ancient_Rune",
                                    "quantity": 3000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Runecrafting",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask88",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Bird_Nest_Potion_IV",
                                    "quantity": 10
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Bird_Nest_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask89",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Melee_Evasion_Potion_IV",
                                    "quantity": 20
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Melee_Evasion_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask90",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Controlled_Heat_Potion_IV",
                                    "quantity": 30
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Controlled_Heat_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask91",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Magic_Assistance_Potion_IV",
                                    "quantity": 50
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Magic_Assistance_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask92",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Fishermans_Potion_IV",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Fishermans_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask93",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Lucky_Herb_Potion_IV",
                                    "quantity": 150
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Lucky_Herb_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask94",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Perfect_Swing_Potion_IV",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Perfect_Swing_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask95",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Lethal_Toxins_Potion_IV",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Lethal_Toxins_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask96",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Farming_Potion_IV",
                                    "quantity": 400
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Farming_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask97",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Diamond_Luck_Potion_IV",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Diamond_Luck_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask98",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Damage_Reduction_Potion_IV",
                                    "quantity": 750
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Herblore",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Damage_Reduction_Potion_IV"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask99",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Ent",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Ent"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask100",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Mole",
                                    "quantity": 1500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Mole"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask101",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Wolf",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Wolf"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask102",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Pig",
                                    "quantity": 2500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Pig"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask103",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Crow",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Rune_Essence",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Crow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask104",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Leprechaun",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Leprechaun"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask105",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Cyclops",
                                    "quantity": 8000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 22500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Cyclops"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask106",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Salamander",
                                    "quantity": 10000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Herbs",
                                    "quantity": 30000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Salamander"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask107",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Bear",
                                    "quantity": 12500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Herbs",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Bear"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask108",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Devil",
                                    "quantity": 15000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Devil"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask109",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Summoning_Familiar_Dragon",
                                    "quantity": 20000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Summoning",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Summoning_Familiar_Dragon"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask110",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 50
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 2500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask111",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 100
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 800
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 5000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 5
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask112",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 150
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 7500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 20
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask113",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 200
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Ore",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 30
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 15
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask114",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 250
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 12500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 40
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 20
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask115",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 300
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 30
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask116",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 500
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 2250,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 40
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask117",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 750
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 3000,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 50
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask118",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 1000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Leather",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask119",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Stardust",
                                    "quantity": 1250
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 250000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Herbs",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 90
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 70
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask120",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [
                                {
                                    "id": "melvorF:Golden_Stardust",
                                    "quantity": 3000
                                }
                            ],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 500000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Potions",
                                    "quantity": 60000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Astrology",
                                "level": 99
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Township",
                                "level": 80
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask121",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:Golbin",
                                    "quantity": 69
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 690
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 6900
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 10
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 10
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask122",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:MummaChicken",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Chicken_Coop",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask123",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:ZombieLeader",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 10000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 10000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Undead_Graveyard",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask124",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:BanditLeader",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 15000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 15000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 15000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 15000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Bandit_Base",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask125",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:ElderWizard",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 17500
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 17500
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 17500
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 17500
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Hall_of_Wizards",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask126",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:SpiderKing",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 20000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 20000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Spider_Forest",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask127",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:MioliteMonarch",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 20000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 20000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 20000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Miolite_Caves",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask128",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:TheKraken",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 25000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Deep_Sea_Ship",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask129",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:ProtectorofIce",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 25000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 25000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 25000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Frozen_Cove",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask130",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:ElderDragon",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 35000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 35000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 35000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 35000
                                },
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 35000
                                },
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 35000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Dragons_Den",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask131",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorD:MalcsTheGuardianOfMelvor",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 40000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 40000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 40000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 40000
                                },
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 40000
                                },
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 40000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Volcanic_Cave",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask132",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:MalcsTheLeaderOfDragons",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 50000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 50000
                                },
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 50000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Infernal_Stronghold",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask133",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Aeris",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 75000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Air_God_Dungeon",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask134",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Glacia",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 75000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Water_God_Dungeon",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask135",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Terran",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 75000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Earth_God_Dungeon",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask136",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [
                                {
                                    "id": "melvorF:Ragnar",
                                    "quantity": 10
                                }
                            ],
                            "skillXP": [],
                            "buildings": []
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 0,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 100000
                                }
                            ],
                            "townshipResources": [
                                {
                                    "id": "melvorF:Food",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Wood",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Stone",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Planks",
                                    "quantity": 75000
                                },
                                {
                                    "id": "melvorF:Bar",
                                    "quantity": 75000
                                }
                            ]
                        },
                        "requirements": [
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Fire_God_Dungeon",
                                "count": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask137",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:Golbin",
                                    "itemIDs": [
                                        "melvorD:Bronze_2H_Sword"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 200,
                            "slayerCoins": 100,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 400
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 5
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Bronze_2H_Sword"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask138",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:SweatyMonster",
                                    "itemIDs": [
                                        "melvorD:Steel_Shield"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 500,
                            "slayerCoins": 250,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 900
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 10
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Steel_Shield"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask139",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:Wizard",
                                    "itemIDs": [
                                        "melvorF:Willow_Shortbow"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 800,
                            "slayerCoins": 400,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 1500
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 10
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Willow_Shortbow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask140",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:MasterFarmer",
                                    "itemIDs": [
                                        "melvorD:Mithril_Scimitar"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 110,
                            "slayerCoins": 550,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 2200
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 20
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Mithril_Scimitar"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask141",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:GiantCrab",
                                    "itemIDs": [
                                        "melvorF:Staff_of_Water"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1500,
                            "slayerCoins": 750,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 3000
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 20
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Staff_of_Water"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask142",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:ZombieLeader",
                                    "itemIDs": [
                                        "melvorD:Steel_Battleaxe"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 2000,
                            "slayerCoins": 1000,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 4000
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 25
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Undead_Graveyard",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Steel_Battleaxe"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask143",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:MasterWizard",
                                    "itemIDs": [
                                        "melvorD:Maple_Longbow"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 2600,
                            "slayerCoins": 1300,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 5200
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 30
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Maple_Longbow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask144",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:SpiderKing",
                                    "itemIDs": [
                                        "melvorD:Enchanted_Cape"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 3300,
                            "slayerCoins": 1650,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 6600
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 30
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Spider_Forest",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Enchanted_Cape"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask145",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:ElerineArcher",
                                    "itemIDs": [
                                        "melvorF:Sand_Treaders"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 4200,
                            "slayerCoins": 210,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 8300
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Sand_Treaders"
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 60
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask146",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:BanditLeader",
                                    "itemIDs": [
                                        "melvorD:Mithril_Helmet"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 5200,
                            "slayerCoins": 2600,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10400
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Defence",
                                "level": 30
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Bandit_Base",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Mithril_Helmet"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask147",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:ElderWizard",
                                    "itemIDs": [
                                        "melvorF:Adamant_Crossbow"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 6500,
                            "slayerCoins": 3250,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 12900
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 40
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Hall_of_Wizards",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Adamant_Crossbow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask148",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:MioliteMonarch",
                                    "itemIDs": [
                                        "melvorD:Air_Battlestaff"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 40
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Miolite_Caves",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Air_Battlestaff"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask149",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:DarkWizard",
                                    "itemIDs": [
                                        "melvorF:Rune_Crossbow"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 50
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Rune_Crossbow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask150",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:RuneKnight",
                                    "itemIDs": [
                                        "melvorD:Fire_Battlestaff"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 60
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Fire_Battlestaff"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask151",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:TurkulGeneral",
                                    "itemIDs": [
                                        "melvorD:Rune_Shield"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 50
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 50
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Rune_Shield"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask152",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:SandBeast",
                                    "itemIDs": [
                                        "melvorD:Rune_Dagger"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 50
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Rune_Dagger"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask153",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Paladin",
                                    "itemIDs": [
                                        "melvorD:Enchanted_Shield"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 70
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 30
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Enchanted_Shield"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask154",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:SeethingHornedElite",
                                    "itemIDs": [
                                        "melvorF:Dragon_Crossbow"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 65
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 70
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Dragon_Crossbow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask155",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Griffin",
                                    "itemIDs": [
                                        "melvorD:Magic_Wand_Powerful"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 65
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 30
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Magic_Wand_Powerful"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask156",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:MalcsTheGuardianOfMelvor",
                                    "itemIDs": [
                                        "melvorD:Sunset_Rapier"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 70
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Volcanic_Cave",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Sunset_Rapier"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask157",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:RancoraSpider",
                                    "itemIDs": [
                                        "melvorF:Ancient_2H_Sword"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 75
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 99
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Ancient_2H_Sword"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask158",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:CursedMaiden",
                                    "itemIDs": [
                                        "melvorF:Slayer_Crossbow"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 75
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 80
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Slayer_Crossbow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask159",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:BountyHunter",
                                    "itemIDs": [
                                        "melvorD:Elite_Amulet_of_Magic"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 80
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 80
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Elite_Amulet_of_Magic"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask160",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:MasterFarmer",
                                    "itemIDs": [
                                        "melvorD:Bobs_Rake"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 20
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Bobs_Rake"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask161",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:TheKraken",
                                    "itemIDs": [
                                        "melvorF:Almighty_Lute"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Strength",
                                "level": 40
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Deep_Sea_Ship",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Almighty_Lute"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask162",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Elementalist",
                                    "itemIDs": [
                                        "melvorD:Bronze_Throwing_Knife"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 45
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Bronze_Throwing_Knife"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask163",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Pegasus",
                                    "itemIDs": [
                                        "melvorF:Miolite_Sceptre"
                                    ],
                                    "quantity": 10
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 60
                            },
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Slayer",
                                "level": 60
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Miolite_Sceptre"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask164",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:ElderDragon",
                                    "itemIDs": [
                                        "melvorD:Magic_Wand_Basic"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 60
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Dragons_Den",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Magic_Wand_Basic"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask165",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorD:MalcsTheGuardianOfMelvor",
                                    "itemIDs": [
                                        "melvorD:Ice_Dagger"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 75
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorD:Volcanic_Cave",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Ice_Dagger"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask166",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Aeris",
                                    "itemIDs": [
                                        "melvorD:Bronze_Dagger"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Attack",
                                "level": 85
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Air_God_Dungeon",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Bronze_Dagger"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask167",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Glacia",
                                    "itemIDs": [
                                        "melvorD:Normal_Shortbow"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Ranged",
                                "level": 85
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Water_God_Dungeon",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Normal_Shortbow"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask168",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Terran",
                                    "itemIDs": [
                                        "melvorF:Staff_of_Fire"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Magic",
                                "level": 85
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Earth_God_Dungeon",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorF:Staff_of_Fire"
                            }
                        ]
                    },
                    {
                        "id": "melvorF:CasualTask169",
                        "name": "Casual Task",
                        "category": "Daily",
                        "goals": {
                            "items": [],
                            "monsters": [],
                            "skillXP": [],
                            "buildings": [],
                            "monsterWithItems": [
                                {
                                    "monsterID": "melvorF:Ragnar",
                                    "itemIDs": [
                                        "melvorD:Slingshot"
                                    ],
                                    "quantity": 1
                                }
                            ]
                        },
                        "rewards": {
                            "gp": 1,
                            "slayerCoins": 1,
                            "items": [],
                            "skillXP": [
                                {
                                    "id": "melvorD:Township",
                                    "quantity": 10
                                }
                            ],
                            "townshipResources": []
                        },
                        "requirements": [
                            {
                                "type": "SkillLevel",
                                "skillID": "melvorD:Hitpoints",
                                "level": 90
                            },
                            {
                                "type": "DungeonCompletion",
                                "dungeonID": "melvorF:Fire_God_Dungeon",
                                "count": 1
                            },
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Slingshot"
                            }
                        ]
                    }
                ],
                "baseStorage": 50000,
                "baseTaxRate": 0,
                "decreasedBuildingCostCap": -80,
                "gpPerCitizen": 15,
                "maxWorship": 2000,
                "minimumHealth": 20,
                "populationForTier": {
                    "1": {
                        "population": 0,
                        "level": 1
                    },
                    "2": {
                        "population": 0,
                        "level": 15
                    },
                    "3": {
                        "population": 2500,
                        "level": 35
                    },
                    "4": {
                        "population": 15000,
                        "level": 60
                    },
                    "5": {
                        "population": 40000,
                        "level": 80
                    },
                    "6": {
                        "population": 80000,
                        "level": 100
                    },
                    "7": {
                        "population": 175000,
                        "level": 110
                    }
                },
                "tickLength": 300,
                "rareSeasonChance": 20,
                "worshipChangeCost": 50000000,
                "worshipCheckpoints": [
                    5,
                    25,
                    50,
                    85,
                    95
                ],
                "taskCategories": [
                    {
                        "id": "Easy",
                        "name": "Easy"
                    },
                    {
                        "id": "Normal",
                        "name": "Normal"
                    },
                    {
                        "id": "Hard",
                        "name": "Hard"
                    },
                    {
                        "id": "VeryHard",
                        "name": "Very Hard"
                    },
                    {
                        "id": "Elite",
                        "name": "Elite"
                    },
                    {
                        "id": "TotH",
                        "name": "Throne of the Herald"
                    },
                    {
                        "id": "AoD",
                        "name": "Atlas of Discovery"
                    }
                ],
                "name": "Township",
                "completedAncientRelic": "melvorAoD:TownshipRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:TownshipRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:TownshipRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:TownshipRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:TownshipRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    },
                    {
                        "relicID": "melvorAoD:TownshipRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.001000000000000000020816681711721685132943093776702880859375
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Magic",
            "data": {
                "pets": [
                    "melvorF:Salem"
                ],
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    }
                ],
                "minibar": {
                    "defaultItems": [
                        "melvorF:Amulet_Of_Incantation",
                        "melvorF:Magic_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorF:Salem"
                    ]
                },
                "altSpells": [
                    {
                        "id": "melvorF:JustLearning",
                        "name": "Just Learning",
                        "level": 1,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 1
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 1
                            }
                        ],
                        "description": "Convert selected item into ${amount} Rune Essence.",
                        "baseExperience": 5,
                        "specialCost": {
                            "type": "AnyItem",
                            "quantity": 1
                        },
                        "produces": "melvorD:Rune_Essence",
                        "productionRatio": 1,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:SuperheatI",
                        "name": "Superheat I",
                        "level": 5,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 2
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Lava_Rune",
                                "quantity": 2
                            }
                        ],
                        "description": "Create ${barAmount} x bars using ${oreAmount} x required ores.",
                        "baseExperience": 8,
                        "specialCost": {
                            "type": "BarIngredientsWithCoal",
                            "quantity": 1
                        },
                        "produces": "Bar",
                        "productionRatio": 1,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:ItemAlchemyI",
                        "name": "Item Alchemy I",
                        "level": 10,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 3
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 3
                            }
                        ],
                        "description": "Convert selected item into GP worth ${percent}% of the item's base sale price.",
                        "baseExperience": 10,
                        "specialCost": {
                            "type": "AnyItem",
                            "quantity": 1
                        },
                        "produces": "GP",
                        "productionRatio": 0.40000000000000002220446049250313080847263336181640625,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:BoneOffering",
                        "name": "Bone Offering",
                        "level": 18,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 1
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 1
                            }
                        ],
                        "description": "Creates ${amount} x Bones.",
                        "baseExperience": 12,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorD:Bones",
                        "productionRatio": 3,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:SuperheatII",
                        "name": "Superheat II",
                        "level": 25,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 3
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Lava_Rune",
                                "quantity": 3
                            }
                        ],
                        "description": "Create ${barAmount} x bars using ${oreAmount} x required ores.",
                        "baseExperience": 15,
                        "specialCost": {
                            "type": "BarIngredientsWithCoal",
                            "quantity": 1
                        },
                        "produces": "Bar",
                        "productionRatio": 2,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:ItemAlchemyII",
                        "name": "Item Alchemy II",
                        "level": 35,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 4
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 4
                            }
                        ],
                        "description": "Convert selected item into GP worth ${percent}% of the item's base sale price.",
                        "baseExperience": 18,
                        "specialCost": {
                            "type": "AnyItem",
                            "quantity": 1
                        },
                        "produces": "GP",
                        "productionRatio": 1,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:RagstoRichesI",
                        "name": "Rags to Riches I",
                        "level": 48,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Mud_Rune",
                                "quantity": 2
                            }
                        ],
                        "description": "Convert selected Junk item, obtained from Fishing, into a random Gem.",
                        "baseExperience": 21,
                        "specialCost": {
                            "type": "JunkItem",
                            "quantity": 1
                        },
                        "produces": "RandomGem",
                        "productionRatio": 1,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:BlessedOffering",
                        "name": "Blessed Offering",
                        "level": 56,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 1
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 1
                            }
                        ],
                        "description": "Creates ${amount} x Holy Dust.",
                        "baseExperience": 24,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorF:Holy_Dust",
                        "productionRatio": 3,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:SuperheatIII",
                        "name": "Superheat III",
                        "level": 64,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 4
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 4
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 1
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Lava_Rune",
                                "quantity": 4
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 1
                            }
                        ],
                        "description": "Create ${barAmount} x bars using ${oreAmount} x required ores.",
                        "baseExperience": 28,
                        "specialCost": {
                            "type": "BarIngredientsWithCoal",
                            "quantity": 1
                        },
                        "produces": "Bar",
                        "productionRatio": 3,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:RagstoRichesII",
                        "name": "Rags to Riches II",
                        "level": 70,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 4
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 4
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 2
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorF:Mud_Rune",
                                "quantity": 4
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 2
                            }
                        ],
                        "description": "Convert Coal Ore into a random Gem.",
                        "baseExperience": 32,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "RandomGem",
                        "productionRatio": 1,
                        "fixedItemCosts": [
                            {
                                "id": "melvorD:Coal_Ore",
                                "quantity": 1
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:ItemAlchemyIII",
                        "name": "Item Alchemy III",
                        "level": 76,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 5
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 2
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 5
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 2
                            }
                        ],
                        "description": "Convert selected item into GP worth ${percent}% of the item's base sale price.",
                        "baseExperience": 39,
                        "specialCost": {
                            "type": "AnyItem",
                            "quantity": 1
                        },
                        "produces": "GP",
                        "productionRatio": 1.600000000000000088817841970012523233890533447265625,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:SuperheatIV",
                        "name": "Superheat IV",
                        "level": 95,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 7
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 7
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 3
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorF:Lava_Rune",
                                "quantity": 7
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 3
                            }
                        ],
                        "description": "Create ${barAmount} x bars using ${oreAmount} x required ores, ignoring all Coal Requirements.",
                        "baseExperience": 50,
                        "specialCost": {
                            "type": "BarIngredientsWithoutCoal",
                            "quantity": 1
                        },
                        "produces": "Bar",
                        "productionRatio": 3,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:HolyInvocationI",
                        "name": "Holy Invocation I",
                        "level": 40,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 10
                            }
                        ],
                        "description": "Enchants ${qty1} x ${itemName} which can then be buried for ${qty2} Prayer Points",
                        "baseExperience": 25,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorF:Small_Urn_Enchanted",
                        "productionRatio": 1,
                        "fixedItemCosts": [
                            {
                                "id": "melvorF:Small_Urn",
                                "quantity": 1
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorF:HolyInvocationII",
                        "name": "Holy Invocation II",
                        "level": 80,
                        "runesRequired": [
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 15
                            }
                        ],
                        "description": "Enchants ${qty1} x ${itemName} which can then be buried for ${qty2} Prayer Points",
                        "baseExperience": 55,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorF:Medium_Urn_Enchanted",
                        "productionRatio": 1,
                        "fixedItemCosts": [
                            {
                                "id": "melvorF:Medium_Urn",
                                "quantity": 1
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:Nullification",
                        "name": "Nullification",
                        "level": 100,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 8
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 5
                            }
                        ],
                        "description": "Converts ${fixedItemQty0} x Pure Essence in to ${amount} x Rune Essence.",
                        "baseExperience": 60,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorD:Rune_Essence",
                        "productionRatio": 600,
                        "fixedItemCosts": [
                            {
                                "id": "melvorTotH:Pure_Essence",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 1
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:Transmutation",
                        "name": "Transmutation",
                        "level": 102,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 12
                            },
                            {
                                "id": "melvorF:Spirit_Rune",
                                "quantity": 6
                            }
                        ],
                        "description": "Converts a selected Superior Gem into Magic XP equal to 3% of the base sale price.",
                        "baseExperience": 0,
                        "specialCost": {
                            "type": "AnySuperiorGem",
                            "quantity": 1
                        },
                        "produces": "MagicXP",
                        "productionRatio": 1,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:Purification",
                        "name": "Purification",
                        "level": 105,
                        "runesRequired": [
                            {
                                "id": "melvorTotH:Soul_Rune",
                                "quantity": 12
                            }
                        ],
                        "description": "Converts ${fixedItemQty0} Rune Essence to ${amount} Pure Essence.",
                        "baseExperience": 85,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorTotH:Pure_Essence",
                        "productionRatio": 600,
                        "fixedItemCosts": [
                            {
                                "id": "melvorD:Rune_Essence",
                                "quantity": 1000
                            },
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 1
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:Fragmentation",
                        "name": "Fragmentation",
                        "level": 108,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 15
                            }
                        ],
                        "description": "Converts a Superior Gem into a random Summoning Shard where the base quantity received is equal to 2x the base sale price of the Gem, then divided by the base sale price of the Summoning Shard.",
                        "baseExperience": 99,
                        "specialCost": {
                            "type": "AnySuperiorGem",
                            "quantity": 1
                        },
                        "produces": "RandomShards",
                        "productionRatio": 1,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:SuperheatV",
                        "name": "Superheat V",
                        "level": 110,
                        "runesRequired": [
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 16
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 16
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 16
                            },
                            {
                                "id": "melvorTotH:Soul_Rune",
                                "quantity": 10
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 8
                            },
                            {
                                "id": "melvorTotH:Soul_Rune",
                                "quantity": 10
                            }
                        ],
                        "description": "Create ${barAmount} x bars using ${oreAmount} x required ores, ignoring all Coal Requirements.",
                        "baseExperience": 114,
                        "specialCost": {
                            "type": "BarIngredientsWithoutCoal",
                            "quantity": 1
                        },
                        "produces": "Bar",
                        "productionRatio": 5,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:HolyInvocationIII",
                        "name": "Holy Invocation III",
                        "level": 112,
                        "runesRequired": [
                            {
                                "id": "melvorTotH:Soul_Rune",
                                "quantity": 20
                            }
                        ],
                        "description": "Enchants ${qty1} x ${itemName} which can then be buried for ${qty2} Prayer Points",
                        "baseExperience": 130,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorTotH:Large_Urn_Enchanted",
                        "productionRatio": 1,
                        "fixedItemCosts": [
                            {
                                "id": "melvorTotH:Large_Urn",
                                "quantity": 1
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:Embellish",
                        "name": "Embellish",
                        "level": 114,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 30
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 30
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 20
                            },
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 15
                            }
                        ],
                        "description": "Converts ${specialCostQty} Non-Perfect food into ${amount} of its Perfect version.",
                        "baseExperience": 147,
                        "specialCost": {
                            "type": "AnyNormalFood",
                            "quantity": 500
                        },
                        "produces": "PerfectFood",
                        "productionRatio": 300,
                        "fixedItemCosts": [
                            {
                                "id": "melvorTotH:Runestone",
                                "quantity": 2
                            },
                            {
                                "id": "melvorTotH:Charcoal",
                                "quantity": 100
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:RagstoRichesIII",
                        "name": "Rags to Riches III",
                        "level": 116,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 25
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 40
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 40
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 40
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 25
                            },
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 20
                            }
                        ],
                        "description": "Converts ${fixedItemQty0} x Meteorite Ore into a random Superior Gem.",
                        "baseExperience": 165,
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "RandomSuperiorGem",
                        "productionRatio": 1,
                        "fixedItemCosts": [
                            {
                                "id": "melvorTotH:Meteorite_Ore",
                                "quantity": 5
                            }
                        ],
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorTotH:ItemAlchemyIV",
                        "name": "Item Alchemy IV",
                        "level": 118,
                        "runesRequired": [
                            {
                                "id": "melvorTotH:Soul_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorD:Air_Rune",
                                "quantity": 24
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 24
                            },
                            {
                                "id": "melvorD:Fire_Rune",
                                "quantity": 24
                            }
                        ],
                        "runesRequiredAlt": [
                            {
                                "id": "melvorTotH:Soul_Rune",
                                "quantity": 15
                            },
                            {
                                "id": "melvorTotH:Infernal_Rune",
                                "quantity": 12
                            }
                        ],
                        "description": "Convert selected item into GP worth ${percent}% of the item's base sale price.",
                        "baseExperience": 184,
                        "specialCost": {
                            "type": "AnyItem",
                            "quantity": 1
                        },
                        "produces": "GP",
                        "productionRatio": 2.5,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorAoD:BarrierDust",
                        "name": "Barrier Dust",
                        "level": 7,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 1
                            },
                            {
                                "id": "melvorD:Water_Rune",
                                "quantity": 1
                            }
                        ],
                        "description": "Converts ${fixedItemQty0} x Barrier Gem in to ${amount} x Barrier Dust.",
                        "baseExperience": 8,
                        "fixedItemCosts": [
                            {
                                "id": "melvorAoD:Barrier_Gem",
                                "quantity": 1
                            }
                        ],
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorAoD:Barrier_Dust",
                        "productionRatio": 6,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorAoD:UnholyOffering",
                        "name": "Unholy Offering",
                        "level": 40,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 2
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 1
                            }
                        ],
                        "description": "Converts ${fixedItemQty0} x Unholy Logs in to ${amount} x Unholy Dust.",
                        "baseExperience": 20,
                        "fixedItemCosts": [
                            {
                                "id": "melvorAoD:Unholy_Logs",
                                "quantity": 1
                            }
                        ],
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorAoD:Unholy_Dust",
                        "productionRatio": 5,
                        "spellBook": "altMagic"
                    },
                    {
                        "id": "melvorAoD:CursedOffering",
                        "name": "Cursed Offering",
                        "level": 65,
                        "runesRequired": [
                            {
                                "id": "melvorF:Nature_Rune",
                                "quantity": 3
                            },
                            {
                                "id": "melvorD:Earth_Rune",
                                "quantity": 2
                            }
                        ],
                        "description": "Converts ${fixedItemQty0} x Cursed Logs in to ${amount} x Cursed Dust.",
                        "baseExperience": 35,
                        "fixedItemCosts": [
                            {
                                "id": "melvorAoD:Cursed_Logs",
                                "quantity": 1
                            }
                        ],
                        "specialCost": {
                            "type": "None",
                            "quantity": 1
                        },
                        "produces": "melvorAoD:Cursed_Dust",
                        "productionRatio": 5,
                        "spellBook": "altMagic"
                    }
                ],
                "customMilestones": [
                    {
                        "type": "Custom",
                        "level": 1,
                        "name": "Basic Elemental Staves",
                        "milestoneID": "22"
                    },
                    {
                        "type": "Custom",
                        "level": 1,
                        "name": "Basic Green Wizard Gear",
                        "milestoneID": "23"
                    },
                    {
                        "type": "Custom",
                        "level": 1,
                        "name": "Air Acolyte Wizard Gear",
                        "milestoneID": "24"
                    },
                    {
                        "type": "Custom",
                        "level": 5,
                        "name": "Water Acolyte Wizard Gear",
                        "milestoneID": "25"
                    },
                    {
                        "type": "Custom",
                        "level": 9,
                        "name": "Earth Acolyte Wizard Gear",
                        "milestoneID": "26"
                    },
                    {
                        "type": "Custom",
                        "level": 10,
                        "name": "Basic Blue Wizard Gear",
                        "milestoneID": "27"
                    },
                    {
                        "type": "Custom",
                        "level": 14,
                        "name": "Fire Acolyte Wizard Gear",
                        "milestoneID": "28"
                    },
                    {
                        "type": "Custom",
                        "level": 30,
                        "name": "Basic Red Wizard Gear",
                        "milestoneID": "29"
                    },
                    {
                        "type": "Custom",
                        "level": 35,
                        "name": "Air Adept Wizard Gear",
                        "milestoneID": "30"
                    },
                    {
                        "type": "Custom",
                        "level": 39,
                        "name": "Water Adept Wizard Gear",
                        "milestoneID": "31"
                    },
                    {
                        "type": "Custom",
                        "level": 40,
                        "name": "Mystic Staves",
                        "milestoneID": "32"
                    },
                    {
                        "type": "Custom",
                        "level": 43,
                        "name": "Earth Adept Wizard Gear",
                        "milestoneID": "33"
                    },
                    {
                        "type": "Custom",
                        "level": 48,
                        "name": "Fire Adept Wizard Gear",
                        "milestoneID": "34"
                    },
                    {
                        "type": "Custom",
                        "level": 50,
                        "name": "Basic Black Wizard Gear",
                        "milestoneID": "35"
                    },
                    {
                        "type": "Custom",
                        "level": 65,
                        "name": "Air Expert Wizard Gear",
                        "milestoneID": "36"
                    },
                    {
                        "type": "Custom",
                        "level": 69,
                        "name": "Water Expert Wizard Gear",
                        "milestoneID": "37"
                    },
                    {
                        "type": "Custom",
                        "level": 70,
                        "name": "Ancient Wizard Gear",
                        "milestoneID": "38"
                    },
                    {
                        "type": "Custom",
                        "level": 73,
                        "name": "Earth Expert Wizard Gear",
                        "milestoneID": "39"
                    },
                    {
                        "type": "Custom",
                        "level": 78,
                        "name": "Fire Expert Wizard Gear",
                        "milestoneID": "40"
                    },
                    {
                        "type": "Custom",
                        "level": 85,
                        "name": "Glacia God Gear",
                        "milestoneID": "41"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Cloudburst_Staff"
                    },
                    {
                        "type": "Custom",
                        "level": 100,
                        "name": "Wear Poison Master Wizard Gear",
                        "milestoneID": "WEAR_POISON_MASTER"
                    },
                    {
                        "type": "Custom",
                        "level": 100,
                        "name": "Wear Infernal Master Wizard Gear",
                        "milestoneID": "WEAR_INFERNAL_MASTER"
                    },
                    {
                        "type": "Custom",
                        "level": 100,
                        "name": "Wear Lightning Master Wizard Gear",
                        "milestoneID": "WEAR_LIGHTNING_MASTER"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Wizard_Hat_Legendary"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Wizard_Robes_Legendary"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Poison_Staff"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Infernal_Staff"
                    },
                    {
                        "type": "Custom",
                        "level": 105,
                        "name": "Wear Poison Legendary Wizard Gear",
                        "milestoneID": "WEAR_POISON_LEGENDARY"
                    },
                    {
                        "type": "Custom",
                        "level": 105,
                        "name": "Wear Infernal Legendary Wizard Gear",
                        "milestoneID": "WEAR_INFERNAL_LEGENDARY"
                    },
                    {
                        "type": "Custom",
                        "level": 105,
                        "name": "Wear Lightning Legendary Wizard Gear",
                        "milestoneID": "WEAR_LIGHTNING_LEGENDARY"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Lightning_Staff"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Despair_Wand"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Meteorite_Staff"
                    },
                    {
                        "type": "Custom",
                        "level": 110,
                        "name": "Wear Poison Mythical Wizard Gear",
                        "milestoneID": "WEAR_POISON_MYTHICAL"
                    },
                    {
                        "type": "Custom",
                        "level": 110,
                        "name": "Wear Infernal Mythical Wizard Gear",
                        "milestoneID": "WEAR_INFERNAL_MYTHICAL"
                    },
                    {
                        "type": "Custom",
                        "level": 110,
                        "name": "Wear Lightning Mythical Wizard Gear",
                        "milestoneID": "WEAR_LIGHTNING_MYTHICAL"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Burning_Embers_Book"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Book_of_the_Ancients"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Lightning_Aura_Helmet"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Wizard_Hat_Mythical"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Wizard_Robes_Mythical"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Frost_Walker_Boots"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Frostspark_Boots"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Archaic_Wand"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Lightning_Coil_2H_Staff"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Spectral_Ice_Sword"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Lightning_Strike_1H_Sword"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:FrostSpark_1H_Sword"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Torrential_Blast_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Mask_of_Despair"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Voodoo_Trinket"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Calamity_Wand"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Ethereal_Staff"
                    },
                    {
                        "type": "Custom",
                        "level": 120,
                        "name": "Wear Vorloran Devastator Armour",
                        "milestoneID": "WEAR_VORLORAN_DEVASTATOR"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slicing_Maelstrom_Wand"
                    }
                ],
                "randomShards": [
                    {
                        "itemID": "melvorF:Summoning_Shard_Black",
                        "weight": 1,
                        "minQuantity": 1,
                        "maxQuantity": 1
                    },
                    {
                        "itemID": "melvorF:Summoning_Shard_Blue",
                        "weight": 1,
                        "minQuantity": 1,
                        "maxQuantity": 1
                    },
                    {
                        "itemID": "melvorF:Summoning_Shard_Gold",
                        "weight": 1,
                        "minQuantity": 1,
                        "maxQuantity": 1
                    },
                    {
                        "itemID": "melvorF:Summoning_Shard_Green",
                        "weight": 1,
                        "minQuantity": 1,
                        "maxQuantity": 1
                    },
                    {
                        "itemID": "melvorF:Summoning_Shard_Red",
                        "weight": 1,
                        "minQuantity": 1,
                        "maxQuantity": 1
                    },
                    {
                        "itemID": "melvorF:Summoning_Shard_Silver",
                        "weight": 1,
                        "minQuantity": 1,
                        "maxQuantity": 1
                    }
                ],
                "name": "Magic",
                "completedAncientRelic": "melvorAoD:MagicRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:MagicRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:MagicRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:MagicRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:MagicRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:MagicRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Ranged",
            "data": {
                "pets": [
                    "melvorF:Marahute"
                ],
                "customMilestones": [
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Normal_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Normal_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Bronze_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Iron_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Leather_Body"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Topaz_Bolts"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Bronze_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Iron_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Bronze_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Iron_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Bronze_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Iron_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Oak_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Oak_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Steel_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Steel_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Steel_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Steel_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Hard_Leather_Body"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Willow_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Willow_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Mithril_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Mithril_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Mithril_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Mithril_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Sapphire_Bolts"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Maple_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Maple_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Adamant_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Slayer_Cowl_Strong"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Slayer_Leather_Body_Strong"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Adamant_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Adamant_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Adamant_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Yew_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Yew_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Rune_Arrows"
                    },
                    {
                        "type": "Custom",
                        "level": 40,
                        "name": "Wear Green Dragonhide Armour",
                        "milestoneID": "42"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Rangers_Hat"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Ranger_Boots"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Ice_Helmet"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Ice_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Ice_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Rune_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Rune_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Rune_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Ruby_Bolts"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Magic_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Magic_Longbow"
                    },
                    {
                        "type": "Custom",
                        "level": 50,
                        "name": "Wear Blue Dragonhide Armour",
                        "milestoneID": "43"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Dragon_Arrows"
                    },
                    {
                        "type": "Custom",
                        "level": 60,
                        "name": "Wear Red Dragonhide Armour",
                        "milestoneID": "44"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Redwood_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Redwood_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Slayer_Cowl_Elite"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Slayer_Leather_Body_Elite"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Dragon_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Dragon_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Dragon_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Confetti_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Slayer_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Emerald_Bolts"
                    },
                    {
                        "type": "Custom",
                        "level": 70,
                        "name": "Wear Black Dragonhide Armour",
                        "milestoneID": "45"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorD:Ancient_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Ancient_Arrow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Ancient_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Ancient_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Ancient_Throwing_Knife"
                    },
                    {
                        "type": "Custom",
                        "level": 80,
                        "name": "Wear Ancient Dragonhide Armour",
                        "milestoneID": "46"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Stormsnap"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Diamond_Bolts"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorF:Aeris_God_Helmet"
                    },
                    {
                        "type": "Custom",
                        "level": 100,
                        "name": "Wear Elderwood Armour",
                        "milestoneID": "WEAR_ELDERWOOD"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Cowl_Legendary"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Leather_Body_Legendary"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Elderwood_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Elderwood_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Corundum_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Corundum_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Corundum_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Corundum_Arrows"
                    },
                    {
                        "type": "Custom",
                        "level": 105,
                        "name": "Wear Revenant Armour",
                        "milestoneID": "WEAR_REVENANT"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Revenant_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Revenant_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Augite_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Augite_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Augite_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Augite_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Onyx_Bolts"
                    },
                    {
                        "type": "Custom",
                        "level": 110,
                        "name": "Wear Carrion Armour",
                        "milestoneID": "WEAR_CARRION"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Cowl_Mythical"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Slayer_Leather_Body_Mythical"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Bundled_Protection_Body"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Perfect_Sight_Legs"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Carrion_Shortbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Carrion_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Thorned_Power_Bow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Divine_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Torrential_Blast_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Divine_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Divine_Throwing_Knife"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Divine_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Mask_of_Torment"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Voodoo_Trinket"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Decay_Bolts"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Ethereal_Longbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Meteorite_Crossbow"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Meteorite_Javelin"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Ethereal_Arrows"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Meteorite_Bolts"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Zephyte_Bolts"
                    },
                    {
                        "type": "Custom",
                        "level": 120,
                        "name": "Wear Vorloran Watcher Armour",
                        "milestoneID": "WEAR_VORLORAN_WATCHER"
                    },
                    {
                        "type": "EquipItem",
                        "itemID": "melvorTotH:Feather_Storm_Crossbow"
                    }
                ],
                "name": "Ranged",
                "completedAncientRelic": "melvorAoD:RangedRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:RangedRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:RangedRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:RangedRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:RangedRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:RangedRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Prayer",
            "data": {
                "pets": [
                    "melvorF:Monkey"
                ],
                "name": "Prayer",
                "completedAncientRelic": "melvorAoD:PrayerRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:PrayerRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:PrayerRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:PrayerRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:PrayerRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:PrayerRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorD:Slayer",
            "data": {
                "pets": [
                    "melvorF:Asura"
                ],
                "name": "Slayer",
                "completedAncientRelic": "melvorAoD:SlayerRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:SlayerRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:SlayerRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:SlayerRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:SlayerRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    },
                    {
                        "relicID": "melvorAoD:SlayerRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.00075000000000000001561251128379126384970732033252716064453125
                        }
                    }
                ]
            }
        },
        {
            "skillID": "melvorAoD:Archaeology",
            "data": {
                "minibar": {
                    "defaultItems": [
                        "melvorAoD:Archaeology_Skillcape",
                        "melvorAoD:Superior_Archaeology_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion",
                        "melvorAoD:Cape_of_Completion_AoD"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorAoD:Warren"
                    ]
                },
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Jewel_of_Rhaelyx",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "TotalMasteryScaling",
                            "maxChance": 0.001000000000000000020816681711721685132943093776702880859375,
                            "baseChance": 1.0000000000000000818030539140313095458623138256371021270751953125e-5,
                            "scalingFactor": 4.00000000000000008369024332051389070130653635715134441852569580078125e-8
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    }
                ],
                "completedAncientRelic": "melvorAoD:ArchaeologyRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:ArchaeologyRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ArchaeologyRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ArchaeologyRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ArchaeologyRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:ArchaeologyRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ],
                "museumRewards": [
                    {
                        "id": "melvorAoD:10",
                        "museumCount": 10,
                        "gp": 10000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:20",
                        "museumCount": 20,
                        "gp": 20000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:25",
                        "museumCount": 25,
                        "items": [
                            {
                                "id": "melvorAoD:Archaeologist_Gloves",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:30",
                        "museumCount": 30,
                        "gp": 30000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:40",
                        "museumCount": 40,
                        "gp": 40000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:50",
                        "museumCount": 50,
                        "gp": 50000,
                        "modifiers": {
                            "increasedSieveToolLevel": 1,
                            "increasedTrowelToolLevel": 1,
                            "increasedBrushToolLevel": 1,
                            "increasedShovelToolLevel": 1
                        },
                        "items": [
                            {
                                "id": "melvorAoD:Archaeologists_Whip",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:60",
                        "museumCount": 60,
                        "gp": 60000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:70",
                        "museumCount": 70,
                        "gp": 70000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:75",
                        "museumCount": 75,
                        "items": [
                            {
                                "id": "melvorAoD:Archaeologist_Boots",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:80",
                        "museumCount": 80,
                        "gp": 80000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:90",
                        "museumCount": 90,
                        "gp": 90000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:100",
                        "museumCount": 100,
                        "gp": 100000,
                        "modifiers": {
                            "increasedChanceToPreserveMapCharges": 5,
                            "increasedSieveToolLevel": 1,
                            "increasedTrowelToolLevel": 1,
                            "increasedBrushToolLevel": 1,
                            "increasedShovelToolLevel": 1
                        },
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 8
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:110",
                        "museumCount": 110,
                        "gp": 110000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:120",
                        "museumCount": 120,
                        "gp": 120000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:125",
                        "museumCount": 125,
                        "items": [
                            {
                                "id": "melvorAoD:Archaeologist_Hat",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:130",
                        "museumCount": 130,
                        "gp": 130000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:140",
                        "museumCount": 140,
                        "gp": 140000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:150",
                        "museumCount": 150,
                        "gp": 150000,
                        "modifiers": {
                            "increasedSieveToolLevel": 1,
                            "increasedTrowelToolLevel": 1,
                            "increasedBrushToolLevel": 1,
                            "increasedShovelToolLevel": 1
                        },
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:160",
                        "museumCount": 160,
                        "gp": 160000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:170",
                        "museumCount": 170,
                        "gp": 170000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:175",
                        "museumCount": 175,
                        "items": [
                            {
                                "id": "melvorAoD:Archaeologist_Leggings",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:180",
                        "museumCount": 180,
                        "gp": 180000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:190",
                        "museumCount": 190,
                        "gp": 190000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:200",
                        "museumCount": 200,
                        "gp": 200000,
                        "modifiers": {
                            "increasedChanceToPreserveMapCharges": 5,
                            "increasedSieveToolLevel": 1,
                            "increasedTrowelToolLevel": 1,
                            "increasedBrushToolLevel": 1,
                            "increasedShovelToolLevel": 1
                        },
                        "items": [
                            {
                                "id": "melvorAoD:Archaeologist_Body",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 16
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:210",
                        "museumCount": 210,
                        "gp": 210000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:220",
                        "museumCount": 220,
                        "gp": 220000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:230",
                        "museumCount": 230,
                        "gp": 230000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:240",
                        "museumCount": 240,
                        "gp": 240000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:250",
                        "museumCount": 250,
                        "gp": 250000,
                        "modifiers": {
                            "increasedSieveToolLevel": 1,
                            "increasedTrowelToolLevel": 1,
                            "increasedBrushToolLevel": 1,
                            "increasedShovelToolLevel": 1
                        },
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:260",
                        "museumCount": 260,
                        "gp": 260000,
                        "items": [
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 1
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:271",
                        "museumCount": 271,
                        "gp": 269000,
                        "modifiers": {
                            "increasedChanceToPreserveMapCharges": 10
                        },
                        "items": [
                            {
                                "id": "melvorAoD:Golden_Trowel",
                                "quantity": 1
                            },
                            {
                                "id": "melvorF:Bank_Slot_Token",
                                "quantity": 30
                            }
                        ]
                    }
                ],
                "digSites": [
                    {
                        "id": "melvorAoD:OldVillage",
                        "baseExperience": 0,
                        "level": 1,
                        "name": "Old Village",
                        "containsDigSiteRequirement": true,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Ancient_Wildberry_Seeds",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Aranite_Sieve",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Corn_Seeds",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Carrot_Seeds",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Broken_Trowel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Wooden_Ladle",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Woodcutting_Gloves",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Basic_Barrier_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Broken_Jug",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Jug_of_Beer",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Cult_Flyer",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Secret_Coffer",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Old_Hunting_Bow",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Torn_Map",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Leather_Belt",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Hunting_Bow",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:AncientMarket",
                        "baseExperience": 0,
                        "level": 6,
                        "name": "Ancient Market",
                        "containsDigSiteRequirement": true,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Rusted_Bronze_Coin",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Barrier_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Aranite_Trowel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Beaded_Necklace",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Scythe",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Old_Dreamcatcher",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Music_Box",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Wooden_Cart",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Giant_Clay_Pot",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Wine_Casket",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:City_Map",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Amphora",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:SacrificialSite",
                        "baseExperience": 0,
                        "level": 12,
                        "name": "Sacrificial Site",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Cursed_Charm",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Bronze_Ring",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Bone_Ring",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Accuracy_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Skull",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Harming_Potion",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Sacrificial_Dagger",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Old_Burnt_Offerings",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Blood_Chalice",
                                    "minQuantity": 50,
                                    "maxQuantity": 50,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Circlet_of_Pain",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Stack_Of_Small_Bones",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Totem_Pole",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Cult_Robes",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Cursed_Golden_Disc",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Stoneworkers",
                        "baseExperience": 0,
                        "level": 18,
                        "name": "Stoneworkers",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Broken_Stone_Shard",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Shatter_Stone",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Whetstone_Fragment",
                                    "minQuantity": 1000,
                                    "maxQuantity": 1000,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Whetstone",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Relic_Whetstone",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Bulky_Gloves",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Chisel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Heavy_Boots",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Large_Stone",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Aranite_Shovel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Stone_Hammer",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Monuments",
                        "baseExperience": 0,
                        "level": 24,
                        "name": "Monuments",
                        "containsDigSiteRequirement": true,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Chipped_Marble",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Golden_Leaf",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Dividers",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Metal_Plaque",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Crafting_Gloves",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Melantis_Clue_1",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Broken_Brush",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Colourful_Vase",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Aranite_Brush",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Stone_Tablet",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Stone_statue",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Island_Map",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Navigation_Chart",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Gold_Brazier",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Statue_of_Prosperity",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Bazaar",
                        "baseExperience": 0,
                        "level": 32,
                        "name": "Bazaar",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Tiny_Spice_Jar",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Jeweled_Necklace",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Silver_Coin",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Gold_Coin",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Pristine_Jeweled_Necklace",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Evasion_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Wooden_Bowl",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Ceramic_Jar",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Golden_Silk",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Silk",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Ruined_Woven_Bags",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Woven_Bags",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Large_Woven_Rug",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Decorative_Fabric",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Mines",
                        "baseExperience": 0,
                        "level": 40,
                        "name": "Secret Mines",
                        "containsDigSiteRequirement": true,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Flint",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Gold_Speck",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Diamond_Speck",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Crystalized_Mithril_Fragment",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Mining_Lantern",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Rock_Carving",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Fossil",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Bag_of_Coal",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Aranite_Ore",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Darksteel_Ore",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Shipment_Map",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Broken_Pickaxe",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Wooden_Sign",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Toppled_Minecart",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:CoralWreckage",
                        "baseExperience": 0,
                        "level": 48,
                        "name": "Coral Wreckage",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Rusted_Ring",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Blue_Jewel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Sailors_Compass",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Lifesteal_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Coral",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Gold_Bar_Coffer",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Pirate_Treasure_Map",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Bundle_of_Rope",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Trader_Crate",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Broken_Odd_Weapon",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Old_Spyglass",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Large_Wooden_Plank",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Torn_Fishing_Net",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Destroyed_Cannon",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Quarry",
                        "baseExperience": 0,
                        "level": 55,
                        "name": "Quarry",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Pebble",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Topaz_Shard",
                                    "minQuantity": 6,
                                    "maxQuantity": 12,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Sapphire_Shard",
                                    "minQuantity": 200,
                                    "maxQuantity": 400,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Ruby_Shard",
                                    "minQuantity": 900,
                                    "maxQuantity": 1800,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Emerald_Shard",
                                    "minQuantity": 5000,
                                    "maxQuantity": 10000,
                                    "weight": 1
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Marble",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Grinding_Stone",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 500
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Old_Bucket",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Rune_Mallet",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Dirty_Mining_Boots",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Broken_Shovel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Large_Marble",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Large_Fossil",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:RuinedCity",
                        "baseExperience": 0,
                        "level": 65,
                        "name": "Glacia City Ruins",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Fancy_Quill",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Noble_Jeweled_Necklace",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Poisonous_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Silver_Goblet",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Plant_Pot",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Gold_Bars",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Old_Scripture",
                                    "minQuantity": 10,
                                    "maxQuantity": 10,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Old_Vase",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Barrel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Cooking_Pot",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Old_Route_Chart",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Broken_Door",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Dusty_Book_of_Knowledge",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Carriage",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Broken_Golden_Harp",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Old_Tower_Bell",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:AncientForge",
                        "baseExperience": 0,
                        "level": 75,
                        "name": "Ancient Forge",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Nails",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Aranite_Arrowtips",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Darksteel_Arrowtips",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Sieve",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Horseshoe",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Blacksmith_Tongs",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Magic_Hammer",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Trowel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Boat_Figurehead",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Elusive_Boots",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Brush",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Magic_Anvil",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Old_Anvil",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Aranite_Plating",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Darksteel_Plating",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Shovel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Old_Relic_Plating",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:RitualSite",
                        "baseExperience": 0,
                        "level": 82,
                        "name": "Ritual Site",
                        "containsDigSiteRequirement": true,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Broken_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Bag_of_Shards",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Summoning_Amulet",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ring_of_Summoning",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Agile_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Ritual_Bowl",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Mask_of_Weakening",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Lost_Cursed_Text",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Mask_of_Confusion",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Incense",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Cursed_Rune_Pouch",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Temple_Map",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Old_Summoning_Gloves",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Old_Cauldron",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Stack_Of_Big_Bones",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Magical_Broomstick",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:LostTemple",
                        "baseExperience": 0,
                        "level": 90,
                        "name": "Lost Temple",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Crystalized_Dragon_Fragment",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Silver_Magic_Band",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Haunted_Ring",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Burning_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Diamond_Shard",
                                    "minQuantity": 5000,
                                    "maxQuantity": 10000,
                                    "weight": 1
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Torn_Parchment",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Crystal_Ball",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Golden_idol",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Decoy_Idol",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Unholy_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Torn_Scrolls",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Elemental_Scroll",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Magic_Flute",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Cursed_Arcana",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Blessed_Shield",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Magicburn_Shield",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Malevolent_Ward_Shield",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Watchtower",
                        "baseExperience": 0,
                        "level": 95,
                        "name": "Watchtower",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Old_Cell_Key",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Headless_Arrows",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Tough_Quill_Feather",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Confusing_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Broken_Oil_Lamp",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Torch",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Broken_Quiver",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Insignia",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Golden_Quiver",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Ancient_Quiver",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Relic_Quiver",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 1
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Kingdom_Banners",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Broken_Down_Ballista",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Large_Warhorn",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:CastleRuins",
                        "baseExperience": 0,
                        "level": 100,
                        "name": "Castle Ruins",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Silver_Spoon",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Miniature_Toy_Horse",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Chess_Piece",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Lockbox_Key",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Candle_Lamp",
                                    "minQuantity": 25,
                                    "maxQuantity": 25,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Small_Lockbox",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Book_of_Prayers",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Golbin_Portrait",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Large_Silver_Plate",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Peasant_Shirt",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Hunting_Trophy",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Kings_Crown",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Aranite_2H_Blade",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Kingdom_Painting",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Aranite_Platebody",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Golden_Bow",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Darksteel_2H_SWord",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Cathedral",
                        "baseExperience": 0,
                        "level": 105,
                        "name": "Cathedral",
                        "containsDigSiteRequirement": true,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Bell",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Ring_of_Faith",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Prayer_Idol",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Music_Manuscript",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Impenetrable_Idol",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Candles",
                                    "minQuantity": 50,
                                    "maxQuantity": 50,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Candelabra",
                                    "minQuantity": 50,
                                    "maxQuantity": 50,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Cursed_Idol",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 18
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Stained_Glass",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Large_Organ",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Prayer_Statue",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Wall_Chart",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Dark_Altar",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:ShipwreckCove",
                        "baseExperience": 0,
                        "level": 110,
                        "name": "Shipwreck Cove",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Pirate_Doubloons",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Ring_of_Deception",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Misty_Jewel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Decaying_Gem",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Bottle_of_Rum",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Eyepatch",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Shackles",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Captains_Logbook",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Charged_Jadestone_Shard",
                                    "minQuantity": 5000,
                                    "maxQuantity": 10000,
                                    "weight": 1
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Broken_Ship_Wood",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Old_Pirate_Pants",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Pirate_Hook",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Pirate_Flag",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Large_Anchor",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Pirate_Captains_Sword",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Old_Pirate_Treasure",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Melantis",
                        "baseExperience": 0,
                        "level": 118,
                        "name": "Melantis",
                        "containsDigSiteRequirement": false,
                        "artefacts": {
                            "tiny": [
                                {
                                    "itemID": "melvorAoD:Different_Shell",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Shell_Amulet",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Pearl",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Merman_Pendant",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                },
                                {
                                    "itemID": "melvorAoD:Relic_Sieve",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "small": [
                                {
                                    "itemID": "melvorAoD:Crumbled_Artefact",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Large_Shell",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Power_Crystals",
                                    "minQuantity": 500,
                                    "maxQuantity": 500,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Mosaic",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Bottle_of_Mystic_Water",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                },
                                {
                                    "itemID": "melvorAoD:Relic_Trowel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "medium": [
                                {
                                    "itemID": "melvorAoD:Silver_Stone_Brick",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Silver_Armband",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Golden_Flute",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Water_Crown",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Ancient_Arcana",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                },
                                {
                                    "itemID": "melvorAoD:Relic_Brush",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ],
                            "large": [
                                {
                                    "itemID": "melvorAoD:Kelp",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1500
                                },
                                {
                                    "itemID": "melvorAoD:Water_Sceptre",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 500
                                },
                                {
                                    "itemID": "melvorAoD:Water_Shield",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 18
                                },
                                {
                                    "itemID": "melvorAoD:Silver_Statue",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 4
                                },
                                {
                                    "itemID": "melvorAoD:Relic_Shovel",
                                    "minQuantity": 1,
                                    "maxQuantity": 1,
                                    "weight": 1
                                }
                            ]
                        },
                        "mapCreationCost": {
                            "items": [
                                {
                                    "id": "melvorAoD:Paper",
                                    "quantity": 100
                                }
                            ]
                        },
                        "mapUpgradeCost": [
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 1
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 2
                                    }
                                ]
                            },
                            {
                                "items": [
                                    {
                                        "id": "melvorAoD:Paper",
                                        "quantity": 3
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "tools": [
                    {
                        "id": "melvorAoD:Sieve",
                        "name": "Sieve",
                        "description": "A nice Sieve",
                        "artefactType": "tiny",
                        "upgradeChainID": "melvorAoD:Sieve"
                    },
                    {
                        "id": "melvorAoD:Trowel",
                        "name": "Trowel",
                        "description": "A nice Trowel",
                        "artefactType": "small",
                        "upgradeChainID": "melvorAoD:Trowel"
                    },
                    {
                        "id": "melvorAoD:Brush",
                        "name": "Brush",
                        "description": "A nice Brush",
                        "artefactType": "medium",
                        "upgradeChainID": "melvorAoD:Brush"
                    },
                    {
                        "id": "melvorAoD:Shovel",
                        "name": "Shovel",
                        "description": "A nice Shovel",
                        "artefactType": "large",
                        "upgradeChainID": "melvorAoD:Shovel"
                    }
                ],
                "pets": [
                    "melvorAoD:Warren",
                    "melvorD:Ty"
                ],
                "masteryTokenID": "melvorAoD:Mastery_Token_Archaeology",
                "masteryLevelUnlocks": [
                    {
                        "level": 10,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 20,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 30,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 40,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 50,
                        "descriptionID": 1,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions and +10% chance to double items from this Dig Site only."
                    },
                    {
                        "level": 60,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 70,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 80,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 90,
                        "descriptionID": 0,
                        "description": "+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
                    },
                    {
                        "level": 99,
                        "descriptionID": 2,
                        "description": "+1 Dig Site Map Slot for this Dig Site only"
                    }
                ],
                "baseMasteryPoolCap": 9000000,
                "masteryCheckpoints": [
                    "+5% Archaeology Mastery XP",
                    "+10% chance to preserve Dig Site Map Excavation Actions",
                    "+3 Tool Level",
                    "+30% chance to receive +1 Archaeology Artefact (Cannot be doubled)"
                ],
                "name": "Archaeology"
            }
        },
        {
            "skillID": "melvorAoD:Cartography",
            "data": {
                "minibar": {
                    "defaultItems": [
                        "melvorAoD:Cartography_Skillcape",
                        "melvorAoD:Superior_Cartography_Skillcape",
                        "melvorF:Max_Skillcape",
                        "melvorF:Cape_of_Completion"
                    ],
                    "upgrades": [],
                    "pets": [
                        "melvorAoD:Skye",
                        "melvorAoD:Hex",
                        "melvorAoD:MapMasteryPet"
                    ]
                },
                "rareDrops": [
                    {
                        "itemID": "melvorD:Gold_Topaz_Ring",
                        "altItemID": "melvorD:Signet_Ring_Half_A",
                        "quantity": 1,
                        "requirements": [],
                        "chance": {
                            "type": "LevelScaling",
                            "maxChance": 100,
                            "baseChance": 0,
                            "scalingFactor": 6.0606060606060609734983650465078852676015230827033519744873046875e-6
                        }
                    },
                    {
                        "itemID": "melvorD:Mysterious_Stone",
                        "quantity": 1,
                        "requirements": [
                            {
                                "type": "ItemFound",
                                "itemID": "melvorD:Crown_of_Rhaelyx"
                            }
                        ],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.025000000000000001387778780781445675529539585113525390625
                        }
                    }
                ],
                "worldMaps": [
                    {
                        "id": "melvorAoD:Melvor",
                        "name": "Melvor",
                        "bgTiles": {
                            "dimensions": {
                                "x": 5,
                                "y": 5
                            },
                            "tileSize": {
                                "x": 2000,
                                "y": 2000
                            },
                            "tilePath": "assets/media/skills/cartography/maps/melvor/"
                        },
                        "worldSize": {
                            "x": 10000,
                            "y": 10000
                        },
                        "hexScale": {
                            "x": 206.18556701030928479667636565864086151123046875,
                            "y": 192.45008972987528750309138558804988861083984375
                        },
                        "hexBorderColour": "F8F9FA",
                        "activePOIBorderColour": "FF7BEE",
                        "origin": {
                            "x": 206.18556701030928479667636565864086151123046875,
                            "y": 166.66666666666668561447295360267162322998046875
                        },
                        "startingLocation": {
                            "q": 15,
                            "r": 9
                        },
                        "fastTravelGroups": [
                            {
                                "id": "melvorAoD:Port",
                                "name": "Ports"
                            }
                        ],
                        "pointsOfInterest": [
                            {
                                "id": "melvorAoD:AncientMarket",
                                "coords": {
                                    "q": 0,
                                    "r": 14
                                },
                                "type": "DigSite",
                                "name": "Ancient Market",
                                "description": "As you explore the archaeological excavation site, your eyes widen at the sight of a unique structure symbolic of a marketplace from ancient times.",
                                "digSiteID": "melvorAoD:AncientMarket",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Torn_Map"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:OldVillage",
                                "coords": {
                                    "q": 13,
                                    "r": 11
                                },
                                "type": "DigSite",
                                "name": "Old Village",
                                "description": "You discover a time-worn village, constructed from weathered wood and straw. It’s as if it has been abandoned for countless ages.",
                                "digSiteID": "melvorAoD:OldVillage"
                            },
                            {
                                "id": "melvorAoD:RitualSite",
                                "coords": {
                                    "q": 2,
                                    "r": 1
                                },
                                "type": "DigSite",
                                "name": "Ritual Site",
                                "description": "Your discovery leads to a sinister site where adherents of a malevolent cult once gathered, utilizing it as a sanctuary for their nefarious and wicked rites.",
                                "digSiteID": "melvorAoD:RitualSite"
                            },
                            {
                                "id": "melvorAoD:Monuments",
                                "coords": {
                                    "q": 6,
                                    "r": 8
                                },
                                "type": "DigSite",
                                "name": "Monuments",
                                "description": "Your exploration leads you to a series of colossal, weathered, marble pillars that demand your attention. Each one marks the hallowed ground where structures of profound significance once stood.",
                                "digSiteID": "melvorAoD:Monuments"
                            },
                            {
                                "id": "melvorAoD:CoralWreckage",
                                "coords": {
                                    "q": 7,
                                    "r": 19
                                },
                                "type": "DigSite",
                                "name": "Coral Wreckage",
                                "description": "As you delve into the mesmerizing coral wreckage your eyes lay on a captivating homage to the ocean’s power to give and take. Several wrecks lay strewn across the sea floor, coral creeping along their rusted cannons and torn nets.",
                                "digSiteID": "melvorAoD:CoralWreckage"
                            },
                            {
                                "id": "melvorAoD:Cathedral",
                                "coords": {
                                    "q": 6,
                                    "r": 0
                                },
                                "type": "DigSite",
                                "name": "Cathedral",
                                "description": "An enigmatic sanctuary emerges before you. A sacred haven that was covertly used to conceal potent magical artifacts, safeguarding them from the clutches of malevolence.",
                                "digSiteID": "melvorAoD:Cathedral"
                            },
                            {
                                "id": "melvorAoD:ShipwreckCove",
                                "coords": {
                                    "q": 9,
                                    "r": -1
                                },
                                "type": "DigSite",
                                "name": "Shipwreck Cove",
                                "description": "You discover an unforgiving realm where the relentless sea, in its cruel might, drags its hapless victims, leaving behind the remnants of its merciless onslaught upon this very ground.",
                                "digSiteID": "melvorAoD:ShipwreckCove",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Ancient_Wall_Chart"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:Watchtower",
                                "coords": {
                                    "q": 10,
                                    "r": -3
                                },
                                "type": "DigSite",
                                "name": "Watchtower",
                                "description": "Your discovery leads you to the ruins of an ancient tower erected in the early days to vigilantly oversee the once-thriving lands, now transformed into a desolate graveyard where lingering spirits of the departed hauntingly reside.",
                                "digSiteID": "melvorAoD:Watchtower",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Island_Map"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:SacrificialSite",
                                "coords": {
                                    "q": 13,
                                    "r": 6
                                },
                                "type": "DigSite",
                                "name": "Sacrificial Site",
                                "description": "You discover a dig site filled with a mosaic of bones, ashes, and enigmatic artifacts. An unsettling aura permeates the air, revealing a profound connection to ancient rituals and cult practices.",
                                "digSiteID": "melvorAoD:SacrificialSite",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Cult_Flyer"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:Bazaar",
                                "coords": {
                                    "q": 15,
                                    "r": 4
                                },
                                "type": "DigSite",
                                "name": "Bazaar",
                                "description": "This was once a bustling street that served as the vibrant artery for trade, where exotic treasures and materials from distant lands exchanged hands in abundance.",
                                "digSiteID": "melvorAoD:Bazaar",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:City_Map"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:CastleRuins",
                                "coords": {
                                    "q": 20,
                                    "r": -7
                                },
                                "type": "DigSite",
                                "name": "Castle Ruins",
                                "description": "You discover the walls of a majestic castle standing tall, a testament to its former grandeur and paramount significance, once revered as a gathering spot for nobles and esteemed members of high society.",
                                "digSiteID": "melvorAoD:CastleRuins",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Navigation_Chart"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:AncientForge",
                                "coords": {
                                    "q": 20,
                                    "r": 2
                                },
                                "type": "DigSite",
                                "name": "Ancient Forge",
                                "description": "Your discovery leads you to a hallowed ground that once resounded with the clamor of ancient armor forges, where skilled artisans toiled to craft formidable armor and weapons, equipping the mighty armies of a bygone era.",
                                "digSiteID": "melvorAoD:AncientForge",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Shipment_Map"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:Quarry",
                                "coords": {
                                    "q": 20,
                                    "r": 3
                                },
                                "type": "DigSite",
                                "name": "Quarry",
                                "description": "As you explore the vast expanse of this dig site, an open area stretches before you, filled to the brim with a diverse array of stones and quartz.",
                                "digSiteID": "melvorAoD:Quarry"
                            },
                            {
                                "id": "melvorAoD:Mines",
                                "coords": {
                                    "q": 21,
                                    "r": 5
                                },
                                "type": "DigSite",
                                "name": "Secret Mines",
                                "description": "As you navigate the seemingly never-ending tunnels of these mines, enveloped in darkness, you uncover the remnants of a forgotten era, where a wealth of coveted metals still lingers.",
                                "digSiteID": "melvorAoD:Mines"
                            },
                            {
                                "id": "melvorAoD:LostTemple",
                                "coords": {
                                    "q": 23,
                                    "r": -3
                                },
                                "type": "DigSite",
                                "name": "Lost Temple",
                                "description": "This fascinating dig site is an area wrapped in whispers of ancient worship, dedicated to an evil deity, and now, a haunting aura permeates the surroundings as ethereal spirits remain present.",
                                "digSiteID": "melvorAoD:LostTemple",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Old_Temple_Map"
                                        }
                                    ],
                                    "itemsWorn": [],
                                    "showMarker": true
                                }
                            },
                            {
                                "id": "melvorAoD:Stoneworkers",
                                "coords": {
                                    "q": 24,
                                    "r": 2
                                },
                                "type": "DigSite",
                                "name": "Stoneworkers",
                                "description": "As you survey the expansive outcrops of indigenous stone, your gaze lands on a scattered trove of formidable, large-scale tools, their presence testifying to the intensive labor that once echoed throughout this region.",
                                "digSiteID": "melvorAoD:Stoneworkers"
                            },
                            {
                                "id": "melvorAoD:Melantis",
                                "coords": {
                                    "q": 2,
                                    "r": 27
                                },
                                "type": "DigSite",
                                "name": "Melantis",
                                "description": "You have discovered a secret hidden gem beneath the depths of the ocean, a city of vibrant colours and enchanting wonders. In this mesmerizing underwater realm, mermaids and mermen swim gracefully, their luminous tails glimmering with a myriad of hues, while exotic marine flora and breathtaking coral reefs create an otherworldly landscape.",
                                "digSiteID": "melvorAoD:Melantis",
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Melantis_Clue_4"
                                        },
                                        {
                                            "type": "CartographyPOIDiscovery",
                                            "worldMapID": "melvorAoD:Melvor",
                                            "poiIDs": [
                                                "melvorAoD:RuinedSilverCity"
                                            ]
                                        }
                                    ],
                                    "itemsWorn": [
                                        "melvorF:Water_Expert_Wizard_Hat",
                                        "melvorF:Water_Expert_Wizard_Robes",
                                        "melvorF:Water_Expert_Wizard_Bottoms",
                                        "melvorF:Water_Expert_Wizard_Boots",
                                        "melvorAoD:Ancient_Infernal_Cape",
                                        "melvorAoD:Trickery_Mirror"
                                    ],
                                    "showMarker": false
                                }
                            },
                            {
                                "id": "melvorAoD:RagnarDungeonRuins",
                                "coords": {
                                    "q": 29,
                                    "r": -2
                                },
                                "type": "Other",
                                "name": "Ragnar Dungeon Ruins",
                                "description": "Born from the fiery tumult of volcanic activity, rivers of molten lava carve through this rugged terrain, leading you to the entrance of a labyrinthine dungeon. However, this gateway remains firmly sealed by an inscrutable magic, its arcane nature defying your comprehension and shrouding it in an aura of enigma.",
                                "activeModifiers": {
                                    "increasedChanceAdditionalSkillResource": [
                                        {
                                            "skillID": "melvorD:Cooking",
                                            "value": 10
                                        },
                                        {
                                            "skillID": "melvorD:Firemaking",
                                            "value": 10
                                        },
                                        {
                                            "skillID": "melvorD:Smithing",
                                            "value": 10
                                        }
                                    ],
                                    "decreasedSkillInterval": [
                                        {
                                            "skillID": "melvorD:Cooking",
                                            "value": 100
                                        },
                                        {
                                            "skillID": "melvorD:Firemaking",
                                            "value": 100
                                        },
                                        {
                                            "skillID": "melvorD:Smithing",
                                            "value": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:TerranDungeonRuins",
                                "coords": {
                                    "q": 4,
                                    "r": 0
                                },
                                "type": "Other",
                                "name": "Terran Dungeon Ruins",
                                "description": "You discover a colossal, overgrown tree standing tall like a sentinel, its gnarled branches reaching towards the sky, indicating the entrance to a foreboding dungeon. Within the depths of the tree's shadowy embrace, you find the entrance, sealed by an enigmatic magic that keeps its origins and workings hidden from your grasp, evoking a sense of trepidation and mystery as you dare to step forward.",
                                "activeModifiers": {
                                    "increasedChanceAdditionalSkillResource": [
                                        {
                                            "skillID": "melvorD:Mining",
                                            "value": 10
                                        },
                                        {
                                            "skillID": "melvorD:Woodcutting",
                                            "value": 10
                                        }
                                    ],
                                    "decreasedSkillInterval": [
                                        {
                                            "skillID": "melvorD:Mining",
                                            "value": 100
                                        },
                                        {
                                            "skillID": "melvorD:Woodcutting",
                                            "value": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:GlaciaDungeonRuins",
                                "coords": {
                                    "q": 17,
                                    "r": 17
                                },
                                "type": "DigSite",
                                "name": "Glacia City Ruins",
                                "description": "Lying before you is a foreboding entrance to a vast and treacherous dungeon, concealed beneath a pristine blanket of snow. Towering pillars, striking in their stature, flank the pathway leading to the structure. The entrance stands sealed by an unfathomable magic, its origin and purpose eluding your understanding, casting an aura of mystery and danger upon all who approach.",
                                "digSiteID": "melvorAoD:RuinedCity"
                            },
                            {
                                "id": "melvorAoD:AerisDungeonRuins",
                                "coords": {
                                    "q": 17,
                                    "r": -6
                                },
                                "type": "Other",
                                "name": "Aeris Dungeon Ruins",
                                "description": "Before you looms an imposing entrance to a perilous dungeon, its colossal form adorned with inscrutable hieroglyphs and enigmatic markings. The gateway stands sealed by an arcane magic, its nature and purpose shrouded in mystery, posing an ominous challenge to those who dare venture forth.",
                                "activeModifiers": {
                                    "increasedChanceAdditionalSkillResource": [
                                        {
                                            "skillID": "melvorD:Crafting",
                                            "value": 10
                                        },
                                        {
                                            "skillID": "melvorD:Fletching",
                                            "value": 10
                                        }
                                    ],
                                    "decreasedSkillInterval": [
                                        {
                                            "skillID": "melvorD:Crafting",
                                            "value": 100
                                        },
                                        {
                                            "skillID": "melvorD:Fletching",
                                            "value": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:CreviceOfRiches",
                                "coords": {
                                    "q": 0,
                                    "r": 11
                                },
                                "type": "Other",
                                "name": "Crevice of Riches",
                                "description": "As you approach the rocky walls, your eyes scan them looking for the small crevice described in the journal. You excitedly spot a narrow opening in the rock, knowing you may have found what you’ve been searching for.\u003Cbr\u003EYou squeeze into the crevice, feeling the rough stone scrape against your skin as you clear away the loose rocks and dirt. Suddenly, your hand brushes against a small metal box hidden within the depths. Your fingers tremble as you pry open the lid, revealing the treasures hidden within - sparkling jewels and gleaming gold coins nestled amongst dust and grime.\u003Cbr\u003ETriumphant, you quickly gather the treasures into your bag.",
                                "discoveryRewards": {
                                    "gp": 5000000,
                                    "sc": 100000,
                                    "items": [
                                        {
                                            "id": "melvorD:Emerald",
                                            "quantity": 4000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:Willowshire",
                                "coords": {
                                    "q": 25,
                                    "r": -5
                                },
                                "type": "Other",
                                "name": "Willowshire",
                                "description": "Taking a break in the cozy town, you recuperate and prepare for the journey ahead.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedHexTravelCost": 5
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:CapitalCityLighthouse",
                                "coords": {
                                    "q": 27,
                                    "r": 0
                                },
                                "type": "Other",
                                "name": "Capital City Lighthouse",
                                "description": "The Capital City's Lighthouse is the oldest and grandest lighthouse in all of Melvor. Its magnificent sight towers over the cobblestone streets and houses below like a guardian angel. Its brilliant white beacon has guided ships to safety for generations. The surrounding landscape is just as stunning as the lighthouse itself.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:PortOfNations",
                                "coords": {
                                    "q": 27,
                                    "r": 1
                                },
                                "type": "Other",
                                "name": "The Port of Nations",
                                "description": "This port stands as a testament to civilization, featuring imposing structures and robust fortifications. A diverse array of merchants and seafarers from various nations converge here to trade, negotiate agreements, and regale one another with stories of their far-flung voyages.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:Rosedale",
                                "coords": {
                                    "q": 27,
                                    "r": 5
                                },
                                "type": "Other",
                                "name": "Rosedale",
                                "description": "Taking a break in the cozy town, you recuperate and prepare for the journey ahead.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedHexTravelCost": 5
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:RootsOfRiches",
                                "coords": {
                                    "q": 27,
                                    "r": -7
                                },
                                "type": "Other",
                                "name": "Roots of Riches",
                                "description": "You excitedly follow the directions in the journal, locating a hidden path shrouded in vines and twisted roots. You maintain your resolve as you cut through the dense vegetation, inching closer to your destination.\u003Cbr\u003EAfter what feels like hours, you arrive at a cave entrance. You venture into the moist, chilly atmosphere of the cave, feeling reprieve from the sun. Delving deeper into the cave, you notice a sizeable, rusty chest tucked amongst the roots of an ancient tree. You eagerly approach it and lift the lid, gasping in wonder at the treasures before you. The chest is full of glittering jewels, golden trinkets, and ancient artifacts that have lain hidden for centuries. You can hardly believe your luck as you sift through the contents, marveling at the beauty of each item.",
                                "discoveryRewards": {
                                    "gp": 5000000,
                                    "items": [
                                        {
                                            "id": "melvorD:Diamond",
                                            "quantity": 4000
                                        },
                                        {
                                            "id": "melvorD:Ruby",
                                            "quantity": 5000
                                        },
                                        {
                                            "id": "melvorF:Gold_Diamond_Necklace",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:FriendlyPort",
                                "coords": {
                                    "q": 26,
                                    "r": -5
                                },
                                "type": "Other",
                                "name": "The Friendly Port",
                                "description": "This small port is a friendly and welcoming place, where the locals are always happy to see a new face. You watch the sailors and merchants chat and laugh as they go about their daily business.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:BustlingPassage",
                                "coords": {
                                    "q": 28,
                                    "r": 3
                                },
                                "type": "Other",
                                "name": "The Bustling Passage",
                                "description": "The ship glides between the mainland and the outer regions, surrounded by vessels of varying shapes and sizes. As you navigate through the bustling channel, the air is alive with the sounds of sailors shouting and merchants haggling, creating a lively and vibrant atmosphere.",
                                "discoveryRewards": {
                                    "gp": 300000
                                }
                            },
                            {
                                "id": "melvorAoD:VibrantPort",
                                "coords": {
                                    "q": 28,
                                    "r": 7
                                },
                                "type": "Other",
                                "name": "The Vibrant Port",
                                "description": "The port brims with life, its streets teeming with buskers, hawkers, and traders. As the sun sets over the port’s tranquil waters, it illuminates the bustling activity on the dockside with a warm, golden glow, enhancing the vibrant atmosphere.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 100000
                                }
                            },
                            {
                                "id": "melvorAoD:OuterRegions",
                                "coords": {
                                    "q": 30,
                                    "r": 2
                                },
                                "type": "Other",
                                "name": "The Outer Regions",
                                "description": "As you arrive at the Eastern lands, also known as the Outer Regions, you encounter a vast beach bordered by seemingly impassable mountains. Passage to the inner mainland is only possible through an intricate cave network. It is believed that the mainland was once home to a flourishing civilization, first settled by the Vorlorans. You recall tales from your grandfather’s travels of friendly locals and ancient structures scattered within.",
                                "discoveryRewards": {
                                    "gp": 20102022
                                }
                            },
                            {
                                "id": "melvorAoD:EdgeOfDarkness",
                                "coords": {
                                    "q": 31,
                                    "r": -15
                                },
                                "type": "Other",
                                "name": "The Edge of Darkness",
                                "description": "You experience an unsettling feeling as you venture into the northeastern waters, one of the most remote locations from the mainland. Vorloran legends speak of ships returning with little to no crew, with survivors rambling about otherworldly beings and an eternal darkness. This has earned the region the moniker of the “Beginning of the Dark Ocean”. Sensing a sinister aura radiating from the desolate horizon, you turn the ship back, opting out of the risk of delving deeper.",
                                "discoveryRewards": {
                                    "sc": 2000000
                                }
                            },
                            {
                                "id": "melvorAoD:SandCoveredTreasure",
                                "coords": {
                                    "q": 31,
                                    "r": 2
                                },
                                "type": "Other",
                                "name": "The Sand-Covered Treasure",
                                "description": "As you stroll along the beach, you catch a glint in the sand. It’s the clasp of a weathered treasure chest, partially concealed by sand and seaweed. Driven by curiosity, you meticulously uncover the chest. You pry open the lid, revealing valuable treasure that has remained untouched for years.",
                                "discoveryRewards": {
                                    "gp": 1000000,
                                    "items": [
                                        {
                                            "id": "melvorD:Diamond",
                                            "quantity": 500
                                        },
                                        {
                                            "id": "melvorF:Damage_Reduction_Potion_IV",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:MulticulturalPort",
                                "coords": {
                                    "q": 31,
                                    "r": 3
                                },
                                "type": "Other",
                                "name": "The Multicultural Port",
                                "description": "The port serves as a cultural crossroads, drawing individuals from across the world to engage in commerce and art. You watch as a plethora of exotic goods from distant regions are offloaded from vessels and showcased at the stands of enthusiastic vendors.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 5000000
                                }
                            },
                            {
                                "id": "melvorAoD:WesternLighthouse",
                                "coords": {
                                    "q": 1,
                                    "r": 18
                                },
                                "type": "Other",
                                "name": "The Western Lighthouse",
                                "description": "As you climb to the top of the lighthouse, you’re greeted by a stunning panorama of the western channel that stretches for miles. Night falls and you calmly watch the tower’s beacon play with the waves like moonlight.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:OminousPort",
                                "coords": {
                                    "q": 1,
                                    "r": 3
                                },
                                "type": "Other",
                                "name": "The Ominous Port",
                                "description": "As you disembark from your ship and set foot on the port's docks, an unsettling sensation envelops you. The air here is heavy with mystery, and the shadows whisper of hidden danger.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 2000000
                                }
                            },
                            {
                                "id": "melvorAoD:BeaconPort",
                                "coords": {
                                    "q": 2,
                                    "r": 18
                                },
                                "type": "Other",
                                "name": "The Beacon Port",
                                "description": "Upon disembarking from your vessel at the port, your gaze is drawn to the lighthouse standing proudly in the distance. Its radiant beacon serves as a guiding light, ensuring that ships navigate safely to the shoreline.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 100000
                                }
                            },
                            {
                                "id": "melvorAoD:SwirlingAbyss",
                                "coords": {
                                    "q": 2,
                                    "r": 26
                                },
                                "type": "Other",
                                "name": "The Swirling Abyss",
                                "description": "As you traverse the fog-shrouded southwestern sea, you sense an unusual magic to the south, as if it were beckoning you. Suddenly, the fog lifts, revealing a gargantuan whirlpool swirling in the heart of the sea. Its unnatural size implied one thing: it must be due to some nearby source of magic. You resist temptation and turn back, knowing the peril of approaching it is too great.",
                                "discoveryRewards": {
                                    "sc": 300000
                                }
                            },
                            {
                                "id": "melvorAoD:CalmBeforeTheStorm",
                                "coords": {
                                    "q": 3,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "The Calm before the Storm",
                                "description": "As your ship departs from the protective crags of the Western Island and the comfort of the mainland, you brace for the impending challenge: the Northern Waters, infamous for the many shipwrecks within. The sea intensifies the farther north you travel, with jagged rocks jutting from the waves. Only the most skilled navigators can traverse these waters.",
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:HuntForTheGildedGolbins",
                                "coords": {
                                    "q": 3,
                                    "r": 19
                                },
                                "type": "Other",
                                "name": "The Hunt for the Gilded Golbins",
                                "description": "As a child, you were enamoured by the tales your grandfather shared with you. Among his favourites, was the one about the Golden Golbin Statues. These rare statues were thought to bring good fortune and luck to their owners. Grandfather claimed he found one on a distant island, and that its beauty and glow rivaled the sun itself. Alas, he lost it in a confrontation with pirates. Ever since you heard that story, you have been determined to find a Golden Golbin Statue for yourself.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Gold_Bar",
                                            "quantity": 2000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:AbandonedTemple",
                                "coords": {
                                    "q": 3,
                                    "r": 1
                                },
                                "type": "Other",
                                "name": "The Abandoned Temple",
                                "description": "You stumble upon the ruins of an ancient village, seemingly forgotten to time. The village appears to have been home to a community dedicated to the worship of an unknown deity, but now lies in disrepair, its inhabitants long gone. A massive temple sits in the center, a testament to the villager’s unwavering devotion to their god.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Bones",
                                            "quantity": 25000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:TreacherousNorth",
                                "coords": {
                                    "q": 4,
                                    "r": 7
                                },
                                "type": "Other",
                                "name": "The Treacherous North",
                                "description": "All your life, you’ve heard stories of the perils within the Northern Waters. Tales of lost sailors, wrecked ships and an island inhabited by unhallowed creatures. Despite this, you are determined to find what lies beyond them. After weeks of sailing, you reach the waters and are greeted by the sight of sharp rocks jutting from the sea, and the sounds of waves crashing against them. This is not a place to dwell for long.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Redwood_Logs",
                                            "quantity": 5000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:WhisperingPort",
                                "coords": {
                                    "q": 4,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "The Whispering Port",
                                "description": "The port murmurs with hushed conversations and gossip, as stories of magic and daring exploits are passed around. The eyes of uneasy sailors and merchants dart nervously, as if concealing secrets from prying eyes.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:ShroudedHorizon",
                                "coords": {
                                    "q": 4,
                                    "r": 24
                                },
                                "type": "Other",
                                "name": "Shrouded Horizon",
                                "description": "As you sail southwest, you see a vast blanket of fog shrouding the water. You wonder what secrets it may hold.",
                                "discoveryRewards": {
                                    "sc": 50000
                                }
                            },
                            {
                                "id": "melvorAoD:IllFatedVessel",
                                "coords": {
                                    "q": 5,
                                    "r": 21
                                },
                                "type": "Other",
                                "name": "The Ill-Fated Vessel",
                                "description": "As you draw near the rocks, a shipwreck comes into view. The ill-fated craft casts a long shadow over the water as it floats listlessly. A menacing rock looms in the background, serving as a reminder that even the strongest ships can sink in an instant. The waves caress the remains of the hull, while seagulls glide overhead, biding their time to snatch a prize.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Mahogany_Logs",
                                            "quantity": 1000
                                        },
                                        {
                                            "id": "melvorD:Steel_Bar",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:JaggedLabyrinth",
                                "coords": {
                                    "q": 5,
                                    "r": 5
                                },
                                "type": "Other",
                                "name": "The Jagged Labyrinth",
                                "description": "The further you sail northeast, the more treacherous the waters grow. Daunting, jagged rocks jut out before you, with each turn of the wheel presenting a fresh obstacle. You deftly maneuver through the dangerous labyrinth, acutely aware that a single miscalculation would lead to the ship dashed across the rocks."
                            },
                            {
                                "id": "melvorAoD:SandyShores",
                                "coords": {
                                    "q": 6,
                                    "r": 16
                                },
                                "type": "Other",
                                "name": "Sandy Shores",
                                "description": "Bathed in brilliant sunlight, you head towards the Sandy Shores beach. As you are settling down on the sand to admire the sea view, a loud clacking noise catches your attention. You whirl around and spot a giant crab advancing towards the shoreline! Your panic subsides as you remember these creatures are renowned for their gentle nature, and it harmlessly scurries past you.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Crab",
                                            "quantity": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:VibrantCoralGardens",
                                "coords": {
                                    "q": 6,
                                    "r": 19
                                },
                                "type": "Other",
                                "name": "The Vibrant Coral Gardens",
                                "description": "As you travel through crystal clear waters, the sun gently shines on its surface, revealing a breathtaking panorama underneath. The shallows are teeming with vibrant coral reefs that stretch as far as the eye can see. A multitude of colourful fish dart between the reefs they call home, making for a captivating sight. You even see a small shark!",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorAoD:Coral",
                                            "quantity": 500
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:CursedIsland",
                                "coords": {
                                    "q": 6,
                                    "r": 2
                                },
                                "type": "Other",
                                "name": "The Cursed Island",
                                "description": "The northern island gradually appears over the horizon, akin to a mirage. Your fellow sailors have warned that the island is cursed, but you are unafraid, driven by your curiosity. As you near the island, you spot that all the trees are lifeless, and there is not an animal in sight. You feel uneasy as an ominous stillness envelops the entire landscape.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Big_Bones",
                                            "quantity": 10000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:MioliteCaves",
                                "coords": {
                                    "q": 7,
                                    "r": 9
                                },
                                "type": "Other",
                                "name": "Miolite Caves",
                                "description": "Dusk approaches and you set up camp within the gloomy depths of the somber forest. As the daylight wanes, the only source of light comes from the ethereal, blue glow of the nearby mushrooms. The unearthly luminescence traces a path towards a cave, its entrance emitting the same glow. The mysterious allure of the cave beckons you to explore its depths.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Steam_Rune",
                                            "quantity": 2000
                                        },
                                        {
                                            "id": "melvorD:Dust_Rune",
                                            "quantity": 2000
                                        },
                                        {
                                            "id": "melvorD:Mist_Rune",
                                            "quantity": 2000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:RunedBattlefield",
                                "coords": {
                                    "q": 7,
                                    "r": 12
                                },
                                "type": "Other",
                                "name": "The Runed Battlefield",
                                "description": "The area around you pulses with magical energy. Complex runic sigils are etched into the ground, while vibrant wisps of magic float in the air. Every detail reveals that powerful battle magic was once wielded in this place.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Mind_Rune",
                                            "quantity": 1000
                                        },
                                        {
                                            "id": "melvorD:Chaos_Rune",
                                            "quantity": 1000
                                        },
                                        {
                                            "id": "melvorD:Death_Rune",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:GiantDungeon",
                                "coords": {
                                    "q": 7,
                                    "r": 14
                                },
                                "type": "Other",
                                "name": "Giant Dungeon",
                                "description": "The floor trembles as you navigate the dim corridors of the dungeon. You encounter an expansive chamber infested with colossal, thundering figures armed with mighty clubs. As you enter, one of the giants spots your torchlight and roars at you. You hastily flee the dungeon, knowing these were no ordinary foes.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Giant_Club",
                                            "quantity": 3
                                        },
                                        {
                                            "id": "melvorD:Mithril_2H_Sword",
                                            "quantity": 1
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:SeashadeVillage",
                                "coords": {
                                    "q": 7,
                                    "r": 17
                                },
                                "type": "Other",
                                "name": "Seashade Village",
                                "description": "Taking a break in the cozy town, you recuperate and prepare for the journey ahead.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedHexTravelCost": 5
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:TranquilOpenWaters",
                                "coords": {
                                    "q": 7,
                                    "r": 22
                                },
                                "type": "Other",
                                "name": "The Tranquil Open Waters",
                                "description": "As you sail into open waters, you are greeted by a tranquil blue sea and a gentle breeze that soothes your soul. The gentle fluttering of the sails is interrupted only by the splashes of fish leaping out of the water. You take a moment to enjoy the calm before setting sail again.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Raw_Swordfish",
                                            "quantity": 500
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:FishermansBounty",
                                "coords": {
                                    "q": 10,
                                    "r": 22
                                },
                                "type": "Other",
                                "name": "The Fisherman's Bounty",
                                "description": "In the distance, you spot numerous fishing vessels pulling in valuable swordfish. You quickly sail towards them, eager to catch as many of the prized fish as possible.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Raw_Swordfish",
                                            "quantity": 500
                                        }
                                    ]
                                },
                                "activeModifiers": {
                                    "decreasedSkillIntervalPercent": [
                                        {
                                            "skillID": "melvorD:Fishing",
                                            "value": 3
                                        }
                                    ],
                                    "increasedFishingCookedChance": 10,
                                    "increasedChanceForGPFromFishing": 20
                                }
                            },
                            {
                                "id": "melvorAoD:AncientWreckage",
                                "coords": {
                                    "q": 7,
                                    "r": 4
                                },
                                "type": "Other",
                                "name": "The Ancient Wreckage",
                                "description": "You approach the ancient shipwreck resting upon sharp, jutting rocks. It serves as a chilling testament of its ill-fated voyage towards the northern isles.",
                                "discoveryRewards": {
                                    "gp": 3000000,
                                    "items": [
                                        {
                                            "id": "melvorAoD:Cursed_Logs",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ShroudedBadlands",
                                "coords": {
                                    "q": 8,
                                    "r": 6
                                },
                                "type": "Other",
                                "name": "Shrouded Badlands",
                                "description": "The stench of undeath permeates the air as you traverse the badlands. Dark shadows stretch down from the ridges in the rock, concealing lurking horrors. The malevolent creatures prowling this land are cunning and formidable, hungrily waiting to feast upon unsuspecting prey. You hear the distant howl from some unknown beast, causing a chill to run down your spine.",
                                "discoveryRewards": {
                                    "sc": 150000
                                }
                            },
                            {
                                "id": "melvorAoD:MysticRuins",
                                "coords": {
                                    "q": 7,
                                    "r": 7
                                },
                                "type": "Other",
                                "name": "The Mystic Ruins",
                                "description": "You are in awe as you explore the ancient magical ruins. The elaborate engravings in the standing stones showcase the remarkable talent of the wizards who once inhabited the site. However, the potent magic that once permeated the area has vanished, replaced with a sinister and ominous aura.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Rune_Essence",
                                            "quantity": 10000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ShadowLurkers",
                                "coords": {
                                    "q": 8,
                                    "r": 10
                                },
                                "type": "Other",
                                "name": "The Shadow Lurkers",
                                "description": "Within the shadow of the mountains, you encounter peculiar statues intricately hewn from gray stone. Wings spread out from their backs, while talons grip the stone beneath. As you pass by, their eyes appear to follow you with malicious intent.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Gold_Bar",
                                            "quantity": 500
                                        },
                                        {
                                            "id": "melvorD:Silver_Bar",
                                            "quantity": 500
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:CoralBounty",
                                "coords": {
                                    "q": 8,
                                    "r": 18
                                },
                                "type": "Other",
                                "name": "The Coral Bounty",
                                "description": "You come across a shipwreck hidden by coral and marine life. As you dive down to explore it, you uncover a concealed compartment beneath a heap of splintered timber. Tucked inside is a miniature treasure chest brimming with gold coins, precious stones, and assorted riches.",
                                "discoveryRewards": {
                                    "gp": 10000,
                                    "items": [
                                        {
                                            "id": "melvorD:Topaz",
                                            "quantity": 100
                                        },
                                        {
                                            "id": "melvorD:Sapphire",
                                            "quantity": 100
                                        },
                                        {
                                            "id": "melvorD:Ruby",
                                            "quantity": 100
                                        },
                                        {
                                            "id": "melvorD:Treasure_Chest",
                                            "quantity": 50
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:CavernOfRiches",
                                "coords": {
                                    "q": 9,
                                    "r": 9
                                },
                                "type": "Other",
                                "name": "The Cavern of Riches",
                                "description": "After wandering the mountainside from dawn till dusk, you finally catch sight of a small cave entrance tucked into the cliffside, just as the journal described. Your heart races with excitement as you scramble up the shale towards the entryway.\u003Cbr\u003EYou step inside and pull out your torch, revealing glittering crystals embedded in the walls. Your footsteps echo as you traverse the damp corridors of the cave, until you come across a large chamber. A small chest sits in the middle, emitting an unnatural glow on the surrounding stalactites. Cautiously, you raise its lid and are captivated by the treasure within, sparkling in the chest’s gentle glow. Your fingers tremble as you reach out to touch them, marveling at their elegance and rarity.",
                                "discoveryRewards": {
                                    "gp": 5000000,
                                    "items": [
                                        {
                                            "id": "melvorD:Elite_Amulet_of_Strength",
                                            "quantity": 1
                                        },
                                        {
                                            "id": "melvorD:Elite_Amulet_of_Ranged",
                                            "quantity": 1
                                        },
                                        {
                                            "id": "melvorD:Elite_Amulet_of_Magic",
                                            "quantity": 1
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:WetForest",
                                "coords": {
                                    "q": 9,
                                    "r": 12
                                },
                                "type": "Other",
                                "name": "Wet Forest",
                                "description": "As you enter the Wet Forest and walk among the trees, you immediately notice something peculiar; every plant and tree is covered in water droplets, despite the lack of any rainfall. Looking up, you see that the canopy is drenched in moisture, as if the forest is keeping itself perpetually wet. Whatever the reason for the dampness, the monsters here sure seem to love it.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Oxilyme_Seed",
                                            "quantity": 60
                                        },
                                        {
                                            "id": "melvorD:Mantalyme_Seed",
                                            "quantity": 60
                                        },
                                        {
                                            "id": "melvorD:Lemontyle_Seed",
                                            "quantity": 60
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:UnhallowedWasteland",
                                "coords": {
                                    "q": 9,
                                    "r": -3
                                },
                                "type": "Other",
                                "name": "Unhallowed Wasteland",
                                "description": "The very sky darkens as you enter the Unhallowed Wastelands, a place known for death and misfortune. Conflicting legends say this area was once home to an evil god, or perhaps contains a gateway to the underworld itself. You hear distant screeches from beyond a hill as you are climbing it. Reaching its crest, you see the source: a hulking, draconic, mass comprised entirely of bones. Its sinister eyes glow with malevolence as it glares at you. You beat a hasty retreat, remarking that this is undoubtedly one of the darkest and most treacherous corners of the world.",
                                "discoveryRewards": {
                                    "sc": 1500000
                                },
                                "activeModifiers": {
                                    "decreasedMonsterRespawnTimer": 250,
                                    "decreasedGPFromMonsters": 100,
                                    "decreasedChanceToDoubleLootCombat": 100
                                }
                            },
                            {
                                "id": "melvorAoD:SnowCoveredPier",
                                "coords": {
                                    "q": 9,
                                    "r": 21
                                },
                                "type": "Other",
                                "name": "The Snow Covered Pier",
                                "description": "You dock at a long fishing pier that stretches out over the dark and frigid waters of the south. Freshly fallen snow lies untouched on its surface, glistening in the sun. You take a moment to appreciate the natural beauty of the snow-covered landscape, despite the frigid air nipping at your face.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:EyeConicCave",
                                "coords": {
                                    "q": 10,
                                    "r": 13
                                },
                                "type": "Other",
                                "name": "The Eye-Conic Cave",
                                "description": "The strange cave nearby is the most peculiar cave. The monsters that dwell within seem to be stumbling around at random. Upon closer inspection, they are all blind. That’s quite unfortunate for them. ",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorAoD:Barrier_Gem",
                                            "quantity": 1
                                        },
                                        {
                                            "id": "melvorF:Eyeball",
                                            "quantity": 69
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:HighLands",
                                "coords": {
                                    "q": 11,
                                    "r": 4
                                },
                                "type": "Other",
                                "name": "High Lands",
                                "description": "The trek up to the highlands was arduous, but worth it. The stunning beauty of the towering ridges is complimented by the majestic flying beasts that live here. You watch them gracefully swoop through the open sky from peak to peak, with feathered wings glistening in the sunlight. It is truly a sight to behold.",
                                "discoveryRewards": {
                                    "sc": 30000,
                                    "items": [
                                        {
                                            "id": "melvorF:Dragon_Claw_Fragment",
                                            "quantity": 10
                                        },
                                        {
                                            "id": "melvorF:Ancient_Claw_Fragment",
                                            "quantity": 10
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ForestOfGoo",
                                "coords": {
                                    "q": 9,
                                    "r": 13
                                },
                                "type": "Other",
                                "name": "Forest of Goo",
                                "description": "As you enter a dense part of the forest, you’re immediately met with the thick smell of rot. The ground underneath feels soft and spongy, and when you look up, you notice that the trees are coated in a slimy substance. It oozes down their trunks and slowly drips onto the forest floor. The eerie scene leaves you wondering what could cause such a strange phenomenon.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Goo",
                                            "quantity": 500
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:PenguinBay",
                                "coords": {
                                    "q": 11,
                                    "r": 20
                                },
                                "type": "Other",
                                "name": "The Penguin Bay",
                                "description": "As you sail down the icy coast, you notice that it’s dotted with small black and white figures. Drawing nearer, you notice that they are small penguins! Their dark, beady eyes curiously watch you, blinking in the brisk air.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Raw_Shrimp",
                                            "quantity": 3000
                                        },
                                        {
                                            "id": "melvorD:Raw_Sardine",
                                            "quantity": 2000
                                        },
                                        {
                                            "id": "melvorD:Raw_Crab",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:FrozenPerch",
                                "coords": {
                                    "q": 11,
                                    "r": -4
                                },
                                "type": "Other",
                                "name": "Northern Cove",
                                "description": "As you make your way to the edge of the cove, you can’t help but be impressed by the view of the empty northern waters. Who knows what could be out there.",
                                "discoveryRewards": {
                                    "gp": 3000000,
                                    "items": [
                                        {
                                            "id": "melvorAoD:Paper",
                                            "quantity": 30000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:PiratesTreasureTrails",
                                "coords": {
                                    "q": 10,
                                    "r": 1
                                },
                                "type": "Other",
                                "name": "The Pirate's Treasure Trails",
                                "description": "You sail towards an old shipwreck. Its once-proud mast lies in splinters, adorned by tattered sails. The hull has been worn down by time, a sorrowful sight to see. Combing through the scattered remains, you come across an old, leather-bound journal. You gently open the cover, revealing faded ink and charcoal illustrations.\u003Cbr\u003EThe pages are brimming with a pirate captain’s perilous tales of adventure. As you leaf through them, four specific entries stand out. In each one the captain obsesses over certain locations. The first is a narrow crevice on the western island, identified as a potential site for hidden treasure. The second entry speaks of ancient ruins porting immense secrets, found in the northern isles.\u003Cbr\u003EThe penultimate site is a cave near the treacherous Spider Forest, which the captain had only briefly ventured into. Despite the hazards, she sensed that something valuable was within the depths of the caverns. The final location is a concealed entrance on a north-eastern island, which the captain had stumbled upon. She was convinced it must contain immense wealth, if only she had the chance to fully explore it.\u003Cbr\u003EAs you conclude the journal, you’re gripped by the captain’s obsession. You carefully stow away the journal, convinced to investigate each of the four locations and unveil their mysteries for yourself."
                            },
                            {
                                "id": "melvorAoD:MoltenPeak",
                                "coords": {
                                    "q": 12,
                                    "r": 5
                                },
                                "type": "Other",
                                "name": "The Molten Peak",
                                "description": "The heat radiating from the volcano is almost unbearable as you trek to its peak. You are captivated as lava violently bubbles in the caldera, large gouts occasionally bursting from its surface. Thick plumes of acrid smoke flow up from the flanking fumaroles. The tremendous elemental power of fire here is so great, you even feel imbued with a small fraction of it.",
                                "activeModifiers": {
                                    "increasedChanceToApplyBurn": 5,
                                    "burnImmunity": 10,
                                    "frostBurnImmunity": 10
                                }
                            },
                            {
                                "id": "melvorAoD:SpiderForest",
                                "coords": {
                                    "q": 11,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "Spider Forest",
                                "description": "The air is humid as you step into the spider’s domain. Forlorn buildings lay in ruin, their windows shattered and doors barely clinging to their frames. Red eyes peek out from the shadows. You carefully navigate through the silken webs that stretch between the trees, avoiding detection.",
                                "activeModifiers": {
                                    "increasedAttackInterval": 200,
                                    "slowImmunity": 50
                                }
                            },
                            {
                                "id": "melvorAoD:SouthernLighthouse",
                                "coords": {
                                    "q": 12,
                                    "r": 12
                                },
                                "type": "Other",
                                "name": "The Southern Lighthouse",
                                "description": "The Southern Lighthouse stands tall and proud against the rolling waves of the sea. It is surrounded by a lush garden filled with beautiful flowers and plants. You spend some time chatting with the local sailors, who are resting and relaxing in the garden. It’s a peaceful experience compared to the noise and chaos of the seaside.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:BeginningPort",
                                "coords": {
                                    "q": 12,
                                    "r": 13
                                },
                                "type": "Other",
                                "name": "The Beginning Port",
                                "description": "Ports often serve as the gateway for fresh starts, and this one is no exception. Ships bustle with activity, being laden with cargo. Passengers eagerly board, ready to leave the past behind and set sail for adventure and new horizons.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 10000,
                                    "items": [
                                        {
                                            "id": "melvorD:Normal_Logs",
                                            "quantity": 100
                                        },
                                        {
                                            "id": "melvorD:Bronze_Bar",
                                            "quantity": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:BustlingPort",
                                "coords": {
                                    "q": 11,
                                    "r": 3
                                },
                                "type": "Other",
                                "name": "The Bustling Port",
                                "description": "The port is bustling with activity as you dock, filled with hardy sea captains and their weathered vessels. They tell tales of treacherous voyages to far-flung lands and awe-inspiring discoveries, rekindling the spirit of adventure in your heart.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                }
                            },
                            {
                                "id": "melvorAoD:NewHorizon",
                                "coords": {
                                    "q": 17,
                                    "r": 12
                                },
                                "type": "Other",
                                "name": "The New Horizon",
                                "description": "As you exit the shallows and enter the open sea, you fully raise the sails. They quickly catch the salty wind and billow outward, propelling you forwards. The ship rhythmically slices through the waves, leaving a trail of foamy white water in its wake. You look towards the boundless horizon, excited to make discoveries in the great unknown.",
                                "discoveryRewards": {
                                    "gp": 500000,
                                    "items": [
                                        {
                                            "id": "melvorAoD:Paper",
                                            "quantity": 5000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:GlacialExpanse",
                                "coords": {
                                    "q": 13,
                                    "r": 19
                                },
                                "type": "Other",
                                "name": "The Glacial Expanse",
                                "description": "As you wander the white wilderness of the frozen island, it feels as if it stretches on forever. Snow blows around you in the wind, obscuring your vision. You can just barely make out the outline of mountains in the distance, their peaks hidden by clouds. You bring your coat tighter as you continue to trudge forward.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Ice_Arrows",
                                            "quantity": 5000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:EngravedRiches",
                                "coords": {
                                    "q": 13,
                                    "r": -4
                                },
                                "type": "Other",
                                "name": "The Engraved Riches",
                                "description": "Following the clues from the pirate captain’s journal, you finally find the ancient ruins in the northern isles. You meticulously scour through the crumbled stones until you find a small metal lockbox. It is adorned with elaborate engravings on each side but is absent of any keyhole. You attempt to open the box, but it stays fast. After tinkering with it for several hours, you discover the engravings are actually a secret mechanism to open the box. Peering inside, you find it filled with gleaming shards and gold coins.",
                                "discoveryRewards": {
                                    "gp": 5000000,
                                    "items": [
                                        {
                                            "id": "melvorF:Summoning_Shard_Red",
                                            "quantity": 50000
                                        },
                                        {
                                            "id": "melvorF:Summoning_Shard_Green",
                                            "quantity": 50000
                                        },
                                        {
                                            "id": "melvorF:Summoning_Shard_Blue",
                                            "quantity": 50000
                                        },
                                        {
                                            "id": "melvorF:Summoning_Shard_Silver",
                                            "quantity": 50000
                                        },
                                        {
                                            "id": "melvorF:Summoning_Shard_Gold",
                                            "quantity": 50000
                                        },
                                        {
                                            "id": "melvorF:Summoning_Shard_Black",
                                            "quantity": 50000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:GolbinVillage",
                                "coords": {
                                    "q": 14,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "Golbin Village",
                                "description": "The smell of rot and smoke hangs heavy in the air as you approach the Golbin village. It’s a small, ramshackle collection of huts built around a cave, that the Golbins use as a lair. The inside of the cave is silent, except for the occasional cackle of a Golbin that echoes from the depths.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Bronze_Bar",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ANewStart",
                                "coords": {
                                    "q": 14,
                                    "r": 10
                                },
                                "type": "Other",
                                "name": "A New Start",
                                "description": "Taking a deep breath, you survey your surroundings. You’ve reached the beginning of a massive adventure that lies ahead.",
                                "discoveryRewards": {
                                    "gp": 250,
                                    "items": [
                                        {
                                            "id": "melvorD:Shrimp",
                                            "quantity": 50
                                        },
                                        {
                                            "id": "melvorD:Bronze_Dagger",
                                            "quantity": 1
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:GolbinsStash",
                                "coords": {
                                    "q": 21,
                                    "r": -2
                                },
                                "type": "Other",
                                "name": "The Golbin's Stash",
                                "description": "As you explore the northern forest, you come across a small, dimly lit cavern. Inside, you find a narrow opening leading to a large chamber filled with gold and gemstones. Just as you’re about to leave with your newfound treasure, you spot a hulking Golbin. You manage to sneak by, escaping unnoticed.",
                                "discoveryRewards": {
                                    "gp": 2000,
                                    "items": [
                                        {
                                            "id": "melvorD:Diamond",
                                            "quantity": 20
                                        },
                                        {
                                            "id": "melvorD:Topaz",
                                            "quantity": 10
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:FrostyHaven",
                                "coords": {
                                    "q": 15,
                                    "r": 18
                                },
                                "type": "Other",
                                "name": "The Frosty Haven",
                                "description": "You’ve been caught by a storm in the frozen isles. The snow is up to your waist, and the biting wind slices at your face. You sight a cabin in the distance and trudge towards it, hoping to seek refuge from the relentless blizzard.",
                                "discoveryRewards": {
                                    "sc": 100000
                                }
                            },
                            {
                                "id": "melvorAoD:FakePort",
                                "coords": {
                                    "q": 15,
                                    "r": -4
                                },
                                "type": "Other",
                                "name": "The Fake Port",
                                "description": "Even though it looks like a Port, it definitely isn't a Port. Move along."
                            },
                            {
                                "id": "melvorAoD:WanderersGift",
                                "coords": {
                                    "q": 3,
                                    "r": 16
                                },
                                "type": "Other",
                                "name": "The Wanderer's Gift",
                                "description": "At the tip of the Sandy Shores, you encounter a wandering hermit. The gentle, elderly man offers you a gift, saying it will bring you good luck. At first you don’t trust him, but you decide to accept the gift anyway.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Gold_Topaz_Ring",
                                            "quantity": 1
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ToxicSwamps",
                                "coords": {
                                    "q": 16,
                                    "r": 0
                                },
                                "type": "Other",
                                "name": "Toxic Swamps",
                                "description": "The stench of rotting flesh is nauseating as you navigate the gloomy swamp. You’re surrounded by toxic pools of green water, dense with poisonous algae. They’re the perfect habitat for serpents and other vile creatures. As unalluring as the water is, you can’t help but stare into its murky depths.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Lethal_Toxins_Potion_IV",
                                            "quantity": 500
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ShimmeringOasis",
                                "coords": {
                                    "q": 17,
                                    "r": 6
                                },
                                "type": "Other",
                                "name": "The Shimmering Oasis",
                                "description": "The sweltering heat of the sun beats down as you laboriously trek across the sandy dunes. Just when you think you can’t go on, an oasis appears on the horizon, shimmering like a mirage. You draw nearer and discover a sparkling pool encircled by lush palm trees. While relaxing in their shade, you unexpectedly find a small chest of gleaming treasure buried in the sand!",
                                "discoveryRewards": {
                                    "gp": 100000,
                                    "items": [
                                        {
                                            "id": "melvorD:Amulet_of_Glory",
                                            "quantity": 20
                                        },
                                        {
                                            "id": "melvorD:Amulet_of_Accuracy",
                                            "quantity": 20
                                        }
                                    ]
                                },
                                "activeModifiers": {
                                    "decreasedAutoEatEfficiency": 50,
                                    "increasedAutoEatThreshold": 2
                                }
                            },
                            {
                                "id": "melvorAoD:HolyIsles",
                                "coords": {
                                    "q": 17,
                                    "r": 9
                                },
                                "type": "Other",
                                "name": "Holy Isles",
                                "description": "You have reached the Isle of the Sun, also known as the Holy Isles. It’s said that anyone who visits is blessed with good fortune and prosperity. Many have made a pilgrimage to the Isle of the Sun, hoping to find a new path in life and connect with the divine.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Holy_Dust",
                                            "quantity": 2000
                                        },
                                        {
                                            "id": "melvorF:Medium_Urn_Enchanted",
                                            "quantity": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:MistyPort",
                                "coords": {
                                    "q": 17,
                                    "r": -2
                                },
                                "type": "Other",
                                "name": "The Misty Port",
                                "description": "The port is veiled in a wispy mist that drifts from the nearby murky swamps. This seems like an ideal setting for sailors and merchants to conduct covert transactions.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 1500000
                                }
                            },
                            {
                                "id": "melvorAoD:FloweryFields",
                                "coords": {
                                    "q": 18,
                                    "r": 5
                                },
                                "type": "Other",
                                "name": "The Flowery Fields",
                                "description": "You stumble upon a gorgeous meadow, teeming with a vast sight of wildflowers in full bloom. The beauty of the scene invites you to take a moment to rest and appreciate it fully, feeling at peace in their serene presence. After a while, you decide to pick some of the flowers to take with you on your journey, wanting to keep a piece of the meadow's beauty with you.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Wildflower",
                                            "quantity": 2000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ShimmeringSandsOutpost",
                                "coords": {
                                    "q": 18,
                                    "r": 6
                                },
                                "type": "Other",
                                "name": "The Shimmering Sands Outpost",
                                "description": "You have discovered a seemingly endless sea of sand that stretches on as far as the eye can see. Just as you begin to feel like you can't take another step, you notice an outpost that appears on the horizon.\u003Cbr\u003EUpon reaching the outpost, you're warmly welcomed by the locals who invite you to take a break and rest. The locals provide you with great knowledge about traveling these areas efficiently. This seems useful for your future adventures.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedHexTravelCost": 10
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:SecretGlacialHoard",
                                "coords": {
                                    "q": 17,
                                    "r": 20
                                },
                                "type": "Other",
                                "name": "The Secret Glacial Hoard",
                                "description": "You discover treasure hidden close to a vast glacier within the southern icy terrain. A petite chest brimming with shimmering jewels and glistening gold coins. Elation surges within you as you recognize the value of the treasure, amounting to a sizable fortune.",
                                "discoveryRewards": {
                                    "gp": 2000000,
                                    "items": [
                                        {
                                            "id": "melvorD:Diamond",
                                            "quantity": 2500
                                        },
                                        {
                                            "id": "melvorD:Sapphire",
                                            "quantity": 2500
                                        },
                                        {
                                            "id": "melvorD:Topaz",
                                            "quantity": 2500
                                        },
                                        {
                                            "id": "melvorD:Ruby",
                                            "quantity": 2500
                                        },
                                        {
                                            "id": "melvorD:Emerald",
                                            "quantity": 2500
                                        }
                                    ]
                                },
                                "activeModifiers": {
                                    "increasedChanceAdditionalSkillResource": [
                                        {
                                            "skillID": "melvorD:Herblore",
                                            "value": 10
                                        },
                                        {
                                            "skillID": "melvorD:Runecrafting",
                                            "value": 10
                                        }
                                    ],
                                    "decreasedSkillInterval": [
                                        {
                                            "skillID": "melvorD:Herblore",
                                            "value": 100
                                        },
                                        {
                                            "skillID": "melvorD:Runecrafting",
                                            "value": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:PerilousAscent",
                                "coords": {
                                    "q": 19,
                                    "r": 1
                                },
                                "type": "Other",
                                "name": "The Perilous Ascent",
                                "description": "As you ascend the towering mountains, the frigid air stings your face. Despite the treacherous terrain, you continue to climb higher, urged on by an inexplicable desire. Ahead of you lies a sheer cliff, followed by an unfathomable abyss. The landscape below stretches out in all its breathtaking yet perilous beauty. You feel as if you are closer to discovering an incredible reward, but unfortunately all you received was even more frostburn.",
                                "discoveryRewards": {
                                    "sc": 350000
                                }
                            },
                            {
                                "id": "melvorAoD:PerilousPeaks",
                                "coords": {
                                    "q": 19,
                                    "r": 0
                                },
                                "type": "Other",
                                "name": "Perilous Peaks",
                                "description": "True to its name, the Perilous Peaks present a formidable challenge even to the most seasoned mountaineers. Nevertheless, you embark on this treacherous journey with one primary goal: to encounter the Greater Dragons in their native habitat. The last climb before you is arduous, featuring a perilous landscape of sharp rocks and snow-dusted summits stretching below. When you eventually arrive at the peak, strewn with age-old dragon remains, you understand that you have entered the territory of the Greater Dragons. Despite your fatigue, you maintain constant vigilance, aware of the massive creatures that loom far above your stature.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Dragon_Bones",
                                            "quantity": 2000
                                        }
                                    ]
                                },
                                "activeModifiers": {
                                    "increasedSlayerAreaEffectNegationFlat": 20,
                                    "decreasedSlayerCoins": 40
                                }
                            },
                            {
                                "id": "melvorAoD:RiverRest",
                                "coords": {
                                    "q": 19,
                                    "r": 5
                                },
                                "type": "Other",
                                "name": "The River Rest",
                                "description": "In your immediate vicinity, there's little more than a river with a lush forest on the opposite side, and the expansive desert landscape. The pale beige sand is dotted with occasional rocks, and the water's refreshing coolness offers a welcome respite from the arid plains' relentless heat.",
                                "discoveryRewards": {
                                    "gp": 200000
                                }
                            },
                            {
                                "id": "melvorAoD:FrostbiteBluff",
                                "coords": {
                                    "q": 19,
                                    "r": 16
                                },
                                "type": "Other",
                                "name": "The Frostbite Bluff",
                                "description": "You stand at the edge of the island, looking out at the frozen wasteland before you. A blizzard picks up as you enter the immediate vicinity. The wind slows your movement to a crawl while howling around you like a banshee, daring you to face it. What could lie ahead?",
                                "discoveryRewards": {
                                    "sc": 100000
                                }
                            },
                            {
                                "id": "melvorAoD:EasternDeceitfulWoods",
                                "coords": {
                                    "q": 20,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "The Eastern Deceitful Woods",
                                "description": "The eastern lands present a picturesque view, occupied with a dense forest close to the river. Fresh air and sunlight abound in this captivating landscape. These woods are home to dangerous bandits and raiders, ready to ambush if a wrong turn is made.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Steel_Arrows",
                                            "quantity": 5000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:FrostDriftPort",
                                "coords": {
                                    "q": 20,
                                    "r": 16
                                },
                                "type": "Other",
                                "name": "The Frost Drift Port",
                                "description": "Treading upon the frosty surface of this port, you are startled by an echoing crack. Whirling around, you observe an immense slab of ice detaching from the island and drifting into the open ocean. You stand on the wooden pier in awe as the ice drifts farther and farther from sight, finally vanishing behind a curtain of cascading snowflakes.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 2000000
                                }
                            },
                            {
                                "id": "melvorAoD:CastleOfKings",
                                "coords": {
                                    "q": 21,
                                    "r": 6
                                },
                                "type": "Other",
                                "name": "Castle of Kings",
                                "description": "The Castle of Kings is an awe-inspiring sight, maintained impeccably for countless years. The knights who train within its walls are renowned as the finest in the realm. The castle houses numerous knightly orders, each boasting unique customs and training techniques. Daily, the knights hone their abilities in the courtyard, engaging in fierce combat and assessing their prowess. Upon entering you are greeted with warm welcomes, and are offered a generous gift to commemorate your visit.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Knights_Cape",
                                            "quantity": 1
                                        },
                                        {
                                            "id": "melvorD:Mithril_Platebody_T_G",
                                            "quantity": 1
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:ShadowedPort",
                                "coords": {
                                    "q": 21,
                                    "r": 10
                                },
                                "type": "Other",
                                "name": "The Shadowed Port",
                                "description": "The port exudes an air of mystery, as vessels and seafarers come and go under the cloak of night. A palpable unease lingers, fueled by whispers of bandit and smuggler trade that pervade the nearby woods. Your discovery causes quite a stir with the local bandits who offer a sizable sum of Gold to ensure word does not get out.",
                                "fastTravel": {
                                    "groupID": "melvorAoD:Port"
                                },
                                "discoveryRewards": {
                                    "gp": 100000
                                }
                            },
                            {
                                "id": "melvorAoD:DragonValley",
                                "coords": {
                                    "q": 22,
                                    "r": 2
                                },
                                "type": "Other",
                                "name": "Dragon Valley",
                                "description": "As you navigate the waterways within the valley, whispers of danger start to reach your ears: Dragons. Intrigue outweighs fear as you pursue the winding path. Without warning, a dragon appears, letting out an earth-shaking roar that reverberates through the air as it hurtles toward you. You brace yourself as it approaches, only for it to veer away at the last moment, disappearing behind the mountain cliffs. Breathing a sigh of relief, you continue on your journey.",
                                "discoveryRewards": {
                                    "sc": 50000
                                }
                            },
                            {
                                "id": "melvorAoD:AbandonedVeinMine",
                                "coords": {
                                    "q": 22,
                                    "r": 4
                                },
                                "type": "Other",
                                "name": "The Abandoned Vein Mine",
                                "description": "Navigating the dim, damp passageways of the forsaken mine with caution, you encounter an abundance of rare ore veins lining the walls with unique colours. Unwavering in your resolve, you press forward to discover any treasures that might still linger in this mine.\u003Cbr\u003EUltimately, after what seems like an hour of exploration, you are disappointed to locate no hidden treasures. On your way out, you make the most of the untapped ore veins, leaving with a sizable sum that will come in handy during your adventure.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Mithril_Ore",
                                            "quantity": 5000
                                        },
                                        {
                                            "id": "melvorD:Adamantite_Ore",
                                            "quantity": 5000
                                        },
                                        {
                                            "id": "melvorD:Runite_Ore",
                                            "quantity": 5000
                                        },
                                        {
                                            "id": "melvorD:Dragonite_Ore",
                                            "quantity": 5000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:CapitalCityCrossroads",
                                "coords": {
                                    "q": 23,
                                    "r": -1
                                },
                                "type": "Other",
                                "name": "The Capital City Crossroads",
                                "description": "You stumble upon the capital of Melvor, a bustling hub teeming with diverse cultures. Here, adventurers rest and resupply before their next journey. As you explore, the city unveils its secret: a hefty reward of one million Gold, celebrating your arrival in this mesmerizing place.",
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:OldMine",
                                "coords": {
                                    "q": 23,
                                    "r": 3
                                },
                                "type": "Other",
                                "name": "Old Mine",
                                "description": "You step into the Old Mine, a labyrinth of forgotten tunnels veined with precious ores. As you delve deeper, you can almost feel the echo of the miners' pickaxes and their long-lost stories. But there's more than just echoes here. A sense of hidden depth calls to you from further within, a secret place in the heart of the mine that awaits discovery. What could be waiting there in the age-old darkness? It's up to you to find out.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Coal_Ore",
                                            "quantity": 3000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:FishermansEnclave",
                                "coords": {
                                    "q": 22,
                                    "r": 11
                                },
                                "type": "Other",
                                "name": "Fisherman's Enclave",
                                "description": "While exploring the island, you discover a secluded spot on its edge, a hidden gem for fishing. At this tranquil location, you find notes and drawings etched into the rocky surface, left by a mysterious island visitor. They've highlighted a point on the island: a slice of shoreline rich with marine life."
                            },
                            {
                                "id": "melvorAoD:ShallowShores",
                                "coords": {
                                    "q": 23,
                                    "r": 12
                                },
                                "type": "Other",
                                "name": "Shallow Shores",
                                "description": "Following the directions provided in the note, you make your way to the rugged shoreline and are pleasantly surprised to find the scene depicted precisely as described. Countless crab, lobster and shrimp can be seen inhabiting the water. This presents an ideal chance to gather resources while no one is around.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Raw_Shrimp",
                                            "quantity": 2000
                                        },
                                        {
                                            "id": "melvorD:Raw_Crab",
                                            "quantity": 1000
                                        },
                                        {
                                            "id": "melvorD:Raw_Lobster",
                                            "quantity": 500
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:CapitalCitysSquare",
                                "coords": {
                                    "q": 24,
                                    "r": -2
                                },
                                "type": "Other",
                                "name": "The Capital City's Square",
                                "description": "The Capital City is a thriving urban center that never ceases its activity. The lively atmosphere of the city square is contagious, with merchants and street entertainers constantly competing for attention. The vendor's stalls overflow with peculiar and foreign items, ensuring there's something captivating for everyone to discover. Fellow citizens admire your achievements and shower you with an abundance of Gold, rewarding you for your bravery.",
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:CapitalCitysKnights",
                                "coords": {
                                    "q": 24,
                                    "r": -1
                                },
                                "type": "Other",
                                "name": "The Capital City's Knights",
                                "description": "Within the Capital City walls, you take a rest at a nearby fountain. In the distance you notice a knight entering the city gates. The sunlight glints off their metallic armor, casting dazzling light that momentarily blinds you. Shielding your eyes with your hand, you observe the knight as they converse with a gathering crowd before departing through the gates once more. The knight glares towards you, recognising who you are. They congratulate you on your journey thus far, and offer a sizable sum of Gold to assist in your future adventures to come.",
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:CityscapeBridge",
                                "coords": {
                                    "q": 24,
                                    "r": 0
                                },
                                "type": "Other",
                                "name": "The Cityscape Bridge",
                                "description": "This bridge is an old-fashioned structure that spans a clear, still river, reflecting the Capital City's skyline. The dense marble structure and intricately carved railings add to its beauty as you make your way across, catching a glimpse of the stunning cobblestone walls and the cityscape in the distance.",
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:BanditHideout",
                                "coords": {
                                    "q": 25,
                                    "r": 5
                                },
                                "type": "Other",
                                "name": "Bandit Hideout",
                                "description": "The Bandit Hideout lurks menacingly within the thick forest, its base encircled by wooden pillar walls. The canopy of trees offers essential concealment from curious onlookers, and the dense foliage serves as a natural defense against unwelcome visitors. A single, robust door allows entry and exit, ensuring that the inhabitants remain well-guarded against uninvited visitors.",
                                "activeModifiers": {
                                    "increasedRangedStrengthBonus": 10,
                                    "increasedRangedAccuracyBonus": 10,
                                    "increasedRangedEvasion": 10,
                                    "increasedThievingStealth": 25,
                                    "decreasedSkillInterval": [
                                        {
                                            "skillID": "melvorD:Thieving",
                                            "value": 100
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:CapitalCitysAlleyways",
                                "coords": {
                                    "q": 25,
                                    "r": -2
                                },
                                "type": "Other",
                                "name": "The Capital City's Alleyways",
                                "description": "In the narrow alleyways of Melvor's Capital, anticipation ripples over the uneven cobblestones. A makeshift stage has been erected here, and a crowd gathers, drawn in by the promise of a spectacular show. As performers adjust their instruments, a hush falls over the eager onlookers. The opening act steps onto the stage, a symbol of the city's love for the arts and its patronage of talent. And here in Melvor, talent doesn't go unnoticed or unrewarded. As you navigate through this alleyway, becoming part of this vibrant spectacle, the city recognizes your spirit of exploration. A stunning reward of Gold awaits you, an unexpected fortune amidst the bustle and music of the Capital.",
                                "discoveryRewards": {
                                    "gp": 1000000
                                }
                            },
                            {
                                "id": "melvorAoD:DarkWaters",
                                "coords": {
                                    "q": 25,
                                    "r": 14
                                },
                                "type": "Other",
                                "name": "Dark Waters",
                                "description": "The ominous region known as the Dark Waters is a perilous domain, inhabited by an array of sea creatures ranging from the size of minnows to the enormity of whales. The most formidable among them are kraken-like beasts, capable of pulling vessels down into the abyss with their colossal tentacles. Turbulent skies and dense clouds render navigation a challenge, with only a faint, eerie luminescence from the water providing any semblance of light. It is an area best avoided under any circumstances.",
                                "discoveryRewards": {
                                    "sc": 1000000
                                },
                                "activeModifiers": {
                                    "decreasedSlayerAreaEffectNegationFlat": 20,
                                    "increasedSlayerCoins": 25,
                                    "increasedMaxHitPercent": 5,
                                    "increasedGlobalEvasion": 10,
                                    "increasedGlobalAccuracy": 10
                                }
                            },
                            {
                                "id": "melvorAoD:SunsetFishingPoint",
                                "coords": {
                                    "q": 11,
                                    "r": 17
                                },
                                "type": "Other",
                                "name": "The Sunset Fishing Point",
                                "description": "As the sun descends and a refreshing breeze caresses your skin, you tug on the fishing rod, sensing the resistance of the fish battling against the line. With a swift, decisive action, you reel it in and lift it out of the water, successfully securing some Salmon for your evening meal.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Raw_Salmon",
                                            "quantity": 50
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:MoonlitPier",
                                "coords": {
                                    "q": 19,
                                    "r": -1
                                },
                                "type": "Other",
                                "name": "The Moonlit Pier",
                                "description": "Night falls as you stroll towards a fishing pier situated at the basin of the river, where the water flows slowly. The water’s surface is dark and tranquil, occasionally disturbed by the ripples of passing fish. The full moon casts a faint glow over the surroundings, reflecting the green off the nearby trees and grass.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorF:Stardust",
                                            "quantity": 5000
                                        },
                                        {
                                            "id": "melvorF:Golden_Stardust",
                                            "quantity": 1000
                                        },
                                        {
                                            "id": "melvorF:Secret_Stardust_Potion_IV",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:Monolith",
                                "coords": {
                                    "q": 5,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "The Monolith",
                                "description": "You stand before a sizable, enigmatic shrine tower. The ancient magical structure appears to have once wielded immense power. Although its purpose remains a mystery, it is said to hold countless age-old secrets.",
                                "activeModifiers": {
                                    "decreasedMapUpgradeInterval": 5,
                                    "increasedSkillPreservationChance": [
                                        {
                                            "skillID": "melvorAoD:Cartography",
                                            "value": 5
                                        }
                                    ],
                                    "increasedChanceToPreserveMapCharges": 5
                                }
                            },
                            {
                                "id": "melvorAoD:FriendlyFisherman",
                                "coords": {
                                    "q": 6,
                                    "r": 24
                                },
                                "type": "Other",
                                "name": "The Friendly Fisherman",
                                "description": "Hours of exploring the open ocean have left your stomach grumbling. The sight of fishing boats in the distance is a relief, perhaps fresh seafood can sate your hunger. As you draw near to one of the boats, you give a friendly hail to the fisherman on board. In response, they generously offer you a heap of freshly caught fish, which you gratefully accept.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Manta_Ray",
                                            "quantity": 50
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:WatchfulShip",
                                "coords": {
                                    "q": 14,
                                    "r": 13
                                },
                                "type": "Other",
                                "name": "The Watchful Ship",
                                "description": "You spot a large ship anchored in the water. As you get closer, you notice armed sailors standing guard on its deck, watching you warily. It seems they don't want you to come aboard. How sad.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:SadgeKraken",
                                "coords": {
                                    "q": 12,
                                    "r": 15
                                },
                                "type": "Other",
                                "name": "A Sadge Kraken",
                                "description": "You suddenly come face to face with a colossal green kraken, its many tentacles writhing menacingly. But as you stare it down, you notice something odd: the kraken looks almost... sad? \"What's the matter, big guy?\" you quip. \"Did someone forget to invite you to the underwater party?\" The kraken seems to deflate at your words, and it retreats back into the depths, leaving you to chuckle to yourself and continue on your way.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:SecludedHut",
                                "coords": {
                                    "q": 18,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "A Secluded Hut",
                                "description": "You discover a humble hut sitting on a lonely island. The structure appears to be made of natural materials, with a thatched roof and wooden walls. It's a charming and peaceful sight, and you wonder who might call this place home.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Normal_Logs",
                                            "quantity": 1000
                                        },
                                        {
                                            "id": "melvorD:Oak_Logs",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:HarvestHavenFarm",
                                "coords": {
                                    "q": 11,
                                    "r": 11
                                },
                                "type": "Other",
                                "name": "A Harvest Haven Farm",
                                "description": "You discover a humble farm sitting near a vast and lengthy river. The structure appears to be made of natural materials, with a large arched roof and wooden walls. It's a charming and peaceful sight, and you wonder who might call this place home.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Potato_Seed",
                                            "quantity": 60
                                        },
                                        {
                                            "id": "melvorD:Onion_Seed",
                                            "quantity": 60
                                        },
                                        {
                                            "id": "melvorD:Cabbage_Seed",
                                            "quantity": 60
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:FarmersMarket",
                                "coords": {
                                    "q": 13,
                                    "r": 10
                                },
                                "type": "Other",
                                "name": "Farmer's Market",
                                "description": "As you wander to the outskirts of an old village, you encounter a Farmers Market, standing alone yet brimming with life. Amid the tranquility, you see farmers displaying their fresh produce, their stalls a beacon for the villagers. You can't help but notice that even in its isolation, this market is a lifeline, shaping the economy and the rhythms of everyday life here.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Potatoes",
                                            "quantity": 500
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:RiverCrossroads",
                                "coords": {
                                    "q": 8,
                                    "r": 15
                                },
                                "type": "Other",
                                "name": "The River Crossroads",
                                "description": "You discover a broad and sturdy stone bridge spanning across the forked river. Its flat surface stretches wide and far, offering an easy and safe passage over the river. It's clear that this bridge is a crucial link between the two sides, allowing for the smooth flow of goods, people, and ideas. Perhaps you'll make new friends or find new opportunities on the other side.",
                                "discoveryRewards": {
                                    "gp": 20000
                                }
                            },
                            {
                                "id": "melvorAoD:AcademiaArcanum",
                                "coords": {
                                    "q": 8,
                                    "r": 11
                                },
                                "type": "Other",
                                "name": "The Academia Arcanum",
                                "description": "You discover an imposing structure ahead of you, realizing with surprise that it appears to be some sort of large school or academy. Its towering walls and ornate windows suggest that this is no ordinary place of learning. Rather, it seems to be a center of knowledge and wisdom.",
                                "activeModifiers": {
                                    "increasedRunePreservation": 6,
                                    "increasedMagicMaxHit": 5,
                                    "increasedMagicAccuracyBonus": 10,
                                    "increasedMagicEvasion": 10
                                }
                            },
                            {
                                "id": "melvorAoD:PinkKraken",
                                "coords": {
                                    "q": 4,
                                    "r": 14
                                },
                                "type": "Other",
                                "name": "The Pink Kraken",
                                "description": "As you sail through the waters, you discover a flash of bright pink in the distance. Drawing closer, you realize with surprise that it's a kraken with a cheerful shade of pink! As you approach the creature, it lets out a friendly gurgle and waves one of its many tentacles in greeting. You can't help but feel a sense of warmth and wonder. Perhaps the krakens in this world aren't as fearsome as you thought.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:RestlessSanctum",
                                "coords": {
                                    "q": 13,
                                    "r": 8
                                },
                                "type": "Other",
                                "name": "The Restless Sanctum",
                                "description": "You discover a formidable stone structure, silent and resilient against the nearby sweeping desert sands. Its quiet energy beckons, a beacon of intrigue in the vast, unending plains. You can't help but ponder, \"What hidden mysteries does this timeless sanctuary conceal?\"",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Bones",
                                            "quantity": 1000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:LoneHuntress",
                                "coords": {
                                    "q": 22,
                                    "r": -6
                                },
                                "type": "Other",
                                "name": "The Lone Huntress",
                                "description": "As you sail across glittering waters, you spot a sleek and shimmering figure perched on a nearby rock: a mermaid! She holds a bow in her hands, but seems to have little interest in interacting with you. Perhaps she has her own business to attend to, or simply prefers to keep to herself. You can't help but feel a sense of wonder and awe at the sight of this mythic creature, even if she doesn't seem to share your enthusiasm."
                            },
                            {
                                "id": "melvorAoD:FlickeringFireCamp",
                                "coords": {
                                    "q": 22,
                                    "r": 9
                                },
                                "type": "Other",
                                "name": "The Flickering Fire Camp",
                                "description": "As you step into the clearing at the edge of the forest, you discover an eerie stillness in the air. The campgrounds are indeed well-maintained, but there's something unsettling about the perfectly arranged tents and cabins. The central campfire burns hot and bright, casting flickering shadows across the faces of the few figures gathered around it. They seem friendly enough, but there's something in their eyes that gives you pause. You can't shake the feeling that there might be something more at play in this seemingly cozy campsite.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Basic_Soup",
                                            "quantity": 4000
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:PratsBridge",
                                "coords": {
                                    "q": 25,
                                    "r": 1
                                },
                                "type": "Other",
                                "name": "Prat's Bridge",
                                "description": "As you approach the wooden bridge ahead of you, you can't help but let out a chuckle. The bridge's arch is so exaggerated and whimsical that it looks like it could have been pulled straight from a children's storybook. It's a wonder anyone would attempt to cross it at all, but perhaps there's more to this silly-looking bridge than meets the eye. Who could have designed such an inconveniently shaped structure?",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemonade",
                                            "quantity": 1
                                        },
                                        {
                                            "id": "melvorD:Old_Hat",
                                            "quantity": 1
                                        },
                                        {
                                            "id": "melvorD:Rubber_Ducky",
                                            "quantity": 3
                                        }
                                    ]
                                }
                            },
                            {
                                "id": "melvorAoD:SeaNoodle",
                                "coords": {
                                    "q": 23,
                                    "r": 14
                                },
                                "type": "Other",
                                "name": "The Sea Noodle",
                                "description": "The sea dragon is a massive, wriggly noodle of a creature. Its long, sinuous body snakes through the dark waters like a giant piece of linguine. Its beady eyes gleam with a mischievous light, as if it's just waiting for the perfect moment to strike. And those teeth... Well, let's just say that this noodle is nothing to trifle with. One bite from those chompers and you'll be wishing you'd gone with the soup instead.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:PushySailor",
                                "coords": {
                                    "q": 29,
                                    "r": -5
                                },
                                "type": "Other",
                                "name": "The Pushy Sailor",
                                "description": "As you sail past the nearby ship, you can hear the raucous shouts and hollers of its crew. They are attempting to gain your attention, waving their arms and shouting about their wares. But the more you listen, the more irritating their voices become. You start to get the feeling that these sailors are less interested in making an honest trade and more interested in getting their hands on your hard-earned coin. Best to keep your distance and avoid any unnecessary conflicts with these suspicious merchants.",
                                "discoveryModifiers": {
                                    "modifiers": {
                                        "decreasedSurveyInterval": 2
                                    },
                                    "moves": 10
                                }
                            },
                            {
                                "id": "melvorAoD:CornerOfDisappointment",
                                "coords": {
                                    "q": 0,
                                    "r": 0
                                },
                                "type": "Other",
                                "name": "The Corner of Disappointment",
                                "description": "You embark on a journey to the farthest reaches of the world, driven by the hope of discovering something truly exceptional. Alas, your quest yields nothing but disappointment and regret."
                            },
                            {
                                "id": "melvorAoD:MuckyCave",
                                "coords": {
                                    "q": 22,
                                    "r": 7
                                },
                                "type": "Other",
                                "name": "Mucky Cave",
                                "description": "You discover a dark, dimly lit cavern. The ground squelches under your feet, a sure sign of the moisture-laden terrain typical of this underground labyrinth. The air is thick with the scent of earth and something else, something curious that you can't quite place. Who knows what secrets you might unearth here?"
                            },
                            {
                                "id": "melvorAoD:Pyramid",
                                "coords": {
                                    "q": 16,
                                    "r": 5
                                },
                                "type": "Other",
                                "name": "Pyramid",
                                "description": "As you enter the pyramid, you see a small pool of water in the center. Raising the mystic water staff above your head, you begin to chant, channeling the essence of water. The water in the pool begins to glow faintly, and flows into intricately carved channels in the stonework. You hear the grinding of stone, and watch the inner chamber door slowly descend into the floor.\u003Cbr\u003EThrough the entryway lies a spacious circular chamber. The walls are adorned with vibrant murals depicting scenes from an ancient civilization. At the heart of the chamber lies a massive stone tablet, etched with inscriptions in a language from a bygone era. Lying at the foot of the tablet is a softly glowing, silver disc with similar glyphs. When you pick up the ancient relic, your eyes are unnaturally drawn to a mural depicting three locations.\u003Cbr\u003EYou get the strange feeling that the disc wants to be taken somewhere related to the mural. You take a sketch of it and stash it in your bag alongside the disc.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorAoD:Melantis_Clue_2",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Melantis_Clue_1"
                                        }
                                    ],
                                    "itemsWorn": [
                                        "melvorF:Mystic_Water_Staff",
                                        "melvorF:Water_Expert_Wizard_Hat",
                                        "melvorF:Water_Expert_Wizard_Robes",
                                        "melvorF:Water_Expert_Wizard_Bottoms",
                                        "melvorF:Water_Expert_Wizard_Boots"
                                    ],
                                    "showMarker": false
                                }
                            },
                            {
                                "id": "melvorAoD:MysteriousIsland",
                                "coords": {
                                    "q": 9,
                                    "r": 7
                                },
                                "type": "Other",
                                "name": "Mysterious Island",
                                "description": "Following the clues from the mural, you arrive on a mysterious island in the middle of a lake. The silver disc from the pyramid glows brighter as you enter a dense part of the forest, eventually guiding you to a hidden underground entrance. Hewn brown stone walls are illuminated by the disc as you make your way to a  circular chamber, much like the one in the pyramid. At its center is a stone dais, with a circular slot matching the shape of the disc. You place the disc in the slot, and begin to channel the power of water through the mystic staff once again. A section of the chamber’s walls open up, revealing a stone tablet emanating a faint blue glow.\u003Cbr\u003EAs you touch the tablet, you see a vision of the conflict between two ancient nations. Your head is filled with the knowledge of their language, as the visions flash forward in time. Near the end, you catch the glimpse of somewhere that appears to be in the present. You quickly sketch what you can remember from the vision and stash it in your bag.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorAoD:Melantis_Clue_3",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Melantis_Clue_2"
                                        },
                                        {
                                            "type": "CartographyPOIDiscovery",
                                            "worldMapID": "melvorAoD:Melvor",
                                            "poiIDs": [
                                                "melvorAoD:Pyramid"
                                            ]
                                        }
                                    ],
                                    "itemsWorn": [
                                        "melvorF:Mystic_Water_Staff",
                                        "melvorF:Water_Expert_Wizard_Hat",
                                        "melvorF:Water_Expert_Wizard_Robes",
                                        "melvorF:Water_Expert_Wizard_Bottoms",
                                        "melvorF:Water_Expert_Wizard_Boots"
                                    ],
                                    "showMarker": false
                                }
                            },
                            {
                                "id": "melvorAoD:RuinedSilverCity",
                                "coords": {
                                    "q": 1,
                                    "r": 15
                                },
                                "type": "Other",
                                "name": "Ruined Silver City",
                                "description": "After much searching, you finally discover the location from the vision. At first, it appears to be an ordinary-looking abandoned city. The silver disc and your water staff then begin to emit a radiant glow, revealing a shimmering barrier around the city. Curiously, you attempt to touch the barrier, but your hand passes right through.\u003Cbr\u003EYou step through the barrier and find yourself within a small, silver city, lying in ruins. Among the tattered remains is a mostly intact watchtower off in the distance. You rush towards it, hoping to unravel the mystery before you.\u003Cbr\u003EInside the watchtower, you discover a note inscribed in the same ancient language as the silver disc. This time however, you are able to decipher its meaning. The note speaks of how the city was under threat due to the ancient conflict, and that preserving the secrecy of their people’s knowledge was of utmost importance. To this end, the inhabitants chose to evacuate and retreat to a larger city in the south. The end of the note is strange, it appears to be some sort of poem. You can’t shake the feeling that it is more than mere poetry, so you translate it and put it into your bag.",
                                "discoveryRewards": {
                                    "items": [
                                        {
                                            "id": "melvorAoD:Melantis_Clue_4",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "hidden": {
                                    "requirements": [
                                        {
                                            "type": "ItemFound",
                                            "itemID": "melvorAoD:Melantis_Clue_3"
                                        },
                                        {
                                            "type": "CartographyPOIDiscovery",
                                            "worldMapID": "melvorAoD:Melvor",
                                            "poiIDs": [
                                                "melvorAoD:MysteriousIsland"
                                            ]
                                        }
                                    ],
                                    "itemsWorn": [
                                        "melvorF:Mystic_Water_Staff",
                                        "melvorF:Water_Expert_Wizard_Hat",
                                        "melvorF:Water_Expert_Wizard_Robes",
                                        "melvorF:Water_Expert_Wizard_Bottoms",
                                        "melvorF:Water_Expert_Wizard_Boots"
                                    ],
                                    "showMarker": false
                                }
                            }
                        ],
                        "masteryBonuses": [
                            {
                                "id": "melvorAoD:100",
                                "masteredHexes": 100,
                                "modifiers": {
                                    "increasedGlobalSkillXP": 5
                                },
                                "items": [
                                    {
                                        "id": "melvorF:Bank_Slot_Token",
                                        "quantity": 5
                                    }
                                ]
                            },
                            {
                                "id": "melvorAoD:200",
                                "masteredHexes": 200,
                                "modifiers": {
                                    "increasedGlobalMasteryXP": 5
                                },
                                "items": [
                                    {
                                        "id": "melvorF:Bank_Slot_Token",
                                        "quantity": 10
                                    }
                                ]
                            },
                            {
                                "id": "melvorAoD:300",
                                "masteredHexes": 300,
                                "items": [
                                    {
                                        "id": "melvorF:Bank_Slot_Token",
                                        "quantity": 25
                                    }
                                ]
                            },
                            {
                                "id": "melvorAoD:500",
                                "masteredHexes": 500,
                                "modifiers": {
                                    "increasedGPGlobal": 10
                                },
                                "items": [
                                    {
                                        "id": "melvorF:Bank_Slot_Token",
                                        "quantity": 15
                                    }
                                ]
                            },
                            {
                                "id": "melvorAoD:750",
                                "masteredHexes": 750,
                                "items": [
                                    {
                                        "id": "melvorF:Bank_Slot_Token",
                                        "quantity": 45
                                    }
                                ]
                            },
                            {
                                "id": "melvorAoD:944",
                                "masteredHexes": 944,
                                "modifiers": {
                                    "decreasedGlobalSkillIntervalPercent": 3,
                                    "decreasedAttackIntervalPercent": 3
                                },
                                "pets": [
                                    "melvorAoD:MapMasteryPet"
                                ]
                            }
                        ],
                        "hexes": [
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 0
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 75158
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 138308
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 246809
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 301976
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 199457
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 69131
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 15794
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2837
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1825
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 5279
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 12669
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 11
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    },
                                    {
                                        "type": "CartographyPOIDiscovery",
                                        "poiIDs": [
                                            "melvorAoD:PiratesTreasureTrails"
                                        ],
                                        "worldMapID": "melvorAoD:Melvor"
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17761
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 18295
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 14817
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 14
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9439
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6662
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5632
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5303
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5283
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5440
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5531
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5079
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4210
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 9091
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 49800
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 202461
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 26
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 487832
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 27
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 677453
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 28
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 574597
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 29
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 422007
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 157703
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 278467
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 897812
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 759062
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 149154
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 40378
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 7581
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1592
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2152
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 6119
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 12530
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 14800
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 13553
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9165
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6426
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5065
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4431
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4268
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 18
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4391
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4761
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4849
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4077
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4896
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 25763
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 136819
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 457679
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 26
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1834502
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 27
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1904757
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 28
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 647225
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 178130
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 303432
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1072811
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1044980
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 255641
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 79441
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 17704
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3177
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1027
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2136
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 5183
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 7725
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 7818
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 6112
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4886
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 3926
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2803
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2411
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2401
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 18
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2739
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 3570
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 5
                                    }
                                ],
                                "travelCost": {
                                    "gp": 3396
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2685
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 9914
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 66692
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 299085
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1718879
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 26
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2291968
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 27
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1868159
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 28
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 605940
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 343919
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1151777
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1281582
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 388937
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 150413
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 41184
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 8374
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1675
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1274
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3006
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 5596
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 6057
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4149
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2925
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2400
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1814
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1382
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 16
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1323
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1272
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1549
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 19
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1769
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1495
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2917
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 19671
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 112737
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 410593
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1704561
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 26
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1755131
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 27
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 563530
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 343258
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1094936
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 0
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1423377
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1254271
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 312708
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 104178
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 23087
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4238
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2321
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 7
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4596
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 8670
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 12264
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 8156
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4998
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3728
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2769
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 14
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1783
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1190
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 971
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 809
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 864
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 870
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1134
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4404
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 25195
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 112469
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 24
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 292877
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 415943
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 26
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 337018
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 27
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 232290
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 430246
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1348802
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1542913
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1202780
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 261339
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 69472
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 12984
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 5067
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 11123
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 18850
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 24112
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 20408
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 14394
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 13108
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 11022
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 7093
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2619
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1275
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 856
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 762
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 846
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 951
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1981
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 21
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5987
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 21165
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 64598
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 113191
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 122815
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 26
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 102441
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 387463
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 590554
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1702865
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 0
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1604079
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1047049
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 171091
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 38182
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 10746
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 20415
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 45694
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 55839
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 42580
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 34351
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 32481
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 35121
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 26249
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9451
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2762
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1256
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 16
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 993
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 990
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1075
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 19
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1571
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 3282
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5301
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 10318
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 19593
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 24
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 25413
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 25986
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 26
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 21049
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 665389
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2045291
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2050413
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1464385
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 297470
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 78542
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 20537
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 4
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 27920
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 73508
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 253908
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 7
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 94387
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 65742
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 9
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 62086
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 61525
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 129774
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 12
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 25927
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7347
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 14
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2025
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1112
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1006
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 17
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1056
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1265
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 19
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2136
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 3308
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3179
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 22
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3596
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4216
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4389
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4385
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 715233
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2142289
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2588201
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2076301
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 458776
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 141136
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 38717
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 30231
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 80916
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 337330
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 6
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 349575
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 118567
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 93827
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 183618
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 10
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 111441
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 11
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 31460
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10293
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2767
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1090
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 15
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 767
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 838
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 941
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 18
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1331
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2517
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2968
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3750
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3308
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1718
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1248
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 8,
                                    "r": 25
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1076
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 895379
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": -3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2578859
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2564181
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": -1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 711042
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 255669
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 72292
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 34883
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 64919
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 330460
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 432316
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 173073
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 121298
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 89457
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 9
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    },
                                    {
                                        "type": "CartographyPOIDiscovery",
                                        "poiIDs": [
                                            "melvorAoD:PiratesTreasureTrails"
                                        ],
                                        "worldMapID": "melvorAoD:Melvor"
                                    }
                                ],
                                "travelCost": {
                                    "gp": 101322
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 21915
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9355
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 12
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2842
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 13
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 954
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 14
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 541
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 15
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 491
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 544
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 708
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1428
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3061
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 6201
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 21
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 8786
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4956
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3055
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 9,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2878
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 696928
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2091166
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": -3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2562454
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2132780
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 505123
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 164102
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 55239
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 46515
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 115321
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 434014
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 463320
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 176646
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 115925
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 106559
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 19204
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6028
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2266
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 12
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 820
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 13
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 417
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 14
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 334
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 337
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 432
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 971
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2975
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 8177
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 16024
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 15202
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 22
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 12256
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 11879
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 10,
                                    "r": 24
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 11015
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 591876
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": -4
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1857535
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1955013
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1602909
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 329951
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 117611
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 52930
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 78806
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 367800
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 4
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 503857
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 493229
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 382378
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 184153
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28464
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6847
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1873
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 11
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 728
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 12
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 376
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 13
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 284
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 273
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 343
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 860
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 17
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3230
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 10226
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 25259
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 20
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 43646
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 49060
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 47476
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 11,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 42986
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 250911
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 391201
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 587275
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1386856
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 436392
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 179216
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 79940
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 63727
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 126856
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 455863
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 532794
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 492670
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 331823
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 57991
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 14042
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2991
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 10
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 863
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 11
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 395
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 12
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 279
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 13
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 260
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 313
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 15
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 818
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3689
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 13547
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 36796
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 81761
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 148044
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 162739
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 140542
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 12,
                                    "r": 23
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 126578
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 160602
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 284451
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": -4
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    },
                                    {
                                        "type": "CartographyPOIDiscovery",
                                        "poiIDs": [
                                            "melvorAoD:PiratesTreasureTrails"
                                        ],
                                        "worldMapID": "melvorAoD:Melvor"
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1051571
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 999351
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 239322
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 102061
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 65343
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 101569
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 360983
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 488181
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 521781
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 414481
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 6
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 190237
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28106
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6917
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 9
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1957
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 10
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 666
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 11
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 336
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 12
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 270
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 294
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 716
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3864
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 17763
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 57018
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 129233
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 19
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 263878
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 835063
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 357818
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 13,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 336483
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 84995
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 162141
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 339225
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 975360
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 292743
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 123950
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 64993
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 82584
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 125762
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 181862
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 489746
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 486931
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 291450
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 60025
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 20232
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 8
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 6977
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 9
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2287
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 10
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 754
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 11
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 377
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 310
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 13
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 569
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3373
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 19608
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 77995
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 201053
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 373982
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1189401
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1321159
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1244129
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 14,
                                    "r": 22
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1206754
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 182358
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 314030
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1042568
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": -4
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 427287
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 231586
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 95591
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 74972
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 100858
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 143640
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 215947
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 576094
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 4
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 529943
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 153814
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 68715
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 26359
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 8
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 8933
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 9
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2744
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 910
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 477
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 486
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2423
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 16970
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 84337
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 259333
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1062062
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 18
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1412755
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1591831
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1585781
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 15,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1466878
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 296803
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 388306
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1215916
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1319423
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1027180
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 234619
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 91072
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 87597
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 0
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 135350
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 223189
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 711763
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 844242
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 738360
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 210426
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 84712
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28744
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 8
                                },
                                "maxSurveyLevel": 1,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 8957
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2673
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1068
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 633
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1517
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 11251
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 66681
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 251256
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1152366
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1547097
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1690819
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1700235
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1589409
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 16,
                                    "r": 21
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 700787
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1047378
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1350319
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -6
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1545099
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1425668
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 949156
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 168927
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 79879
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 120755
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 242432
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 65
                                    }
                                ],
                                "travelCost": {
                                    "gp": 858202
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1208834
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1266962
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1022621
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 241752
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 6
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 78912
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 24258
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6914
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 9
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2264
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1190
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1184
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 12
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 5733
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 38998
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 178212
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1026458
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1526993
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 17
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1707222
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1704768
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1614973
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 17,
                                    "r": 20
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1474429
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 497682
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1306907
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1560195
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1543268
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1160678
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 250350
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 85990
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 89777
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 194696
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 881466
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1299056
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1504340
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1417876
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 973760
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 177592
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 6
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 52537
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 15152
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4862
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 10
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2341
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1963
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3043
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 15752
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 87562
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 315036
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1300727
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1607162
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1631625
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1467360
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1279752
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 18,
                                    "r": 20
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1215012
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 606151
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1480838
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1513661
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1199144
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 276826
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 91297
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 47527
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 50
                                    }
                                ],
                                "travelCost": {
                                    "gp": 99722
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": -1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 238915
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 0
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 987118
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1348172
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1484582
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1197716
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 278753
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 88557
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28446
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 10575
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 5390
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4551
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 4725
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 7109
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 34423
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 150901
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 851657
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1288629
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 16
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1442842
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1247817
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 418148
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 19,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 350043
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1007801
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 887104
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1555768
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -7
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1185739
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 278335
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 90322
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 27104
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 32588
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 85061
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 198670
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 369520
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1178143
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1215458
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 690722
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 127331
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 41701
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 18968
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 11043
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 8
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9941
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9739
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 8136
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 10915
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 43522
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 151622
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 314008
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 987055
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 16
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 967591
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 286846
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 170028
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 20,
                                    "r": 19
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 130271
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 5454408
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1159119
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1390899
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 294973
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 92006
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 21292
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 10852
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 24522
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 62419
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 132920
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 276638
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 904624
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 781097
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 167344
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 57749
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    },
                                    {
                                        "type": "CartographyPOIDiscovery",
                                        "poiIDs": [
                                            "melvorAoD:AbandonedVeinMine"
                                        ],
                                        "worldMapID": "melvorAoD:Melvor"
                                    }
                                ],
                                "travelCost": {
                                    "gp": 24642
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 6
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 15044
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 15498
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17025
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 15609
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 10
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10685
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 12177
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 37593
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 96191
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 191297
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 244617
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 184800
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 92397
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 21,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 51132
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 8273682
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6844130
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1215173
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 479550
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 133938
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -6
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 27335
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 6967
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 10712
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 24334
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 44067
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 89941
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 171892
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 423412
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 290351
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 61351
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 4
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    },
                                    {
                                        "type": "CartographyPOIDiscovery",
                                        "poiIDs": [
                                            "melvorAoD:OldMine"
                                        ],
                                        "worldMapID": "melvorAoD:Melvor"
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28073
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 16698
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 15577
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 7
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 19952
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 21065
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 9
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17935
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 11765
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 11
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 13487
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 36648
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 102237
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 172031
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 171895
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 101727
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 40298
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 22,
                                    "r": 18
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 16629
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9099264
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7268064
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1163559
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 388211
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 87255
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 16129
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 9521
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17900
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 25061
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 34979
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": -1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 56713
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 77518
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 74357
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 49164
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 27495
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 18852
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 15568
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 19655
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 22664
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 22182
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 18161
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 13852
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 30438
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 12
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "CartographyPOIDiscovery",
                                        "poiIDs": [
                                            "melvorAoD:FishermansEnclave"
                                        ],
                                        "worldMapID": "melvorAoD:Melvor"
                                    }
                                ],
                                "travelCost": {
                                    "gp": 118365
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 302206
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 14
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 421557
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 302902
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 123608
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 23,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 40284
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10257461
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9497558
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7369571
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1142097
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 365921
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 80866
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 19519
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17955
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 22006
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 24642
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28790
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": -1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 34560
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 0
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 36958
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 32681
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 23492
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 18273
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 14711
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17859
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 21579
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 22557
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 20754
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17276
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 26217
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 114452
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 410311
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1696164
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1696926
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 412781
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 131090
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 24,
                                    "r": 17
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 42556
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10426530
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9649104
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7382880
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1138103
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 363964
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 84412
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 27562
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 21785
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 21243
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 22845
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28521
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 34965
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 36857
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 31302
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 21591
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 15558
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 14996
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 19175
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 20391
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 18796
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 16194
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17309
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 66714
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 292488
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1693059
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2238606
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 14
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1695790
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 302638
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 25,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 96357
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10721822
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10518864
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9707280
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7387843
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1138357
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 366245
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 90607
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 30297
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 19204
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 16358
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 28053
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 53746
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 78596
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 78254
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 53902
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 32777
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 26205
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 25719
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 23376
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 16169
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 12022
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9711
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 21990
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 112376
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 408763
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1692620
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1693433
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 411581
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 130426
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 26,
                                    "r": 16
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 42283
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10742948
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10554831
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9713737
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7388670
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1138825
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 367981
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -7
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    },
                                    {
                                        "type": "CartographyPOIDiscovery",
                                        "poiIDs": [
                                            "melvorAoD:PiratesTreasureTrails"
                                        ],
                                        "worldMapID": "melvorAoD:Melvor"
                                    }
                                ],
                                "travelCost": {
                                    "gp": 91271
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 26574
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 12467
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 21957
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 72129
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 165495
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 225897
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 0
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 174262
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 1
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 100118
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 86701
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 91560
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 73926
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 37833
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 17561
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7938
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 6180
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 24718
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 111685
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 291661
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 408696
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 292458
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 117899
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 27,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 37612
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10792801
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10756989
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10566789
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9712076
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7381840
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1135654
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 364331
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 85707
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 18638
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 15182
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 63979
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 35
                                    }
                                ],
                                "travelCost": {
                                    "gp": 220870
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 895618
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 935006
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 299732
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 238873
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 312134
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 302280
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 175202
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 79250
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 20
                                    }
                                ],
                                "travelCost": {
                                    "gp": 24120
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 7
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 5922
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4378
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 19067
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 63652
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 111539
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 111646
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 64408
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 23038
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 28,
                                    "r": 15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 7417
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10794536
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10762486
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10562422
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9688558
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 7326192
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1113040
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 345445
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 72589
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 16133
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -5
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 37448
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 161642
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 935696
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1319141
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1242769
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 535028
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 661224
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1691805
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 615716
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 341591
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 122346
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 28436
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4871
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2704
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 8823
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 18929
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 23948
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 19028
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 9465
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 29,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3677
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -15
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10799472
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10793581
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10752191
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10499809
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 9477368
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6978658
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1010303
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 293081
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 57690
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 21740
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 79623
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 277134
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1223576
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1598052
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 830605
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2150782
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2503633
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2455236
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1882696
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 431404
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 131497
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 26050
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 3881
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1475
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2703
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4054
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 4062
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2735
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 1611
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 30,
                                    "r": 14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 649
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -15
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10799175
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -14
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10790895
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10721517
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 10338412
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 8978388
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 100
                                    }
                                ],
                                "travelCost": {
                                    "gp": 6016730
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 779914
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 202844
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 39547
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 36660
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 145342
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 410329
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 80
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1548625
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2060691
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2471485
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2887179
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 3003828
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 2
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 2711203
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 3
                                },
                                "maxSurveyLevel": 5,
                                "maxMasteryLevel": 5,
                                "requirements": [
                                    {
                                        "type": "SkillLevel",
                                        "skillID": "melvorAoD:Cartography",
                                        "level": 90
                                    }
                                ],
                                "travelCost": {
                                    "gp": 1846977
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 367572
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 5
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 97366
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 6
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 17119
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 7
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 2297
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 8
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 619
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 9
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 681
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 10
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 772
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 11
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 680
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 12
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 522
                                },
                                "isWater": true
                            },
                            {
                                "coordinates": {
                                    "q": 31,
                                    "r": 13
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 5,
                                "requirements": [],
                                "travelCost": {
                                    "gp": 389
                                },
                                "isWater": true
                            }
                        ]
                    },
                    {
                        "id": "melvorAoD:Lemvor",
                        "name": "Lemvor",
                        "bgTiles": {
                            "dimensions": {
                                "x": 2,
                                "y": 1
                            },
                            "tileSize": {
                                "x": 1289,
                                "y": 1834
                            },
                            "tilePath": "assets/media/skills/cartography/maps/lemvor/"
                        },
                        "worldSize": {
                            "x": 2578,
                            "y": 1834
                        },
                        "hexScale": {
                            "x": 206.18556701030928479667636565864086151123046875,
                            "y": 192.45008972987528750309138558804988861083984375
                        },
                        "hexBorderColour": "B7D249",
                        "activePOIBorderColour": "FF7BEE",
                        "origin": {
                            "x": 206.18556701030928479667636565864086151123046875,
                            "y": 166.66666666666668561447295360267162322998046875
                        },
                        "startingLocation": {
                            "q": 1,
                            "r": 1
                        },
                        "fastTravelGroups": [],
                        "pointsOfInterest": [],
                        "masteryBonuses": [],
                        "hexes": [
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 3
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 0,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 3
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 1,
                                    "r": 4
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 2,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 3,
                                    "r": 3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 4,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 5,
                                    "r": 2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 3
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 6,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 3
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": -3
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 3
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": -2
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": -1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 0
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 2
                                        }
                                    ]
                                },
                                "isWater": false
                            },
                            {
                                "coordinates": {
                                    "q": 7,
                                    "r": 1
                                },
                                "maxSurveyLevel": 2,
                                "maxMasteryLevel": 2,
                                "requirements": [],
                                "travelCost": {
                                    "items": [
                                        {
                                            "id": "melvorD:Lemon",
                                            "quantity": 1
                                        }
                                    ]
                                },
                                "isWater": false
                            }
                        ]
                    }
                ],
                "mapPortals": [
                    {
                        "portalA": {
                            "id": "melvorAoD:LemvorPortal",
                            "coords": {
                                "q": 6,
                                "r": 9
                            },
                            "name": "Portal to Lemvor",
                            "description": "A mysterious gateway with a yellow glow stands in front of you.",
                            "originWorldMap": "melvorAoD:Melvor",
                            "hidden": {
                                "requirements": [
                                    {
                                        "type": "ItemFound",
                                        "itemID": "melvorD:Lemon"
                                    }
                                ],
                                "itemsWorn": [
                                    "melvorD:Cool_Glasses"
                                ],
                                "showMarker": true
                            }
                        },
                        "portalB": {
                            "id": "melvorAoD:MelvorPortal",
                            "coords": {
                                "q": 1,
                                "r": 1
                            },
                            "name": "Portal to Melvor",
                            "description": "As you step through the strange gateway, you're greeted by an overwhelming scent of citrus. Before your eyes is a vast, pale-yellow ocean. You cautiously take a sip of the \"water\". It's Lemonade! Looking back through the gateway, you see the familiar lands of Melvor within.",
                            "originWorldMap": "melvorAoD:Lemvor",
                            "discoveryRewards": {
                                "items": [
                                    {
                                        "id": "melvorD:Lemonade",
                                        "quantity": 69
                                    }
                                ]
                            }
                        }
                    }
                ],
                "travelEvents": [
                    {
                        "id": "melvorAoD:Event0",
                        "weight": 100,
                        "description": "On a tranquil day at an island, you choose to indulge in a refreshing swim at the beach. While venturing further into the water, you spot a radiant glow beneath you. As you dive and approach the luminous object, your excitement builds. It's not just one lemon, but an entire abundance of them!",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorD:Lemon",
                                    "quantity": 3
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event1",
                        "weight": 50,
                        "description": "You stumble upon some mischievous monkeys. Thinking they were up for some fun, they snatch the lemons from your pocket. As you chase after them, they hurl the lemons back at you with deadly precision, turning your head into a bullseye. You regain consciousness later with a pounding headache and zero lemons.",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorD:Lemon",
                                    "quantity": 0
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event2",
                        "weight": 20,
                        "description": "Surprise! It's your birthday! You gain 1 lemon for each friend on your ship to celebrate with.",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorD:Lemon",
                                    "quantity": 0
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event3",
                        "weight": 100,
                        "description": "You have discovered an oddly shaped rock formation. As you get closer to the formation, you realize there's a hidden area behind it! Searching this area behind it, you notice a golden chest! Hoping for something extremely rare,  you instead find a lemon.",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorD:Lemon",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event4",
                        "weight": 20,
                        "description": "You stare out into the distance. The sea is a deep blue and the sky is a bright, crisp white. The sun is shining and there is a gentle breeze blowing. You can see broken planks and materials floating in the water. Upon closer inspection, you spot a Message in the Bottle floating. There’s some sort of map inside! It looks old and tattered, but you can still make out the details. This is leading me to a secret location!",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorAoD:Treasure_Map",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event5",
                        "weight": 20,
                        "description": "While exploring a tiny island, you stumble upon a serene lake glistening under the sunlight. Something catches your eye! A shimmering key resting at the sandy bottom. As you retrieve the cool, intricate golden key, excitement bubbles within you, wondering what it may unlock on your adventure ahead.",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorAoD:Special_Key",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event6",
                        "weight": 20,
                        "description": "Venturing far out at sea, an unfamiliar island catches your eye. Docking and exploring its shores, a sense of deja vu washes over you. This is the very same place marked on a treasure map! Curiosity leads you deeper into the jungle, only to find an underwhelming scene. Undeterred, you dig into the ground, and with an unexpected thud, you uncover a gleaming Golden Goblin Statue!",
                        "itemsRequired": [
                            {
                                "id": "melvorAoD:Treasure_Map",
                                "quantity": 1
                            }
                        ],
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorAoD:Golden_Golbin_Statue",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event7",
                        "weight": 20,
                        "description": "While sailing on calm waters, you stumble upon a magnificent sight that seems to be a colossal golden crate floating in the water. Its surface mirrors the vivid sky above, radiating a captivating glow. You can't help but feel excited at the prospect of what might be inside.",
                        "itemsRequired": [
                            {
                                "id": "melvorAoD:Special_Key",
                                "quantity": 1
                            }
                        ],
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorAoD:Golden_Crate",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event8",
                        "weight": 100,
                        "description": "You found a Lemon floating in the sea, but it might be fake. You decide to grab it anyway due to your Lemon fetish.",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorD:Lemon",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event10",
                        "weight": 30,
                        "description": "As you stumble upon a wandering gambling ship, curiosity gets the best of you as you decide to test your luck at a daring game of lemon roulette. Against all odds, fortune favors you, and you emerge victorious, claiming an incredible prize.",
                        "rewards": {
                            "items": [
                                {
                                    "id": "melvorD:Lemon",
                                    "quantity": 10
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Event12",
                        "weight": 75,
                        "description": "Navigating through dense fog, you find yourself at the mercy of uncertain winds, making it increasingly challenging to steer your ship. ",
                        "tempBonuses": {
                            "decreasedSurveyRange": 1
                        }
                    },
                    {
                        "id": "melvorAoD:Event13",
                        "weight": 50,
                        "description": "Suddenly, a menacing fleet of pirates spots your presence, hungering for a battle. With remarkable skill, you engage in a fierce skirmish, emerging victorious while sustaining minor damages to your ship. Now, before setting off on your next adventure, you must repair your vessel.",
                        "tempBonuses": {
                            "increasedHexTravelCost": 10
                        }
                    },
                    {
                        "id": "melvorAoD:Event14",
                        "weight": 15,
                        "description": "A small fleet of bloodthirsty pirates spots your ship, eager for a confrontation. Engaging in a fierce battle, you narrowly escape with sheer luck and your vessel suffers significant damages. Before venturing further you must invest resources to repair your ship. ",
                        "tempBonuses": {
                            "increasedHexTravelCost": 20
                        }
                    },
                    {
                        "id": "melvorAoD:Event15",
                        "weight": 30,
                        "description": "You notice a speck on the horizon, gradually revealing itself as a merchant vessel. They extend a warm welcome, inviting you aboard their ship. The captain's jovial nature and the crew's friendly hospitality create an atmosphere of camaraderie. Engrossed in conversation and tales of their adventures, you join them for a delightful dinner before retiring to your own quarters. With fond memories, you bid farewell to your newfound friends in the morning, setting sail once more on your ongoing journey.",
                        "tempBonuses": {
                            "decreasedHexTravelCost": 15
                        }
                    },
                    {
                        "id": "melvorAoD:Event16",
                        "weight": 30,
                        "description": "While navigating through the dense fog, you come across a looming ship emerging from the mist. Noticing the flag of a seemingly friendly vessel, you attempt to establish contact. Alas, no response is received, prompting you to cautiously approach for further investigation. However, the unexpected presence of pirates on their deck turns the situation into a harrowing encounter. Swiftly, you change course and flee, narrowly escaping their plundering assault. Fortunately, your ship endures only minor damage from the perilous chase.",
                        "tempBonuses": {
                            "increasedHexTravelCost": 10
                        }
                    },
                    {
                        "id": "melvorAoD:Event17",
                        "weight": 40,
                        "description": "Today, the wind becomes your ally, propelling your ship effortlessly in the very direction you intended to sail.",
                        "tempBonuses": {
                            "decreasedHexTravelCost": 10
                        }
                    },
                    {
                        "id": "melvorAoD:Event18",
                        "weight": 20,
                        "description": "Fortune smiles upon you as a strong wind surges in your favor, propelling your ship with greater speed along the intended course. ",
                        "tempBonuses": {
                            "decreasedHexTravelCost": 20
                        }
                    },
                    {
                        "id": "melvorAoD:Event19",
                        "weight": 30,
                        "description": "Casting your gaze upon the sea, you spot a mysterious object floating in the distance, which turns out to be a colossal shipwreck. Collecting scattered materials hastily, you make a swift exit before encountering the lurking danger responsible.",
                        "tempBonuses": {
                            "decreasedHexTravelCost": 15
                        }
                    },
                    {
                        "id": "melvorAoD:Event20",
                        "weight": 60,
                        "description": "As you encounter an island teeming with seemingly friendly monkeys, your misconception shatters when they cunningly snatch away portions of your precious ship's food supply.",
                        "tempBonuses": {
                            "increasedHexTravelCost": 5
                        }
                    },
                    {
                        "id": "melvorAoD:Event21",
                        "weight": 65,
                        "description": "Exploring a small island, you stumble upon a bountiful array of plants adorned with delectable fruits, ready to satisfy your hunger.",
                        "tempBonuses": {
                            "decreasedHexTravelCost": 5
                        }
                    },
                    {
                        "id": "melvorAoD:Event22",
                        "weight": 150,
                        "description": "On a regular and brilliantly clear day, you seize the perfect opportunity to survey your surroundings for any nearby locations.",
                        "tempBonuses": {
                            "increasedSightRange": 1,
                            "increasedSurveyRange": 1
                        }
                    }
                ],
                "refinementSlotCosts": [
                    {
                        "gp": 1000
                    },
                    {
                        "gp": 50000
                    },
                    {
                        "gp": 500000
                    },
                    {
                        "gp": 5000000
                    },
                    {
                        "gp": 5000000
                    },
                    {
                        "gp": 5000000
                    }
                ],
                "refinementModifiers": [
                    [
                        {
                            "key": "decreasedTinyArtefactValue",
                            "value": 5
                        },
                        {
                            "key": "decreasedSmallArtefactValue",
                            "value": 5
                        },
                        {
                            "key": "decreasedMediumArtefactValue",
                            "value": 5
                        },
                        {
                            "key": "decreasedLargeArtefactValue",
                            "value": 5
                        }
                    ],
                    [
                        {
                            "key": "increasedChanceToDoubleItemsSkill",
                            "values": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 3
                                }
                            ]
                        },
                        {
                            "key": "increasedChanceToPreserveMapCharges",
                            "value": 3
                        },
                        {
                            "key": "increasedSkillXP",
                            "values": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 3
                                }
                            ]
                        },
                        {
                            "key": "increasedMasteryXP",
                            "values": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 3
                                }
                            ]
                        }
                    ],
                    [
                        {
                            "key": "decreasedTinyArtefactValue",
                            "value": 5
                        },
                        {
                            "key": "decreasedSmallArtefactValue",
                            "value": 5
                        },
                        {
                            "key": "decreasedMediumArtefactValue",
                            "value": 5
                        },
                        {
                            "key": "decreasedLargeArtefactValue",
                            "value": 5
                        }
                    ],
                    [
                        {
                            "key": "increasedDigSiteMapCharges",
                            "value": 2500
                        },
                        {
                            "key": "decreasedSkillIntervalPercent",
                            "values": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 10
                                }
                            ]
                        }
                    ],
                    [
                        {
                            "key": "increasedChanceToDoubleItemsSkill",
                            "values": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 5
                                }
                            ]
                        },
                        {
                            "key": "increasedChanceToPreserveMapCharges",
                            "value": 5
                        },
                        {
                            "key": "increasedSkillXP",
                            "values": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 4
                                }
                            ]
                        },
                        {
                            "key": "increasedMasteryXP",
                            "values": [
                                {
                                    "skillID": "melvorAoD:Archaeology",
                                    "value": 4
                                }
                            ]
                        }
                    ],
                    [
                        {
                            "key": "increasedMinimumItemsFoundInArchaeology",
                            "value": 1
                        },
                        {
                            "key": "doubleConsumablesArchaeology",
                            "value": 1
                        },
                        {
                            "key": "increasedArchaeologyCommonItemSkillXP",
                            "value": 15
                        }
                    ]
                ],
                "paperRecipes": [
                    {
                        "id": "melvorAoD:Paper_Normal_Logs",
                        "baseExperience": 2,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 2,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Normal_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Oak_Logs",
                        "baseExperience": 2,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 2,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Oak_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Willow_Logs",
                        "baseExperience": 4,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 4,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Willow_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Teak_Logs",
                        "baseExperience": 5,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 5,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Teak_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Unholy_Logs",
                        "baseExperience": 5,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 5,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorAoD:Unholy_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Maple_Logs",
                        "baseExperience": 6,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 6,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Maple_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Mahogany_Logs",
                        "baseExperience": 7,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 7,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Mahogany_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Yew_Logs",
                        "baseExperience": 7,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 7,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Yew_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Cursed_Logs",
                        "baseExperience": 8,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 8,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorAoD:Cursed_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Magic_Logs",
                        "baseExperience": 9,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 9,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Magic_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    },
                    {
                        "id": "melvorAoD:Paper_Redwood_Logs",
                        "baseExperience": 10,
                        "level": 1,
                        "productId": "melvorAoD:Paper",
                        "baseQuantity": 10,
                        "costs": {
                            "items": [
                                {
                                    "id": "melvorD:Redwood_Logs",
                                    "quantity": 1
                                }
                            ]
                        }
                    }
                ],
                "completedAncientRelic": "melvorAoD:CartographyRelic6",
                "ancientRelics": [
                    {
                        "relicID": "melvorAoD:CartographyRelic1",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CartographyRelic2",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CartographyRelic3",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CartographyRelic4",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    },
                    {
                        "relicID": "melvorAoD:CartographyRelic5",
                        "requirements": [],
                        "chance": {
                            "type": "Fixed",
                            "chance": 0.0005000000000000000104083408558608425664715468883514404296875
                        }
                    }
                ],
                "pets": [
                    "melvorAoD:Skye"
                ],
                "name": "Cartography"
            }
        }
    ],
    "bankSortOrder": [
        "melvorD:Normal_Logs",
        "melvorD:Oak_Logs",
        "melvorD:Willow_Logs",
        "melvorD:Teak_Logs",
        "melvorAoD:Unholy_Logs",
        "melvorD:Maple_Logs",
        "melvorD:Mahogany_Logs",
        "melvorD:Yew_Logs",
        "melvorAoD:Cursed_Logs",
        "melvorD:Magic_Logs",
        "melvorD:Redwood_Logs",
        "melvorTotH:Spruce_Logs",
        "melvorTotH:Hornbeam_Logs",
        "melvorTotH:Grove_Logs",
        "melvorTotH:Linden_Logs",
        "melvorTotH:Elderwood_Logs",
        "melvorTotH:Red_Oak_Logs",
        "melvorTotH:Revenant_Logs",
        "melvorTotH:Mystic_Logs",
        "melvorTotH:Carrion_Logs",
        "melvorF:Ash",
        "melvorTotH:Charcoal",
        "melvorD:Generous_Fire_Spirit",
        "melvorD:Raw_Shrimp",
        "melvorD:Raw_Sardine",
        "melvorD:Raw_Blowfish",
        "melvorD:Raw_Herring",
        "melvorD:Raw_Seahorse",
        "melvorD:Raw_Trout",
        "melvorD:Leaping_Trout",
        "melvorD:Raw_Poison_Fish",
        "melvorD:Raw_Salmon",
        "melvorD:Leaping_Salmon",
        "melvorD:Raw_Lobster",
        "melvorD:Raw_Skeleton_Fish",
        "melvorD:Raw_Swordfish",
        "melvorD:Raw_Anglerfish",
        "melvorD:Raw_Fanfish",
        "melvorD:Raw_Crab",
        "melvorD:Raw_Carp",
        "melvorD:Raw_Shark",
        "melvorD:Leaping_Broad_Fish",
        "melvorD:Raw_Cave_Fish",
        "melvorD:Raw_Magic_Fish",
        "melvorD:Raw_Manta_Ray",
        "melvorD:Raw_Whale",
        "melvorTotH:Raw_Lava_Fish",
        "melvorTotH:Raw_Spike_Fish",
        "melvorTotH:Raw_Rockfish",
        "melvorTotH:Raw_Blue_Crab",
        "melvorTotH:Raw_Magma_Fish",
        "melvorTotH:Raw_Large_Blowfish",
        "melvorTotH:Raw_Static_Jellyfish",
        "melvorTotH:Raw_Frost_Crab",
        "melvorTotH:Raw_Magma_Eel",
        "melvorTotH:Raw_Frozen_Manta_Ray",
        "melvorTotH:Raw_Ghost_Fish",
        "melvorTotH:Raw_Mystic_Seahorse",
        "melvorTotH:Raw_Terrorfish",
        "melvorTotH:Raw_Mystic_Shark",
        "melvorD:Shrimp",
        "melvorD:Beef",
        "melvorD:Sardine",
        "melvorD:Herring",
        "melvorD:Seahorse",
        "melvorD:Trout",
        "melvorD:Salmon",
        "melvorD:Lobster",
        "melvorD:Swordfish",
        "melvorD:Anglerfish",
        "melvorD:Fanfish",
        "melvorD:Crab",
        "melvorD:Carp",
        "melvorD:Shark",
        "melvorD:Cave_Fish",
        "melvorD:Manta_Ray",
        "melvorD:Whale",
        "melvorTotH:Lava_Fish",
        "melvorTotH:Blue_Crab",
        "melvorTotH:Magma_Fish",
        "melvorTotH:Static_Jellyfish",
        "melvorTotH:Frost_Crab",
        "melvorTotH:Magma_Eel",
        "melvorTotH:Frozen_Manta_Ray",
        "melvorTotH:Terrorfish",
        "melvorTotH:Mystic_Shark",
        "melvorD:Shrimp_Perfect",
        "melvorD:Beef_Perfect",
        "melvorD:Sardine_Perfect",
        "melvorD:Herring_Perfect",
        "melvorD:Seahorse_Perfect",
        "melvorD:Trout_Perfect",
        "melvorD:Salmon_Perfect",
        "melvorD:Lobster_Perfect",
        "melvorD:Swordfish_Perfect",
        "melvorD:Anglerfish_Perfect",
        "melvorD:Fanfish_Perfect",
        "melvorD:Crab_Perfect",
        "melvorD:Carp_Perfect",
        "melvorD:Shark_Perfect",
        "melvorD:Cave_Fish_Perfect",
        "melvorD:Manta_Ray_Perfect",
        "melvorD:Whale_Perfect",
        "melvorTotH:Lava_Fish_Perfect",
        "melvorTotH:Blue_Crab_Perfect",
        "melvorTotH:Magma_Fish_Perfect",
        "melvorTotH:Static_Jellyfish_Perfect",
        "melvorTotH:Frost_Crab_Perfect",
        "melvorTotH:Magma_Eel_Perfect",
        "melvorTotH:Frozen_Manta_Ray_Perfect",
        "melvorTotH:Terrorfish_Perfect",
        "melvorTotH:Mystic_Shark_Perfect",
        "melvorD:Bread",
        "melvorD:Chicken",
        "melvorD:Plain_Pizza_Slice",
        "melvorD:Beef_Pie",
        "melvorD:Meat_Pizza_Slice",
        "melvorD:Strawberry_Cupcake",
        "melvorD:Cherry_Cupcake",
        "melvorF:Apple_Pie",
        "melvorD:Strawberry_Cake",
        "melvorD:Carrot_Cake",
        "melvorTotH:Banana_Bread",
        "melvorTotH:Spicy_Chicken_Pizza",
        "melvorTotH:Sandwich",
        "melvorTotH:Fancy_Meat_Pizza",
        "melvorTotH:Starfruit_Cake",
        "melvorD:Bread_Perfect",
        "melvorD:Chicken_Perfect",
        "melvorD:Plain_Pizza_Slice_Perfect",
        "melvorD:Beef_Pie_Perfect",
        "melvorD:Meat_Pizza_Slice_Perfect",
        "melvorD:Strawberry_Cupcake_Perfect",
        "melvorD:Cherry_Cupcake_Perfect",
        "melvorF:Apple_Pie_Perfect",
        "melvorD:Strawberry_Cake_Perfect",
        "melvorD:Carrot_Cake_Perfect",
        "melvorTotH:Banana_Bread_Perfect",
        "melvorTotH:Spicy_Chicken_Pizza_Perfect",
        "melvorTotH:Sandwich_Perfect",
        "melvorTotH:Fancy_Meat_Pizza_Perfect",
        "melvorTotH:Starfruit_Cake_Perfect",
        "melvorD:Basic_Soup",
        "melvorD:Hearty_Soup",
        "melvorD:Cream_Corn_Soup",
        "melvorD:Chicken_Soup",
        "melvorTotH:Mushroom_Soup",
        "melvorTotH:Beef_Mushroom_Stew",
        "melvorTotH:Pumpkin_Soup",
        "melvorTotH:Spicy_Shrimp_Soup",
        "melvorTotH:Chicken_Cream_Mushroom_Soup",
        "melvorTotH:Chilli_Frost_Crab",
        "melvorD:Basic_Soup_Perfect",
        "melvorD:Hearty_Soup_Perfect",
        "melvorD:Cream_Corn_Soup_Perfect",
        "melvorD:Chicken_Soup_Perfect",
        "melvorTotH:Mushroom_Soup_Perfect",
        "melvorTotH:Beef_Mushroom_Stew_Perfect",
        "melvorTotH:Pumpkin_Soup_Perfect",
        "melvorTotH:Spicy_Shrimp_Soup_Perfect",
        "melvorTotH:Chicken_Cream_Mushroom_Soup_Perfect",
        "melvorTotH:Chilli_Frost_Crab_Perfect",
        "melvorD:Burnt_Shrimp",
        "melvorD:Burnt_Sardine",
        "melvorD:Burnt_Herring",
        "melvorD:Burnt_Seahorse",
        "melvorD:Burnt_Trout",
        "melvorD:Burnt_Salmon",
        "melvorD:Burnt_Lobster",
        "melvorD:Burnt_Swordfish",
        "melvorD:Burnt_Anglerfish",
        "melvorD:Burnt_Fanfish",
        "melvorD:Burnt_Crab",
        "melvorD:Burnt_Carp",
        "melvorD:Burnt_Shark",
        "melvorD:Burnt_Cave_Fish",
        "melvorD:Burnt_Manta_Ray",
        "melvorD:Burnt_Whale",
        "melvorD:Copper_Ore",
        "melvorD:Tin_Ore",
        "melvorD:Iron_Ore",
        "melvorD:Coal_Ore",
        "melvorD:Silver_Ore",
        "melvorD:Gold_Ore",
        "melvorAoD:Crystal",
        "melvorD:Mithril_Ore",
        "melvorAoD:Aranite_Ore",
        "melvorD:Adamantite_Ore",
        "melvorD:Runite_Ore",
        "melvorAoD:Pure_Crystal",
        "melvorAoD:Darksteel_Ore",
        "melvorD:Dragonite_Ore",
        "melvorTotH:Corundumite_Ore",
        "melvorTotH:Iridium_Ore",
        "melvorTotH:Palladium_Ore",
        "melvorTotH:Augite_Ore",
        "melvorTotH:Meteorite_Ore",
        "melvorTotH:Divinite_Ore",
        "melvorD:Bronze_Bar",
        "melvorD:Iron_Bar",
        "melvorD:Steel_Bar",
        "melvorD:Silver_Bar",
        "melvorD:Gold_Bar",
        "melvorAoD:Refined_Crystal",
        "melvorD:Mithril_Bar",
        "melvorAoD:Aranite_Bar",
        "melvorD:Adamantite_Bar",
        "melvorD:Runite_Bar",
        "melvorAoD:Refined_Pure_Crystal",
        "melvorAoD:Darksteel_Bar",
        "melvorD:Dragonite_Bar",
        "melvorAoD:Imbued_Bronze_Bar",
        "melvorAoD:Imbued_Iron_Bar",
        "melvorAoD:Imbued_Steel_Bar",
        "melvorAoD:Imbued_Mithril_Bar",
        "melvorAoD:Imbued_Adamantite_Bar",
        "melvorAoD:Imbued_Runite_Bar",
        "melvorAoD:Imbued_Dragonite_Bar",
        "melvorTotH:Corundumite_Bar",
        "melvorTotH:Iridium_Bar",
        "melvorTotH:Palladium_Bar",
        "melvorTotH:Augite_Bar",
        "melvorTotH:Meteorite_Bar",
        "melvorTotH:Divinite_Bar",
        "melvorD:Bronze_Dagger",
        "melvorD:Bronze_Sword",
        "melvorD:Bronze_Scimitar",
        "melvorD:Bronze_Battleaxe",
        "melvorD:Bronze_2H_Sword",
        "melvorD:Iron_Dagger",
        "melvorD:Iron_Sword",
        "melvorD:Iron_Scimitar",
        "melvorD:Iron_Battleaxe",
        "melvorD:Iron_2H_Sword",
        "melvorD:Steel_Dagger",
        "melvorD:Steel_Sword",
        "melvorD:Steel_Scimitar",
        "melvorD:Steel_Battleaxe",
        "melvorD:Steel_2H_Sword",
        "melvorD:Black_Dagger",
        "melvorD:Black_Sword",
        "melvorD:Black_Scimitar",
        "melvorD:Black_Battleaxe",
        "melvorD:Black_2H_Sword",
        "melvorD:Mithril_Dagger",
        "melvorD:Mithril_Sword",
        "melvorD:Mithril_Scimitar",
        "melvorD:Mithril_Battleaxe",
        "melvorD:Mithril_2H_Sword",
        "melvorAoD:Crystal_Twin_Blades",
        "melvorAoD:Crystal_2H_Hammer",
        "melvorD:Adamant_Dagger",
        "melvorD:Adamant_Sword",
        "melvorD:Adamant_Scimitar",
        "melvorD:Adamant_Battleaxe",
        "melvorD:Adamant_2H_Sword",
        "melvorD:Ice_Dagger",
        "melvorD:Ice_Sword",
        "melvorD:Ice_Battleaxe",
        "melvorD:Ice_2h_Sword",
        "melvorD:Rune_Dagger",
        "melvorD:Rune_Sword",
        "melvorD:Rune_Scimitar",
        "melvorD:Rune_Battleaxe",
        "melvorD:Rune_2H_Sword",
        "melvorAoD:Rune_Mallet",
        "melvorAoD:Rune_Claw",
        "melvorD:Dragon_Dagger",
        "melvorD:Dragon_Sword",
        "melvorD:Dragon_Scimitar",
        "melvorD:Dragon_Battleaxe",
        "melvorD:Dragon_2H_Sword",
        "melvorF:Dragon_Claw_Fragment",
        "melvorF:Dragon_Claw",
        "melvorAoD:Pure_Crystal_2H_Spear",
        "melvorAoD:Pure_Crystal_2H_Axe",
        "melvorD:Sunset_Rapier",
        "melvorD:Ancient_Sword",
        "melvorF:Ancient_2H_Sword",
        "melvorF:Ancient_Claw_Fragment",
        "melvorF:Ancient_Claw",
        "melvorF:Infernal_Core",
        "melvorF:Infernal_Claw",
        "melvorAoD:Basic_2H_Sword",
        "melvorAoD:Sacrificial_Dagger",
        "melvorAoD:Stone_Hammer",
        "melvorAoD:Aranite_2H_Blade",
        "melvorAoD:Magical_Broomstick",
        "melvorAoD:Granite_Mace",
        "melvorAoD:Familiar_2H_Sword",
        "melvorF:Miolite_Sceptre",
        "melvorF:Sanguine_Blade",
        "melvorD:Elerine_Spear",
        "melvorAoD:Unholy_2H_Sword",
        "melvorF:Desert_Sabre",
        "melvorF:Poisoned_Dagger",
        "melvorF:War_Axe",
        "melvorAoD:Cursed_2H_Sword",
        "melvorF:Warberd",
        "melvorAoD:Pirate_Captains_Sword",
        "melvorAoD:Water_Sceptre",
        "melvorF:Darksteel_Dagger",
        "melvorAoD:Ghost_Scimitar",
        "melvorAoD:Darksteel_2H_SWord",
        "melvorF:Twin_Exiles",
        "melvorF:Aeris_Godsword",
        "melvorF:Glacia_Godsword",
        "melvorF:Terran_Godsword",
        "melvorF:Ragnar_Godsword",
        "melvorF:Ultima_Godsword",
        "melvorF:Big_Ron",
        "melvorF:Tidal_Edge_Fragment",
        "melvorF:Tidal_Edge",
        "melvorAoD:Hasty_Trident",
        "melvorTotH:Corundum_Dagger",
        "melvorTotH:Corundum_Sword",
        "melvorTotH:Corundum_Scimitar",
        "melvorTotH:Corundum_Battleaxe",
        "melvorTotH:Corundum_2H_Sword",
        "melvorTotH:Augite_Dagger",
        "melvorTotH:Augite_Sword",
        "melvorTotH:Augite_Scimitar",
        "melvorTotH:Augite_Battleaxe",
        "melvorTotH:Augite_2H_Sword",
        "melvorTotH:Meteorite_2H_Sword",
        "melvorTotH:Divine_Dagger",
        "melvorTotH:Divine_Sword",
        "melvorTotH:Divine_Scimitar",
        "melvorTotH:Divine_Battleaxe",
        "melvorTotH:Divine_2H_Sword",
        "melvorTotH:Heated_Fury_2H_Hammer",
        "melvorTotH:Spectral_Ice_Sword_Shard",
        "melvorTotH:Spectral_Ice_Sword",
        "melvorTotH:Lightning_Strike_1H_Sword",
        "melvorTotH:FrostSpark_1H_Sword",
        "melvorTotH:Royal_Toxins_Spear",
        "melvorTotH:Ethereal_Greataxe",
        "melvorTotH:Agile_Wings_Rapier_Shard",
        "melvorTotH:Agile_Wings_Rapier",
        "melvorD:Bronze_Gloves",
        "melvorD:Bronze_Helmet",
        "melvorD:Bronze_Boots",
        "melvorD:Bronze_Platelegs",
        "melvorD:Bronze_Platebody",
        "melvorD:Bronze_Shield",
        "melvorD:Bronze_Helmet_T_S",
        "melvorD:Bronze_Boots_T_S",
        "melvorD:Bronze_Platelegs_T_S",
        "melvorD:Bronze_Platebody_T_S",
        "melvorD:Bronze_Shield_T_S",
        "melvorD:Bronze_Helmet_T_G",
        "melvorD:Bronze_Boots_T_G",
        "melvorD:Bronze_Platelegs_T_G",
        "melvorD:Bronze_Platebody_T_G",
        "melvorD:Bronze_Shield_T_G",
        "melvorAoD:Bronze_Helmet_T_B",
        "melvorAoD:Bronze_Platelegs_T_B",
        "melvorAoD:Bronze_Platebody_T_B",
        "melvorD:Iron_Gloves",
        "melvorD:Iron_Helmet",
        "melvorD:Iron_Boots",
        "melvorD:Iron_Platelegs",
        "melvorD:Iron_Platebody",
        "melvorD:Iron_Shield",
        "melvorD:Iron_Helmet_T_S",
        "melvorD:Iron_Boots_T_S",
        "melvorD:Iron_Platelegs_T_S",
        "melvorD:Iron_Platebody_T_S",
        "melvorD:Iron_Shield_T_S",
        "melvorD:Iron_Helmet_T_G",
        "melvorD:Iron_Boots_T_G",
        "melvorD:Iron_Platelegs_T_G",
        "melvorD:Iron_Platebody_T_G",
        "melvorD:Iron_Shield_T_G",
        "melvorAoD:Iron_Helmet_T_B",
        "melvorAoD:Iron_Platelegs_T_B",
        "melvorAoD:Iron_Platebody_T_B",
        "melvorD:Steel_Gloves",
        "melvorD:Steel_Helmet",
        "melvorD:Steel_Boots",
        "melvorD:Steel_Platelegs",
        "melvorD:Steel_Platebody",
        "melvorD:Steel_Shield",
        "melvorD:Steel_Helmet_T_S",
        "melvorD:Steel_Boots_T_S",
        "melvorD:Steel_Platelegs_T_S",
        "melvorD:Steel_Platebody_T_S",
        "melvorD:Steel_Shield_T_S",
        "melvorD:Steel_Helmet_T_G",
        "melvorD:Steel_Boots_T_G",
        "melvorD:Steel_Platelegs_T_G",
        "melvorD:Steel_Platebody_T_G",
        "melvorD:Steel_Shield_T_G",
        "melvorAoD:Steel_Helmet_T_B",
        "melvorAoD:Steel_Platelegs_T_B",
        "melvorAoD:Steel_Platebody_T_B",
        "melvorD:Black_Helmet",
        "melvorD:Black_Boots",
        "melvorD:Black_Platelegs",
        "melvorD:Black_Platebody",
        "melvorD:Black_Shield",
        "melvorD:Black_Helmet_T_S",
        "melvorD:Black_Boots_T_S",
        "melvorD:Black_Platelegs_T_S",
        "melvorD:Black_Platebody_T_S",
        "melvorD:Black_Shield_T_S",
        "melvorD:Black_Helmet_T_G",
        "melvorD:Black_Boots_T_G",
        "melvorD:Black_Platelegs_T_G",
        "melvorD:Black_Platebody_T_G",
        "melvorD:Black_Shield_T_G",
        "melvorAoD:Black_Helmet_T_B",
        "melvorAoD:Black_Platelegs_T_B",
        "melvorAoD:Black_Platebody_T_B",
        "melvorD:Mithril_Gloves",
        "melvorD:Mithril_Helmet",
        "melvorD:Mithril_Boots",
        "melvorD:Mithril_Platelegs",
        "melvorD:Mithril_Platebody",
        "melvorD:Mithril_Shield",
        "melvorD:Mithril_Helmet_T_S",
        "melvorD:Mithril_Boots_T_S",
        "melvorD:Mithril_Platelegs_T_S",
        "melvorD:Mithril_Platebody_T_S",
        "melvorD:Mithril_Shield_T_S",
        "melvorD:Mithril_Helmet_T_G",
        "melvorD:Mithril_Boots_T_G",
        "melvorD:Mithril_Platelegs_T_G",
        "melvorD:Mithril_Platebody_T_G",
        "melvorD:Mithril_Shield_T_G",
        "melvorAoD:Mithril_Helmet_T_B",
        "melvorAoD:Mithril_Platelegs_T_B",
        "melvorAoD:Mithril_Platebody_T_B",
        "melvorAoD:Mithril_Helmet_T_C",
        "melvorAoD:Mithril_Platelegs_T_C",
        "melvorAoD:Mithril_Platebody_T_C",
        "melvorAoD:Crystal_Gloves",
        "melvorAoD:Crystal_Helmet",
        "melvorAoD:Crystal_Boots",
        "melvorAoD:Crystal_Platelegs",
        "melvorAoD:Crystal_Platebody",
        "melvorAoD:Crystal_Defender",
        "melvorAoD:Crystal_Shield",
        "melvorAoD:Crystal_Helmet_T_S",
        "melvorAoD:Crystal_Boots_T_S",
        "melvorAoD:Crystal_Platelegs_T_S",
        "melvorAoD:Crystal_Platebody_T_S",
        "melvorAoD:Crystal_Shield_T_S",
        "melvorAoD:Crystal_Helmet_T_G",
        "melvorAoD:Crystal_Boots_T_G",
        "melvorAoD:Crystal_Platelegs_T_G",
        "melvorAoD:Crystal_Platebody_T_G",
        "melvorAoD:Crystal_Shield_T_G",
        "melvorAoD:Aranite_Platebody",
        "melvorD:Adamant_Gloves",
        "melvorD:Adamant_Helmet",
        "melvorD:Adamant_Boots",
        "melvorD:Adamant_Platelegs",
        "melvorD:Adamant_Platebody",
        "melvorD:Adamant_Shield",
        "melvorD:Adamant_Boots_T_S",
        "melvorD:Adamant_Helmet_T_S",
        "melvorD:Adamant_Platelegs_T_S",
        "melvorD:Adamant_Platebody_T_S",
        "melvorD:Adamant_Shield_T_S",
        "melvorD:Adamant_Helmet_T_G",
        "melvorD:Adamant_Boots_T_G",
        "melvorD:Adamant_Platelegs_T_G",
        "melvorD:Adamant_Platebody_T_G",
        "melvorD:Adamant_Shield_T_G",
        "melvorAoD:Adamant_Helmet_T_B",
        "melvorAoD:Adamant_Platelegs_T_B",
        "melvorAoD:Adamant_Platebody_T_B",
        "melvorAoD:Adamant_Helmet_T_C",
        "melvorAoD:Adamant_Platelegs_T_C",
        "melvorAoD:Adamant_Platebody_T_C",
        "melvorD:Ice_Helmet",
        "melvorD:Ice_Boots",
        "melvorD:Ice_Platelegs",
        "melvorD:Ice_Platebody",
        "melvorD:Ice_Shield",
        "melvorF:Miolite_Helmet",
        "melvorF:Miolite_Platebody",
        "melvorF:Miolite_Platelegs",
        "melvorF:Miolite_Boots",
        "melvorF:Miolite_Shield",
        "melvorD:Rune_Gloves",
        "melvorD:Rune_Helmet",
        "melvorD:Rune_Boots",
        "melvorD:Rune_Platelegs",
        "melvorD:Rune_Platebody",
        "melvorD:Rune_Shield",
        "melvorD:Rune_Helmet_T_S",
        "melvorD:Rune_Boots_T_S",
        "melvorD:Rune_Platelegs_T_S",
        "melvorD:Rune_Platebody_T_S",
        "melvorD:Rune_Shield_T_S",
        "melvorD:Rune_Helmet_T_G",
        "melvorD:Rune_Boots_T_G",
        "melvorD:Rune_Platelegs_T_G",
        "melvorD:Rune_Platebody_T_G",
        "melvorD:Rune_Shield_T_G",
        "melvorAoD:Rune_Helmet_T_B",
        "melvorAoD:Rune_Platelegs_T_B",
        "melvorAoD:Rune_Platebody_T_B",
        "melvorAoD:Rune_Helmet_T_C",
        "melvorAoD:Rune_Platelegs_T_C",
        "melvorAoD:Rune_Platebody_T_C",
        "melvorAoD:Unholy_Platebody",
        "melvorD:Dragon_Gloves",
        "melvorD:Dragon_Helmet",
        "melvorD:Dragon_Boots",
        "melvorD:Dragon_Platelegs",
        "melvorD:Dragon_Platebody",
        "melvorD:Dragon_Shield",
        "melvorD:Dragon_Helmet_T_S",
        "melvorD:Dragon_Boots_T_S",
        "melvorD:Dragon_Platelegs_T_S",
        "melvorD:Dragon_Platebody_T_S",
        "melvorD:Dragon_Shield_T_S",
        "melvorD:Dragon_Helmet_T_G",
        "melvorD:Dragon_Boots_T_G",
        "melvorD:Dragon_Platelegs_T_G",
        "melvorD:Dragon_Platebody_T_G",
        "melvorD:Dragon_Shield_T_G",
        "melvorAoD:Dragon_Helmet_T_B",
        "melvorAoD:Dragon_Platelegs_T_B",
        "melvorAoD:Dragon_Platebody_T_B",
        "melvorAoD:Dragon_Helmet_T_C",
        "melvorAoD:Dragon_Platelegs_T_C",
        "melvorAoD:Dragon_Platebody_T_C",
        "melvorAoD:Pure_Crystal_Gloves",
        "melvorAoD:Pure_Crystal_Helmet",
        "melvorAoD:Pure_Crystal_Boots",
        "melvorAoD:Pure_Crystal_Platelegs",
        "melvorAoD:Pure_Crystal_Platebody",
        "melvorAoD:Pure_Crystal_Defender",
        "melvorAoD:Pure_Crystal_Shield",
        "melvorAoD:Pure_Crystal_Helmet_T_S",
        "melvorAoD:Pure_Crystal_Boots_T_S",
        "melvorAoD:Pure_Crystal_Platelegs_T_S",
        "melvorAoD:Pure_Crystal_Platebody_T_S",
        "melvorAoD:Pure_Crystal_Shield_T_S",
        "melvorAoD:Pure_Crystal_Helmet_T_G",
        "melvorAoD:Pure_Crystal_Boots_T_G",
        "melvorAoD:Pure_Crystal_Platelegs_T_G",
        "melvorAoD:Pure_Crystal_Platebody_T_G",
        "melvorAoD:Pure_Crystal_Shield_T_G",
        "melvorAoD:Cursed_Platebody",
        "melvorD:Ancient_Helmet",
        "melvorD:Ancient_Platelegs",
        "melvorD:Ancient_Platebody",
        "melvorD:Ancient_Shield",
        "melvorD:Ancient_Helmet_T_S",
        "melvorD:Ancient_Platelegs_T_S",
        "melvorD:Ancient_Platebody_T_S",
        "melvorD:Ancient_Shield_T_S",
        "melvorD:Ancient_Helmet_T_G",
        "melvorD:Ancient_Platelegs_T_G",
        "melvorD:Ancient_Platebody_T_G",
        "melvorD:Ancient_Shield_T_G",
        "melvorAoD:Ancient_Helmet_T_B",
        "melvorAoD:Ancient_Platelegs_T_B",
        "melvorAoD:Ancient_Platebody_T_B",
        "melvorAoD:Ancient_Helmet_T_C",
        "melvorAoD:Ancient_Platelegs_T_C",
        "melvorAoD:Ancient_Platebody_T_C",
        "melvorTotH:Corundum_Gloves",
        "melvorTotH:Corundum_Helmet",
        "melvorTotH:Corundum_Boots",
        "melvorTotH:Corundum_Platelegs",
        "melvorTotH:Corundum_Platebody",
        "melvorTotH:Corundum_Shield",
        "melvorTotH:Corundum_Helmet_T_I",
        "melvorTotH:Corundum_Boots_T_I",
        "melvorTotH:Corundum_Platelegs_T_I",
        "melvorTotH:Corundum_Platebody_T_I",
        "melvorTotH:Corundum_Shield_T_I",
        "melvorTotH:Corundum_Helmet_T_P",
        "melvorTotH:Corundum_Boots_T_P",
        "melvorTotH:Corundum_Platelegs_T_P",
        "melvorTotH:Corundum_Platebody_T_P",
        "melvorTotH:Corundum_Shield_T_P",
        "melvorTotH:Augite_Gloves",
        "melvorTotH:Augite_Helmet",
        "melvorTotH:Augite_Boots",
        "melvorTotH:Augite_Platelegs",
        "melvorTotH:Augite_Platebody",
        "melvorTotH:Augite_Shield",
        "melvorTotH:Augite_Helmet_T_I",
        "melvorTotH:Augite_Boots_T_I",
        "melvorTotH:Augite_Platelegs_T_I",
        "melvorTotH:Augite_Platebody_T_I",
        "melvorTotH:Augite_Shield_T_I",
        "melvorTotH:Augite_Helmet_T_P",
        "melvorTotH:Augite_Boots_T_P",
        "melvorTotH:Augite_Platelegs_T_P",
        "melvorTotH:Augite_Platebody_T_P",
        "melvorTotH:Augite_Shield_T_P",
        "melvorTotH:Meteorite_Helmet",
        "melvorTotH:Meteorite_Platelegs",
        "melvorTotH:Meteorite_Platebody",
        "melvorTotH:Divine_Gloves",
        "melvorTotH:Divine_Helmet",
        "melvorTotH:Divine_Boots",
        "melvorTotH:Divine_Platelegs",
        "melvorTotH:Divine_Platebody",
        "melvorTotH:Divine_Shield",
        "melvorTotH:Divine_Helmet_T_I",
        "melvorTotH:Divine_Boots_T_I",
        "melvorTotH:Divine_Platelegs_T_I",
        "melvorTotH:Divine_Platebody_T_I",
        "melvorTotH:Divine_Shield_T_I",
        "melvorTotH:Divine_Helmet_T_P",
        "melvorTotH:Divine_Boots_T_P",
        "melvorTotH:Divine_Platelegs_T_P",
        "melvorTotH:Divine_Platebody_T_P",
        "melvorTotH:Divine_Shield_T_P",
        "melvorTotH:Vorloran_Protector_Gauntlets",
        "melvorTotH:Vorloran_Protector_Helmet",
        "melvorTotH:Vorloran_Protector_Boots",
        "melvorTotH:Vorloran_Protector_Platelegs",
        "melvorTotH:Vorloran_Protector_Platebody",
        "melvorTotH:Blazing_Helmet",
        "melvorTotH:Hood_of_Shade_Summon",
        "melvorTotH:Ward_of_Flame_Material",
        "melvorTotH:Ward_of_Flame_Platebody",
        "melvorTotH:Burning_Protection_Material",
        "melvorTotH:Burning_Protection_Platelegs",
        "melvorD:Dragonfire_Shield",
        "melvorF:Recoil_Shield",
        "melvorF:Absorbing_Shield",
        "melvorF:Training_Shield",
        "melvorF:Knights_Defender",
        "melvorF:Gold_Crested_Shield",
        "melvorAoD:Book_of_Prayers",
        "melvorAoD:Bottle_of_Mystic_Water",
        "melvorAoD:Pirate_Hook",
        "melvorAoD:Torch",
        "melvorAoD:Barrier_Touch_Shield",
        "melvorAoD:Barrier_Sapping_Shield",
        "melvorAoD:Barrier_Burn_Shield",
        "melvorAoD:Shield_of_Martyr",
        "melvorAoD:Consuming_Shield",
        "melvorAoD:Earth_Wall_Shield",
        "melvorAoD:Aranite_Shield",
        "melvorAoD:Darksteel_Shield",
        "melvorAoD:Relic_Shield",
        "melvorF:Shield_Of_Melee_Power",
        "melvorTotH:Dark_Blade_Defender",
        "melvorTotH:Leviathan_Shield_Material",
        "melvorTotH:Leviathan_Shield",
        "melvorF:Sand_Treaders",
        "melvorF:Cave_Giant_Boots",
        "melvorAoD:Elusive_Boots",
        "melvorAoD:Heavy_Boots",
        "melvorAoD:Unholy_Battle_Boots",
        "melvorF:Priest_Hat",
        "melvorF:Elder_Crown",
        "melvorF:Top_Hat",
        "melvorF:Prats_Hat",
        "melvorF:Hunters_Hat",
        "melvorAoD:Circlet_of_Pain",
        "melvorAoD:Mask_of_Weakening",
        "melvorAoD:Mask_of_Confusion",
        "melvorAoD:Water_Crown",
        "melvorAoD:Mage_Mask",
        "melvorAoD:Helmet_of_Spite",
        "melvorTotH:Necromancers_Crown",
        "melvorTotH:Mask_of_Madness",
        "melvorF:Almighty_Lute",
        "melvorD:Bowstring",
        "melvorF:Normal_Shortbow_U",
        "melvorF:Oak_Shortbow_U",
        "melvorF:Willow_Shortbow_U",
        "melvorF:Maple_Shortbow_U",
        "melvorF:Yew_Shortbow_U",
        "melvorF:Magic_Shortbow_U",
        "melvorF:Redwood_Shortbow_U",
        "melvorTotH:Elderwood_Shortbow_U",
        "melvorTotH:Revenant_Shortbow_U",
        "melvorTotH:Carrion_Shortbow_U",
        "melvorF:Normal_Longbow_U",
        "melvorF:Oak_Longbow_U",
        "melvorF:Willow_Longbow_U",
        "melvorF:Maple_Longbow_U",
        "melvorF:Yew_Longbow_U",
        "melvorAoD:Unholy_Longbow_U",
        "melvorF:Magic_Longbow_U",
        "melvorF:Redwood_Longbow_U",
        "melvorTotH:Elderwood_Longbow_U",
        "melvorTotH:Revenant_Longbow_U",
        "melvorTotH:Carrion_Longbow_U",
        "melvorAoD:Basic_Shortbow",
        "melvorD:Normal_Shortbow",
        "melvorD:Oak_Shortbow",
        "melvorF:Willow_Shortbow",
        "melvorAoD:Crystal_Shortbow",
        "melvorD:Maple_Shortbow",
        "melvorD:Yew_Shortbow",
        "melvorD:Magic_Shortbow",
        "melvorAoD:Pure_Crystal_Shortbow",
        "melvorF:Redwood_Shortbow",
        "melvorTotH:Elderwood_Shortbow",
        "melvorTotH:Revenant_Shortbow",
        "melvorTotH:Carrion_Shortbow",
        "melvorD:Ice_Shortbow",
        "melvorF:Poisoned_Shortbow",
        "melvorF:Normal_Longbow",
        "melvorF:Oak_Longbow",
        "melvorF:Willow_Longbow",
        "melvorAoD:Crystal_Longbow",
        "melvorD:Maple_Longbow",
        "melvorF:Yew_Longbow",
        "melvorAoD:Unholy_Longbow",
        "melvorD:Magic_Longbow",
        "melvorAoD:Pure_Crystal_Longbow",
        "melvorD:Redwood_Longbow",
        "melvorAoD:Cursed_Longbow",
        "melvorTotH:Elderwood_Longbow",
        "melvorTotH:Revenant_Longbow",
        "melvorTotH:Carrion_Longbow",
        "melvorAoD:Old_Hunting_Bow",
        "melvorAoD:Golden_Bow",
        "melvorD:Ice_Longbow",
        "melvorD:Elerine_Longbow",
        "melvorAoD:Familiar_Longbow",
        "melvorD:Ancient_Longbow",
        "melvorF:Stormsnap",
        "melvorAoD:Engulfing_Vortex_Longbow",
        "melvorF:Desert_Shortbow",
        "melvorAoD:Ancient_Hunting_Bow",
        "melvorAoD:Ghost_Blunderbow",
        "melvorTotH:Thorned_Power_Core",
        "melvorTotH:Thorned_Power_Bow",
        "melvorTotH:Ethereal_Longbow",
        "melvorD:Feathers",
        "melvorF:Arrow_Shafts",
        "melvorD:Headless_Arrows",
        "melvorD:Bronze_Arrows",
        "melvorAoD:Shatter_Arrows",
        "melvorD:Iron_Arrows",
        "melvorD:Steel_Arrows",
        "melvorD:Mithril_Arrows",
        "melvorAoD:Crystal_Arrows",
        "melvorD:Adamant_Arrows",
        "melvorD:Ice_Arrows",
        "melvorD:Rune_Arrows",
        "melvorAoD:Aranite_Arrows",
        "melvorD:Dragon_Arrows",
        "melvorAoD:Pure_Crystal_Arrows",
        "melvorAoD:Poisonous_Arrows",
        "melvorF:Ancient_Arrow",
        "melvorAoD:Darksteel_Arrows",
        "melvorTotH:Corundum_Arrows",
        "melvorTotH:Augite_Arrows",
        "melvorTotH:Divine_Arrows",
        "melvorTotH:Ethereal_Arrows",
        "melvorD:Bronze_Arrowtips",
        "melvorD:Iron_Arrowtips",
        "melvorD:Steel_Arrowtips",
        "melvorD:Mithril_Arrowtips",
        "melvorAoD:Crystal_Arrowtips",
        "melvorD:Adamant_Arrowtips",
        "melvorD:Rune_Arrowtips",
        "melvorAoD:Aranite_Arrowtips",
        "melvorD:Dragon_Arrowtips",
        "melvorAoD:Pure_Crystal_Arrowtips",
        "melvorAoD:Darksteel_Arrowtips",
        "melvorTotH:Corundum_Arrowtips",
        "melvorTotH:Augite_Arrowtips",
        "melvorTotH:Divine_Arrowtips",
        "melvorD:Topaz",
        "melvorD:Sapphire",
        "melvorD:Ruby",
        "melvorD:Emerald",
        "melvorD:Diamond",
        "melvorF:Jadestone",
        "melvorTotH:Runestone",
        "melvorTotH:Onyx",
        "melvorTotH:Oricha",
        "melvorTotH:Cerulean",
        "melvorTotH:Zephyte",
        "melvorD:Headless_Bolts",
        "melvorF:Topaz_Bolts",
        "melvorAoD:Topaz_Bolts_Enchanted",
        "melvorAoD:Topaz_Bolts_Arcane",
        "melvorAoD:Leeching_Bolts",
        "melvorF:Sapphire_Bolts",
        "melvorAoD:Sapphire_Bolts_Enchanted",
        "melvorAoD:Sapphire_Bolts_Arcane",
        "melvorF:Ruby_Bolts",
        "melvorAoD:Ruby_Bolts_Enchanted",
        "melvorAoD:Ruby_Bolts_Arcane",
        "melvorAoD:Poison_Bolts",
        "melvorF:Emerald_Bolts",
        "melvorAoD:Emerald_Bolts_Enchanted",
        "melvorAoD:Emerald_Bolts_Arcane",
        "melvorF:Diamond_Bolts",
        "melvorAoD:Diamond_Bolts_Enchanted",
        "melvorAoD:Diamond_Bolts_Arcane",
        "melvorF:Jadestone_Bolts",
        "melvorAoD:Jadestone_Bolts_Enchanted",
        "melvorAoD:Jadestone_Bolts_Arcane",
        "melvorTotH:Onyx_Bolts",
        "melvorTotH:Meteorite_Bolts",
        "melvorTotH:Decay_Bolts",
        "melvorTotH:Zephyte_Bolts",
        "melvorD:Bronze_Crossbow_Head",
        "melvorD:Iron_Crossbow_Head",
        "melvorD:Steel_Crossbow_Head",
        "melvorD:Mithril_Crossbow_Head",
        "melvorAoD:Crystal_Crossbow_Head",
        "melvorD:Adamant_Crossbow_Head",
        "melvorD:Rune_Crossbow_Head",
        "melvorD:Dragon_Crossbow_Head",
        "melvorAoD:Pure_Crystal_Crossbow_Head",
        "melvorF:Slayer_Crossbow_Head",
        "melvorTotH:Corundum_Crossbow_Head",
        "melvorTotH:Augite_Crossbow_Head",
        "melvorTotH:Meteorite_Crossbow_Head",
        "melvorTotH:Divine_Crossbow_Head",
        "melvorF:Bronze_Crossbow",
        "melvorF:Iron_Crossbow",
        "melvorF:Steel_Crossbow",
        "melvorF:Mithril_Crossbow",
        "melvorAoD:Crystal_Crossbow",
        "melvorF:Adamant_Crossbow",
        "melvorAoD:Granite_Crossbow",
        "melvorF:Rune_Crossbow",
        "melvorAoD:Poison_Crossbow",
        "melvorF:Dragon_Crossbow",
        "melvorAoD:Pure_Crystal_Crossbow",
        "melvorF:Ancient_Crossbow",
        "melvorF:Slayer_Crossbow",
        "melvorF:Confetti_Crossbow",
        "melvorF:Shockwave_Fragment",
        "melvorF:Shockwave",
        "melvorTotH:Corundum_Crossbow",
        "melvorTotH:Augite_Crossbow",
        "melvorTotH:Meteorite_Crossbow",
        "melvorTotH:Divine_Crossbow",
        "melvorTotH:Torrential_Blast_Crossbow_Shard",
        "melvorTotH:Torrential_Blast_Crossbow",
        "melvorTotH:Feather_Storm_Crossbow_Shard",
        "melvorTotH:Feather_Storm_Crossbow",
        "melvorD:Bronze_Javelin_Heads",
        "melvorD:Iron_Javelin_Heads",
        "melvorD:Steel_Javelin_Heads",
        "melvorD:Mithril_Javelin_Heads",
        "melvorAoD:Crystal_Javelin_Heads",
        "melvorD:Adamant_Javelin_Heads",
        "melvorD:Rune_Javelin_Heads",
        "melvorD:Dragon_Javelin_Heads",
        "melvorAoD:Pure_Crystal_Javelin_Heads",
        "melvorTotH:Corundum_Javelin_Heads",
        "melvorTotH:Augite_Javelin_Heads",
        "melvorTotH:Meteorite_Javelin_Heads",
        "melvorTotH:Divine_Javelin_Heads",
        "melvorF:Bronze_Javelin",
        "melvorF:Iron_Javelin",
        "melvorF:Steel_Javelin",
        "melvorF:Mithril_Javelin",
        "melvorAoD:Crystal_Javelin",
        "melvorF:Adamant_Javelin",
        "melvorF:Rune_Javelin",
        "melvorF:Dragon_Javelin",
        "melvorAoD:Pure_Crystal_Javelin",
        "melvorF:Ancient_Javelin",
        "melvorTotH:Corundum_Javelin",
        "melvorTotH:Augite_Javelin",
        "melvorTotH:Meteorite_Javelin",
        "melvorTotH:Divine_Javelin",
        "melvorD:Bronze_Throwing_Knife",
        "melvorD:Iron_Throwing_Knife",
        "melvorD:Steel_Throwing_Knife",
        "melvorD:Mithril_Throwing_Knife",
        "melvorAoD:Crystal_Throwing_Knife",
        "melvorD:Adamant_Throwing_Knife",
        "melvorD:Rune_Throwing_Knife",
        "melvorD:Dragon_Throwing_Knife",
        "melvorAoD:Pure_Crystal_Throwing_Knife",
        "melvorF:Ancient_Throwing_Knife",
        "melvorTotH:Corundum_Throwing_Knife",
        "melvorTotH:Augite_Throwing_Knife",
        "melvorTotH:Divine_Throwing_Knife",
        "melvorD:Slingshot",
        "melvorD:Bird_Nest",
        "melvorTotH:Raven_Nest",
        "melvorD:Potato_Seed",
        "melvorD:Onion_Seed",
        "melvorD:Cabbage_Seed",
        "melvorD:Tomato_Seed",
        "melvorD:Sweetcorn_Seed",
        "melvorAoD:Ancient_Wildberry_Seeds",
        "melvorD:Strawberry_Seed",
        "melvorD:Cherry_Seeds",
        "melvorD:Watermelon_Seed",
        "melvorAoD:Ancient_Corn_Seeds",
        "melvorD:Snape_Grass_Seed",
        "melvorD:Carrot_Seeds",
        "melvorAoD:Ancient_Carrot_Seeds",
        "melvorTotH:Pumpkin_Seeds",
        "melvorTotH:Chilli_Seeds",
        "melvorTotH:Mushroom_Spores",
        "melvorTotH:Starfruit_Seeds",
        "melvorD:Potatoes",
        "melvorD:Onions",
        "melvorD:Cabbage",
        "melvorD:Tomatoes",
        "melvorD:Sweetcorn",
        "melvorAoD:Ancient_Wildberry",
        "melvorD:Strawberries",
        "melvorD:Cherry",
        "melvorD:Watermelon",
        "melvorAoD:Ancient_Corn",
        "melvorD:Snape_Grass",
        "melvorD:Carrot",
        "melvorAoD:Ancient_Carrot",
        "melvorTotH:Pumpkin",
        "melvorTotH:Chilli",
        "melvorTotH:Mushrooms",
        "melvorTotH:Starfruit",
        "melvorF:Apple",
        "melvorTotH:Bananas",
        "melvorD:Raw_Beef",
        "melvorD:Raw_Chicken",
        "melvorD:Bag_of_Flour",
        "melvorD:Cheese",
        "melvorD:Cream",
        "melvorF:Herb_Sack",
        "melvorTotH:Exotic_Herb_Sack",
        "melvorD:Garum_Seed",
        "melvorD:Sourweed_Seed",
        "melvorD:Mantalyme_Seed",
        "melvorD:Lemontyle_Seed",
        "melvorD:Oxilyme_Seed",
        "melvorF:Poraxx_Seed",
        "melvorF:Pigtayle_Seed",
        "melvorF:Barrentoe_Seed",
        "melvorTotH:Snowcress_Seeds",
        "melvorTotH:Bitterlyme_Seeds",
        "melvorTotH:Moonwort_Seeds",
        "melvorTotH:Wurmtayle_Seeds",
        "melvorD:Garum_Herb",
        "melvorD:Sourweed_Herb",
        "melvorD:Mantalyme_Herb",
        "melvorD:Lemontyle_Herb",
        "melvorD:Oxilyme_Herb",
        "melvorF:Poraxx_Herb",
        "melvorF:Pigtayle_Herb",
        "melvorF:Barrentoe_Herb",
        "melvorTotH:Snowcress_Herb",
        "melvorTotH:Bitterlyme_Herb",
        "melvorTotH:Moonwort_Herb",
        "melvorTotH:Wurmtayle_Herb",
        "melvorD:Oak_Tree_Seed",
        "melvorD:Willow_Tree_Seed",
        "melvorD:Maple_Tree_Seed",
        "melvorD:Yew_Tree_Seed",
        "melvorF:Apple_Tree_Seeds",
        "melvorD:Magic_Tree_Seed",
        "melvorTotH:Banana_Tree_Seeds",
        "melvorTotH:Grove_Tree_Seeds",
        "melvorTotH:Elderwood_Tree_Seeds",
        "melvorTotH:Carrion_Tree_Seeds",
        "melvorD:Compost",
        "melvorD:Weird_Gloop",
        "melvorF:Basic_Bag",
        "melvorD:Leather",
        "melvorD:Green_Dragonhide",
        "melvorD:Blue_Dragonhide",
        "melvorD:Red_Dragonhide",
        "melvorD:Black_Dragonhide",
        "melvorF:Elder_Dragonhide",
        "melvorAoD:Barrier_Dust",
        "melvorAoD:Imbued_Leather",
        "melvorAoD:Imbued_Green_Dragonhide",
        "melvorAoD:Imbued_Blue_Dragonhide",
        "melvorAoD:Imbued_Red_Dragonhide",
        "melvorAoD:Imbued_Black_Dragonhide",
        "melvorAoD:Imbued_Elder_Dragonhide",
        "melvorF:Leather_Gloves",
        "melvorD:Leather_Boots",
        "melvorD:Leather_Cowl",
        "melvorD:Leather_Vambraces",
        "melvorF:Leather_Body",
        "melvorD:Leather_Chaps",
        "melvorAoD:Leather_Vambraces_B",
        "melvorAoD:Leather_Chaps_B",
        "melvorAoD:Leather_Body_B",
        "melvorF:Hard_Leather_Gloves",
        "melvorF:Hard_Leather_Boots",
        "melvorF:Hard_Leather_Cowl",
        "melvorF:Hard_Leather_Vambraces",
        "melvorF:Hard_Leather_Body",
        "melvorF:Hard_Leather_Chaps",
        "melvorAoD:Hard_Leather_Vambraces_B",
        "melvorAoD:Hard_Leather_Chaps_B",
        "melvorAoD:Hard_Leather_Body_B",
        "melvorD:Green_Dhide_Vambraces",
        "melvorD:Green_Dhide_Chaps",
        "melvorD:Green_Dhide_Body",
        "melvorF:Green_Dhide_Shield",
        "melvorD:Green_Dhide_Vambraces_U",
        "melvorD:Green_Dhide_Chaps_U",
        "melvorD:Green_Dhide_Body_U",
        "melvorF:Green_Dhide_Shield_U",
        "melvorAoD:Green_Dhide_Vambraces_B",
        "melvorAoD:Green_Dhide_Chaps_B",
        "melvorAoD:Green_Dhide_Body_B",
        "melvorAoD:Unholy_Body",
        "melvorD:Blue_Dhide_Vambraces",
        "melvorD:Blue_Dhide_Chaps",
        "melvorD:Blue_Dhide_Body",
        "melvorF:Blue_Dhide_Shield",
        "melvorD:Blue_Dhide_Vambraces_U",
        "melvorD:Blue_Dhide_Chaps_U",
        "melvorD:Blue_Dhide_Body_U",
        "melvorF:Blue_Dhide_Shield_U",
        "melvorAoD:Blue_Dhide_Vambraces_B",
        "melvorAoD:Blue_Dhide_Chaps_B",
        "melvorAoD:Blue_Dhide_Body_B",
        "melvorD:Red_Dhide_Vambraces",
        "melvorD:Red_Dhide_Chaps",
        "melvorD:Red_Dhide_Body",
        "melvorF:Red_Dhide_Shield",
        "melvorD:Red_Dhide_Vambraces_U",
        "melvorD:Red_Dhide_Chaps_U",
        "melvorD:Red_Dhide_Body_U",
        "melvorF:Red_Dhide_Shield_U",
        "melvorAoD:Red_Dhide_Vambraces_B",
        "melvorAoD:Red_Dhide_Chaps_B",
        "melvorAoD:Red_Dhide_Body_B",
        "melvorAoD:Cursed_Body",
        "melvorD:Black_Dhide_Vambraces",
        "melvorD:Black_Dhide_Body",
        "melvorD:Black_Dhide_Chaps",
        "melvorF:Black_Dhide_Shield",
        "melvorD:Black_Dhide_Vambraces_U",
        "melvorD:Black_Dhide_Chaps_U",
        "melvorD:Black_Dhide_Body_U",
        "melvorF:Black_Dhide_Shield_U",
        "melvorAoD:Black_Dhide_Vambraces_B",
        "melvorAoD:Black_Dhide_Chaps_B",
        "melvorAoD:Black_Dhide_Body_B",
        "melvorF:Ancient_Dhide_Vambraces",
        "melvorF:Ancient_Dhide_Chaps",
        "melvorF:Ancient_Dhide_Body",
        "melvorF:Ancient_Dhide_Shield",
        "melvorF:Ancient_Dhide_Vambraces_U",
        "melvorF:Ancient_Dhide_Chaps_U",
        "melvorF:Ancient_Dhide_Body_U",
        "melvorF:Ancient_Dhide_Shield_U",
        "melvorAoD:Ancient_Dhide_Vambraces_B",
        "melvorAoD:Ancient_Dhide_Chaps_B",
        "melvorAoD:Ancient_Dhide_Body_B",
        "melvorF:Scaled_Shield",
        "melvorTotH:Elderwood_Vambraces",
        "melvorTotH:Elderwood_Chaps",
        "melvorTotH:Elderwood_Body",
        "melvorTotH:Elderwood_Shield",
        "melvorTotH:Elderwood_Vambraces_U",
        "melvorTotH:Elderwood_Chaps_U",
        "melvorTotH:Elderwood_Body_U",
        "melvorTotH:Elderwood_Shield_U",
        "melvorTotH:Revenant_Vambraces",
        "melvorTotH:Revenant_Chaps",
        "melvorTotH:Revenant_Body",
        "melvorTotH:Revenant_Shield",
        "melvorTotH:Revenant_Vambraces_U",
        "melvorTotH:Revenant_Chaps_U",
        "melvorTotH:Revenant_Body_U",
        "melvorTotH:Revenant_Shield_U",
        "melvorTotH:Carrion_Vambraces",
        "melvorTotH:Carrion_Chaps",
        "melvorTotH:Carrion_Body",
        "melvorTotH:Carrion_Shield",
        "melvorTotH:Carrion_Vambraces_U",
        "melvorTotH:Carrion_Chaps_U",
        "melvorTotH:Carrion_Body_U",
        "melvorTotH:Carrion_Shield_U",
        "melvorTotH:Vorloran_Watcher_Gauntlets",
        "melvorTotH:Vorloran_Watcher_Helmet",
        "melvorTotH:Vorloran_Watcher_Boots",
        "melvorTotH:Vorloran_Watcher_Platelegs",
        "melvorTotH:Vorloran_Watcher_Platebody",
        "melvorTotH:Mask_of_Torment",
        "melvorTotH:Perfect_Sight_Legs_Material",
        "melvorTotH:Perfect_Sight_Legs",
        "melvorTotH:Bundled_Protection_Body_Material",
        "melvorTotH:Bundled_Protection_Body",
        "melvorF:Shield_Of_Ranged_Power",
        "melvorD:Rangers_Hat",
        "melvorD:Ranger_Boots",
        "melvorF:Throwing_Power_Gloves",
        "melvorF:Silver_Topaz_Ring",
        "melvorF:Silver_Sapphire_Ring",
        "melvorF:Silver_Ruby_Ring",
        "melvorF:Silver_Emerald_Ring",
        "melvorF:Silver_Diamond_Ring",
        "melvorD:Gold_Topaz_Ring",
        "melvorF:Gold_Sapphire_Ring",
        "melvorF:Gold_Ruby_Ring",
        "melvorF:Gold_Emerald_Ring",
        "melvorF:Gold_Diamond_Ring",
        "melvorF:Ring_Of_Blade_Echoes",
        "melvorF:Ring_Of_Barrage",
        "melvorF:Ring_Of_Spirit_Power",
        "melvorTotH:Iridium_Onyx_Ring",
        "melvorTotH:Iridium_Oricha_Ring",
        "melvorTotH:Palladium_Onyx_Ring",
        "melvorTotH:Iridium_Cerulean_Ring",
        "melvorTotH:Palladium_Oricha_Ring",
        "melvorTotH:Iridium_Runestone_Ring",
        "melvorTotH:Iridium_Zephyte_Ring",
        "melvorTotH:Palladium_Cerulean_Ring",
        "melvorTotH:Palladium_Runestone_Ring",
        "melvorTotH:Palladium_Zephyte_Ring",
        "melvorTotH:Meteorite_Warrior_Ring",
        "melvorTotH:Meteorite_Marksman_Ring",
        "melvorTotH:Meteorite_Spellcaster_Ring",
        "melvorD:Pirates_Lost_Ring",
        "melvorD:Ancient_Ring_Of_Skills",
        "melvorD:Ancient_Ring_Of_Mastery",
        "melvorD:Signet_Ring_Half_A",
        "melvorD:Signet_Ring_Half_B",
        "melvorD:Aorpheats_Signet_Ring",
        "melvorF:Ring_Of_Wealth",
        "melvorTotH:Woodcutting_Ring_Fragment",
        "melvorTotH:Meteorite_Woodcutting_Ring",
        "melvorF:Shaman_Ring",
        "melvorF:Natures_Blessing_Ring",
        "melvorF:Sandstorm_Ring",
        "melvorF:Tormented_Ring",
        "melvorF:Wasteful_Ring",
        "melvorF:Hunters_Ring",
        "melvorF:Ring_Of_Power",
        "melvorAoD:Ring_of_Summoning",
        "melvorAoD:Bone_Ring",
        "melvorAoD:Ring_of_Deception",
        "melvorAoD:Ring_of_Faith",
        "melvorAoD:Sailors_Compass",
        "melvorAoD:Silver_Magic_Band",
        "melvorAoD:Haunted_Ring",
        "melvorAoD:Bronze_Ring",
        "melvorAoD:Ring_of_Barrier_Touch",
        "melvorAoD:Barrier_Hunter_Ring",
        "melvorAoD:Barrier_Eroding_Ring",
        "melvorAoD:Cleansing_Ring",
        "melvorAoD:Unholy_Ring",
        "melvorAoD:Cursed_Ring",
        "melvorAoD:Ring_of_Malice",
        "melvorTotH:Blood_Ring",
        "melvorTotH:Ring_of_Curse_Protection",
        "melvorTotH:Ring_of_Phantom_Summon",
        "melvorF:Silver_Topaz_Necklace",
        "melvorF:Silver_Sapphire_Necklace",
        "melvorF:Silver_Ruby_Necklace",
        "melvorF:Silver_Emerald_Necklace",
        "melvorF:Silver_Diamond_Necklace",
        "melvorF:Gold_Topaz_Necklace",
        "melvorF:Gold_Sapphire_Necklace",
        "melvorF:Gold_Ruby_Necklace",
        "melvorF:Gold_Emerald_Necklace",
        "melvorF:Gold_Diamond_Necklace",
        "melvorTotH:Iridium_Onyx_Necklace",
        "melvorTotH:Iridium_Oricha_Necklace",
        "melvorTotH:Palladium_Onyx_Necklace",
        "melvorTotH:Iridium_Cerulean_Necklace",
        "melvorTotH:Palladium_Oricha_Necklace",
        "melvorTotH:Iridium_Runestone_Necklace",
        "melvorTotH:Iridium_Zephyte_Necklace",
        "melvorTotH:Palladium_Cerulean_Necklace",
        "melvorTotH:Palladium_Runestone_Necklace",
        "melvorTotH:Palladium_Zephyte_Necklace",
        "melvorD:Amulet_of_Strength",
        "melvorD:Amulet_of_Accuracy",
        "melvorD:Amulet_of_Defence",
        "melvorD:Amulet_of_Glory",
        "melvorD:Amulet_of_Magic",
        "melvorD:Amulet_of_Ranged",
        "melvorD:Elite_Amulet_of_Strength",
        "melvorD:Elite_Amulet_of_Accuracy",
        "melvorD:Elite_Amulet_of_Defence",
        "melvorD:Elite_Amulet_of_Glory",
        "melvorD:Elite_Amulet_of_Magic",
        "melvorD:Elite_Amulet_of_Ranged",
        "melvorD:Amulet_of_Fury",
        "melvorD:Amulet_of_Torture",
        "melvorD:Fury_of_the_Elemental_Zodiac",
        "melvorAoD:Old_Summoning_Amulet",
        "melvorAoD:Shell_Amulet",
        "melvorAoD:Merman_Pendant",
        "melvorAoD:Lesser_Summoning_Amulet",
        "melvorAoD:Adaptive_Summoning_Amulet",
        "melvorAoD:Amulet_of_Barrier_Touch",
        "melvorAoD:Barrier_Hunter_Amulet",
        "melvorAoD:Barrier_Eroding_Amulet",
        "melvorAoD:Nullifying_Amulet",
        "melvorAoD:Unholy_Amulet",
        "melvorAoD:Cursed_Amulet",
        "melvorAoD:Grudge_Amulet",
        "melvorTotH:Poison_Lifesteal_Amulet",
        "melvorTotH:Frostshield_Amulet",
        "melvorTotH:Lightning_Amulet",
        "melvorTotH:FrostSpark_Amulet",
        "melvorTotH:Allure_Amulet",
        "melvorTotH:Voodoo_Trinket",
        "melvorTotH:Amulet_of_Curse_Totem_Summon",
        "melvorD:Bone_Necklace",
        "melvorTotH:Amulet_of_Prayers",
        "melvorD:Amulet_of_Looting",
        "melvorD:Clue_Chasers_Insignia",
        "melvorD:Amulet_of_Fishing",
        "melvorF:Jeweled_Necklace",
        "melvorF:Amulet_Of_Incantation",
        "melvorD:Amulet_of_Calculated_Promotion",
        "melvorD:Burning_Amulet_of_Gold",
        "melvorD:Burning_Amulet_of_Stardust",
        "melvorD:Burning_Amulet_of_Ash",
        "melvorD:Burning_Amulet_of_XP",
        "melvorTotH:Burning_Amulet_of_Charcoal",
        "melvorTotH:Woodcutting_Amulet_Fragment",
        "melvorTotH:Meteorite_Woodcutting_Amulet",
        "melvorD:Cooking_Gloves",
        "melvorD:Mining_Gloves",
        "melvorD:Smithing_Gloves",
        "melvorF:Thieving_Gloves",
        "melvorD:Gem_Gloves",
        "melvorF:Gloves_of_Silence",
        "melvorF:Bobs_Gloves",
        "melvorAoD:Old_Woodcutting_Gloves",
        "melvorAoD:Old_Crafting_Gloves",
        "melvorAoD:Old_Summoning_Gloves",
        "melvorTotH:Toxic_Maker_Gloves",
        "melvorTotH:Cool_Winds_Gloves",
        "melvorTotH:Sharp_Fletcher_Gloves",
        "melvorTotH:Blacksmiths_Gloves",
        "melvorF:Elementalist_Gloves",
        "melvorF:Desert_Wrappings",
        "melvorF:Paladin_Gloves",
        "melvorAoD:Bulky_Gloves",
        "melvorAoD:Decoy_Idol",
        "melvorAoD:Barrier_Sapping_Gloves",
        "melvorAoD:Barrier_Draining_Gloves",
        "melvorAoD:Biting_Gloves",
        "melvorAoD:Unholy_Melee_Gloves",
        "melvorAoD:Unholy_Ranged_Gloves",
        "melvorAoD:Unholy_Magic_Gloves",
        "melvorAoD:Eradicating_Gloves",
        "melvorTotH:Gauntlets_of_Rage",
        "melvorTotH:Gloves_of_Greater_Shade_Summon",
        "melvorD:Egg_Chest",
        "melvorD:Standard_Chest",
        "melvorD:Bandit_Chest",
        "melvorD:Magic_Chest",
        "melvorD:Spider_Chest",
        "melvorF:Miolite_Chest",
        "melvorD:Pirate_Booty",
        "melvorD:Frozen_Chest",
        "melvorAoD:Golem_Chest",
        "melvorAoD:Unholy_Trees_Chest",
        "melvorF:Elder_Chest",
        "melvorAoD:Trickery_Chest",
        "melvorD:Treasure_Chest",
        "melvorD:Elite_Chest",
        "melvorAoD:Ritual_Chest",
        "melvorAoD:Treacherous_Chest",
        "melvorTotH:Ancient_Chest",
        "melvorTotH:Burning_Chest",
        "melvorTotH:Static_Chest",
        "melvorTotH:Webbed_Chest",
        "melvorTotH:Cursed_Chest",
        "melvorTotH:Bone_Chest",
        "melvorD:Chest_of_Witwix",
        "melvorF:Crate_Of_Basic_Supplies",
        "melvorF:Crate_Of_Food",
        "melvorF:Stack_Of_Bones",
        "melvorF:Pile_Of_Logs",
        "melvorF:Pile_Of_Ores",
        "melvorF:Chest_Of_Gems",
        "melvorAoD:Golden_Crate",
        "melvorAoD:Bag_of_Coal",
        "melvorAoD:Cursed_Rune_Pouch",
        "melvorAoD:Bag_of_Shards",
        "melvorAoD:Stack_Of_Big_Bones",
        "melvorAoD:Gold_Bar_Coffer",
        "melvorAoD:Small_Lockbox",
        "melvorAoD:Old_Barrel",
        "melvorAoD:Trader_Crate",
        "melvorAoD:Old_Carriage",
        "melvorAoD:Toppled_Minecart",
        "melvorAoD:Golden_Flute",
        "melvorAoD:Old_Pirate_Treasure_Map",
        "melvorAoD:Old_Pirate_Treasure",
        "melvorAoD:Torn_Parchment",
        "melvorTotH:Lost_Chest",
        "melvorTotH:Golden_Chest",
        "melvorTotH:Crate_of_Lost_Supplies",
        "melvorF:Food_Box_I",
        "melvorF:Food_Box_II",
        "melvorTotH:Food_Box_III",
        "melvorF:Wood_Box_I",
        "melvorF:Wood_Box_II",
        "melvorTotH:Wood_Box_III",
        "melvorF:Ore_Box_I",
        "melvorF:Ore_Box_II",
        "melvorTotH:Ore_Box_III",
        "melvorF:Bar_Box_I",
        "melvorF:Bar_Box_II",
        "melvorTotH:Bar_Box_III",
        "melvorF:Herb_Box_I",
        "melvorF:Herb_Box_II",
        "melvorTotH:Herb_Box_III",
        "melvorF:Potion_Box_I",
        "melvorF:Potion_Box_II",
        "melvorTotH:Potion_Box_III",
        "melvorD:Bones",
        "melvorAoD:Unholy_Dust",
        "melvorD:Big_Bones",
        "melvorF:Holy_Dust",
        "melvorAoD:Cursed_Dust",
        "melvorAoD:Crystal_Bones",
        "melvorD:Dragon_Bones",
        "melvorAoD:Large_Crystal_Bones",
        "melvorD:Magic_Bones",
        "melvorTotH:Infernal_Bones",
        "melvorF:Small_Urn",
        "melvorF:Medium_Urn",
        "melvorTotH:Large_Urn",
        "melvorF:Small_Urn_Enchanted",
        "melvorF:Medium_Urn_Enchanted",
        "melvorTotH:Large_Urn_Enchanted",
        "melvorAoD:Prayer_Statue",
        "melvorF:Thievers_Cape",
        "melvorD:Obsidian_Cape",
        "melvorF:Cape_of_Arrow_Preservation",
        "melvorD:Cape_Of_Prat",
        "melvorF:Knights_Cape",
        "melvorD:Fire_Cape",
        "melvorAoD:Golden_Fire_Cape",
        "melvorF:Infernal_Cape",
        "melvorAoD:Ancient_Infernal_Cape",
        "melvorF:Skull_Cape",
        "melvorAoD:Ghostly_Parrot",
        "melvorAoD:Cape_of_Illusion",
        "melvorAoD:Poison_Cape",
        "melvorTotH:Adventurers_Backpack",
        "melvorTotH:Vampiric_Cloak",
        "melvorTotH:Weakness_Finder_Cape",
        "melvorTotH:Weakness_Exploiter_Cape_Material",
        "melvorTotH:Weakness_Exploiter_Cape",
        "melvorTotH:Bleed_Burner_Cape",
        "melvorTotH:Shadow_Cloak",
        "melvorD:Attack_Skillcape",
        "melvorD:Strength_Skillcape",
        "melvorD:Defence_Skillcape",
        "melvorD:Hitpoints_Skillcape",
        "melvorF:Ranged_Skillcape",
        "melvorF:Magic_Skillcape",
        "melvorF:Prayer_Skillcape",
        "melvorF:Slayer_Skillcape",
        "melvorD:Woodcutting_Skillcape",
        "melvorD:Fishing_Skillcape",
        "melvorD:Firemaking_Skillcape",
        "melvorD:Cooking_Skillcape",
        "melvorD:Mining_Skillcape",
        "melvorD:Smithing_Skillcape",
        "melvorF:Thieving_Skillcape",
        "melvorD:Farming_Skillcape",
        "melvorF:Fletching_Skillcape",
        "melvorF:Crafting_Skillcape",
        "melvorF:Runecrafting_Skillcape",
        "melvorF:Herblore_Skillcape",
        "melvorF:Agility_Skillcape",
        "melvorF:Summoning_Skillcape",
        "melvorF:Astrology_Skillcape",
        "melvorF:Township_Skillcape",
        "melvorF:Max_Skillcape",
        "melvorF:Cape_of_Completion",
        "melvorAoD:Superior_Cartography_Skillcape",
        "melvorAoD:Superior_Archaeology_Skillcape",
        "melvorTotH:Superior_Attack_Skillcape",
        "melvorTotH:Superior_Strength_Skillcape",
        "melvorTotH:Superior_Defence_Skillcape",
        "melvorTotH:Superior_Hitpoints_Skillcape",
        "melvorTotH:Superior_Ranged_Skillcape",
        "melvorTotH:Superior_Magic_Skillcape",
        "melvorTotH:Superior_Prayer_Skillcape",
        "melvorTotH:Superior_Slayer_Skillcape",
        "melvorTotH:Superior_Woodcutting_Skillcape",
        "melvorTotH:Superior_Fishing_Skillcape",
        "melvorTotH:Superior_Firemaking_Skillcape",
        "melvorTotH:Superior_Cooking_Skillcape",
        "melvorTotH:Superior_Mining_Skillcape",
        "melvorTotH:Superior_Smithing_Skillcape",
        "melvorTotH:Superior_Thieving_Skillcape",
        "melvorTotH:Superior_Farming_Skillcape",
        "melvorTotH:Superior_Fletching_Skillcape",
        "melvorTotH:Superior_Crafting_Skillcape",
        "melvorTotH:Superior_Runecrafting_Skillcape",
        "melvorTotH:Superior_Herblore_Skillcape",
        "melvorTotH:Superior_Agility_Skillcape",
        "melvorTotH:Superior_Summoning_Skillcape",
        "melvorTotH:Superior_Astrology_Skillcape",
        "melvorTotH:Superior_Township_Skillcape",
        "melvorTotH:Superior_Max_Skillcape",
        "melvorTotH:Superior_Cape_Of_Completion",
        "melvorF:Mastery_Token_Agility",
        "melvorD:Mastery_Token_Cooking",
        "melvorF:Mastery_Token_Crafting",
        "melvorD:Mastery_Token_Farming",
        "melvorD:Mastery_Token_Firemaking",
        "melvorD:Mastery_Token_Fishing",
        "melvorF:Mastery_Token_Fletching",
        "melvorF:Mastery_Token_Herblore",
        "melvorD:Mastery_Token_Mining",
        "melvorF:Mastery_Token_Runecrafting",
        "melvorD:Mastery_Token_Smithing",
        "melvorF:Mastery_Token_Summoning",
        "melvorF:Mastery_Token_Thieving",
        "melvorD:Mastery_Token_Woodcutting",
        "melvorF:Mastery_Token_Astrology",
        "melvorAoD:Mastery_Token_Archaeology",
        "melvorF:Bank_Slot_Token",
        "melvorF:Mirror_Shield",
        "melvorF:Magical_Ring",
        "melvorF:Desert_Hat",
        "melvorF:Blazing_Lantern",
        "melvorF:Climbing_Boots",
        "melvorTotH:Slayer_Torch",
        "melvorTotH:Mystic_Lantern",
        "melvorF:Slayer_Upgrade_Kit_Strong",
        "melvorF:Slayer_Upgrade_Kit_Elite",
        "melvorF:Slayer_Upgrade_Kit_Master",
        "melvorTotH:Slayer_Upgrade_Kit_Legendary",
        "melvorTotH:Slayer_Upgrade_Kit_Mythical",
        "melvorF:Slayer_Helmet_Basic",
        "melvorF:Slayer_Platebody_Basic",
        "melvorF:Slayer_Helmet_Strong",
        "melvorF:Slayer_Platebody_Strong",
        "melvorF:Slayer_Helmet_Elite",
        "melvorF:Slayer_Platebody_Elite",
        "melvorF:Slayer_Helmet_Master",
        "melvorF:Slayer_Platebody_Master",
        "melvorTotH:Slayer_Helmet_Legendary",
        "melvorTotH:Slayer_Platebody_Legendary",
        "melvorTotH:Slayer_Helmet_Mythical",
        "melvorTotH:Slayer_Platebody_Mythical",
        "melvorF:Slayer_Wizard_Hat_Basic",
        "melvorF:Slayer_Wizard_Robes_Basic",
        "melvorF:Slayer_Wizard_Hat_Strong",
        "melvorF:Slayer_Wizard_Robes_Strong",
        "melvorF:Slayer_Wizard_Hat_Elite",
        "melvorF:Slayer_Wizard_Robes_Elite",
        "melvorF:Slayer_Wizard_Hat_Master",
        "melvorF:Slayer_Wizard_Robes_Master",
        "melvorTotH:Slayer_Wizard_Hat_Legendary",
        "melvorTotH:Slayer_Wizard_Robes_Legendary",
        "melvorTotH:Slayer_Wizard_Hat_Mythical",
        "melvorTotH:Slayer_Wizard_Robes_Mythical",
        "melvorF:Slayer_Cowl_Basic",
        "melvorF:Slayer_Leather_Body_Basic",
        "melvorF:Slayer_Cowl_Strong",
        "melvorF:Slayer_Leather_Body_Strong",
        "melvorF:Slayer_Cowl_Elite",
        "melvorF:Slayer_Leather_Body_Elite",
        "melvorF:Slayer_Cowl_Master",
        "melvorF:Slayer_Leather_Body_Master",
        "melvorTotH:Slayer_Cowl_Legendary",
        "melvorTotH:Slayer_Leather_Body_Legendary",
        "melvorTotH:Slayer_Cowl_Mythical",
        "melvorTotH:Slayer_Leather_Body_Mythical",
        "melvorF:Goo",
        "melvorF:Eyeball",
        "melvorF:Wildflower",
        "melvorF:Miolite_Spore",
        "melvorF:Large_Horn",
        "melvorF:Poison_Scales",
        "melvorF:Fine_Poison_Powder",
        "melvorF:Poison_Essence",
        "melvorF:Burning_Essence",
        "melvorF:Stinging_Essence",
        "melvorF:Undead_Essence",
        "melvorF:Worm_Spike",
        "melvorF:Cursed_Hands",
        "melvorF:Tough_Shell",
        "melvorF:Desecrated_Bones",
        "melvorAoD:Barrier_Pure_Shard",
        "melvorAoD:Barrier_Exalted_Shard",
        "melvorAoD:Devouring_Shard",
        "melvorAoD:Crystal_Binding_Dust",
        "melvorAoD:Pure_Crystal_Binding_Dust",
        "melvorTotH:Carrion_Bark",
        "melvorTotH:Jungle_Spores",
        "melvorTotH:Spider_Queen_Eggs",
        "melvorTotH:Ectoplasm",
        "melvorTotH:Decaying_Stem",
        "melvorTotH:Meteorite_Dust",
        "melvorTotH:Labyrinth_Clue_1",
        "melvorTotH:Labyrinth_Clue_2",
        "melvorTotH:Labyrinth_Clue_3",
        "melvorTotH:Labyrinth_Clue_4",
        "melvorTotH:Labyrinth_Clue_5",
        "melvorTotH:Golden_Key",
        "melvorF:Melee_Accuracy_Potion_I",
        "melvorF:Melee_Accuracy_Potion_II",
        "melvorF:Melee_Accuracy_Potion_III",
        "melvorF:Melee_Accuracy_Potion_IV",
        "melvorF:Melee_Strength_Potion_I",
        "melvorF:Melee_Strength_Potion_II",
        "melvorF:Melee_Strength_Potion_III",
        "melvorF:Melee_Strength_Potion_IV",
        "melvorF:Melee_Evasion_Potion_I",
        "melvorF:Melee_Evasion_Potion_II",
        "melvorF:Melee_Evasion_Potion_III",
        "melvorF:Melee_Evasion_Potion_IV",
        "melvorF:Ranged_Assistance_Potion_I",
        "melvorF:Ranged_Assistance_Potion_II",
        "melvorF:Ranged_Assistance_Potion_III",
        "melvorF:Ranged_Assistance_Potion_IV",
        "melvorF:Magic_Assistance_Potion_I",
        "melvorF:Magic_Assistance_Potion_II",
        "melvorF:Magic_Assistance_Potion_III",
        "melvorF:Magic_Assistance_Potion_IV",
        "melvorF:Regeneration_Potion_I",
        "melvorF:Regeneration_Potion_II",
        "melvorF:Regeneration_Potion_III",
        "melvorF:Regeneration_Potion_IV",
        "melvorF:Damage_Reduction_Potion_I",
        "melvorF:Damage_Reduction_Potion_II",
        "melvorF:Damage_Reduction_Potion_III",
        "melvorF:Damage_Reduction_Potion_IV",
        "melvorAoD:Barrier_Touch_Potion_I",
        "melvorAoD:Barrier_Touch_Potion_II",
        "melvorAoD:Barrier_Touch_Potion_III",
        "melvorAoD:Barrier_Touch_Potion_IV",
        "melvorAoD:Barrier_Igniter_Potion_I",
        "melvorAoD:Barrier_Igniter_Potion_II",
        "melvorAoD:Barrier_Igniter_Potion_III",
        "melvorAoD:Barrier_Igniter_Potion_IV",
        "melvorF:Bird_Nest_Potion_I",
        "melvorF:Bird_Nest_Potion_II",
        "melvorF:Bird_Nest_Potion_III",
        "melvorF:Bird_Nest_Potion_IV",
        "melvorF:Fishermans_Potion_I",
        "melvorF:Fishermans_Potion_II",
        "melvorF:Fishermans_Potion_III",
        "melvorF:Fishermans_Potion_IV",
        "melvorF:Controlled_Heat_Potion_I",
        "melvorF:Controlled_Heat_Potion_II",
        "melvorF:Controlled_Heat_Potion_III",
        "melvorF:Controlled_Heat_Potion_IV",
        "melvorF:Generous_Cook_Potion_I",
        "melvorF:Generous_Cook_Potion_II",
        "melvorF:Generous_Cook_Potion_III",
        "melvorF:Generous_Cook_Potion_IV",
        "melvorF:Perfect_Swing_Potion_I",
        "melvorF:Perfect_Swing_Potion_II",
        "melvorF:Perfect_Swing_Potion_III",
        "melvorF:Perfect_Swing_Potion_IV",
        "melvorF:Seeing_Gold_Potion_I",
        "melvorF:Seeing_Gold_Potion_II",
        "melvorF:Seeing_Gold_Potion_III",
        "melvorF:Seeing_Gold_Potion_IV",
        "melvorF:Gentle_Hands_Potion_I",
        "melvorF:Gentle_Hands_Potion_II",
        "melvorF:Gentle_Hands_Potion_III",
        "melvorF:Gentle_Hands_Potion_IV",
        "melvorF:Farming_Potion_I",
        "melvorF:Farming_Potion_II",
        "melvorF:Farming_Potion_III",
        "melvorF:Farming_Potion_IV",
        "melvorF:Fletching_Potion_I",
        "melvorF:Fletching_Potion_II",
        "melvorF:Fletching_Potion_III",
        "melvorF:Fletching_Potion_IV",
        "melvorF:Crafting_Potion_I",
        "melvorF:Crafting_Potion_II",
        "melvorF:Crafting_Potion_III",
        "melvorF:Crafting_Potion_IV",
        "melvorF:Elemental_Potion_I",
        "melvorF:Elemental_Potion_II",
        "melvorF:Elemental_Potion_III",
        "melvorF:Elemental_Potion_IV",
        "melvorF:Herblore_Potion_I",
        "melvorF:Herblore_Potion_II",
        "melvorF:Herblore_Potion_III",
        "melvorF:Herblore_Potion_IV",
        "melvorF:Ranged_Strength_Potion_I",
        "melvorF:Ranged_Strength_Potion_II",
        "melvorF:Ranged_Strength_Potion_III",
        "melvorF:Ranged_Strength_Potion_IV",
        "melvorF:Magic_Damage_Potion_I",
        "melvorF:Magic_Damage_Potion_II",
        "melvorF:Magic_Damage_Potion_III",
        "melvorF:Magic_Damage_Potion_IV",
        "melvorF:Diamond_Luck_Potion_I",
        "melvorF:Diamond_Luck_Potion_II",
        "melvorF:Diamond_Luck_Potion_III",
        "melvorF:Diamond_Luck_Potion_IV",
        "melvorF:Divine_Potion_I",
        "melvorF:Divine_Potion_II",
        "melvorF:Divine_Potion_III",
        "melvorF:Divine_Potion_IV",
        "melvorAoD:Unholy_Potion_I",
        "melvorAoD:Unholy_Potion_II",
        "melvorAoD:Unholy_Potion_III",
        "melvorAoD:Unholy_Potion_IV",
        "melvorAoD:Cursed_Potion_I",
        "melvorAoD:Cursed_Potion_II",
        "melvorAoD:Cursed_Potion_III",
        "melvorAoD:Cursed_Potion_IV",
        "melvorF:Lucky_Herb_Potion_I",
        "melvorF:Lucky_Herb_Potion_II",
        "melvorF:Lucky_Herb_Potion_III",
        "melvorF:Lucky_Herb_Potion_IV",
        "melvorF:Performance_Enhancing_Potion_I",
        "melvorF:Performance_Enhancing_Potion_II",
        "melvorF:Performance_Enhancing_Potion_III",
        "melvorF:Performance_Enhancing_Potion_IV",
        "melvorF:Necromancer_Potion_I",
        "melvorF:Necromancer_Potion_II",
        "melvorF:Necromancer_Potion_III",
        "melvorF:Necromancer_Potion_IV",
        "melvorF:Hinder_Potion_I",
        "melvorF:Hinder_Potion_II",
        "melvorF:Hinder_Potion_III",
        "melvorF:Hinder_Potion_IV",
        "melvorF:Famished_Potion_I",
        "melvorF:Famished_Potion_II",
        "melvorF:Famished_Potion_III",
        "melvorF:Famished_Potion_IV",
        "melvorF:Lethal_Toxins_Potion_I",
        "melvorF:Lethal_Toxins_Potion_II",
        "melvorF:Lethal_Toxins_Potion_III",
        "melvorF:Lethal_Toxins_Potion_IV",
        "melvorAoD:Crystallization_Potion_I",
        "melvorAoD:Crystallization_Potion_II",
        "melvorAoD:Crystallization_Potion_III",
        "melvorAoD:Crystallization_Potion_IV",
        "melvorAoD:Crystal_Sanction_Potion_I",
        "melvorAoD:Crystal_Sanction_Potion_II",
        "melvorAoD:Crystal_Sanction_Potion_III",
        "melvorAoD:Crystal_Sanction_Potion_IV",
        "melvorAoD:Harming_Potion",
        "melvorF:Secret_Stardust_Potion_I",
        "melvorF:Secret_Stardust_Potion_II",
        "melvorF:Secret_Stardust_Potion_III",
        "melvorF:Secret_Stardust_Potion_IV",
        "melvorTotH:Area_Control_Potion_I",
        "melvorTotH:Area_Control_Potion_II",
        "melvorTotH:Area_Control_Potion_III",
        "melvorTotH:Area_Control_Potion_IV",
        "melvorTotH:Adaptive_Defence_Potion_I",
        "melvorTotH:Adaptive_Defence_Potion_II",
        "melvorTotH:Adaptive_Defence_Potion_III",
        "melvorTotH:Adaptive_Defence_Potion_IV",
        "melvorTotH:Slayer_Bounty_Potion_I",
        "melvorTotH:Slayer_Bounty_Potion_II",
        "melvorTotH:Slayer_Bounty_Potion_III",
        "melvorTotH:Slayer_Bounty_Potion_IV",
        "melvorTotH:Holy_Bulwark_Potion_I",
        "melvorTotH:Holy_Bulwark_Potion_II",
        "melvorTotH:Holy_Bulwark_Potion_III",
        "melvorTotH:Holy_Bulwark_Potion_IV",
        "melvorTotH:Adaptive_Accuracy_Potion_I",
        "melvorTotH:Adaptive_Accuracy_Potion_II",
        "melvorTotH:Adaptive_Accuracy_Potion_III",
        "melvorTotH:Adaptive_Accuracy_Potion_IV",
        "melvorTotH:Reaper_Potion_I",
        "melvorTotH:Reaper_Potion_II",
        "melvorTotH:Reaper_Potion_III",
        "melvorTotH:Reaper_Potion_IV",
        "melvorTotH:Penetration_Potion_I",
        "melvorTotH:Penetration_Potion_II",
        "melvorTotH:Penetration_Potion_III",
        "melvorTotH:Penetration_Potion_IV",
        "melvorTotH:Critical_Strike_Potion_I",
        "melvorTotH:Critical_Strike_Potion_II",
        "melvorTotH:Critical_Strike_Potion_III",
        "melvorTotH:Critical_Strike_Potion_IV",
        "melvorTotH:Alchemic_Practice_Potion_I",
        "melvorTotH:Alchemic_Practice_Potion_II",
        "melvorTotH:Alchemic_Practice_Potion_III",
        "melvorTotH:Alchemic_Practice_Potion_IV",
        "melvorTotH:Gem_Detector_Potion_I",
        "melvorTotH:Gem_Detector_Potion_II",
        "melvorTotH:Gem_Detector_Potion_III",
        "melvorTotH:Gem_Detector_Potion_IV",
        "melvorTotH:Star_Seeker_Potion_I",
        "melvorTotH:Star_Seeker_Potion_II",
        "melvorTotH:Star_Seeker_Potion_III",
        "melvorTotH:Star_Seeker_Potion_IV",
        "melvorTotH:Traps_Potion_I",
        "melvorTotH:Traps_Potion_II",
        "melvorTotH:Traps_Potion_III",
        "melvorTotH:Traps_Potion_IV",
        "melvorTotH:Blacksmith_Potion_I",
        "melvorTotH:Blacksmith_Potion_II",
        "melvorTotH:Blacksmith_Potion_III",
        "melvorTotH:Blacksmith_Potion_IV",
        "melvorTotH:Enkindled_Yields_Potion_I",
        "melvorTotH:Enkindled_Yields_Potion_II",
        "melvorTotH:Enkindled_Yields_Potion_III",
        "melvorTotH:Enkindled_Yields_Potion_IV",
        "melvorTotH:Alt_Magic_Potion_I",
        "melvorTotH:Alt_Magic_Potion_II",
        "melvorTotH:Alt_Magic_Potion_III",
        "melvorTotH:Alt_Magic_Potion_IV",
        "melvorTotH:Multicooker_Potion_I",
        "melvorTotH:Multicooker_Potion_II",
        "melvorTotH:Multicooker_Potion_III",
        "melvorTotH:Multicooker_Potion_IV",
        "melvorTotH:Deadly_Toxins_Potion",
        "melvorF:Air_Shard",
        "melvorF:Water_Shard",
        "melvorF:Earth_Shard",
        "melvorF:Fire_Shard",
        "melvorF:Air_Chest",
        "melvorF:Water_Chest",
        "melvorF:Earth_Chest",
        "melvorF:Fire_Chest",
        "melvorF:Scroll_of_Aeris",
        "melvorF:Scroll_of_Glacia",
        "melvorF:Scroll_of_Terran",
        "melvorF:Scroll_of_Ragnar",
        "melvorF:Aeris_God_Helmet",
        "melvorF:Aeris_God_Platelegs",
        "melvorF:Aeris_God_Platebody",
        "melvorF:Aeris_God_Boots",
        "melvorF:Aeris_God_Gloves",
        "melvorF:Glacia_God_Helmet",
        "melvorF:Glacia_God_Platelegs",
        "melvorF:Glacia_God_Boots",
        "melvorF:Glacia_God_Platebody",
        "melvorF:Glacia_God_Gloves",
        "melvorF:Terran_God_Helmet",
        "melvorF:Terran_God_Platelegs",
        "melvorF:Terran_God_Platebody",
        "melvorF:Terran_God_Boots",
        "melvorF:Terran_God_Gloves",
        "melvorF:Ragnar_God_Helmet",
        "melvorF:Ragnar_God_Platelegs",
        "melvorF:Ragnar_God_Platebody",
        "melvorF:Ragnar_God_Boots",
        "melvorF:Ragnar_God_Gloves",
        "melvorF:Deadeye_Ring",
        "melvorF:Deadeye_Amulet",
        "melvorF:Warlock_Ring",
        "melvorF:Warlock_Amulet",
        "melvorF:Guardian_Ring",
        "melvorF:Guardian_Amulet",
        "melvorF:Fighter_Ring",
        "melvorF:Fighter_Amulet",
        "melvorF:Earth_Layered_Shield",
        "melvorAoD:Devouring_Barrier_Shield",
        "melvorF:Poison_Virulence_Ring",
        "melvorF:Poison_Virulence_Gloves",
        "melvorF:Burning_Madness_Ring",
        "melvorF:Burning_Madness_Gloves",
        "melvorF:Spiked_Shell_Ring",
        "melvorF:Spiked_Shell_Gloves",
        "melvorF:Relentless_Fury_Ring",
        "melvorF:Relentless_Fury_Gloves",
        "melvorD:Rune_Essence",
        "melvorTotH:Pure_Essence",
        "melvorD:Air_Rune",
        "melvorD:Mind_Rune",
        "melvorD:Water_Rune",
        "melvorD:Earth_Rune",
        "melvorD:Fire_Rune",
        "melvorD:Light_Rune",
        "melvorD:Body_Rune",
        "melvorD:Chaos_Rune",
        "melvorF:Nature_Rune",
        "melvorF:Havoc_Rune",
        "melvorD:Death_Rune",
        "melvorD:Blood_Rune",
        "melvorF:Spirit_Rune",
        "melvorD:Ancient_Rune",
        "melvorD:Mist_Rune",
        "melvorD:Dust_Rune",
        "melvorF:Mud_Rune",
        "melvorD:Smoke_Rune",
        "melvorF:Steam_Rune",
        "melvorF:Lava_Rune",
        "melvorTotH:Poison_Rune",
        "melvorTotH:Decay_Rune",
        "melvorTotH:Infernal_Rune",
        "melvorTotH:Despair_Rune",
        "melvorTotH:Soul_Rune",
        "melvorTotH:Lightning_Rune",
        "melvorTotH:Archaic_Rune",
        "melvorTotH:Calamity_Rune",
        "melvorAoD:Basic_Staff",
        "melvorF:Staff_of_Air",
        "melvorF:Staff_of_Water",
        "melvorF:Staff_of_Earth",
        "melvorF:Staff_of_Fire",
        "melvorD:Air_Battlestaff",
        "melvorD:Water_Battlestaff",
        "melvorD:Earth_Battlestaff",
        "melvorD:Fire_Battlestaff",
        "melvorAoD:Crystal_Battlestaff",
        "melvorAoD:Mudball_Staff",
        "melvorD:Mystic_Air_Staff",
        "melvorF:Mystic_Water_Staff",
        "melvorF:Mystic_Earth_Staff",
        "melvorF:Mystic_Fire_Staff",
        "melvorAoD:Mystic_Pure_Crystal_Staff",
        "melvorAoD:Familiar_Staff",
        "melvorF:Natures_Call_Staff_Bottom",
        "melvorD:Natures_Call_Staff_Top",
        "melvorF:Natures_Call_Staff",
        "melvorF:Natures_Wrath_Staff",
        "melvorAoD:Magic_Flute",
        "melvorAoD:Unholy_Staff",
        "melvorAoD:Cursed_Staff",
        "melvorAoD:Rotten_Staff",
        "melvorAoD:Lich_Staff",
        "melvorF:Cloudburst_Staff",
        "melvorAoD:Water_Pulse_Staff",
        "melvorTotH:Poison_Staff",
        "melvorTotH:Infernal_Staff",
        "melvorTotH:Lightning_Staff",
        "melvorTotH:Meteorite_Staff",
        "melvorTotH:Lightning_Coil_2H_Staff",
        "melvorTotH:Ethereal_Staff",
        "melvorD:Magic_Wand_Basic",
        "melvorD:Magic_Wand_Powerful",
        "melvorD:Magic_Wand_Elite",
        "melvorAoD:Trickery_Mirror",
        "melvorAoD:Powered_Red_Crystal",
        "melvorF:Air_Imbued_Wand",
        "melvorF:Water_Imbued_Wand",
        "melvorF:Earth_Imbued_Wand",
        "melvorF:Fire_Imbued_Wand",
        "melvorAoD:Soul_Taker_Wand",
        "melvorAoD:Foresight_Wand",
        "melvorF:Ocean_Song_Fragment",
        "melvorF:Ocean_Song",
        "melvorTotH:Despair_Wand",
        "melvorTotH:Archaic_Wand",
        "melvorTotH:Calamity_Wand",
        "melvorTotH:Slicing_Maelstrom_Wand_Shard",
        "melvorTotH:Slicing_Maelstrom_Wand",
        "melvorD:Green_Wizard_Hat",
        "melvorD:Green_Wizard_Robes",
        "melvorD:Green_Wizard_Bottoms",
        "melvorD:Green_Wizard_Boots",
        "melvorD:Blue_Wizard_Hat",
        "melvorD:Blue_Wizard_Robes",
        "melvorD:Blue_Wizard_Bottoms",
        "melvorD:Blue_Wizard_Boots",
        "melvorAoD:Cult_Robes",
        "melvorD:Red_Wizard_Hat",
        "melvorD:Red_Wizard_Robes",
        "melvorD:Red_Wizard_Bottoms",
        "melvorD:Red_Wizard_Boots",
        "melvorAoD:Unholy_Wizard_Robes",
        "melvorAoD:Cursed_Wizard_Robes",
        "melvorD:Black_Wizard_Hat",
        "melvorD:Black_Wizard_Robes",
        "melvorD:Black_Wizard_Bottoms",
        "melvorD:Black_Wizard_Boots",
        "melvorD:Ancient_Wizard_Hat",
        "melvorD:Ancient_Wizard_Robes",
        "melvorD:Ancient_Wizard_Bottoms",
        "melvorD:Ancient_Wizard_Boots",
        "melvorAoD:Ancient_Wizard_Hat_B",
        "melvorAoD:Ancient_Wizard_Robes_B",
        "melvorAoD:Ancient_Wizard_Bottoms_B",
        "melvorAoD:Underwater_Helmet",
        "melvorF:Air_Acolyte_Wizard_Hat",
        "melvorF:Air_Acolyte_Wizard_Robes",
        "melvorF:Air_Acolyte_Wizard_Bottoms",
        "melvorF:Air_Acolyte_Wizard_Boots",
        "melvorAoD:Air_Acolyte_Wizard_Hat_B",
        "melvorAoD:Air_Acolyte_Wizard_Robes_B",
        "melvorAoD:Air_Acolyte_Wizard_Bottoms_B",
        "melvorF:Water_Acolyte_Wizard_Hat",
        "melvorF:Water_Acolyte_Wizard_Robes",
        "melvorF:Water_Acolyte_Wizard_Bottoms",
        "melvorF:Water_Acolyte_Wizard_Boots",
        "melvorAoD:Water_Acolyte_Wizard_Hat_B",
        "melvorAoD:Water_Acolyte_Wizard_Robes_B",
        "melvorAoD:Water_Acolyte_Wizard_Bottoms_B",
        "melvorF:Earth_Acolyte_Wizard_Hat",
        "melvorF:Earth_Acolyte_Wizard_Robes",
        "melvorF:Earth_Acolyte_Wizard_Bottoms",
        "melvorF:Earth_Acolyte_Wizard_Boots",
        "melvorAoD:Earth_Acolyte_Wizard_Hat_B",
        "melvorAoD:Earth_Acolyte_Wizard_Robes_B",
        "melvorAoD:Earth_Acolyte_Wizard_Bottoms_B",
        "melvorF:Fire_Acolyte_Wizard_Hat",
        "melvorF:Fire_Acolyte_Wizard_Robes",
        "melvorF:Fire_Acolyte_Wizard_Bottoms",
        "melvorF:Fire_Acolyte_Wizard_Boots",
        "melvorAoD:Fire_Acolyte_Wizard_Hat_B",
        "melvorAoD:Fire_Acolyte_Wizard_Robes_B",
        "melvorAoD:Fire_Acolyte_Wizard_Bottoms_B",
        "melvorF:Air_Adept_Wizard_Hat",
        "melvorF:Air_Adept_Wizard_Robes",
        "melvorF:Air_Adept_Wizard_Bottoms",
        "melvorF:Air_Adept_Wizard_Boots",
        "melvorAoD:Air_Adept_Wizard_Hat_B",
        "melvorAoD:Air_Adept_Wizard_Robes_B",
        "melvorAoD:Air_Adept_Wizard_Bottoms_B",
        "melvorF:Water_Adept_Wizard_Hat",
        "melvorF:Water_Adept_Wizard_Robes",
        "melvorF:Water_Adept_Wizard_Bottoms",
        "melvorF:Water_Adept_Wizard_Boots",
        "melvorAoD:Water_Adept_Wizard_Hat_B",
        "melvorAoD:Water_Adept_Wizard_Robes_B",
        "melvorAoD:Water_Adept_Wizard_Bottoms_B",
        "melvorF:Earth_Adept_Wizard_Hat",
        "melvorF:Earth_Adept_Wizard_Robes",
        "melvorF:Earth_Adept_Wizard_Bottoms",
        "melvorF:Earth_Adept_Wizard_Boots",
        "melvorAoD:Earth_Adept_Wizard_Hat_B",
        "melvorAoD:Earth_Adept_Wizard_Robes_B",
        "melvorAoD:Earth_Adept_Wizard_Bottoms_B",
        "melvorF:Fire_Adept_Wizard_Hat",
        "melvorF:Fire_Adept_Wizard_Robes",
        "melvorF:Fire_Adept_Wizard_Bottoms",
        "melvorF:Fire_Adept_Wizard_Boots",
        "melvorAoD:Fire_Adept_Wizard_Hat_B",
        "melvorAoD:Fire_Adept_Wizard_Robes_B",
        "melvorAoD:Fire_Adept_Wizard_Bottoms_B",
        "melvorF:Air_Expert_Wizard_Hat",
        "melvorF:Air_Expert_Wizard_Robes",
        "melvorF:Air_Expert_Wizard_Bottoms",
        "melvorF:Air_Expert_Wizard_Boots",
        "melvorAoD:Air_Expert_Wizard_Hat_B",
        "melvorAoD:Air_Expert_Wizard_Robes_B",
        "melvorAoD:Air_Expert_Wizard_Bottoms_B",
        "melvorF:Water_Expert_Wizard_Hat",
        "melvorF:Water_Expert_Wizard_Robes",
        "melvorF:Water_Expert_Wizard_Bottoms",
        "melvorF:Water_Expert_Wizard_Boots",
        "melvorAoD:Water_Expert_Wizard_Hat_B",
        "melvorAoD:Water_Expert_Wizard_Robes_B",
        "melvorAoD:Water_Expert_Wizard_Bottoms_B",
        "melvorF:Earth_Expert_Wizard_Hat",
        "melvorF:Earth_Expert_Wizard_Robes",
        "melvorF:Earth_Expert_Wizard_Bottoms",
        "melvorF:Earth_Expert_Wizard_Boots",
        "melvorAoD:Earth_Expert_Wizard_Hat_B",
        "melvorAoD:Earth_Expert_Wizard_Robes_B",
        "melvorAoD:Earth_Expert_Wizard_Bottoms_B",
        "melvorF:Fire_Expert_Wizard_Hat",
        "melvorF:Fire_Expert_Wizard_Robes",
        "melvorF:Fire_Expert_Wizard_Bottoms",
        "melvorF:Fire_Expert_Wizard_Boots",
        "melvorAoD:Fire_Expert_Wizard_Hat_B",
        "melvorAoD:Fire_Expert_Wizard_Robes_B",
        "melvorAoD:Fire_Expert_Wizard_Bottoms_B",
        "melvorTotH:Poison_Master_Wizard_Hat",
        "melvorTotH:Poison_Master_Wizard_Boots",
        "melvorTotH:Poison_Master_Wizard_Bottoms",
        "melvorTotH:Poison_Master_Wizard_Robes",
        "melvorTotH:Infernal_Master_Wizard_Hat",
        "melvorTotH:Infernal_Master_Wizard_Boots",
        "melvorTotH:Infernal_Master_Wizard_Bottoms",
        "melvorTotH:Infernal_Master_Wizard_Robes",
        "melvorTotH:Lightning_Master_Wizard_Hat",
        "melvorTotH:Lightning_Master_Wizard_Boots",
        "melvorTotH:Lightning_Master_Wizard_Bottoms",
        "melvorTotH:Lightning_Master_Wizard_Robes",
        "melvorTotH:Poison_Legendary_Wizard_Hat",
        "melvorTotH:Poison_Legendary_Wizard_Boots",
        "melvorTotH:Poison_Legendary_Wizard_Bottoms",
        "melvorTotH:Poison_Legendary_Wizard_Robes",
        "melvorTotH:Infernal_Legendary_Wizard_Hat",
        "melvorTotH:Infernal_Legendary_Wizard_Boots",
        "melvorTotH:Infernal_Legendary_Wizard_Bottoms",
        "melvorTotH:Infernal_Legendary_Wizard_Robes",
        "melvorTotH:Lightning_Legendary_Wizard_Hat",
        "melvorTotH:Lightning_Legendary_Wizard_Boots",
        "melvorTotH:Lightning_Legendary_Wizard_Bottoms",
        "melvorTotH:Lightning_Legendary_Wizard_Robes",
        "melvorTotH:Poison_Mythical_Wizard_Hat",
        "melvorTotH:Poison_Mythical_Wizard_Boots",
        "melvorTotH:Poison_Mythical_Wizard_Bottoms",
        "melvorTotH:Poison_Mythical_Wizard_Robes",
        "melvorTotH:Infernal_Mythical_Wizard_Hat",
        "melvorTotH:Infernal_Mythical_Wizard_Boots",
        "melvorTotH:Infernal_Mythical_Wizard_Bottoms",
        "melvorTotH:Infernal_Mythical_Wizard_Robes",
        "melvorTotH:Lightning_Mythical_Wizard_Hat",
        "melvorTotH:Lightning_Mythical_Wizard_Boots",
        "melvorTotH:Lightning_Mythical_Wizard_Bottoms",
        "melvorTotH:Lightning_Mythical_Wizard_Robes",
        "melvorTotH:Vorloran_Devastator_Gauntlets",
        "melvorTotH:Vorloran_Devastator_Helmet",
        "melvorTotH:Vorloran_Devastator_Boots",
        "melvorTotH:Vorloran_Devastator_Platelegs",
        "melvorTotH:Vorloran_Devastator_Platebody",
        "melvorTotH:Mask_of_Despair",
        "melvorTotH:Lightning_Aura_Helmet",
        "melvorTotH:Lightning_Boots",
        "melvorTotH:Frost_Walker_Boots_Material",
        "melvorTotH:Frost_Walker_Boots",
        "melvorTotH:Frostspark_Boots",
        "melvorTotH:Freezing_Touch_Material",
        "melvorTotH:Freezing_Touch_Body",
        "melvorF:Book_of_Occults",
        "melvorF:Book_Of_Scholars",
        "melvorAoD:Water_Shield",
        "melvorAoD:Magicburn_Shield",
        "melvorAoD:Blessed_Shield",
        "melvorAoD:Malevolent_Ward_Shield",
        "melvorAoD:Cursed_Arcana",
        "melvorAoD:Ancient_Arcana",
        "melvorD:Book_of_Eli",
        "melvorTotH:Burning_Embers_Book",
        "melvorTotH:Book_of_the_Ancients",
        "melvorD:Enchanted_Cape",
        "melvorD:Enchanted_Shield",
        "melvorF:Shield_Of_Magic_Power",
        "melvorF:Summoning_Shard_Red",
        "melvorF:Summoning_Shard_Green",
        "melvorF:Summoning_Shard_Blue",
        "melvorF:Summoning_Shard_Silver",
        "melvorF:Summoning_Shard_Gold",
        "melvorF:Summoning_Shard_Black",
        "melvorF:Summoning_Familiar_Golbin_Thief",
        "melvorF:Summoning_Familiar_Ent",
        "melvorF:Summoning_Familiar_Occultist",
        "melvorF:Summoning_Familiar_Mole",
        "melvorF:Summoning_Familiar_Wolf",
        "melvorF:Summoning_Familiar_Octopus",
        "melvorF:Summoning_Familiar_Minotaur",
        "melvorF:Summoning_Familiar_Pig",
        "melvorF:Summoning_Familiar_Centaur",
        "melvorF:Summoning_Familiar_Crow",
        "melvorF:Summoning_Familiar_Witch",
        "melvorF:Summoning_Familiar_Leprechaun",
        "melvorF:Summoning_Familiar_Cyclops",
        "melvorF:Summoning_Familiar_Monkey",
        "melvorF:Summoning_Familiar_Yak",
        "melvorF:Summoning_Familiar_Salamander",
        "melvorAoD:Summoning_Familiar_Barrier",
        "melvorF:Summoning_Familiar_Unicorn",
        "melvorF:Summoning_Familiar_Bear",
        "melvorF:Summoning_Familiar_Dragon",
        "melvorF:Summoning_Familiar_Devil",
        "melvorTotH:Summoning_Familiar_Eagle",
        "melvorTotH:Summoning_Familiar_Owl",
        "melvorTotH:Summoning_Familiar_Beaver",
        "melvorTotH:Summoning_Familiar_Fox",
        "melvorTotH:Summoning_Familiar_Lightning_Spirit",
        "melvorTotH:Summoning_Familiar_Siren",
        "melvorTotH:Summoning_Familiar_Spider",
        "melvorTotH:Summoning_Familiar_Spectre",
        "melvorAoD:Large_Warhorn",
        "melvorAoD:Accuracy_Gem",
        "melvorAoD:Lifesteal_Gem",
        "melvorAoD:Evasion_Gem",
        "melvorAoD:Burning_Gem",
        "melvorAoD:Poisonous_Gem",
        "melvorAoD:Agile_Gem",
        "melvorAoD:Confusing_Gem",
        "melvorAoD:Decaying_Gem",
        "melvorAoD:Unholy_Gem",
        "melvorAoD:Barrier_Gem",
        "melvorAoD:Basic_Barrier_Gem",
        "melvorAoD:Barrier_Touch_Gem",
        "melvorAoD:Sapping_Barrier_Gem",
        "melvorAoD:Draining_Barrier_Gem",
        "melvorAoD:Eroding_Barrier_Gem",
        "melvorAoD:Siphoning_Barrier_Gem",
        "melvorAoD:Devouring_Barrier_Gem",
        "melvorF:Stardust",
        "melvorF:Golden_Stardust",
        "melvorAoD:Paper",
        "melvorAoD:Treasure_Map",
        "melvorAoD:Special_Key",
        "melvorAoD:Golden_Golbin_Statue",
        "melvorAoD:Melantis_Clue_1",
        "melvorAoD:Melantis_Clue_2",
        "melvorAoD:Melantis_Clue_3",
        "melvorAoD:Melantis_Clue_4",
        "melvorAoD:Aranite_Sieve",
        "melvorAoD:Broken_Trowel",
        "melvorAoD:Broken_Jug",
        "melvorAoD:Jug_of_Beer",
        "melvorAoD:Cult_Flyer",
        "melvorAoD:Secret_Coffer",
        "melvorAoD:Torn_Map",
        "melvorAoD:Leather_Belt",
        "melvorAoD:Rusted_Bronze_Coin",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Aranite_Trowel",
        "melvorAoD:Beaded_Necklace",
        "melvorAoD:Old_Dreamcatcher",
        "melvorAoD:Old_Music_Box",
        "melvorAoD:Wooden_Cart",
        "melvorAoD:Giant_Clay_Pot",
        "melvorAoD:Ancient_Wine_Casket",
        "melvorAoD:City_Map",
        "melvorAoD:Amphora",
        "melvorAoD:Cursed_Charm",
        "melvorAoD:Skull",
        "melvorAoD:Old_Burnt_Offerings",
        "melvorAoD:Totem_Pole",
        "melvorAoD:Cursed_Golden_Disc",
        "melvorAoD:Broken_Stone_Shard",
        "melvorAoD:Shatter_Stone",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Large_Stone",
        "melvorAoD:Aranite_Shovel",
        "melvorAoD:Chipped_Marble",
        "melvorAoD:Golden_Leaf",
        "melvorAoD:Old_Metal_Plaque",
        "melvorAoD:Broken_Brush",
        "melvorAoD:Colourful_Vase",
        "melvorAoD:Aranite_Brush",
        "melvorAoD:Ancient_Stone_Tablet",
        "melvorAoD:Stone_statue",
        "melvorAoD:Island_Map",
        "melvorAoD:Navigation_Chart",
        "melvorAoD:Gold_Brazier",
        "melvorAoD:Statue_of_Prosperity",
        "melvorAoD:Old_Jeweled_Necklace",
        "melvorAoD:Old_Silver_Coin",
        "melvorAoD:Old_Gold_Coin",
        "melvorAoD:Pristine_Jeweled_Necklace",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Old_Wooden_Bowl",
        "melvorAoD:Golden_Silk",
        "melvorAoD:Ancient_Silk",
        "melvorAoD:Ancient_Woven_Bags",
        "melvorAoD:Large_Woven_Rug",
        "melvorAoD:Decorative_Fabric",
        "melvorAoD:Flint",
        "melvorAoD:Gold_Speck",
        "melvorAoD:Diamond_Speck",
        "melvorAoD:Crystalized_Mithril_Fragment",
        "melvorAoD:Rock_Carving",
        "melvorAoD:Ancient_Fossil",
        "melvorAoD:Shipment_Map",
        "melvorAoD:Broken_Pickaxe",
        "melvorAoD:Wooden_Sign",
        "melvorAoD:Rusted_Ring",
        "melvorAoD:Blue_Jewel",
        "melvorAoD:Coral",
        "melvorAoD:Bundle_of_Rope",
        "melvorAoD:Broken_Odd_Weapon",
        "melvorAoD:Large_Wooden_Plank",
        "melvorAoD:Torn_Fishing_Net",
        "melvorAoD:Destroyed_Cannon",
        "melvorAoD:Pebble",
        "melvorAoD:Charged_Topaz_Shard",
        "melvorAoD:Charged_Sapphire_Shard",
        "melvorAoD:Charged_Ruby_Shard",
        "melvorAoD:Charged_Emerald_Shard",
        "melvorAoD:Marble",
        "melvorAoD:Old_Bucket",
        "melvorAoD:Broken_Shovel",
        "melvorAoD:Large_Marble",
        "melvorAoD:Large_Fossil",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Noble_Jeweled_Necklace",
        "melvorAoD:Silver_Goblet",
        "melvorAoD:Old_Plant_Pot",
        "melvorAoD:Old_Gold_Bars",
        "melvorAoD:Old_Vase",
        "melvorAoD:Old_Cooking_Pot",
        "melvorAoD:Old_Route_Chart",
        "melvorAoD:Broken_Door",
        "melvorAoD:Dusty_Book_of_Knowledge",
        "melvorAoD:Broken_Golden_Harp",
        "melvorAoD:Old_Tower_Bell",
        "melvorAoD:Nails",
        "melvorAoD:Ancient_Sieve",
        "melvorAoD:Horseshoe",
        "melvorAoD:Ancient_Trowel",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Boat_Figurehead",
        "melvorAoD:Ancient_Brush",
        "melvorAoD:Magic_Anvil",
        "melvorAoD:Old_Anvil",
        "melvorAoD:Old_Aranite_Plating",
        "melvorAoD:Old_Darksteel_Plating",
        "melvorAoD:Ancient_Shovel",
        "melvorAoD:Old_Relic_Plating",
        "melvorAoD:Broken_Gem",
        "melvorAoD:Ritual_Bowl",
        "melvorAoD:Lost_Cursed_Text",
        "melvorAoD:Incense",
        "melvorAoD:Old_Temple_Map",
        "melvorAoD:Old_Cauldron",
        "melvorAoD:Crystalized_Dragon_Fragment",
        "melvorAoD:Charged_Diamond_Shard",
        "melvorAoD:Crystal_Ball",
        "melvorAoD:Golden_idol",
        "melvorAoD:Torn_Scrolls",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Old_Cell_Key",
        "melvorAoD:Old_Headless_Arrows",
        "melvorAoD:Tough_Quill_Feather",
        "melvorAoD:Broken_Oil_Lamp",
        "melvorAoD:Broken_Quiver",
        "melvorAoD:Insignia",
        "melvorAoD:Kingdom_Banners",
        "melvorAoD:Broken_Down_Ballista",
        "melvorAoD:Silver_Spoon",
        "melvorAoD:Miniature_Toy_Horse",
        "melvorAoD:Chess_Piece",
        "melvorAoD:Lockbox_Key",
        "melvorAoD:Candle_Lamp",
        "melvorAoD:Golbin_Portrait",
        "melvorAoD:Large_Silver_Plate",
        "melvorAoD:Hunting_Trophy",
        "melvorAoD:Kingdom_Painting",
        "melvorAoD:Bell",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Prayer_Idol",
        "melvorAoD:Old_Music_Manuscript",
        "melvorAoD:Candles",
        "melvorAoD:Candelabra",
        "melvorAoD:Stained_Glass",
        "melvorAoD:Large_Organ",
        "melvorAoD:Ancient_Wall_Chart",
        "melvorAoD:Dark_Altar",
        "melvorAoD:Pirate_Doubloons",
        "melvorAoD:Misty_Jewel",
        "melvorAoD:Bottle_of_Rum",
        "melvorAoD:Shackles",
        "melvorAoD:Charged_Jadestone_Shard",
        "melvorAoD:Broken_Ship_Wood",
        "melvorAoD:Pirate_Flag",
        "melvorAoD:Large_Anchor",
        "melvorAoD:Different_Shell",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Pearl",
        "melvorAoD:Relic_Sieve",
        "melvorAoD:Crumbled_Artefact",
        "melvorAoD:Large_Shell",
        "melvorAoD:Mosaic",
        "melvorAoD:Relic_Trowel",
        "melvorAoD:Silver_Stone_Brick",
        "melvorAoD:Silver_Armband",
        "melvorAoD:Relic_Brush",
        "melvorAoD:Kelp",
        "melvorAoD:Silver_Statue",
        "melvorAoD:Relic_Shovel",
        "melvorAoD:Rotten_Fish",
        "melvorAoD:Stale_Bread",
        "melvorF:Necromancer_Hat",
        "melvorF:Necromancer_Robes",
        "melvorF:Necromancer_Bottoms",
        "melvorF:Necromancer_Boots",
        "melvorF:Woodcutters_Hat",
        "melvorF:Woodcutters_Body",
        "melvorF:Woodcutters_Leggings",
        "melvorF:Woodcutters_Boots",
        "melvorF:Burning_Mans_Hat",
        "melvorF:Burning_Mans_Body",
        "melvorF:Burning_Mans_Leggings",
        "melvorF:Burning_Mans_Boots",
        "melvorF:Fishermans_Hat",
        "melvorF:Fishermans_Body",
        "melvorF:Fishermans_Leggings",
        "melvorF:Fishermans_Boots",
        "melvorF:Miners_Hat",
        "melvorF:Miners_Body",
        "melvorF:Miners_Leggings",
        "melvorF:Miners_Boots",
        "melvorF:Blacksmiths_Hat",
        "melvorF:Blacksmiths_Body",
        "melvorF:Blacksmiths_Leggings",
        "melvorF:Blacksmiths_Boots",
        "melvorF:Fletchers_Hat",
        "melvorF:Fletchers_Body",
        "melvorF:Fletchers_Leggings",
        "melvorF:Fletchers_Boots",
        "melvorF:Crafters_Hat",
        "melvorF:Crafters_Body",
        "melvorF:Crafters_Leggings",
        "melvorF:Crafters_Boots",
        "melvorF:Runecrafters_Hat",
        "melvorF:Runecrafters_Body",
        "melvorF:Runecrafters_Leggings",
        "melvorF:Runecrafters_Boots",
        "melvorF:Potion_Makers_Hat",
        "melvorF:Potion_Makers_Body",
        "melvorF:Potion_Makers_Leggings",
        "melvorF:Potion_Makers_Boots",
        "melvorF:Performance_Enhancing_Hat",
        "melvorF:Performance_Enhancing_Body",
        "melvorF:Performance_Enhancing_Leggings",
        "melvorF:Performance_Enhancing_Boots",
        "melvorF:Star_Gazing_Hat",
        "melvorF:Star_Gazing_Body",
        "melvorF:Star_Gazing_Leggings",
        "melvorF:Star_Gazing_Boots",
        "melvorAoD:Archaeologist_Hat",
        "melvorAoD:Archaeologist_Body",
        "melvorAoD:Archaeologist_Leggings",
        "melvorAoD:Archaeologist_Boots",
        "melvorAoD:Archaeologist_Gloves",
        "melvorF:Skilling_Outfit_Upgrade",
        "melvorF:Skillers_Hat",
        "melvorF:Skillers_Body",
        "melvorF:Skillers_Leggings",
        "melvorF:Skillers_Boots",
        "melvorF:Clown_Hat",
        "melvorD:Circlet_of_Rhaelyx",
        "melvorD:Jewel_of_Rhaelyx",
        "melvorD:Crown_of_Rhaelyx",
        "melvorD:Mysterious_Stone",
        "melvorD:Charge_Stone_of_Rhaelyx",
        "melvorF:Bobbys_Pocket",
        "melvorF:Shipwheel",
        "melvorF:Giant_Club",
        "melvorF:Antique_Vase",
        "melvorF:Marksmans_Sigil",
        "melvorF:Knights_Sigil",
        "melvorF:Wizards_Sigil",
        "melvorF:Fine_Coinpurse",
        "melvorAoD:Kings_Crown",
        "melvorAoD:Golden_Wreath",
        "melvorAoD:Eyepatch",
        "melvorAoD:Old_Pirate_Pants",
        "melvorAoD:Peasant_Shirt",
        "melvorTotH:Hunters_Journal",
        "melvorTotH:Mortar_and_Pestle",
        "melvorF:Chapeau_Noir",
        "melvorF:Golbin_Mask",
        "melvorF:Jesters_Hat",
        "melvorTotH:Masquerade_Mask",
        "melvorTotH:Thieving_Shorts",
        "melvorF:Boots_Of_Stealth",
        "melvorTotH:Grappling_Hook",
        "melvorD:Bobs_Rake",
        "melvorAoD:Ancient_Scythe",
        "melvorF:Chefs_Hat",
        "melvorF:Cooking_Apron",
        "melvorF:Chefs_Spoon",
        "melvorAoD:Old_Wooden_Ladle",
        "melvorF:Warm_Beanie",
        "melvorTotH:Potion_Stirrer",
        "melvorF:Miners_Helmet",
        "melvorAoD:Dirty_Mining_Boots",
        "melvorAoD:Mining_Lantern",
        "melvorAoD:Blacksmith_Tongs",
        "melvorAoD:Chisel",
        "melvorTotH:Crown_of_Madremonte",
        "melvorF:Lumberjacks_Top",
        "melvorF:Sailors_Top",
        "melvorAoD:Fishing_Net",
        "melvorF:Pirate_Captain_Hat",
        "melvorAoD:Captains_Logbook",
        "melvorAoD:Old_Spyglass",
        "melvorAoD:Old_Fancy_Quill",
        "melvorAoD:Sturdy_Fancy_Quill",
        "melvorF:Consumable_Enhancer",
        "melvorF:Mastery_Magnet",
        "melvorAoD:Candelabra_Lit",
        "melvorF:Alchemists_Bag",
        "melvorF:Alchemists_Bag_II",
        "melvorF:Seed_Pouch",
        "melvorF:Seed_Pouch_II",
        "melvorF:Woodcutting_Scroll_Of_XP",
        "melvorF:Flaming_Axe_Scroll",
        "melvorF:Fishing_Scroll_Of_XP",
        "melvorF:Fishing_Hook",
        "melvorTotH:Burning_Reel",
        "melvorTotH:Golden_Reel",
        "melvorF:Burning_Scroll_Of_Gold",
        "melvorF:Burning_Scroll_Of_Gold_II",
        "melvorF:Burning_Scroll_Of_Stardust",
        "melvorF:Burning_Scroll_Of_Stardust_II",
        "melvorF:Burning_Scroll_Of_Ash",
        "melvorF:Burning_Scroll_Of_Ash_II",
        "melvorF:Quick_Burner",
        "melvorF:Quick_Burner_II",
        "melvorAoD:Candle_Lamp_Lit",
        "melvorTotH:Kindling_Pouch",
        "melvorTotH:Kindling_Pouch_II",
        "melvorF:Additional_Cooker_Scroll",
        "melvorF:Bad_Cooker_Scroll",
        "melvorAoD:Tiny_Spice_Jar",
        "melvorAoD:Ceramic_Jar",
        "melvorTotH:Chefs_Bag",
        "melvorF:Mining_Scroll_Of_XP",
        "melvorF:Scroll_Of_Essence",
        "melvorF:Gem_Finder_Scroll",
        "melvorAoD:Ancient_Magic_Hammer",
        "melvorF:Thiefs_Moneysack",
        "melvorF:Thiefs_Moneysack_II",
        "melvorF:Crafting_Scroll_Of_XP",
        "melvorF:Gem_Preserver_Scroll",
        "melvorF:Leather_Crafter_Scroll",
        "melvorTotH:Artisan_Pouch",
        "melvorTotH:Artisan_Pouch_II",
        "melvorF:Runecrafting_Scroll_Of_XP",
        "melvorF:Runecrafting_Pouch",
        "melvorF:Staff_Maker_Scroll",
        "melvorF:Herblore_Scroll_Of_XP",
        "melvorF:Herblore_Preservation_Scroll",
        "melvorTotH:Stamina_Pouch",
        "melvorTotH:Summoners_Bag",
        "melvorTotH:Summoning_Scrolls",
        "melvorF:Golden_Star",
        "melvorF:Golden_Star_II",
        "melvorTotH:Travellers_Compass",
        "melvorTotH:Spirit_Bag",
        "melvorAoD:Dividers",
        "melvorAoD:Old_Scripture",
        "melvorAoD:Woodcutting_Lesser_Relic",
        "melvorAoD:Fishing_Lesser_Relic",
        "melvorAoD:Firemaking_Lesser_Relic",
        "melvorAoD:Cooking_Lesser_Relic",
        "melvorAoD:Mining_Lesser_Relic",
        "melvorAoD:Smithing_Lesser_Relic",
        "melvorAoD:Thieving_Lesser_Relic",
        "melvorAoD:Fletching_Lesser_Relic",
        "melvorAoD:Crafting_Lesser_Relic",
        "melvorAoD:Runecrafting_Lesser_Relic",
        "melvorAoD:Herblore_Lesser_Relic",
        "melvorAoD:Agility_Lesser_Relic",
        "melvorAoD:Summoning_Lesser_Relic",
        "melvorAoD:Astrology_Lesser_Relic",
        "melvorF:Looter_Pouch",
        "melvorF:Monster_Hunter_Scroll",
        "melvorF:Slayer_Harvest_Scroll",
        "melvorF:Slayer_Binding_Scroll",
        "melvorF:Ranged_Hinder_Scroll",
        "melvorF:Magic_Hinder_Scroll",
        "melvorF:Melee_Hinder_Scroll",
        "melvorF:Dragonbreath_Deterer",
        "melvorF:Slayer_Deterer",
        "melvorF:Fervor_Scroll",
        "melvorF:Whetstone",
        "melvorF:Wizards_Scroll",
        "melvorF:Wizards_Scroll_II",
        "melvorF:Prayer_Scroll",
        "melvorAoD:Ancient_Whetstone",
        "melvorAoD:Relic_Whetstone",
        "melvorAoD:Charged_Golden_Quiver",
        "melvorAoD:Charged_Ancient_Quiver",
        "melvorAoD:Charged_Relic_Quiver",
        "melvorAoD:Elemental_Scroll",
        "melvorAoD:Impenetrable_Idol",
        "melvorAoD:Blood_Chalice",
        "melvorAoD:Grinding_Stone",
        "melvorAoD:Cursed_Idol",
        "melvorAoD:Power_Crystals",
        "melvorAoD:Vial_of_Goo",
        "melvorAoD:Vial_of_Acid",
        "melvorTotH:Explorers_Map",
        "melvorTotH:Explorers_Map_II",
        "melvorTotH:Blood_Vial",
        "melvorTotH:Blood_Vial_II",
        "melvorTotH:Portable_Rations",
        "melvorTotH:Portable_Rations_II",
        "melvorD:Barbarian_Gloves",
        "melvorF:Merchants_Permit",
        "melvorD:Message_In_A_Bottle",
        "melvorD:Old_Boot",
        "melvorD:Old_Hat",
        "melvorD:Seaweed",
        "melvorD:Shell",
        "melvorD:Rusty_Key",
        "melvorD:Rope",
        "melvorD:Glass_Bottle",
        "melvorD:Rubber_Ducky",
        "melvorD:Eight",
        "melvorD:Red_Party_Hat",
        "melvorF:Green_Party_Hat",
        "melvorD:Purple_Party_Hat",
        "melvorD:Yellow_Party_Hat",
        "melvorD:Futures_Prophecy",
        "melvorF:Unknown_Evil",
        "melvorF:Beginning_Of_The_End",
        "melvorF:New_Dawn",
        "melvorF:Impending_Darkness",
        "melvorD:Lemon",
        "melvorD:Lemons",
        "melvorD:Lemonade",
        "melvorF:Lemon_Cake",
        "melvorF:Lemon_Cake_Perfect",
        "melvorTotH:Lemonade_Empty",
        "melvorTotH:Lemonade_Very_empty",
        "melvorTotH:Lemonade_Still_very_empty",
        "melvorTotH:Lemonade_Not_as_empty_as_before",
        "melvorTotH:Lemonade_Not_much",
        "melvorTotH:Lemonade_Has_a_bit_now",
        "melvorTotH:Lemonade_A_little_bit_more_now",
        "melvorTotH:Lemonade_Half_full",
        "melvorTotH:Lemonade_Just_over_half_full",
        "melvorTotH:Lemonade_Maybe_this_is_half_full",
        "melvorTotH:Lemonade_Nope_this_is_half_full_now",
        "melvorTotH:Lemonade_Wow_this_is_slow",
        "melvorTotH:Lemonade_Just_fill_it_up_already",
        "melvorTotH:Lemonade_Still_not_full",
        "melvorTotH:Lemonade_Again_still_not_full",
        "melvorTotH:Lemonade_Less_than_before_because_you_drank_some",
        "melvorTotH:Lemonade_Back_to_where_we_were_before",
        "melvorTotH:Lemonade_Almost_full",
        "melvorTotH:Lemonade_Still_almost_full",
        "melvorTotH:Lemonade_How_full_is_it_supposed_to_be",
        "melvorTotH:Lemonade_Wait_this_might_be_half_full_now",
        "melvorTotH:Lemonade_Haha_just_joking_hurry_up",
        "melvorTotH:Lemonade_Okay_this_looks_pretty_full_now",
        "melvorTotH:Lemonade_Now",
        "melvorTotH:Lemonade_What_about_now",
        "melvorTotH:Lemonade_YAY_ITS_FINALLY_FULL",
        "melvorTotH:Lemonade_Oh_still_not_full",
        "melvorTotH:Lemonade_Wait_for_it",
        "melvorTotH:Lemonade_Wait_for_it2",
        "melvorTotH:Lemonade_Full",
        "melvorD:Event_Clue_1",
        "melvorD:Event_Clue_2",
        "melvorD:Event_Clue_3",
        "melvorD:Event_Clue_4",
        "melvorD:Cake_Base",
        "melvorD:Candle",
        "melvorD:Magical_Icing",
        "melvorD:Magical_Flavouring",
        "melvorD:Birthday_Cake",
        "melvorD:Birthday_Token",
        "melvorD:Christmas_Wreath",
        "melvorD:Christmas_Sweater",
        "melvorD:Christmas_Coal",
        "melvorD:Candy_Cane",
        "melvorD:Christmas_Cracker",
        "melvorD:Friendship_Bracelet",
        "melvorD:Santa_Hat",
        "melvorD:Easter_Egg",
        "melvorF:Abnormal_Log",
        "melvorD:Red_Herring",
        "melvorD:Cool_Glasses",
        "melvorD:Christmas_Present_Yellow",
        "melvorD:Christmas_Present_Blue",
        "melvorD:Christmas_Present_Green",
        "melvorD:Christmas_Present_White",
        "melvorD:Christmas_Present_Purple",
        "melvorD:Christmas_Present_General",
        "melvorD:Event_Token",
        "melvorD:Christmas_Scarf",
        "melvorD:Gingerbread_House",
        "melvorD:Gingerbread_Man",
        "melvorD:Edible_Candy_Cane",
        "melvorD:Locked_Chest",
        "melvorD:Locked_Chest_Key",
        "melvorD:Event_Token_Christmas2021"
    ],
    "combatAreaDisplayOrder": [
        "melvorD:Farmlands",
        "melvorD:Goblin_Village",
        "melvorAoD:EyeConicCave",
        "melvorD:Graveyard",
        "melvorD:Sandy_Shores",
        "melvorD:Wet_Forest",
        "melvorD:Bandit_Hideout",
        "melvorAoD:MuckyCave",
        "melvorD:Giant_Dungeon",
        "melvorD:Icy_Hills",
        "melvorD:Castle_of_Kings",
        "melvorD:Wizard_Tower",
        "melvorD:Dragon_Valley",
        "melvorD:ElerineBattlegrounds",
        "melvorAoD:TreeOvergrowth",
        "melvorAoD:CollapsedCity",
        "melvorAoD:LostTemple",
        "melvorAoD:RitualSite",
        "melvorAoD:ShipwreckCove",
        "melvorAoD:UnderwaterRuins"
    ],
    "dungeonDisplayOrder": [
        "melvorD:Chicken_Coop",
        "melvorD:Undead_Graveyard",
        "melvorD:Bandit_Base",
        "melvorD:Hall_of_Wizards",
        "melvorD:Spider_Forest",
        "melvorF:Miolite_Caves",
        "melvorD:Deep_Sea_Ship",
        "melvorD:Frozen_Cove",
        "melvorAoD:Golem_Territory",
        "melvorAoD:Unholy_Forest",
        "melvorF:Dragons_Den",
        "melvorAoD:Trickery_Temple",
        "melvorD:Volcanic_Cave",
        "melvorF:Infernal_Stronghold",
        "melvorAoD:Cult_Grounds",
        "melvorF:Air_God_Dungeon",
        "melvorF:Water_God_Dungeon",
        "melvorF:Earth_God_Dungeon",
        "melvorF:Fire_God_Dungeon",
        "melvorF:Into_the_Mist",
        "melvorAoD:Underwater_City",
        "melvorF:Impending_Darkness",
        "melvorTotH:Ancient_Sanctuary",
        "melvorTotH:Underground_Lava_Lake",
        "melvorTotH:Lightning_Region",
        "melvorTotH:Lair_of_the_Spider_Queen",
        "melvorTotH:Cursed_Forest",
        "melvorTotH:Necromancers_Palace",
        "melvorTotH:Throne_of_the_Herald"
    ],
    "lore": [
        {
            "id": "melvorD:Futures_Prophecy",
            "title": "A Tale of the Past, a future's prophecy",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorF:Unknown_Evil",
            "title": "The First Hero and an Unknown Evil",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Fire_God_Dungeon",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorF:New_Dawn",
            "title": "New Dawn",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Into_the_Mist",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorF:Beginning_Of_The_End",
            "title": "Beginning of the End",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Into_the_Mist",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorF:Impending_Darkness",
            "title": "Impending Darkness",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Impending_Darkness",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book1",
            "title": "Book I",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Impending_Darkness",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book2",
            "title": "Book II",
            "unlockRequirements": [
                {
                    "type": "ShopPurchase",
                    "purchaseID": "melvorTotH:Labyrinth_Solution",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book3",
            "title": "Book III",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Ancient_Sanctuary",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book4",
            "title": "Book IV",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lightning_Region",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book5",
            "title": "Book V",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lightning_Region",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book6",
            "title": "Book VI",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lair_of_the_Spider_Queen",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book7a",
            "title": "Book VII (I)",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Cursed_Forest",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book7b",
            "title": "Book VII (II)",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Cursed_Forest",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book8",
            "title": "Book VIII",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Necromancers_Palace",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book9",
            "title": "Book IX",
            "unlockRequirements": [
                {
                    "type": "MonsterKilled",
                    "monsterID": "melvorTotH:GuardianoftheHerald",
                    "count": 1
                }
            ]
        },
        {
            "id": "melvorTotH:Book10",
            "title": "Book X",
            "unlockRequirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Throne_of_the_Herald",
                    "count": 1
                }
            ]
        }
    ],
    "golbinRaid": {
        "bannedItems": [
            "melvorD:Empty_Equipment",
            "melvorD:Empty_Food",
            "melvorD:Rune_Essence",
            "melvorD:Mist_Rune",
            "melvorD:Dust_Rune",
            "melvorD:Smoke_Rune",
            "melvorD:Farming_Skillcape",
            "melvorD:Candy_Cane",
            "melvorD:Amulet_of_Fishing",
            "melvorD:Gold_Topaz_Ring",
            "melvorD:Cooking_Gloves",
            "melvorD:Mining_Gloves",
            "melvorD:Smithing_Gloves",
            "melvorD:Gem_Gloves",
            "melvorD:Amulet_of_Looting",
            "melvorD:Cooking_Skillcape",
            "melvorD:Firemaking_Skillcape",
            "melvorD:Fishing_Skillcape",
            "melvorD:Mining_Skillcape",
            "melvorD:Smithing_Skillcape",
            "melvorD:Woodcutting_Skillcape",
            "melvorD:Aorpheats_Signet_Ring",
            "melvorD:Pirates_Lost_Ring",
            "melvorD:Barbarian_Gloves",
            "melvorD:Ancient_Ring_Of_Skills",
            "melvorD:Clue_Chasers_Insignia",
            "melvorD:Bone_Necklace",
            "melvorD:Crown_of_Rhaelyx",
            "melvorD:Ancient_Ring_Of_Mastery",
            "melvorD:Friendship_Bracelet",
            "melvorD:Christmas_Coal",
            "melvorD:Christmas_Sweater",
            "melvorD:Burning_Amulet_of_Gold",
            "melvorD:Burning_Amulet_of_Stardust",
            "melvorD:Burning_Amulet_of_Ash",
            "melvorD:Burning_Amulet_of_XP",
            "melvorF:Mud_Rune",
            "melvorF:Steam_Rune",
            "melvorF:Lava_Rune",
            "melvorF:Max_Skillcape",
            "melvorF:Cape_of_Completion",
            "melvorF:Wasteful_Ring",
            "melvorF:Gold_Emerald_Ring",
            "melvorF:Gold_Diamond_Ring",
            "melvorF:Gold_Topaz_Necklace",
            "melvorF:Thieving_Gloves",
            "melvorF:Crafting_Skillcape",
            "melvorF:Fletching_Skillcape",
            "melvorF:Runecrafting_Skillcape",
            "melvorF:Thieving_Skillcape",
            "melvorF:Magical_Ring",
            "melvorF:Slayer_Skillcape",
            "melvorF:Chapeau_Noir",
            "melvorF:Herblore_Skillcape",
            "melvorF:Desert_Hat",
            "melvorF:Blazing_Lantern",
            "melvorF:Climbing_Boots",
            "melvorF:Gloves_of_Silence",
            "melvorF:Hunters_Ring",
            "melvorF:Agility_Skillcape",
            "melvorF:Summoning_Skillcape",
            "melvorF:Necromancer_Hat",
            "melvorF:Necromancer_Robes",
            "melvorF:Necromancer_Bottoms",
            "melvorF:Necromancer_Boots",
            "melvorF:Boots_Of_Stealth",
            "melvorF:Jeweled_Necklace",
            "melvorF:Thievers_Cape",
            "melvorF:Ring_Of_Wealth",
            "melvorF:Chefs_Hat",
            "melvorF:Bobs_Gloves",
            "melvorF:Golbin_Mask",
            "melvorF:Fine_Coinpurse",
            "melvorF:Lumberjacks_Top",
            "melvorF:Miners_Helmet",
            "melvorF:Sailors_Top",
            "melvorF:Jesters_Hat",
            "melvorF:Book_Of_Scholars",
            "melvorF:Amulet_Of_Incantation",
            "melvorF:Chefs_Spoon",
            "melvorF:Fishing_Hook",
            "melvorF:Thiefs_Moneysack",
            "melvorF:Seed_Pouch",
            "melvorF:Runecrafting_Pouch",
            "melvorF:Alchemists_Bag",
            "melvorF:Woodcutters_Hat",
            "melvorF:Woodcutters_Body",
            "melvorF:Woodcutters_Leggings",
            "melvorF:Woodcutters_Boots",
            "melvorF:Burning_Mans_Hat",
            "melvorF:Burning_Mans_Body",
            "melvorF:Burning_Mans_Leggings",
            "melvorF:Burning_Mans_Boots",
            "melvorF:Fishermans_Hat",
            "melvorF:Fishermans_Body",
            "melvorF:Fishermans_Leggings",
            "melvorF:Fishermans_Boots",
            "melvorF:Miners_Hat",
            "melvorF:Miners_Body",
            "melvorF:Miners_Leggings",
            "melvorF:Miners_Boots",
            "melvorF:Blacksmiths_Hat",
            "melvorF:Blacksmiths_Body",
            "melvorF:Blacksmiths_Leggings",
            "melvorF:Blacksmiths_Boots",
            "melvorF:Fletchers_Hat",
            "melvorF:Fletchers_Body",
            "melvorF:Fletchers_Leggings",
            "melvorF:Fletchers_Boots",
            "melvorF:Crafters_Hat",
            "melvorF:Crafters_Body",
            "melvorF:Crafters_Leggings",
            "melvorF:Crafters_Boots",
            "melvorF:Runecrafters_Hat",
            "melvorF:Runecrafters_Body",
            "melvorF:Runecrafters_Leggings",
            "melvorF:Runecrafters_Boots",
            "melvorF:Potion_Makers_Hat",
            "melvorF:Potion_Makers_Body",
            "melvorF:Potion_Makers_Leggings",
            "melvorF:Potion_Makers_Boots",
            "melvorF:Performance_Enhancing_Hat",
            "melvorF:Performance_Enhancing_Body",
            "melvorF:Performance_Enhancing_Leggings",
            "melvorF:Performance_Enhancing_Boots",
            "melvorF:Star_Gazing_Hat",
            "melvorF:Star_Gazing_Body",
            "melvorF:Star_Gazing_Leggings",
            "melvorF:Star_Gazing_Boots",
            "melvorF:Skillers_Hat",
            "melvorF:Skillers_Body",
            "melvorF:Skillers_Leggings",
            "melvorF:Skillers_Boots",
            "melvorF:Warm_Beanie",
            "melvorF:Pirate_Captain_Hat",
            "melvorF:Top_Hat",
            "melvorF:Hunters_Hat",
            "melvorF:Birthday_Balloon",
            "melvorF:Orange_Party_Hat",
            "melvorF:Party_Bow_Tie",
            "melvorF:Party_Shoes",
            "melvorTotH:Meteorite_Woodcutting_Ring",
            "melvorTotH:Meteorite_Woodcutting_Amulet",
            "melvorTotH:Explorers_Map",
            "melvorTotH:Necromancers_Crown",
            "melvorTotH:Adventurers_Backpack",
            "melvorTotH:Hunters_Journal",
            "melvorTotH:Crown_of_Madremonte",
            "melvorTotH:Palladium_Onyx_Necklace",
            "melvorTotH:Palladium_Oricha_Necklace",
            "melvorTotH:Palladium_Runestone_Necklace",
            "melvorTotH:Artisan_Pouch",
            "melvorTotH:Kindling_Pouch",
            "melvorTotH:Stamina_Pouch",
            "melvorTotH:Spirit_Bag",
            "melvorTotH:Chefs_Bag",
            "melvorTotH:Summoners_Bag",
            "melvorTotH:Sharp_Fletcher_Gloves",
            "melvorTotH:Toxic_Maker_Gloves",
            "melvorTotH:Blacksmiths_Gloves",
            "melvorTotH:Cool_Winds_Gloves",
            "melvorTotH:Summoning_Scrolls",
            "melvorTotH:Slayer_Torch",
            "melvorTotH:Mystic_Lantern",
            "melvorTotH:Travellers_Compass",
            "melvorTotH:Mortar_and_Pestle",
            "melvorTotH:Masquerade_Mask",
            "melvorTotH:Golden_Reel",
            "melvorTotH:Burning_Reel",
            "melvorTotH:Potion_Stirrer",
            "melvorTotH:Lemonade_Full"
        ],
        "bannedPassiveItems": [
            "melvorD:Red_Party_Hat",
            "melvorD:Purple_Party_Hat",
            "melvorD:Santa_Hat",
            "melvorD:Christmas_Wreath",
            "melvorD:Yellow_Party_Hat",
            "melvorF:Slayer_Helmet_Basic",
            "melvorF:Slayer_Platebody_Basic",
            "melvorF:Slayer_Helmet_Strong",
            "melvorF:Slayer_Platebody_Strong",
            "melvorF:Slayer_Helmet_Elite",
            "melvorF:Slayer_Platebody_Elite",
            "melvorF:Mirror_Shield",
            "melvorF:Slayer_Wizard_Hat_Basic",
            "melvorF:Slayer_Wizard_Robes_Basic",
            "melvorF:Slayer_Wizard_Hat_Strong",
            "melvorF:Slayer_Wizard_Robes_Strong",
            "melvorF:Slayer_Wizard_Hat_Elite",
            "melvorF:Slayer_Wizard_Robes_Elite",
            "melvorF:Slayer_Cowl_Basic",
            "melvorF:Slayer_Leather_Body_Basic",
            "melvorF:Slayer_Cowl_Strong",
            "melvorF:Slayer_Leather_Body_Strong",
            "melvorF:Slayer_Cowl_Elite",
            "melvorF:Slayer_Leather_Body_Elite",
            "melvorF:Slayer_Helmet_Master",
            "melvorF:Slayer_Platebody_Master",
            "melvorF:Slayer_Cowl_Master",
            "melvorF:Slayer_Leather_Body_Master",
            "melvorF:Slayer_Wizard_Hat_Master",
            "melvorF:Slayer_Wizard_Robes_Master",
            "melvorF:Green_Party_Hat",
            "melvorF:Gold_Crested_Shield",
            "melvorF:Air_Acolyte_Wizard_Hat",
            "melvorF:Air_Acolyte_Wizard_Boots",
            "melvorF:Air_Acolyte_Wizard_Bottoms",
            "melvorF:Air_Acolyte_Wizard_Robes",
            "melvorF:Air_Adept_Wizard_Hat",
            "melvorF:Air_Adept_Wizard_Boots",
            "melvorF:Air_Adept_Wizard_Bottoms",
            "melvorF:Air_Adept_Wizard_Robes",
            "melvorF:Air_Expert_Wizard_Hat",
            "melvorF:Air_Expert_Wizard_Boots",
            "melvorF:Air_Expert_Wizard_Bottoms",
            "melvorF:Air_Expert_Wizard_Robes",
            "melvorF:Water_Acolyte_Wizard_Hat",
            "melvorF:Water_Acolyte_Wizard_Boots",
            "melvorF:Water_Acolyte_Wizard_Bottoms",
            "melvorF:Water_Acolyte_Wizard_Robes",
            "melvorF:Water_Adept_Wizard_Hat",
            "melvorF:Water_Adept_Wizard_Boots",
            "melvorF:Water_Adept_Wizard_Bottoms",
            "melvorF:Water_Adept_Wizard_Robes",
            "melvorF:Water_Expert_Wizard_Hat",
            "melvorF:Water_Expert_Wizard_Boots",
            "melvorF:Water_Expert_Wizard_Bottoms",
            "melvorF:Water_Expert_Wizard_Robes",
            "melvorF:Earth_Acolyte_Wizard_Hat",
            "melvorF:Earth_Acolyte_Wizard_Boots",
            "melvorF:Earth_Acolyte_Wizard_Bottoms",
            "melvorF:Earth_Acolyte_Wizard_Robes",
            "melvorF:Earth_Adept_Wizard_Hat",
            "melvorF:Earth_Adept_Wizard_Boots",
            "melvorF:Earth_Adept_Wizard_Bottoms",
            "melvorF:Earth_Adept_Wizard_Robes",
            "melvorF:Earth_Expert_Wizard_Hat",
            "melvorF:Earth_Expert_Wizard_Boots",
            "melvorF:Earth_Expert_Wizard_Bottoms",
            "melvorF:Earth_Expert_Wizard_Robes",
            "melvorF:Fire_Acolyte_Wizard_Hat",
            "melvorF:Fire_Acolyte_Wizard_Boots",
            "melvorF:Fire_Acolyte_Wizard_Bottoms",
            "melvorF:Fire_Acolyte_Wizard_Robes",
            "melvorF:Fire_Adept_Wizard_Hat",
            "melvorF:Fire_Adept_Wizard_Boots",
            "melvorF:Fire_Adept_Wizard_Bottoms",
            "melvorF:Fire_Adept_Wizard_Robes",
            "melvorF:Fire_Expert_Wizard_Hat",
            "melvorF:Fire_Expert_Wizard_Boots",
            "melvorF:Fire_Expert_Wizard_Bottoms",
            "melvorF:Fire_Expert_Wizard_Robes",
            "melvorTotH:Poison_Master_Wizard_Hat",
            "melvorTotH:Poison_Master_Wizard_Boots",
            "melvorTotH:Poison_Master_Wizard_Bottoms",
            "melvorTotH:Poison_Master_Wizard_Robes",
            "melvorTotH:Infernal_Master_Wizard_Hat",
            "melvorTotH:Infernal_Master_Wizard_Boots",
            "melvorTotH:Infernal_Master_Wizard_Bottoms",
            "melvorTotH:Infernal_Master_Wizard_Robes",
            "melvorTotH:Lightning_Master_Wizard_Hat",
            "melvorTotH:Lightning_Master_Wizard_Boots",
            "melvorTotH:Lightning_Master_Wizard_Bottoms",
            "melvorTotH:Lightning_Master_Wizard_Robes",
            "melvorTotH:Poison_Legendary_Wizard_Hat",
            "melvorTotH:Poison_Legendary_Wizard_Boots",
            "melvorTotH:Poison_Legendary_Wizard_Bottoms",
            "melvorTotH:Poison_Legendary_Wizard_Robes",
            "melvorTotH:Infernal_Legendary_Wizard_Hat",
            "melvorTotH:Infernal_Legendary_Wizard_Boots",
            "melvorTotH:Infernal_Legendary_Wizard_Bottoms",
            "melvorTotH:Infernal_Legendary_Wizard_Robes",
            "melvorTotH:Lightning_Legendary_Wizard_Hat",
            "melvorTotH:Lightning_Legendary_Wizard_Boots",
            "melvorTotH:Lightning_Legendary_Wizard_Bottoms",
            "melvorTotH:Lightning_Legendary_Wizard_Robes",
            "melvorTotH:Poison_Mythical_Wizard_Hat",
            "melvorTotH:Poison_Mythical_Wizard_Boots",
            "melvorTotH:Poison_Mythical_Wizard_Bottoms",
            "melvorTotH:Poison_Mythical_Wizard_Robes",
            "melvorTotH:Infernal_Mythical_Wizard_Hat",
            "melvorTotH:Infernal_Mythical_Wizard_Boots",
            "melvorTotH:Infernal_Mythical_Wizard_Bottoms",
            "melvorTotH:Infernal_Mythical_Wizard_Robes",
            "melvorTotH:Lightning_Mythical_Wizard_Hat",
            "melvorTotH:Lightning_Mythical_Wizard_Boots",
            "melvorTotH:Lightning_Mythical_Wizard_Bottoms",
            "melvorTotH:Lightning_Mythical_Wizard_Robes",
            "melvorTotH:Ring_of_Curse_Protection",
            "melvorTotH:Slayer_Helmet_Legendary",
            "melvorTotH:Slayer_Platebody_Legendary",
            "melvorTotH:Slayer_Cowl_Legendary",
            "melvorTotH:Slayer_Leather_Body_Legendary",
            "melvorTotH:Slayer_Wizard_Hat_Legendary",
            "melvorTotH:Slayer_Wizard_Robes_Legendary",
            "melvorTotH:Slayer_Helmet_Mythical",
            "melvorTotH:Slayer_Platebody_Mythical",
            "melvorTotH:Slayer_Cowl_Mythical",
            "melvorTotH:Slayer_Leather_Body_Mythical",
            "melvorTotH:Slayer_Wizard_Hat_Mythical",
            "melvorTotH:Slayer_Wizard_Robes_Mythical"
        ],
        "crateItems": [
            {
                "itemID": "melvorD:Enchanted_Topaz_Bolts",
                "weight": 35
            },
            {
                "itemID": "melvorD:Enchanted_Sapphire_Bolts",
                "weight": 35
            },
            {
                "itemID": "melvorD:Enchanted_Ruby_Bolts",
                "weight": 20
            },
            {
                "itemID": "melvorD:Enchanted_Emerald_Bolts",
                "weight": 20
            },
            {
                "itemID": "melvorD:Enchanted_Diamond_Bolts",
                "weight": 10
            },
            {
                "itemID": "melvorD:Enchanted_Jadestone_Bolts",
                "weight": 4
            },
            {
                "itemID": "melvorD:Poison_Ring",
                "weight": 20
            },
            {
                "itemID": "melvorD:Burning_Ring",
                "weight": 10
            },
            {
                "itemID": "melvorD:Frostburn_Ring",
                "weight": 35
            },
            {
                "itemID": "melvorD:Mystery_Wand",
                "weight": 1
            },
            {
                "itemID": "melvorD:Poison_Arrows",
                "weight": 20
            },
            {
                "itemID": "melvorD:Fire_Arrows",
                "weight": 10
            },
            {
                "itemID": "melvorD:Frost_Arrows",
                "weight": 35
            },
            {
                "itemID": "melvorD:Burning_Wand",
                "weight": 10
            },
            {
                "itemID": "melvorD:Frostburn_Wand",
                "weight": 35
            },
            {
                "itemID": "melvorD:Ring_Of_Balance",
                "weight": 20
            },
            {
                "itemID": "melvorD:Flying_Cape",
                "weight": 4
            },
            {
                "itemID": "melvorD:Amulet_Of_Healing",
                "weight": 20
            },
            {
                "itemID": "melvorD:Sword_Of_Some_Reliability",
                "weight": 20
            },
            {
                "itemID": "melvorD:One_Layer_Shield",
                "weight": 20
            },
            {
                "itemID": "melvorD:Warding_Shield",
                "weight": 10
            },
            {
                "itemID": "melvorD:Tilted_Crossbow",
                "weight": 10
            },
            {
                "itemID": "melvorD:Ultimate_Speed_Boots",
                "weight": 4
            },
            {
                "itemID": "melvorD:I_Cant_See_Helmet",
                "weight": 10
            },
            {
                "itemID": "melvorD:Almighty_Ring",
                "weight": 10
            },
            {
                "itemID": "melvorD:Punching_Bag_Platebody",
                "weight": 20
            },
            {
                "itemID": "melvorD:Precision_Gloves",
                "weight": 10
            },
            {
                "itemID": "melvorD:Heavy_Gloves",
                "weight": 10
            },
            {
                "itemID": "melvorD:Ultimate_Slapping_Gloves",
                "weight": 1
            },
            {
                "itemID": "melvorD:Amulet_Of_Burning_Leech",
                "weight": 20
            },
            {
                "itemID": "melvorD:Amulet_Of_Poison_Leech",
                "weight": 20
            },
            {
                "itemID": "melvorD:Magic_Crit_Amulet",
                "weight": 10
            },
            {
                "itemID": "melvorD:Melee_Crit_Amulet",
                "weight": 10
            },
            {
                "itemID": "melvorD:Bloodthirst_Amulet",
                "weight": 20
            },
            {
                "itemID": "melvorD:Dragon_Head_Helmet",
                "weight": 4
            },
            {
                "itemID": "melvorD:Stonewall_Shield",
                "weight": 20
            },
            {
                "itemID": "melvorD:Impossible_Longbow",
                "weight": 1
            },
            {
                "itemID": "melvorD:Throwing_Dragon_Sword",
                "weight": 35
            }
        ],
        "golbinPassives": [
            "melvorD:SwingFirst",
            "melvorD:DontHurtMe",
            "melvorD:JustAScratch",
            "melvorD:BigBoi",
            "melvorD:CantTouchThis",
            "melvorD:Stronk",
            "melvorD:JustDontMiss",
            "melvorD:CheatsEnabled",
            "melvorD:SomethingWillHit",
            "melvorD:Yoink",
            "melvorD:NothingPersonalKid",
            "melvorD:Humungus",
            "melvorD:NerfThisGuy",
            "melvorD:No1Mixtape",
            "melvorD:AbsoluteThickness",
            "melvorD:OhNoooo",
            "melvorD:Rank1Ninja",
            "melvorD:ProGamer",
            "melvorD:AllOnRed",
            "melvorD:ImAlreadyToxic"
        ],
        "startingWeapons": [
            "melvorD:Bronze_Scimitar",
            "melvorD:Adamant_Scimitar"
        ],
        "startingFood": "melvorD:Shrimp",
        "startingAmmo": {
            "id": "melvorD:Bronze_Arrows",
            "quantity": 200
        },
        "startingRunes": [
            {
                "id": "melvorD:Air_Rune",
                "quantity": 500
            },
            {
                "id": "melvorD:Water_Rune",
                "quantity": 500
            },
            {
                "id": "melvorD:Earth_Rune",
                "quantity": 500
            },
            {
                "id": "melvorD:Fire_Rune",
                "quantity": 500
            },
            {
                "id": "melvorD:Mind_Rune",
                "quantity": 500
            }
        ],
        "possibleModifiers": [
            {
                "key": "increasedGlobalAccuracy"
            },
            {
                "key": "decreasedGlobalAccuracy"
            },
            {
                "key": "increasedMeleeAccuracyBonus"
            },
            {
                "key": "decreasedMeleeAccuracyBonus"
            },
            {
                "key": "increasedMeleeMaxHit"
            },
            {
                "key": "decreasedMeleeMaxHit"
            },
            {
                "key": "increasedMeleeEvasion"
            },
            {
                "key": "decreasedMeleeEvasion"
            },
            {
                "key": "increasedRangedAccuracyBonus"
            },
            {
                "key": "decreasedRangedAccuracyBonus"
            },
            {
                "key": "increasedRangedMaxHit"
            },
            {
                "key": "decreasedRangedMaxHit"
            },
            {
                "key": "increasedRangedEvasion"
            },
            {
                "key": "decreasedRangedEvasion"
            },
            {
                "key": "increasedMagicAccuracyBonus"
            },
            {
                "key": "decreasedMagicAccuracyBonus"
            },
            {
                "key": "increasedMagicMaxHit"
            },
            {
                "key": "decreasedMagicMaxHit"
            },
            {
                "key": "increasedMagicEvasion"
            },
            {
                "key": "decreasedMagicEvasion"
            },
            {
                "key": "increasedMaxHitFlat"
            },
            {
                "key": "decreasedMaxHitFlat"
            },
            {
                "key": "increasedMaxHitPercent"
            },
            {
                "key": "decreasedMaxHitPercent"
            },
            {
                "key": "increasedDamageReduction"
            },
            {
                "key": "decreasedDamageReduction"
            },
            {
                "key": "increasedHPRegenFlat"
            },
            {
                "key": "decreasedAttackInterval",
                "multiplier": 50
            },
            {
                "key": "increasedAttackInterval",
                "multiplier": 50
            },
            {
                "key": "decreasedAttackIntervalPercent"
            },
            {
                "key": "increasedAttackIntervalPercent"
            },
            {
                "key": "increasedMaxHitpoints"
            },
            {
                "key": "decreasedMaxHitpoints"
            },
            {
                "key": "increasedFlatMaxHitpoints"
            },
            {
                "key": "decreasedFlatMaxHitpoints"
            },
            {
                "key": "increasedReflectDamage"
            },
            {
                "key": "increasedFlatReflectDamage"
            },
            {
                "key": "increasedRolledReflectDamage"
            },
            {
                "key": "increasedLifesteal"
            },
            {
                "key": "increasedMeleeLifesteal"
            },
            {
                "key": "increasedRangedLifesteal"
            },
            {
                "key": "increasedMagicLifesteal"
            },
            {
                "key": "increasedBleedLifesteal"
            },
            {
                "key": "increasedBurnLifesteal"
            },
            {
                "key": "increasedPoisonLifesteal"
            },
            {
                "key": "increasedMeleeCritChance"
            },
            {
                "key": "increasedRangedCritChance"
            },
            {
                "key": "increasedMagicCritChance"
            },
            {
                "key": "increasedMinHitBasedOnMaxHit"
            },
            {
                "key": "decreasedMinHitBasedOnMaxHit"
            },
            {
                "key": "increasedFlatMinHit"
            },
            {
                "key": "decreasedFlatMinHit"
            },
            {
                "key": "increasedDamageTaken"
            },
            {
                "key": "decreasedDamageTaken"
            },
            {
                "key": "increasedConfusion"
            },
            {
                "key": "increasedDecay"
            },
            {
                "key": "increasedGlobalEvasion"
            },
            {
                "key": "decreasedGlobalEvasion"
            }
        ]
    },
    "stackingEffects": [
        {
            "id": "melvorF:MarkOfDeath",
            "stacksToAdd": 1,
            "maxStacks": 3,
            "modifiers": {
                "decreasedDamageReductionPercent": 50
            },
            "name": "Mark of Death",
            "langName": {
                "category": "SPECIAL_ATTACK_NAME",
                "id": "melvorF:MarkofDeath"
            }
        },
        {
            "id": "melvorAoD:UnholyMark",
            "stacksToAdd": 1,
            "maxStacks": 5,
            "modifiers": {
                "increasedDamageTakenBasedOnHP": 0.05000000000000000277555756156289135105907917022705078125
            },
            "name": "Unholy Mark",
            "langName": {
                "category": "COMBAT_MISC",
                "id": "melvorAoD:UnholyMark"
            }
        }
    ],
    "itmMonsters": [
        "melvorD:TheKraken",
        "melvorD:ResurrectedEye",
        "melvorD:PratTheProtectorOfSecrets",
        "melvorD:MalcsTheGuardianOfMelvor",
        "melvorD:ProtectorofIce",
        "melvorD:ViciousSerpent",
        "melvorD:FireSpirit",
        "melvorF:Pegasus",
        "melvorF:DarkHornedElite",
        "melvorF:AirGuard",
        "melvorF:AirMonster",
        "melvorF:AirGolem",
        "melvorF:Aleron",
        "melvorF:Voltaire",
        "melvorF:WaterGuard",
        "melvorF:WaterMonster",
        "melvorF:WaterGolem",
        "melvorF:Lissia",
        "melvorF:Murtia",
        "melvorF:EarthGuard",
        "melvorF:EarthMonster",
        "melvorF:EarthGolem",
        "melvorF:Mistral",
        "melvorF:Ophidia",
        "melvorF:FireGuard",
        "melvorF:FireMonster",
        "melvorF:FireGolem",
        "melvorF:Pyra",
        "melvorF:Ignis",
        "melvorF:ElderDragon",
        "melvorF:FuriousHornedElite",
        "melvorF:MioliteMonarch",
        "melvorF:Elementalist",
        "melvorF:SandBeast",
        "melvorF:RancoraSpider",
        "melvorF:ElderVampire",
        "melvorF:CursedMaiden",
        "melvorF:BountyHunter",
        "melvorF:ChaoticGreaterDragon",
        "melvorF:HuntingGreaterDragon",
        "melvorF:WickedGreaterDragon",
        "melvorF:FearfulEye",
        "melvorF:RedDevil",
        "melvorF:Phoenix",
        "melvorF:Incendius",
        "melvorF:PratTheGuardianOfSecrets",
        "melvorF:EyeOfFear",
        "melvorF:NoxiousSerpent",
        "melvorF:VenomousSnake",
        "melvorF:GiantMoth"
    ],
    "slayerAreas": [
        {
            "id": "melvorF:Penumbra",
            "name": "Penumbra",
            "monsterIDs": [
                "melvorF:Mummy",
                "melvorF:Statue",
                "melvorF:StoneSnake",
                "melvorF:UndeadWerewolf",
                "melvorF:Vampire",
                "melvorF:FierceDevil"
            ],
            "difficulty": [
                0,
                2
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 1
                }
            ],
            "areaEffectDescription": "-${effectValue}% Accuracy Rating",
            "areaEffect": {
                "target": "Player",
                "modifier": "decreasedGlobalAccuracy",
                "magnitude": 10
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Strange_Cave",
            "name": "Strange Cave",
            "monsterIDs": [
                "melvorF:LotsofEyes",
                "melvorF:ManyEyedMonster",
                "melvorF:StrangeEyedMonster",
                "melvorF:Eyes",
                "melvorF:SuperiorEyedMonster",
                "melvorF:EyeOfFear"
            ],
            "difficulty": [
                1,
                4
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 10
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorF:Mirror_Shield"
                }
            ],
            "areaEffectDescription": "-${effectValue}% Global Evasion",
            "areaEffect": {
                "target": "Player",
                "modifier": "decreasedGlobalEvasion",
                "magnitude": 15
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:High_Lands",
            "name": "High Lands",
            "monsterIDs": [
                "melvorF:Griffin",
                "melvorF:Pegasus"
            ],
            "difficulty": [
                2
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 60
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorF:Magical_Ring"
                }
            ],
            "areaEffectDescription": "Enemies heal ${effectValue}% of their current hitpoints every 5 turns",
            "areaEffect": {
                "target": "Enemy",
                "modifier": "increasedEndOfTurnHealing5",
                "magnitude": 20
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Holy_Isles",
            "name": "Holy Isles",
            "monsterIDs": [
                "melvorF:Fairy",
                "melvorF:Valkyrie",
                "melvorF:Angel",
                "melvorF:HolyArcher",
                "melvorF:Paladin",
                "melvorF:Priest"
            ],
            "difficulty": [
                0,
                2
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 30
                }
            ],
            "areaEffectDescription": "+${effectValue}% Prayer Point Cost for Prayers",
            "areaEffect": {
                "target": "Player",
                "modifier": "increasedPrayerCost",
                "magnitude": 20
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Forest_of_Goo",
            "name": "Forest of Goo",
            "monsterIDs": [
                "melvorF:GooMonster",
                "melvorF:GreenGooMonster",
                "melvorF:PurpleGooMonster",
                "melvorF:ScatteredGooMonster"
            ],
            "difficulty": [
                0,
                1
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 1
                }
            ],
            "areaEffectDescription": "+${effectValue}% Attack Interval",
            "areaEffect": {
                "target": "Player",
                "modifier": "increasedAttackIntervalPercent",
                "magnitude": 10
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Desolate_Plains",
            "name": "Desolate Plains",
            "monsterIDs": [
                "melvorF:RagingHornedElite",
                "melvorF:SeethingHornedElite",
                "melvorF:DarkHornedElite",
                "melvorF:FuriousHornedElite"
            ],
            "difficulty": [
                2,
                3
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 70
                }
            ],
            "areaEffectDescription": "-${effectValue}% Hitpoint Regeneration",
            "areaEffect": {
                "target": "Player",
                "modifier": "decreasedHitpointRegeneration",
                "magnitude": 100
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Runic_Ruins",
            "name": "Runic Ruins",
            "monsterIDs": [
                "melvorF:Druid",
                "melvorF:Thief",
                "melvorF:Shaman",
                "melvorF:Necromancer",
                "melvorF:Elementalist"
            ],
            "difficulty": [
                1,
                2
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 45
                }
            ],
            "areaEffectDescription": "-${effectValue}% Magic Evasion if your Attack Style is not Magic.",
            "areaEffect": {
                "target": "Player",
                "modifier": "decreasedMagicEvasion",
                "magnitude": 50
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Arid_Plains",
            "name": "Arid Plains",
            "monsterIDs": [
                "melvorF:TurkulRiders",
                "melvorF:TurkulArchers",
                "melvorF:TurkulThrowers",
                "melvorF:TurkulGiant",
                "melvorF:TurkulGeneral",
                "melvorF:SandBeast"
            ],
            "difficulty": [
                1,
                2
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 50
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorF:Desert_Hat"
                }
            ],
            "areaEffectDescription": "-${effectValue}% Auto Eat Efficiency.",
            "areaEffect": {
                "target": "Player",
                "modifier": "decreasedAutoEatEfficiency",
                "magnitude": 30
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Shrouded_Badlands",
            "name": "Shrouded Badlands",
            "monsterIDs": [
                "melvorF:RancoraSpider",
                "melvorF:ElderVampire",
                "melvorF:CursedMaiden",
                "melvorF:BountyHunter"
            ],
            "difficulty": [
                3
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 80
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorF:Blazing_Lantern"
                }
            ],
            "areaEffectDescription": "-${effectValue}% Accuracy Rating.",
            "areaEffect": {
                "target": "Player",
                "modifier": "decreasedGlobalAccuracy",
                "magnitude": 40
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Perilous_Peaks",
            "name": "Perilous Peaks",
            "monsterIDs": [
                "melvorF:WickedGreaterDragon",
                "melvorF:HuntingGreaterDragon",
                "melvorF:ChaoticGreaterDragon"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 85
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorF:Climbing_Boots"
                }
            ],
            "areaEffectDescription": "-${effectValue}% Evasion Ratings.",
            "areaEffect": {
                "target": "Player",
                "modifier": "decreasedGlobalEvasion",
                "magnitude": 60
            },
            "pet": {
                "petID": "melvorF:Peri",
                "weight": 7500
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:Dark_Waters",
            "name": "Dark Waters",
            "monsterIDs": [
                "melvorF:Umbora",
                "melvorF:Rokken",
                "melvorF:Kutul"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 90
                },
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Into_the_Mist",
                    "count": 1
                }
            ],
            "areaEffectDescription": "+${effectValue}% Attack Interval",
            "areaEffect": {
                "target": "Player",
                "modifier": "increasedAttackIntervalPercent",
                "magnitude": 40
            },
            "pet": {
                "petID": "melvorF:Otto",
                "weight": 7500
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:ToxicSwamps",
            "name": "Toxic Swamps",
            "monsterIDs": [
                "melvorF:NoxiousSerpent",
                "melvorF:VenomousSnake",
                "melvorF:GiantMoth"
            ],
            "difficulty": [
                3
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 65
                }
            ],
            "areaEffectDescription": "Enemies have +${effectValue}% chance to apply poison when attacking",
            "areaEffect": {
                "target": "Enemy",
                "modifier": "increasedChanceToApplyPoison",
                "magnitude": 100
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorF:UnhallowedWasteland",
            "name": "Unhallowed Wasteland",
            "monsterIDs": [
                "melvorF:LegaranWurm",
                "melvorF:CursedLich",
                "melvorF:SpikedRedClaw",
                "melvorF:GreaterSkeletalDragon"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 95
                },
                {
                    "type": "ShopPurchase",
                    "purchaseID": "melvorF:Map_To_The_Unhallowed_Wasteland",
                    "count": 1
                }
            ],
            "areaEffectDescription": "Enemies heal ${effectValue}% of their current hitpoints every 2 turns",
            "areaEffect": {
                "target": "Enemy",
                "modifier": "increasedEndOfTurnHealing2",
                "magnitude": 100
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:JungleLabyrinth",
            "name": "Jungle Labyrinth",
            "monsterIDs": [
                "melvorTotH:HungryPlant",
                "melvorTotH:PoisonToad",
                "melvorTotH:Kongamato",
                "melvorTotH:Conda",
                "melvorTotH:Alraune"
            ],
            "difficulty": [
                3,
                4
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 100
                },
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Impending_Darkness",
                    "count": 1
                }
            ],
            "areaEffectDescription": "If Player is poisoned, Enemies have ${effectValue}% chance to apply deadly poison per attack",
            "areaEffect": {
                "target": "Enemy",
                "modifier": "increasedChanceToApplyDeadlyPoisonWhenPoisoned",
                "magnitude": 150
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:LavaLake",
            "name": "Lava Lake",
            "monsterIDs": [
                "melvorTotH:BurningSnake",
                "melvorTotH:InfernalGolem",
                "melvorTotH:MagicFireDemon",
                "melvorTotH:Manticore",
                "melvorTotH:GretYun"
            ],
            "difficulty": [
                4,
                5
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 102
                },
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Ancient_Sanctuary",
                    "count": 1
                }
            ],
            "areaEffectDescription": "${effectValue}% of your Current HP is taken as damage per Attack",
            "areaEffect": {
                "target": "Player",
                "modifier": "increasedDamageTakenPerAttack",
                "magnitude": 150
            },
            "pet": {
                "petID": "melvorTotH:WarmSnowflake",
                "weight": 500
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:ForsakenTundra",
            "name": "Forsaken Tundra",
            "monsterIDs": [
                "melvorTotH:LargeIceTroll",
                "melvorTotH:FrostGolem",
                "melvorTotH:PolarBear",
                "melvorTotH:SpectralIceWolf",
                "melvorTotH:IceHydra"
            ],
            "difficulty": [
                5,
                6
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 105
                },
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Ancient_Sanctuary",
                    "count": 1
                }
            ],
            "areaEffectDescription": "Player has +${effectValue}% Attack Interval",
            "areaEffect": {
                "target": "Player",
                "modifier": "increasedAttackIntervalPercent",
                "magnitude": 150
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:FoggyLake",
            "name": "Foggy Lake",
            "monsterIDs": [
                "melvorTotH:Siren",
                "melvorTotH:MonsterCroc",
                "melvorTotH:Leviathan",
                "melvorTotH:TwinSeaDragonSerpent"
            ],
            "difficulty": [
                4,
                6
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 108
                },
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lightning_Region",
                    "count": 1
                },
                {
                    "type": "ShopPurchase",
                    "purchaseID": "melvorTotH:Linden_Boat",
                    "count": 1
                }
            ],
            "areaEffectDescription": "Player takes +${effectValue}% damage when asleep",
            "areaEffect": {
                "target": "Player",
                "modifier": "increasedDamageTakenWhenAsleep",
                "magnitude": 150
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:AfflictedCity",
            "name": "Afflicted City",
            "monsterIDs": [
                "melvorTotH:ShadowBeast",
                "melvorTotH:PlagueDoctor",
                "melvorTotH:Cockatrice",
                "melvorTotH:GoliathWerewolf"
            ],
            "difficulty": [
                5
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 112
                },
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lair_of_the_Spider_Queen",
                    "count": 1
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorTotH:Slayer_Torch"
                }
            ],
            "areaEffectDescription": "Enemy has +${effectValue}% to apply Decay Curse per hit",
            "areaEffect": {
                "target": "Enemy",
                "modifier": "increasedChanceToApplyDecayCurse",
                "magnitude": 150
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:MidnightValley",
            "name": "Midnight Valley",
            "monsterIDs": [
                "melvorTotH:Phantom",
                "melvorTotH:Banshee",
                "melvorTotH:Spectre"
            ],
            "difficulty": [
                5
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 114
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorTotH:Mystic_Lantern"
                }
            ],
            "areaEffectDescription": "Enemy gains up to +${effectValue}% Global Evasion Rating every 2 turns (Lasts 2 turns)",
            "areaEffect": {
                "target": "Enemy",
                "modifier": "increasedEndOfTurnEvasion2",
                "magnitude": 200
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:GoldenCloudMountains",
            "name": "Golden Cloud Mountains",
            "monsterIDs": [
                "melvorTotH:Torvair",
                "melvorTotH:Arctair",
                "melvorTotH:Harkair"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 116
                },
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Necromancers_Palace",
                    "count": 1
                },
                {
                    "type": "ShopPurchase",
                    "purchaseID": "melvorTotH:Golden_Compass",
                    "count": 1
                }
            ],
            "areaEffectDescription": "Enemy has +${effectValue}% Lifesteal",
            "areaEffect": {
                "target": "Enemy",
                "modifier": "increasedLifesteal",
                "magnitude": 300
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorTotH:MillenniumGate",
            "name": "Millennium Gate",
            "monsterIDs": [
                "melvorTotH:VorloranDevastator",
                "melvorTotH:VorloranWatcher",
                "melvorTotH:VorloranProtector",
                "melvorTotH:GuardianoftheHerald"
            ],
            "difficulty": [
                6
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 118
                },
                {
                    "type": "ShopPurchase",
                    "purchaseID": "melvorTotH:Golden_Shard",
                    "count": 1
                }
            ],
            "pet": {
                "petID": "melvorTotH:Patchy",
                "weight": 3000
            },
            "type": "slayerArea"
        },
        {
            "id": "melvorAoD:CrystalCaves",
            "name": "Crystal Caves",
            "monsterIDs": [
                "melvorAoD:CrystalBarrager",
                "melvorAoD:CrystalSmasher",
                "melvorAoD:CrystalProwler"
            ],
            "difficulty": [
                1,
                2
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 40
                }
            ],
            "type": "slayerArea"
        },
        {
            "id": "melvorAoD:CrystalDepths",
            "name": "Crystal Depths",
            "monsterIDs": [
                "melvorAoD:CrystalManipulator",
                "melvorAoD:CrystalShatterer",
                "melvorAoD:CrystalBehemoth"
            ],
            "difficulty": [
                4
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 85
                }
            ],
            "type": "slayerArea"
        },
        {
            "id": "melvorAoD:DarkQuarry",
            "name": "Dark Quarry",
            "monsterIDs": [
                "melvorAoD:GraniteGolem",
                "melvorAoD:RangedGolem",
                "melvorAoD:EarthGolem",
                "melvorAoD:MagicGolem"
            ],
            "difficulty": [
                2
            ],
            "entryRequirements": [
                {
                    "type": "SkillLevel",
                    "skillID": "melvorD:Slayer",
                    "level": 45
                },
                {
                    "type": "ItemFound",
                    "itemID": "melvorAoD:Ancient_Stone_Tablet"
                },
                {
                    "type": "SlayerItem",
                    "itemID": "melvorAoD:Mining_Lantern"
                }
            ],
            "type": "slayerArea"
        }
    ],
    "combatEvents": [
        {
            "id": "melvorF:ImpendingDarkness",
            "itemRewardIDs": [
                "melvorF:Shield_Of_Melee_Power",
                "melvorF:Shield_Of_Ranged_Power",
                "melvorF:Shield_Of_Magic_Power",
                "melvorF:Ring_Of_Power",
                "melvorF:Impending_Darkness"
            ],
            "petID": "melvorF:Bone",
            "slayerAreaIDs": [
                "melvorF:UnhallowedWasteland",
                "melvorF:Dark_Waters",
                "melvorF:Perilous_Peaks",
                "melvorF:Shrouded_Badlands"
            ],
            "passiveSelectionIDs": [
                "melvorF:EventPassive12",
                "melvorF:EventPassive1",
                "melvorF:EventPassive2",
                "melvorF:EventPassive3",
                "melvorF:EventPassive4",
                "melvorF:EventPassive5",
                "melvorF:EventPassive6",
                "melvorF:EventPassive7",
                "melvorF:EventPassive8",
                "melvorF:EventPassive9",
                "melvorF:EventPassive10",
                "melvorF:EventPassive11"
            ],
            "enemyPassives": [
                "melvorF:ControlledAffliction"
            ],
            "bossPassives": [
                "melvorF:MistBoss"
            ],
            "firstBossMonster": "melvorF:Bane",
            "finalBossMonster": "melvorF:BaneInstrumentOfFear"
        }
    ],
    "prayers": [
        {
            "id": "melvorF:Thick_Skin",
            "level": 1,
            "name": "Thick Skin",
            "pointsPerPlayer": 1,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeEvasion": 10
            }
        },
        {
            "id": "melvorF:Burst_of_Strength",
            "level": 4,
            "name": "Burst of Strength",
            "pointsPerPlayer": 1,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeMaxHit": 5
            }
        },
        {
            "id": "melvorF:Clarity_of_Thought",
            "level": 7,
            "name": "Clarity of Thought",
            "pointsPerPlayer": 1,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeAccuracyBonus": 10
            }
        },
        {
            "id": "melvorF:Sharp_Eye",
            "level": 10,
            "name": "Sharp Eye",
            "pointsPerPlayer": 1,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedRangedAccuracyBonus": 10,
                "increasedRangedEvasion": 10
            }
        },
        {
            "id": "melvorF:Mystic_Will",
            "level": 12,
            "name": "Mystic Will",
            "pointsPerPlayer": 1,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMagicAccuracyBonus": 5,
                "increasedMagicEvasion": 5
            }
        },
        {
            "id": "melvorF:Rock_Skin",
            "level": 16,
            "name": "Rock Skin",
            "pointsPerPlayer": 2,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeEvasion": 20
            }
        },
        {
            "id": "melvorF:Superhuman_Strength",
            "level": 18,
            "name": "Superhuman Strength",
            "pointsPerPlayer": 2,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeMaxHit": 10
            }
        },
        {
            "id": "melvorF:Improved_Reflexes",
            "level": 20,
            "name": "Improved Reflexes",
            "pointsPerPlayer": 2,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeAccuracyBonus": 20
            }
        },
        {
            "id": "melvorF:Rapid_Heal",
            "level": 24,
            "name": "Rapid Heal",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 4,
            "modifiers": {
                "increasedHPRegenFlat": 1
            }
        },
        {
            "id": "melvorF:Protect_Item",
            "level": 26,
            "name": "Protect Item",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 2,
            "pointsPerRegen": 0,
            "modifiers": {
                "itemProtection": 1
            }
        },
        {
            "id": "melvorF:Hawk_Eye",
            "level": 30,
            "name": "Hawk Eye",
            "pointsPerPlayer": 2,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedRangedAccuracyBonus": 15,
                "increasedRangedEvasion": 15,
                "increasedRangedMaxHit": 5
            }
        },
        {
            "id": "melvorF:Mystic_Lore",
            "level": 33,
            "name": "Mystic Lore",
            "pointsPerPlayer": 2,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMagicAccuracyBonus": 10,
                "increasedMagicEvasion": 10
            }
        },
        {
            "id": "melvorF:Steel_Skin",
            "level": 37,
            "name": "Steel Skin",
            "pointsPerPlayer": 3,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeEvasion": 25
            }
        },
        {
            "id": "melvorF:Ultimate_Strength",
            "level": 40,
            "name": "Ultimate Strength",
            "pointsPerPlayer": 3,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeMaxHit": 15
            }
        },
        {
            "id": "melvorF:Incredible_Reflexes",
            "level": 43,
            "name": "Incredible Reflexes",
            "pointsPerPlayer": 3,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeAccuracyBonus": 25
            }
        },
        {
            "id": "melvorF:Protect_from_Magic",
            "level": 46,
            "name": "Protect from Magic",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 10,
            "pointsPerRegen": 0,
            "modifiers": {
                "magicProtection": 80
            }
        },
        {
            "id": "melvorF:Protect_from_Ranged",
            "level": 48,
            "name": "Protect from Ranged",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 10,
            "pointsPerRegen": 0,
            "modifiers": {
                "rangedProtection": 80
            }
        },
        {
            "id": "melvorF:Protect_from_Melee",
            "level": 50,
            "name": "Protect from Melee",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 10,
            "pointsPerRegen": 0,
            "modifiers": {
                "meleeProtection": 80
            }
        },
        {
            "id": "melvorF:Eagle_Eye",
            "level": 53,
            "name": "Eagle Eye",
            "pointsPerPlayer": 3,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedRangedAccuracyBonus": 20,
                "increasedRangedEvasion": 20,
                "increasedRangedMaxHit": 10
            }
        },
        {
            "id": "melvorF:Mystic_Might",
            "level": 56,
            "name": "Mystic Might",
            "pointsPerPlayer": 3,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMagicAccuracyBonus": 15,
                "increasedMagicEvasion": 15,
                "increasedMagicMaxHit": 5
            }
        },
        {
            "id": "melvorF:Redemption",
            "level": 60,
            "name": "Redemption",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 6,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedAutoEatHPLimit": 20
            }
        },
        {
            "id": "melvorF:Chivalry",
            "level": 66,
            "name": "Chivalry",
            "pointsPerPlayer": 5,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeAccuracyBonus": 30,
                "increasedMeleeEvasion": 30,
                "increasedMeleeMaxHit": 15
            }
        },
        {
            "id": "melvorF:Piety",
            "level": 83,
            "name": "Piety",
            "pointsPerPlayer": 7,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeAccuracyBonus": 15,
                "increasedMeleeMaxHit": 25
            }
        },
        {
            "id": "melvorF:Rigour",
            "level": 87,
            "name": "Rigour",
            "pointsPerPlayer": 7,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedRangedAccuracyBonus": 15,
                "increasedRangedMaxHit": 20
            }
        },
        {
            "id": "melvorF:Augury",
            "level": 91,
            "name": "Augury",
            "pointsPerPlayer": 7,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMagicAccuracyBonus": 15,
                "increasedMagicMaxHit": 15
            }
        },
        {
            "id": "melvorF:Stone_Skin",
            "level": 80,
            "name": "Stone Skin",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 3,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedDamageReduction": 3
            }
        },
        {
            "id": "melvorF:Safeguard",
            "level": 28,
            "name": "Safeguard",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 1,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedDamageReduction": 1
            }
        },
        {
            "id": "melvorF:Rejuvenation",
            "level": 62,
            "name": "Rejuvenation",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 5,
            "modifiers": {
                "increasedHPRegenFlat": 2
            }
        },
        {
            "id": "melvorF:Sharp_Vision",
            "level": 71,
            "name": "Sharp Vision",
            "pointsPerPlayer": 5,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedRangedAccuracyBonus": 25,
                "increasedRangedEvasion": 25,
                "increasedRangedMaxHit": 15
            }
        },
        {
            "id": "melvorF:Mystic_Mastery",
            "level": 76,
            "name": "Mystic Mastery",
            "pointsPerPlayer": 5,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMagicAccuracyBonus": 20,
                "increasedMagicEvasion": 20,
                "increasedMagicMaxHit": 10
            }
        },
        {
            "id": "melvorF:Battleheart",
            "level": 95,
            "name": "Battleheart",
            "pointsPerPlayer": 8,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedGlobalEvasion": 35,
                "increasedMinHitBasedOnMaxHit": 15
            },
            "enemyModifiers": {
                "decreasedDamageReduction": 5
            }
        },
        {
            "id": "melvorTotH:Valor",
            "level": 100,
            "name": "Valor",
            "pointsPerPlayer": 9,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMeleeMaxHit": 30,
                "increasedMeleeAccuracyBonus": 30
            }
        },
        {
            "id": "melvorTotH:Avidity",
            "level": 102,
            "name": "Avidity",
            "pointsPerPlayer": 9,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedRangedMaxHit": 30,
                "increasedRangedAccuracyBonus": 20
            }
        },
        {
            "id": "melvorTotH:Divination",
            "level": 105,
            "name": "Divination",
            "pointsPerPlayer": 9,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMagicMaxHit": 20,
                "increasedMagicAccuracyBonus": 25
            }
        },
        {
            "id": "melvorTotH:Grace",
            "level": 108,
            "name": "Grace",
            "pointsPerPlayer": 10,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedGlobalEvasion": 40,
                "increasedGlobalAccuracy": 20
            }
        },
        {
            "id": "melvorTotH:HolyAegis",
            "level": 110,
            "name": "Holy Aegis",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 6,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedDamageReduction": 5
            }
        },
        {
            "id": "melvorTotH:DivinePrecision",
            "level": 112,
            "name": "Divine Precision",
            "pointsPerPlayer": 11,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedGlobalAccuracy": 75,
                "increasedMinHitBasedOnMaxHit": 5
            }
        },
        {
            "id": "melvorTotH:Elusivity",
            "level": 115,
            "name": "Elusivity",
            "pointsPerPlayer": 13,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedGlobalEvasion": 50,
                "increasedLifesteal": 10
            }
        },
        {
            "id": "melvorTotH:Battleborn",
            "level": 118,
            "name": "Battleborn",
            "pointsPerPlayer": 15,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "decreasedAttackIntervalPercent": 15
            },
            "enemyModifiers": {
                "decreasedDamageReduction": 5
            }
        },
        {
            "id": "melvorAoD:Maim",
            "level": 40,
            "name": "Maim",
            "pointsPerPlayer": 5,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMaxHitPercent": 3,
                "increasedOnHitSlowMagnitude": 3
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Grudge",
            "level": 42,
            "name": "Grudge",
            "pointsPerPlayer": 5,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMinHitBasedOnMaxHit": 2
            },
            "enemyModifiers": {
                "decreasedGlobalEvasion": 4
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Profane",
            "level": 44,
            "name": "Profane",
            "pointsPerPlayer": 5,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "decreasedAttackIntervalPercent": 2
            },
            "enemyModifiers": {
                "decreasedGlobalAccuracy": 5
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Consumption",
            "level": 48,
            "name": "Consumption",
            "pointsPerPlayer": 7,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedLifestealDamageBasedOnCurrentHitpoints": 0.200000000000000011102230246251565404236316680908203125
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Malice",
            "level": 54,
            "name": "Malice",
            "pointsPerPlayer": 10,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedDamageBasedOnCurrentHitpoints": 1
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Martyr",
            "level": 57,
            "name": "Martyr",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 6,
            "pointsPerRegen": 0,
            "modifiers": {
                "decreasedDamageReduction": 1,
                "increasedReflectDamage": 40
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Shatter",
            "level": 62,
            "name": "Shatter",
            "pointsPerPlayer": 7,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "decreasedGlobalEvasion": 10
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Spite",
            "level": 65,
            "name": "Spite",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 8,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "decreasedMaxHitPercent": 4,
                "decreasedGlobalAccuracy": 4
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Destruction",
            "level": 70,
            "name": "Destruction",
            "pointsPerPlayer": 13,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedDamageBasedOnMaxHitpoints": 0.5
            },
            "enemyModifiers": {
                "decreasedDamageReduction": 1
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Punishment",
            "level": 73,
            "name": "Punishment",
            "pointsPerPlayer": 9,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "increasedBleedDOTDamage": 50
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Corruption",
            "level": 76,
            "name": "Corruption",
            "pointsPerPlayer": 12,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "increasedPoisonDOTDamage": 25,
                "increasedDeadlyPoisonDOTDamage": 25
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Defile",
            "level": 80,
            "name": "Defile",
            "pointsPerPlayer": 15,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "increasedDamageTakenIfCursed": 3,
                "decreasedEvasionIfCursed": 5,
                "decreasedDamageReductionIfCursed": 1
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Retribution",
            "level": 85,
            "name": "Retribution",
            "pointsPerPlayer": 0,
            "pointsPerEnemy": 8,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "increasedConfusion": 2
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Malevolence",
            "level": 88,
            "name": "Malevolence",
            "pointsPerPlayer": 16,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "increasedDamageTakenWhenStunned": 5,
                "increasedDamageTakenWhenAsleep": 5,
                "increasedDamageTakenWhenSlowed": 5
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Reckoning",
            "level": 91,
            "name": "Reckoning",
            "pointsPerPlayer": 18,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedDamageDealtPerEffect": 2
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Sacrilege",
            "level": 93,
            "name": "Sacrilege",
            "pointsPerPlayer": 20,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {},
            "enemyModifiers": {
                "decreasedGlobalAccuracy": 10,
                "decreasedDamageReduction": 2
            },
            "isUnholy": true
        },
        {
            "id": "melvorAoD:Eradicate",
            "level": 95,
            "name": "Eradicate",
            "pointsPerPlayer": 23,
            "pointsPerEnemy": 0,
            "pointsPerRegen": 0,
            "modifiers": {
                "increasedMaxHitPercent": 2,
                "increasedMaxHitPercentBasedOnTargetCurrentHitpoints": 0.200000000000000011102230246251565404236316680908203125
            },
            "isUnholy": true
        }
    ],
    "curseSpells": [
        {
            "id": "melvorF:BlindingI",
            "name": "Blinding I",
            "level": 10,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "decreasedGlobalAccuracy": 5
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:SoulSplitI",
            "name": "Soul Split I",
            "level": 15,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "decreasedMagicEvasion": 5
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:WeakeningI",
            "name": "Weakening I",
            "level": 20,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "decreasedMaxHitPercent": 5
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:AnguishI",
            "name": "Anguish I",
            "level": 30,
            "runesRequired": [
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "increasedDamageTaken": 5
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:BlindingII",
            "name": "Blinding II",
            "level": 30,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "decreasedGlobalAccuracy": 10
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:SoulSplitII",
            "name": "Soul Split II",
            "level": 35,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "decreasedMagicEvasion": 10
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:WeakeningII",
            "name": "Weakening II",
            "level": 40,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "decreasedMaxHitPercent": 10
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:Confusion",
            "name": "Confusion",
            "level": 45,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "increasedConfusion": 3
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:AnguishII",
            "name": "Anguish II",
            "level": 50,
            "runesRequired": [
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 2
                }
            ],
            "targetModifiers": {
                "increasedDamageTaken": 10
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:BlindingIII",
            "name": "Blinding III",
            "level": 50,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 2
                }
            ],
            "targetModifiers": {
                "decreasedGlobalAccuracy": 15
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:SoulSplitIII",
            "name": "Soul Split III",
            "level": 55,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 1
                }
            ],
            "targetModifiers": {
                "decreasedMagicEvasion": 15
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:WeakeningIII",
            "name": "Weakening III",
            "level": 60,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 2
                }
            ],
            "targetModifiers": {
                "decreasedMaxHitPercent": 15
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:AnguishIII",
            "name": "Anguish III",
            "level": 70,
            "runesRequired": [
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 2
                }
            ],
            "targetModifiers": {
                "increasedDamageTaken": 15
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorF:Decay",
            "name": "Decay",
            "level": 80,
            "runesRequired": [
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 1
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 3
                }
            ],
            "targetModifiers": {
                "increasedDecay": 2,
                "decreasedGlobalEvasion": 10
            },
            "spellBook": "curse"
        },
        {
            "id": "melvorTotH:Madness",
            "name": "Madness",
            "level": 105,
            "runesRequired": [
                {
                    "id": "melvorTotH:Decay_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Despair_Rune",
                    "quantity": 6
                }
            ],
            "targetModifiers": {
                "decreasedGlobalAccuracy": 25,
                "decreasedDamageReduction": 5
            },
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Cursed_Forest",
                    "count": 25
                }
            ],
            "spellBook": "curse"
        },
        {
            "id": "melvorTotH:Torment",
            "name": "Torment",
            "level": 110,
            "runesRequired": [
                {
                    "id": "melvorTotH:Decay_Rune",
                    "quantity": 6
                },
                {
                    "id": "melvorTotH:Despair_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorTotH:Soul_Rune",
                    "quantity": 3
                }
            ],
            "targetModifiers": {
                "decreasedGlobalEvasion": 25,
                "increasedDamageTaken": 10
            },
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Cursed_Forest",
                    "count": 50
                }
            ],
            "spellBook": "curse"
        },
        {
            "id": "melvorTotH:Despair",
            "name": "Despair",
            "level": 115,
            "runesRequired": [
                {
                    "id": "melvorTotH:Despair_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorTotH:Soul_Rune",
                    "quantity": 8
                }
            ],
            "targetModifiers": {
                "increasedDecay": 3,
                "increasedConfusion": 3
            },
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Cursed_Forest",
                    "count": 100
                }
            ],
            "spellBook": "curse"
        },
        {
            "id": "melvorAoD:Fatigue",
            "name": "Fatigue",
            "level": 65,
            "runesRequired": [
                {
                    "id": "melvorD:Mind_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 2
                }
            ],
            "targetModifiers": {
                "decreasedMaxHitPercent": 5,
                "increasedAttackIntervalPercent": 5
            },
            "requiredItemID": "melvorAoD:Cursed_Arcana",
            "spellBook": "curse"
        },
        {
            "id": "melvorAoD:Petrified",
            "name": "Petrified",
            "level": 90,
            "runesRequired": [
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 3
                }
            ],
            "targetModifiers": {
                "decreasedGlobalAccuracy": 15,
                "decreasedGlobalEvasion": 10,
                "increasedDamageTaken": 5
            },
            "requiredItemID": "melvorAoD:Cursed_Arcana",
            "spellBook": "curse"
        }
    ],
    "auroraSpells": [
        {
            "id": "melvorF:SurgeI",
            "name": "Surge I",
            "level": 15,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 1
                }
            ],
            "modifiers": {
                "decreasedAttackInterval": 100,
                "increasedRangedEvasion": 5
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:FuryI",
            "name": "Fury I",
            "level": 25,
            "runesRequired": [
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 1
                }
            ],
            "modifiers": {
                "increasedMaxHitFlat": 2.5,
                "increasedMagicEvasion": 5
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:FervorI",
            "name": "Fervor I",
            "level": 35,
            "runesRequired": [
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 1
                }
            ],
            "modifiers": {
                "increasedLifesteal": 5,
                "increasedMeleeEvasion": 5
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:SurgeII",
            "name": "Surge II",
            "level": 40,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 2
                }
            ],
            "modifiers": {
                "decreasedAttackInterval": 200,
                "increasedRangedEvasion": 10
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:ChargedI",
            "name": "Charged I",
            "level": 45,
            "runesRequired": [
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 2
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 1
                }
            ],
            "modifiers": {
                "increasedFlatMinHit": 1
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:FuryII",
            "name": "Fury II",
            "level": 50,
            "runesRequired": [
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 2
                }
            ],
            "modifiers": {
                "increasedMaxHitFlat": 5,
                "increasedMagicEvasion": 10
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:FervorII",
            "name": "Fervor II",
            "level": 60,
            "runesRequired": [
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 2
                }
            ],
            "modifiers": {
                "increasedLifesteal": 10,
                "increasedMeleeEvasion": 10
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:SurgeIII",
            "name": "Surge III",
            "level": 65,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 3
                }
            ],
            "modifiers": {
                "decreasedAttackInterval": 300,
                "increasedRangedEvasion": 15
            },
            "requiredItemID": "melvorD:Book_of_Eli",
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:ChargedII",
            "name": "Charged II",
            "level": 70,
            "runesRequired": [
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 2
                }
            ],
            "modifiers": {
                "increasedFlatMinHit": 2
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:FuryIII",
            "name": "Fury III",
            "level": 75,
            "runesRequired": [
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 3
                }
            ],
            "modifiers": {
                "increasedMaxHitFlat": 7.5,
                "increasedMagicEvasion": 15
            },
            "requiredItemID": "melvorD:Book_of_Eli",
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:FervorIII",
            "name": "Fervor III",
            "level": 85,
            "runesRequired": [
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 3
                }
            ],
            "modifiers": {
                "increasedLifesteal": 15,
                "increasedMeleeEvasion": 15
            },
            "requiredItemID": "melvorD:Book_of_Eli",
            "spellBook": "aurora"
        },
        {
            "id": "melvorF:ChargedIII",
            "name": "Charged III",
            "level": 95,
            "runesRequired": [
                {
                    "id": "melvorD:Chaos_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Death_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 3
                }
            ],
            "modifiers": {
                "increasedFlatMinHit": 4
            },
            "requiredItemID": "melvorD:Book_of_Eli",
            "spellBook": "aurora"
        },
        {
            "id": "melvorTotH:FuryIV",
            "name": "Fury IV",
            "level": 102,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Infernal_Rune",
                    "quantity": 3
                }
            ],
            "modifiers": {
                "increasedMaxHitFlat": 12.5,
                "increasedMagicEvasion": 25
            },
            "requiredItemID": "melvorTotH:Book_of_the_Ancients",
            "spellBook": "aurora"
        },
        {
            "id": "melvorTotH:FervorIV",
            "name": "Fervor IV",
            "level": 105,
            "runesRequired": [
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorD:Blood_Rune",
                    "quantity": 8
                }
            ],
            "modifiers": {
                "increasedLifesteal": 20,
                "increasedMeleeEvasion": 25
            },
            "requiredItemID": "melvorTotH:Book_of_the_Ancients",
            "spellBook": "aurora"
        },
        {
            "id": "melvorTotH:ChargedIV",
            "name": "Charged IV",
            "level": 110,
            "runesRequired": [
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Soul_Rune",
                    "quantity": 8
                }
            ],
            "modifiers": {
                "increasedFlatMinHit": 10
            },
            "requiredItemID": "melvorTotH:Book_of_the_Ancients",
            "spellBook": "aurora"
        },
        {
            "id": "melvorTotH:SurgeIV",
            "name": "Surge IV",
            "level": 112,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 8
                }
            ],
            "modifiers": {
                "decreasedAttackInterval": 400,
                "increasedRangedEvasion": 25
            },
            "requiredItemID": "melvorTotH:Book_of_the_Ancients",
            "spellBook": "aurora"
        },
        {
            "id": "melvorAoD:Crystallization",
            "name": "Crystallization",
            "level": 40,
            "runesRequired": [
                {
                    "id": "melvorF:Nature_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Light_Rune",
                    "quantity": 3
                },
                {
                    "id": "melvorD:Body_Rune",
                    "quantity": 3
                }
            ],
            "modifiers": {
                "increasedChanceCrystallization": 3,
                "increasedMagicMaxHit": 10
            },
            "spellBook": "aurora"
        },
        {
            "id": "melvorAoD:Crystal_Sanction",
            "name": "Crystal Sanction",
            "level": 85,
            "runesRequired": [
                {
                    "id": "melvorF:Nature_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorF:Spirit_Rune",
                    "quantity": 4
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 4
                }
            ],
            "modifiers": {
                "increasedChanceCrystalSanction": 3,
                "decreasedAttackIntervalPercent": 2,
                "increasedGlobalEvasion": 15
            },
            "spellBook": "aurora"
        }
    ],
    "ancientSpells": [
        {
            "id": "melvorF:SlicingWinds",
            "name": "Slicing Winds",
            "level": 70,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 20
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 5
                }
            ],
            "specialAttackID": "melvorF:SlicingWinds",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 100
                }
            ],
            "spellBook": "ancient"
        },
        {
            "id": "melvorF:IcicleVolley",
            "name": "Icicle Volley",
            "level": 74,
            "runesRequired": [
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 20
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 5
                }
            ],
            "specialAttackID": "melvorF:IcicleVolley",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 100
                }
            ],
            "spellBook": "ancient"
        },
        {
            "id": "melvorF:Ignite",
            "name": "Ignite",
            "level": 82,
            "runesRequired": [
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 20
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 5
                }
            ],
            "specialAttackID": "melvorF:Ignite",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorD:Volcanic_Cave",
                    "count": 100
                }
            ],
            "spellBook": "ancient"
        },
        {
            "id": "melvorF:Gust",
            "name": "Gust",
            "level": 86,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 25
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 5
                }
            ],
            "specialAttackID": "melvorF:Gust",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Air_God_Dungeon",
                    "count": 100
                }
            ],
            "spellBook": "ancient"
        },
        {
            "id": "melvorF:Frostbite",
            "name": "Frostbite",
            "level": 90,
            "runesRequired": [
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 25
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 6
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 6
                }
            ],
            "specialAttackID": "melvorF:Frostbite",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Water_God_Dungeon",
                    "count": 100
                }
            ],
            "spellBook": "ancient"
        },
        {
            "id": "melvorF:Quake",
            "name": "Quake",
            "level": 94,
            "runesRequired": [
                {
                    "id": "melvorD:Earth_Rune",
                    "quantity": 25
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 7
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 7
                }
            ],
            "specialAttackID": "melvorF:Quake",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Earth_God_Dungeon",
                    "count": 100
                }
            ],
            "spellBook": "ancient"
        },
        {
            "id": "melvorF:Incinerate",
            "name": "Incinerate",
            "level": 98,
            "runesRequired": [
                {
                    "id": "melvorD:Fire_Rune",
                    "quantity": 30
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 10
                }
            ],
            "specialAttackID": "melvorF:Incinerate",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorF:Fire_God_Dungeon",
                    "count": 100
                }
            ],
            "spellBook": "ancient"
        },
        {
            "id": "melvorAoD:CrushingWaves",
            "name": "Crushing Waves",
            "level": 78,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 5
                }
            ],
            "specialAttackID": "melvorAoD:CrushingWaves",
            "requiredItemID": "melvorAoD:Ancient_Arcana",
            "spellBook": "ancient"
        },
        {
            "id": "melvorAoD:Whirlpool",
            "name": "Whirlpool",
            "level": 96,
            "runesRequired": [
                {
                    "id": "melvorD:Air_Rune",
                    "quantity": 15
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 15
                },
                {
                    "id": "melvorD:Ancient_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorF:Havoc_Rune",
                    "quantity": 10
                }
            ],
            "specialAttackID": "melvorAoD:Whirlpool",
            "requiredItemID": "melvorAoD:Ancient_Arcana",
            "spellBook": "ancient"
        }
    ],
    "slayerAreaDisplayOrder": [
        "melvorF:Penumbra",
        "melvorF:Forest_of_Goo",
        "melvorF:Strange_Cave",
        "melvorF:Holy_Isles",
        "melvorF:Runic_Ruins",
        "melvorAoD:CrystalCaves",
        "melvorAoD:DarkQuarry",
        "melvorF:Arid_Plains",
        "melvorF:High_Lands",
        "melvorF:ToxicSwamps",
        "melvorF:Desolate_Plains",
        "melvorF:Shrouded_Badlands",
        "melvorF:Perilous_Peaks",
        "melvorAoD:CrystalDepths",
        "melvorF:Dark_Waters",
        "melvorF:UnhallowedWasteland",
        "melvorTotH:JungleLabyrinth",
        "melvorTotH:LavaLake",
        "melvorTotH:ForsakenTundra",
        "melvorTotH:FoggyLake",
        "melvorTotH:AfflictedCity",
        "melvorTotH:MidnightValley",
        "melvorTotH:GoldenCloudMountains",
        "melvorTotH:MillenniumGate"
    ],
    "archaicSpells": [
        {
            "id": "melvorTotH:PoisonPods",
            "name": "Poison Pods",
            "level": 100,
            "runesRequired": [
                {
                    "id": "melvorTotH:Poison_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorF:Mud_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Poison",
            "maxHit": 10,
            "specialAttack": "melvorTotH:PoisonPods",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Ancient_Sanctuary",
                    "count": 1
                }
            ],
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:GiantFireball",
            "name": "Giant Fireball",
            "level": 102,
            "runesRequired": [
                {
                    "id": "melvorTotH:Infernal_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorF:Lava_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Infernal",
            "maxHit": 29,
            "specialAttack": "melvorTotH:GiantFireball",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Underground_Lava_Lake",
                    "count": 1
                }
            ],
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:ThunderStrike",
            "name": "Thunder Strike",
            "level": 104,
            "runesRequired": [
                {
                    "id": "melvorTotH:Lightning_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorF:Steam_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Lightning",
            "maxHit": 31,
            "specialAttack": "melvorTotH:ThunderStrike",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lightning_Region",
                    "count": 1
                }
            ],
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:MeteorShower",
            "name": "Meteor Shower",
            "level": 106,
            "runesRequired": [
                {
                    "id": "melvorTotH:Infernal_Rune",
                    "quantity": 10
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorF:Lava_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Infernal",
            "maxHit": 9,
            "specialAttack": "melvorTotH:MeteorShowerArchaic",
            "requiredItemID": "melvorTotH:Meteorite_Staff",
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:Tsunami",
            "name": "Tsunami",
            "level": 108,
            "runesRequired": [
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 25
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Other",
            "maxHit": 19,
            "specialAttack": "melvorTotH:TsunamiArchaic",
            "requirements": [
                {
                    "type": "MonsterKilled",
                    "monsterID": "melvorTotH:TwinSeaDragonSerpent",
                    "count": 100
                }
            ],
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:NaturesBloom",
            "name": "Natures Bloom",
            "level": 110,
            "runesRequired": [
                {
                    "id": "melvorTotH:Poison_Rune",
                    "quantity": 16
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorF:Mud_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Poison",
            "maxHit": 7,
            "specialAttack": "melvorTotH:NaturesBloom",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Ancient_Sanctuary",
                    "count": 100
                }
            ],
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:InfernalPower",
            "name": "Infernal Power",
            "level": 112,
            "runesRequired": [
                {
                    "id": "melvorTotH:Infernal_Rune",
                    "quantity": 16
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Dust_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorF:Lava_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Infernal",
            "maxHit": 9,
            "specialAttack": "melvorTotH:InfernalPower",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Underground_Lava_Lake",
                    "count": 100
                }
            ],
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:Soulash",
            "name": "Soulash",
            "level": 115,
            "runesRequired": [
                {
                    "id": "melvorTotH:Soul_Rune",
                    "quantity": 20
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Other",
            "maxHit": 22.5,
            "specialAttack": "melvorTotH:Soulash",
            "requiredItemID": "melvorTotH:Ethereal_Staff",
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:DragonStormCall",
            "name": "Dragon Storm Call",
            "level": 118,
            "runesRequired": [
                {
                    "id": "melvorTotH:Lightning_Rune",
                    "quantity": 16
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "runesRequiredAlt": [
                {
                    "id": "melvorD:Mist_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorF:Steam_Rune",
                    "quantity": 8
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Lightning",
            "maxHit": 17.5,
            "specialAttack": "melvorTotH:DragonStormCall",
            "requirements": [
                {
                    "type": "DungeonCompletion",
                    "dungeonID": "melvorTotH:Lightning_Region",
                    "count": 100
                }
            ],
            "spellBook": "archaic"
        },
        {
            "id": "melvorTotH:SlicingMaelstrom",
            "name": "Slicing Maelstrom",
            "level": 120,
            "runesRequired": [
                {
                    "id": "melvorTotH:Lightning_Rune",
                    "quantity": 20
                },
                {
                    "id": "melvorD:Water_Rune",
                    "quantity": 20
                },
                {
                    "id": "melvorTotH:Archaic_Rune",
                    "quantity": 5
                },
                {
                    "id": "melvorTotH:Calamity_Rune",
                    "quantity": 5
                }
            ],
            "spellType": "Lightning",
            "maxHit": 23.5,
            "specialAttack": "melvorTotH:SlicingMaelstromArchaic",
            "requiredItemID": "melvorTotH:Slicing_Maelstrom_Wand",
            "spellBook": "archaic"
        }
    ],
    "randomSuperiorGems": [
        {
            "itemID": "melvorTotH:Onyx",
            "minQuantity": 1,
            "maxQuantity": 1,
            "weight": 10
        },
        {
            "itemID": "melvorTotH:Oricha",
            "minQuantity": 1,
            "maxQuantity": 1,
            "weight": 6
        },
        {
            "itemID": "melvorTotH:Cerulean",
            "minQuantity": 1,
            "maxQuantity": 1,
            "weight": 3
        },
        {
            "itemID": "melvorTotH:Zephyte",
            "minQuantity": 1,
            "maxQuantity": 1,
            "weight": 1
        }
    ],
    "spiderLairMonsters": [
        "melvorTotH:ScouterSpider",
        "melvorTotH:TrapperSpider",
        "melvorTotH:WickedSpider",
        "melvorTotH:BasherSpider",
        "melvorTotH:EnforcerSpider",
        "melvorTotH:GuardianSpider"
    ],
    "ancientRelics": [
        {
            "id": "melvorAoD:WoodcuttingRelic1",
            "name": "Woodcutting Relic 1",
            "skillID": "melvorD:Woodcutting",
            "number": 1,
            "description": "A relic from the ancient times of woodcutting.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Woodcutting",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:WoodcuttingRelic2",
            "name": "Woodcutting Relic 2",
            "skillID": "melvorD:Woodcutting",
            "number": 2,
            "description": "A relic from the ancient times of woodcutting.",
            "modifiers": {
                "increasedChanceAdditionalSkillResource": [
                    {
                        "skillID": "melvorD:Woodcutting",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:WoodcuttingRelic3",
            "name": "Woodcutting Relic 3",
            "skillID": "melvorD:Woodcutting",
            "number": 3,
            "description": "A relic from the ancient times of woodcutting.",
            "modifiers": {
                "increasedGPFromLogSales": 300
            }
        },
        {
            "id": "melvorAoD:WoodcuttingRelic4",
            "name": "Woodcutting Relic 4",
            "skillID": "melvorD:Woodcutting",
            "number": 4,
            "description": "A relic from the ancient times of woodcutting.",
            "modifiers": {
                "increasedChanceForChestOfGemsInWoodcutting": 0.299999999999999988897769753748434595763683319091796875
            }
        },
        {
            "id": "melvorAoD:WoodcuttingRelic5",
            "name": "Woodcutting Relic 5",
            "skillID": "melvorD:Woodcutting",
            "number": 5,
            "description": "A relic from the ancient times of woodcutting.",
            "modifiers": {
                "increasedOffItemChance": 5
            }
        },
        {
            "id": "melvorAoD:WoodcuttingRelic6",
            "name": "Woodcutting Master Relic",
            "skillID": "melvorD:Woodcutting",
            "number": 6,
            "description": "A relic from the ancient times of woodcutting.",
            "modifiers": {
                "increasedTreeCutLimit": 1
            }
        },
        {
            "id": "melvorAoD:FishingRelic1",
            "name": "Fishing Relic 1",
            "skillID": "melvorD:Fishing",
            "number": 1,
            "description": "A relic from the ancient times of Fishing.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Fishing",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FishingRelic2",
            "name": "Fishing Relic 2",
            "skillID": "melvorD:Fishing",
            "number": 2,
            "description": "A relic from the ancient times of Fishing.",
            "modifiers": {
                "increasedGPFromRawFishSales": 100
            }
        },
        {
            "id": "melvorAoD:FishingRelic3",
            "name": "Fishing Relic 3",
            "skillID": "melvorD:Fishing",
            "number": 3,
            "description": "A relic from the ancient times of Fishing.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Fishing",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FishingRelic4",
            "name": "Fishing Relic 4",
            "skillID": "melvorD:Fishing",
            "number": 4,
            "description": "A relic from the ancient times of Fishing.",
            "modifiers": {
                "summoningSynergy_4_5": 100
            }
        },
        {
            "id": "melvorAoD:FishingRelic5",
            "name": "Fishing Relic 5",
            "skillID": "melvorD:Fishing",
            "number": 5,
            "description": "A relic from the ancient times of Fishing.",
            "modifiers": {
                "increasedChanceAdditionalSkillResource": [
                    {
                        "skillID": "melvorD:Fishing",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FishingRelic6",
            "name": "Fishing Master Relic",
            "skillID": "melvorD:Fishing",
            "number": 6,
            "description": "A relic from the ancient times of Fishing.",
            "modifiers": {
                "increasedFishingCookedChance": 100
            }
        },
        {
            "id": "melvorAoD:FiremakingRelic1",
            "name": "Firemaking Relic 1",
            "skillID": "melvorD:Firemaking",
            "number": 1,
            "description": "A relic from the ancient times of Firemaking.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Firemaking",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FiremakingRelic2",
            "name": "Firemaking Relic 2",
            "skillID": "melvorD:Firemaking",
            "number": 2,
            "description": "A relic from the ancient times of Firemaking.",
            "modifiers": {
                "increasedGPFromFiremaking": 250
            }
        },
        {
            "id": "melvorAoD:FiremakingRelic3",
            "name": "Firemaking Relic 3",
            "skillID": "melvorD:Firemaking",
            "number": 3,
            "description": "A relic from the ancient times of Firemaking.",
            "modifiers": {
                "increasedChanceForDiamondFiremaking": 5
            }
        },
        {
            "id": "melvorAoD:FiremakingRelic4",
            "name": "Firemaking Relic 4",
            "skillID": "melvorD:Firemaking",
            "number": 4,
            "description": "A relic from the ancient times of Firemaking.",
            "modifiers": {
                "increasedChanceForStardustInFiremaking": 100
            }
        },
        {
            "id": "melvorAoD:FiremakingRelic5",
            "name": "Firemaking Relic 5",
            "skillID": "melvorD:Firemaking",
            "number": 5,
            "description": "A relic from the ancient times of Firemaking.",
            "modifiers": {
                "increasedChanceToLocateAncientRelic": 1
            }
        },
        {
            "id": "melvorAoD:FiremakingRelic6",
            "name": "Firemaking Master Relic",
            "skillID": "melvorD:Firemaking",
            "number": 6,
            "description": "A relic from the ancient times of Firemaking.",
            "modifiers": {
                "increasedChanceToApplyBurn": 5
            }
        },
        {
            "id": "melvorAoD:CookingRelic1",
            "name": "Cooking Relic 1",
            "skillID": "melvorD:Cooking",
            "number": 1,
            "description": "A relic from the ancient times of Cooking.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Cooking",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:CookingRelic2",
            "name": "Cooking Relic 2",
            "skillID": "melvorD:Cooking",
            "number": 2,
            "description": "A relic from the ancient times of Cooking.",
            "modifiers": {
                "increasedChanceAdditionalSkillResource": [
                    {
                        "skillID": "melvorD:Cooking",
                        "value": 15
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:CookingRelic3",
            "name": "Cooking Relic 3",
            "skillID": "melvorD:Cooking",
            "number": 3,
            "description": "A relic from the ancient times of Cooking.",
            "modifiers": {
                "increasedFoodHealingValue": 30
            }
        },
        {
            "id": "melvorAoD:CookingRelic4",
            "name": "Cooking Relic 1",
            "skillID": "melvorD:Cooking",
            "number": 1,
            "description": "A relic from the ancient times of Cooking.",
            "modifiers": {
                "increasedChancePerfectCookGlobal": 100
            }
        },
        {
            "id": "melvorAoD:CookingRelic5",
            "name": "Cooking Relic 4",
            "skillID": "melvorD:Cooking",
            "number": 4,
            "description": "A relic from the ancient times of Cooking.",
            "modifiers": {
                "decreasedPassiveCookInterval": 25
            }
        },
        {
            "id": "melvorAoD:CookingRelic6",
            "name": "Cooking Relic 5",
            "skillID": "melvorD:Cooking",
            "number": 5,
            "description": "A relic from the ancient times of Cooking.",
            "modifiers": {
                "increasedLifesteal": 10
            }
        },
        {
            "id": "melvorAoD:MiningRelic1",
            "name": "Mining Relic 5",
            "skillID": "melvorD:Mining",
            "number": 5,
            "description": "A relic from the ancient times of Mining.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Mining",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:MiningRelic2",
            "name": "Mining Relic 2",
            "skillID": "melvorD:Mining",
            "number": 2,
            "description": "A relic from the ancient times of Mining.",
            "modifiers": {
                "increasedMiningNodeHP": 50
            }
        },
        {
            "id": "melvorAoD:MiningRelic3",
            "name": "Mining Relic 3",
            "skillID": "melvorD:Mining",
            "number": 3,
            "description": "A relic from the ancient times of Mining.",
            "modifiers": {
                "increasedMiningBarChance": 15
            }
        },
        {
            "id": "melvorAoD:MiningRelic4",
            "name": "Mining Relic 4",
            "skillID": "melvorD:Mining",
            "number": 4,
            "description": "A relic from the ancient times of Mining.",
            "modifiers": {
                "increasedBonusCoalMining": 1
            }
        },
        {
            "id": "melvorAoD:MiningRelic5",
            "name": "Mining Relic 5",
            "skillID": "melvorD:Mining",
            "number": 5,
            "description": "A relic from the ancient times of Mining.",
            "modifiers": {
                "increasedChanceAdditionalSkillResource": [
                    {
                        "skillID": "melvorD:Mining",
                        "value": 30
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:MiningRelic6",
            "name": "Mining Master Relic",
            "skillID": "melvorD:Mining",
            "number": 6,
            "description": "A relic from the ancient times of Mining.",
            "modifiers": {
                "increasedMiningNodeHP": 690
            }
        },
        {
            "id": "melvorAoD:SmithingRelic1",
            "name": "Smithing Relic 1",
            "skillID": "melvorD:Smithing",
            "number": 1,
            "description": "A relic from the ancient times of Smithing.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Smithing",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:SmithingRelic2",
            "name": "Smithing Relic 2",
            "skillID": "melvorD:Smithing",
            "number": 2,
            "description": "A relic from the ancient times of Smithing.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Smithing",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:SmithingRelic3",
            "name": "Smithing Relic 3",
            "skillID": "melvorD:Smithing",
            "number": 3,
            "description": "A relic from the ancient times of Smithing.",
            "modifiers": {
                "increasedChanceAdditionalSkillResource": [
                    {
                        "skillID": "melvorD:Smithing",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:SmithingRelic4",
            "name": "Smithing Relic 4",
            "skillID": "melvorD:Smithing",
            "number": 4,
            "description": "A relic from the ancient times of Smithing.",
            "modifiers": {
                "increasedFlatMeleeDefenceBonus": 100
            }
        },
        {
            "id": "melvorAoD:SmithingRelic5",
            "name": "Smithing Relic 5",
            "skillID": "melvorD:Smithing",
            "number": 5,
            "description": "A relic from the ancient times of Smithing.",
            "modifiers": {
                "increasedChanceToLocateAncientRelic": 1
            }
        },
        {
            "id": "melvorAoD:SmithingRelic6",
            "name": "Smithing Master Relic",
            "skillID": "melvorD:Smithing",
            "number": 6,
            "description": "A relic from the ancient times of Smithing.",
            "modifiers": {
                "decreasedSmithingCoalCost": 100
            }
        },
        {
            "id": "melvorAoD:FarmingRelic1",
            "name": "Farming Relic 1",
            "skillID": "melvorD:Farming",
            "number": 1,
            "description": "A relic from the ancient times of Farming.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Farming",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FarmingRelic2",
            "name": "Farming Relic 2",
            "skillID": "melvorD:Farming",
            "number": 2,
            "description": "A relic from the ancient times of Farming.",
            "modifiers": {
                "increasedCompostPreservationChance": 100
            }
        },
        {
            "id": "melvorAoD:FarmingRelic3",
            "name": "Farming Relic 3",
            "skillID": "melvorD:Farming",
            "number": 3,
            "description": "A relic from the ancient times of Farming.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Farming",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FarmingRelic4",
            "name": "Farming Relic 4",
            "skillID": "melvorD:Farming",
            "number": 4,
            "description": "A relic from the ancient times of Farming.",
            "modifiers": {
                "decreasedAllotmentSeedCost": 1
            }
        },
        {
            "id": "melvorAoD:FarmingRelic5",
            "name": "Farming Relic 5",
            "skillID": "melvorD:Farming",
            "number": 5,
            "description": "A relic from the ancient times of Farming.",
            "modifiers": {
                "increasedChanceToLocateSkillPet": 10
            }
        },
        {
            "id": "melvorAoD:FarmingRelic6",
            "name": "Farming Master Relic",
            "skillID": "melvorD:Farming",
            "number": 6,
            "description": "A relic from the ancient times of Farming.",
            "modifiers": {
                "increasedFarmingYield": 100
            }
        },
        {
            "id": "melvorAoD:AttackRelic1",
            "name": "Attack Relic 1",
            "skillID": "melvorD:Attack",
            "number": 1,
            "description": "A relic from the ancient times of Attack.",
            "modifiers": {
                "increasedMinHitBasedOnMaxHit": 10
            }
        },
        {
            "id": "melvorAoD:AttackRelic2",
            "name": "Attack Relic 2",
            "skillID": "melvorD:Attack",
            "number": 2,
            "description": "A relic from the ancient times of Attack.",
            "modifiers": {
                "increasedMeleeAccuracyBonus": 25
            }
        },
        {
            "id": "melvorAoD:AttackRelic3",
            "name": "Attack Relic 3",
            "skillID": "melvorD:Attack",
            "number": 3,
            "description": "A relic from the ancient times of Attack.",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Attack",
                        "value": 10
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:AttackRelic4",
            "name": "Attack Relic 4",
            "skillID": "melvorD:Attack",
            "number": 4,
            "description": "A relic from the ancient times of Attack.",
            "modifiers": {
                "decreasedMeleeAttackIntervalPercent": 15
            }
        },
        {
            "id": "melvorAoD:AttackRelic5",
            "name": "Attack Relic 5",
            "skillID": "melvorD:Attack",
            "number": 5,
            "description": "A relic from the ancient times of Attack.",
            "modifiers": {
                "decreasedEnemyDamageReduction": 10
            }
        },
        {
            "id": "melvorAoD:AttackRelic6",
            "name": "Attack Master Relic",
            "skillID": "melvorD:Attack",
            "number": 6,
            "description": "A relic from the ancient times of Attack.",
            "modifiers": {
                "applyAttackMasterRelicEffect": 1
            }
        },
        {
            "id": "melvorAoD:StrengthRelic1",
            "name": "Strength Relic 1",
            "skillID": "melvorD:Strength",
            "number": 1,
            "description": "A relic from the ancient times of Strength.",
            "modifiers": {
                "increasedMeleeMaxHit": 20
            }
        },
        {
            "id": "melvorAoD:StrengthRelic2",
            "name": "Strength Relic 2",
            "skillID": "melvorD:Strength",
            "number": 2,
            "description": "A relic from the ancient times of Strength.",
            "modifiers": {
                "increasedMeleeStrengthBonus": 10
            }
        },
        {
            "id": "melvorAoD:StrengthRelic3",
            "name": "Strength Relic 3",
            "skillID": "melvorD:Strength",
            "number": 3,
            "description": "A relic from the ancient times of Strength.",
            "modifiers": {
                "increasedMeleeStunChance": 2
            }
        },
        {
            "id": "melvorAoD:StrengthRelic4",
            "name": "Strength Relic 4",
            "skillID": "melvorD:Strength",
            "number": 4,
            "description": "A relic from the ancient times of Strength.",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Strength",
                        "value": 10
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:StrengthRelic5",
            "name": "Strength Relic 5",
            "skillID": "melvorD:Strength",
            "number": 5,
            "description": "A relic from the ancient times of Strength.",
            "modifiers": {
                "increasedDamageToBosses": 10
            }
        },
        {
            "id": "melvorAoD:StrengthRelic6",
            "name": "Strength Master Relic",
            "skillID": "melvorD:Strength",
            "number": 6,
            "description": "A relic from the ancient times of Strength.",
            "modifiers": {
                "applyStrengthMasterRelicEffect": 1
            }
        },
        {
            "id": "melvorAoD:DefenceRelic1",
            "name": "Defence Relic 1",
            "skillID": "melvorD:Defence",
            "number": 1,
            "description": "A relic from the ancient times of Defence.",
            "modifiers": {
                "increasedReflectDamage": 10
            }
        },
        {
            "id": "melvorAoD:DefenceRelic2",
            "name": "Defence Relic 2",
            "skillID": "melvorD:Defence",
            "number": 2,
            "description": "A relic from the ancient times of Defence.",
            "modifiers": {
                "increasedGlobalEvasion": 25
            }
        },
        {
            "id": "melvorAoD:DefenceRelic3",
            "name": "Defence Relic 3",
            "skillID": "melvorD:Defence",
            "number": 3,
            "description": "A relic from the ancient times of Defence.",
            "modifiers": {
                "increasedChanceToDodge": 10
            }
        },
        {
            "id": "melvorAoD:DefenceRelic4",
            "name": "Defence Relic 4",
            "skillID": "melvorD:Defence",
            "number": 4,
            "description": "A relic from the ancient times of Defence.",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Defence",
                        "value": 10
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:DefenceRelic5",
            "name": "Defence Relic 5",
            "skillID": "melvorD:Defence",
            "number": 5,
            "description": "A relic from the ancient times of Defence.",
            "modifiers": {
                "increasedDamageReduction": 3
            }
        },
        {
            "id": "melvorAoD:DefenceRelic6",
            "name": "Defence Master Relic",
            "skillID": "melvorD:Defence",
            "number": 6,
            "description": "A relic from the ancient times of Defence.",
            "modifiers": {
                "increasedEndOfTurnEvasion2": 150
            }
        },
        {
            "id": "melvorAoD:HitpointsRelic1",
            "name": "Hitpoints Relic 1",
            "skillID": "melvorD:Hitpoints",
            "number": 1,
            "description": "A relic from the ancient times of Hitpoints.",
            "modifiers": {
                "increasedLifesteal": 8
            }
        },
        {
            "id": "melvorAoD:HitpointsRelic2",
            "name": "Hitpoints Relic 2",
            "skillID": "melvorD:Hitpoints",
            "number": 2,
            "description": "A relic from the ancient times of Hitpoints.",
            "modifiers": {
                "decreasedEnemyMaximumHitpoints": 15
            }
        },
        {
            "id": "melvorAoD:HitpointsRelic3",
            "name": "Hitpoints Relic 3",
            "skillID": "melvorD:Hitpoints",
            "number": 3,
            "description": "A relic from the ancient times of Hitpoints.",
            "modifiers": {
                "decreasedRegenerationInterval": 3000
            }
        },
        {
            "id": "melvorAoD:HitpointsRelic4",
            "name": "Hitpoints Relic 4",
            "skillID": "melvorD:Hitpoints",
            "number": 4,
            "description": "A relic from the ancient times of Hitpoints.",
            "modifiers": {
                "increasedAutoEatEfficiency": 100,
                "increasedAutoEatHPLimit": 100
            }
        },
        {
            "id": "melvorAoD:HitpointsRelic5",
            "name": "Hitpoints Relic 5",
            "skillID": "melvorD:Hitpoints",
            "number": 5,
            "description": "A relic from the ancient times of Hitpoints.",
            "modifiers": {
                "increasedFlatMaxHitpoints": 5
            }
        },
        {
            "id": "melvorAoD:HitpointsRelic6",
            "name": "Hitpoints Master Relic",
            "skillID": "melvorD:Hitpoints",
            "number": 6,
            "description": "A relic from the ancient times of Hitpoints.",
            "modifiers": {
                "decreasedDamageTakenWhenStunned": 30
            }
        },
        {
            "id": "melvorAoD:ThievingRelic1",
            "name": "Thieving Relic 1",
            "skillID": "melvorD:Thieving",
            "number": 1,
            "description": "A relic from the ancient times of Thieving.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Thieving",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:ThievingRelic2",
            "name": "Thieving Relic 2",
            "skillID": "melvorD:Thieving",
            "number": 2,
            "description": "A relic from the ancient times of Thieving.",
            "modifiers": {
                "increasedChanceToAvoidThievingStuns": 30
            }
        },
        {
            "id": "melvorAoD:ThievingRelic3",
            "name": "Thieving Relic 3",
            "skillID": "melvorD:Thieving",
            "number": 3,
            "description": "A relic from the ancient times of Thieving.",
            "modifiers": {
                "increasedGPFromThieving": 50
            }
        },
        {
            "id": "melvorAoD:ThievingRelic4",
            "name": "Thieving Relic 4",
            "skillID": "melvorD:Thieving",
            "number": 4,
            "description": "A relic from the ancient times of Thieving.",
            "modifiers": {
                "increasedThievingStealth": 150
            }
        },
        {
            "id": "melvorAoD:ThievingRelic5",
            "name": "Thieving Relic 5",
            "skillID": "melvorD:Thieving",
            "number": 5,
            "description": "A relic from the ancient times of Thieving.",
            "modifiers": {
                "noDamageFromThievingNPCs": 1
            }
        },
        {
            "id": "melvorAoD:ThievingRelic6",
            "name": "Thieving Master Relic",
            "skillID": "melvorD:Thieving",
            "number": 6,
            "description": "A relic from the ancient times of Thieving.",
            "modifiers": {
                "increasedThievingAreaUniqueChance": 0.5
            }
        },
        {
            "id": "melvorAoD:FletchingRelic1",
            "name": "Fletching Relic 1",
            "skillID": "melvorD:Fletching",
            "number": 1,
            "description": "A relic from the ancient times of Fletching.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Fletching",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FletchingRelic2",
            "name": "Fletching Relic 2",
            "skillID": "melvorD:Fletching",
            "number": 2,
            "description": "A relic from the ancient times of Fletching.",
            "modifiers": {
                "increasedJavelinProduction": 1
            }
        },
        {
            "id": "melvorAoD:FletchingRelic3",
            "name": "Fletching Relic 3",
            "skillID": "melvorD:Fletching",
            "number": 3,
            "description": "A relic from the ancient times of Fletching.",
            "modifiers": {
                "increasedArrowProduction": 1
            }
        },
        {
            "id": "melvorAoD:FletchingRelic4",
            "name": "Fletching Relic 4",
            "skillID": "melvorD:Fletching",
            "number": 4,
            "description": "A relic from the ancient times of Fletching.",
            "modifiers": {
                "increasedBoltProduction": 1
            }
        },
        {
            "id": "melvorAoD:FletchingRelic5",
            "name": "Fletching Relic 5",
            "skillID": "melvorD:Fletching",
            "number": 5,
            "description": "A relic from the ancient times of Fletching.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Fletching",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:FletchingRelic6",
            "name": "Fletching Master Relic",
            "skillID": "melvorD:Fletching",
            "number": 6,
            "description": "A relic from the ancient times of Fletching.",
            "modifiers": {
                "increasedGlobalPreservationChanceBypass": 10
            }
        },
        {
            "id": "melvorAoD:CraftingRelic1",
            "name": "Crafting Relic 1",
            "skillID": "melvorD:Crafting",
            "number": 1,
            "description": "A relic from the ancient times of Crafting.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Crafting",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:CraftingRelic2",
            "name": "Crafting Relic 2",
            "skillID": "melvorD:Crafting",
            "number": 2,
            "description": "A relic from the ancient times of Crafting.",
            "modifiers": {
                "increasedBaseCraftingConsumableProduction": 10
            }
        },
        {
            "id": "melvorAoD:CraftingRelic3",
            "name": "Crafting Relic 3",
            "skillID": "melvorD:Crafting",
            "number": 3,
            "description": "A relic from the ancient times of Crafting.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Crafting",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:CraftingRelic4",
            "name": "Crafting Relic 4",
            "skillID": "melvorD:Crafting",
            "number": 4,
            "description": "A relic from the ancient times of Crafting.",
            "modifiers": {
                "increasedXPFromMasteryTokens": 0.1000000000000000055511151231257827021181583404541015625
            }
        },
        {
            "id": "melvorAoD:CraftingRelic5",
            "name": "Crafting Relic 5",
            "skillID": "melvorD:Crafting",
            "number": 5,
            "description": "A relic from the ancient times of Crafting.",
            "modifiers": {
                "increasedCraftingJewelryRandomGemChance": 100
            }
        },
        {
            "id": "melvorAoD:CraftingRelic6",
            "name": "Crafting Master Relic",
            "skillID": "melvorD:Crafting",
            "number": 6,
            "description": "A relic from the ancient times of Crafting.",
            "modifiers": {
                "increasedChanceForEnchantedUrnInCrafting": 90
            }
        },
        {
            "id": "melvorAoD:RunecraftingRelic1",
            "name": "Runecrafting Relic 1",
            "skillID": "melvorD:Runecrafting",
            "number": 1,
            "description": "A relic from the ancient times of Runecrafting.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Runecrafting",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:RunecraftingRelic2",
            "name": "Runecrafting Relic 2",
            "skillID": "melvorD:Runecrafting",
            "number": 2,
            "description": "A relic from the ancient times of Runecrafting.",
            "modifiers": {
                "increasedCombinationRuneProduction": 10
            }
        },
        {
            "id": "melvorAoD:RunecraftingRelic3",
            "name": "Runecrafting Relic 3",
            "skillID": "melvorD:Runecrafting",
            "number": 3,
            "description": "A relic from the ancient times of Runecrafting.",
            "modifiers": {
                "increasedStandardRuneProduction": 3
            }
        },
        {
            "id": "melvorAoD:RunecraftingRelic4",
            "name": "Runecrafting Relic 4",
            "skillID": "melvorD:Runecrafting",
            "number": 4,
            "description": "A relic from the ancient times of Runecrafting.",
            "modifiers": {
                "increasedEssenceFromMining": 1
            }
        },
        {
            "id": "melvorAoD:RunecraftingRelic5",
            "name": "Runecrafting Relic 5",
            "skillID": "melvorD:Runecrafting",
            "number": 5,
            "description": "A relic from the ancient times of Runecrafting.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Runecrafting",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:RunecraftingRelic6",
            "name": "Runecrafting Master Relic",
            "skillID": "melvorD:Runecrafting",
            "number": 6,
            "description": "A relic from the ancient times of Runecrafting.",
            "modifiers": {
                "increasedEssenceFromMining": 4
            }
        },
        {
            "id": "melvorAoD:HerbloreRelic1",
            "name": "Herblore Relic 1",
            "skillID": "melvorD:Herblore",
            "number": 1,
            "description": "A relic from the ancient times of Herblore.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Herblore",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:HerbloreRelic2",
            "name": "Herblore Relic 2",
            "skillID": "melvorD:Herblore",
            "number": 2,
            "description": "A relic from the ancient times of Herblore.",
            "modifiers": {
                "increasedPotionChargesFlat": 10
            }
        },
        {
            "id": "melvorAoD:HerbloreRelic3",
            "name": "Herblore Relic 3",
            "skillID": "melvorD:Herblore",
            "number": 3,
            "description": "A relic from the ancient times of Herblore.",
            "modifiers": {
                "increasedChanceToLocateAncientRelic": 1
            }
        },
        {
            "id": "melvorAoD:HerbloreRelic4",
            "name": "Herblore Relic 4",
            "skillID": "melvorD:Herblore",
            "number": 4,
            "description": "A relic from the ancient times of Herblore.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Herblore",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:HerbloreRelic5",
            "name": "Herblore Relic 5",
            "skillID": "melvorD:Herblore",
            "number": 5,
            "description": "A relic from the ancient times of Herblore.",
            "modifiers": {
                "increasedChanceAdditionalSkillResource": [
                    {
                        "skillID": "melvorD:Herblore",
                        "value": 30
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:HerbloreRelic6",
            "name": "Herblore Master Relic",
            "skillID": "melvorD:Herblore",
            "number": 6,
            "description": "A relic from the ancient times of Herblore.",
            "modifiers": {
                "increasedPotionsHerblore": 2
            }
        },
        {
            "id": "melvorAoD:AgilityRelic1",
            "name": "Agility Relic 1",
            "skillID": "melvorD:Agility",
            "number": 1,
            "description": "A relic from the ancient times of Agility.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Agility",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:AgilityRelic2",
            "name": "Agility Relic 2",
            "skillID": "melvorD:Agility",
            "number": 2,
            "description": "A relic from the ancient times of Agility.",
            "modifiers": {
                "agilityItemCostReductionCanReach100": 1,
                "decreasedAgilityObstacleItemCost": 10
            }
        },
        {
            "id": "melvorAoD:AgilityRelic3",
            "name": "Agility Relic 3",
            "skillID": "melvorD:Agility",
            "number": 3,
            "description": "A relic from the ancient times of Agility.",
            "modifiers": {
                "decreasedAttackIntervalPercent": 10
            }
        },
        {
            "id": "melvorAoD:AgilityRelic4",
            "name": "Agility Relic 4",
            "skillID": "melvorD:Agility",
            "number": 4,
            "description": "A relic from the ancient times of Agility.",
            "modifiers": {
                "decreasedAgilityObstacleCost": 10
            }
        },
        {
            "id": "melvorAoD:AgilityRelic5",
            "name": "Agility Relic 5",
            "skillID": "melvorD:Agility",
            "number": 5,
            "description": "A relic from the ancient times of Agility.",
            "modifiers": {
                "increasedChanceToDodge": 10
            }
        },
        {
            "id": "melvorAoD:AgilityRelic6",
            "name": "Agility Master Relic",
            "skillID": "melvorD:Agility",
            "number": 6,
            "description": "A relic from the ancient times of Agility.",
            "modifiers": {
                "removeDebuffsFromAgility": 1
            }
        },
        {
            "id": "melvorAoD:SummoningRelic1",
            "name": "Summoning Relic 1",
            "skillID": "melvorD:Summoning",
            "number": 1,
            "description": "A relic from the ancient times of Summoning.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Summoning",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:SummoningRelic2",
            "name": "Summoning Relic 2",
            "skillID": "melvorD:Summoning",
            "number": 2,
            "description": "A relic from the ancient times of Summoning.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Summoning",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:SummoningRelic3",
            "name": "Summoning Relic 3",
            "skillID": "melvorD:Summoning",
            "number": 3,
            "description": "A relic from the ancient times of Summoning.",
            "modifiers": {
                "increasedSummoningCreationCharges": 15
            }
        },
        {
            "id": "melvorAoD:SummoningRelic4",
            "name": "Summoning Relic 4",
            "skillID": "melvorD:Summoning",
            "number": 4,
            "description": "A relic from the ancient times of Summoning.",
            "modifiers": {
                "increasedSummoningMaxHit": 100
            }
        },
        {
            "id": "melvorAoD:SummoningRelic5",
            "name": "Summoning Relic 5",
            "skillID": "melvorD:Summoning",
            "number": 5,
            "description": "A relic from the ancient times of Summoning.",
            "modifiers": {
                "decreasedNonShardCostForEquippedTablets": 30
            }
        },
        {
            "id": "melvorAoD:SummoningRelic6",
            "name": "Summoning Master Relic",
            "skillID": "melvorD:Summoning",
            "number": 6,
            "description": "A relic from the ancient times of Summoning.",
            "modifiers": {
                "unlockAllSummoningSynergies": 1
            }
        },
        {
            "id": "melvorAoD:AstrologyRelic1",
            "name": "Astrology Relic 1",
            "skillID": "melvorD:Astrology",
            "number": 1,
            "description": "A relic from the ancient times of Astrology.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorD:Astrology",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:AstrologyRelic2",
            "name": "Astrology Relic 2",
            "skillID": "melvorD:Astrology",
            "number": 2,
            "description": "A relic from the ancient times of Astrology.",
            "modifiers": {
                "increasedGlobalMasteryXP": 25
            }
        },
        {
            "id": "melvorAoD:AstrologyRelic3",
            "name": "Astrology Relic 3",
            "skillID": "melvorD:Astrology",
            "number": 3,
            "description": "A relic from the ancient times of Astrology.",
            "modifiers": {
                "increasedChanceToLocateAncientRelic": 1
            }
        },
        {
            "id": "melvorAoD:AstrologyRelic4",
            "name": "Astrology Relic 4",
            "skillID": "melvorD:Astrology",
            "number": 4,
            "description": "A relic from the ancient times of Astrology.",
            "modifiers": {
                "increasedMasteryPoolCap": 25
            }
        },
        {
            "id": "melvorAoD:AstrologyRelic5",
            "name": "Astrology Relic 5",
            "skillID": "melvorD:Astrology",
            "number": 5,
            "description": "A relic from the ancient times of Astrology.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorD:Astrology",
                        "value": 20
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:AstrologyRelic6",
            "name": "Astrology Master Relic",
            "skillID": "melvorD:Astrology",
            "number": 6,
            "description": "A relic from the ancient times of Astrology.",
            "modifiers": {
                "doubleModifiersInAstrologyForMaxedConstellations": 1
            }
        },
        {
            "id": "melvorAoD:RangedRelic1",
            "name": "Ranged Relic 1",
            "skillID": "melvorD:Ranged",
            "number": 1,
            "description": "A relic from the ancient times of Ranged.",
            "modifiers": {
                "increasedAmmoPreservationBypass": 20
            }
        },
        {
            "id": "melvorAoD:RangedRelic2",
            "name": "Ranged Relic 2",
            "skillID": "melvorD:Ranged",
            "number": 2,
            "description": "A relic from the ancient times of Ranged.",
            "modifiers": {
                "increasedRangedAccuracyBonus": 20
            }
        },
        {
            "id": "melvorAoD:RangedRelic3",
            "name": "Ranged Relic 3",
            "skillID": "melvorD:Ranged",
            "number": 3,
            "description": "A relic from the ancient times of Ranged.",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Ranged",
                        "value": 10
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:RangedRelic4",
            "name": "Ranged Relic 4",
            "skillID": "melvorD:Ranged",
            "number": 4,
            "description": "A relic from the ancient times of Ranged.",
            "modifiers": {
                "increasedRangedStrengthBonus": 10
            }
        },
        {
            "id": "melvorAoD:RangedRelic5",
            "name": "Ranged Relic 5",
            "skillID": "melvorD:Ranged",
            "number": 5,
            "description": "A relic from the ancient times of Ranged.",
            "modifiers": {
                "increasedChanceToApplyPoison": 2
            }
        },
        {
            "id": "melvorAoD:RangedRelic6",
            "name": "Ranged Master Relic",
            "skillID": "melvorD:Ranged",
            "number": 6,
            "description": "A relic from the ancient times of Ranged.",
            "modifiers": {
                "increasedRangedCritChance": 10
            }
        },
        {
            "id": "melvorAoD:MagicRelic1",
            "name": "Magic Relic 1",
            "skillID": "melvorD:Magic",
            "number": 1,
            "description": "A relic from the ancient times of Magic.",
            "modifiers": {
                "increasedChanceToApplyFrostburn": 10
            }
        },
        {
            "id": "melvorAoD:MagicRelic2",
            "name": "Magic Relic 2",
            "skillID": "melvorD:Magic",
            "number": 2,
            "description": "A relic from the ancient times of Magic.",
            "modifiers": {
                "increasedMinSpellDmg": 4
            }
        },
        {
            "id": "melvorAoD:MagicRelic3",
            "name": "Magic Relic 3",
            "skillID": "melvorD:Magic",
            "number": 3,
            "description": "A relic from the ancient times of Magic.",
            "modifiers": {
                "increasedRunePreservationBypass": 20
            }
        },
        {
            "id": "melvorAoD:MagicRelic4",
            "name": "Magic Relic 4",
            "skillID": "melvorD:Magic",
            "number": 4,
            "description": "A relic from the ancient times of Magic.",
            "modifiers": {
                "increasedHiddenSkillLevel": [
                    {
                        "skillID": "melvorD:Magic",
                        "value": 10
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:MagicRelic5",
            "name": "Magic Relic 5",
            "skillID": "melvorD:Magic",
            "number": 5,
            "description": "A relic from the ancient times of Magic.",
            "modifiers": {
                "increasedChanceToApplySleepToTargetWhenHit": 5
            }
        },
        {
            "id": "melvorAoD:MagicRelic6",
            "name": "Magic Master Relic",
            "skillID": "melvorD:Magic",
            "number": 6,
            "description": "A relic from the ancient times of Magic.",
            "modifiers": {
                "applyMagicMasterRelicEffect": 1
            }
        },
        {
            "id": "melvorAoD:PrayerRelic1",
            "name": "Prayer Relic 1",
            "skillID": "melvorD:Prayer",
            "number": 1,
            "description": "A relic from the ancient times of Prayer.",
            "modifiers": {
                "increasedChanceToApplyBurn": 2
            }
        },
        {
            "id": "melvorAoD:PrayerRelic2",
            "name": "Prayer Relic 2",
            "skillID": "melvorD:Prayer",
            "number": 2,
            "description": "A relic from the ancient times of Prayer.",
            "modifiers": {
                "increasedDamageTakenAddedAsPrayerPoints": 25
            }
        },
        {
            "id": "melvorAoD:PrayerRelic3",
            "name": "Prayer Relic 3",
            "skillID": "melvorD:Prayer",
            "number": 3,
            "description": "A relic from the ancient times of Prayer.",
            "modifiers": {
                "increasedChanceToLocateAncientRelic": 1
            }
        },
        {
            "id": "melvorAoD:PrayerRelic4",
            "name": "Prayer Relic 4",
            "skillID": "melvorD:Prayer",
            "number": 4,
            "description": "A relic from the ancient times of Prayer.",
            "modifiers": {
                "increasedFlatPrayerCostReduction": 2
            }
        },
        {
            "id": "melvorAoD:PrayerRelic5",
            "name": "Prayer Relic 5",
            "skillID": "melvorD:Prayer",
            "number": 5,
            "description": "A relic from the ancient times of Prayer.",
            "modifiers": {
                "increasedPrayerPointsFromBuryingPercent": 100
            }
        },
        {
            "id": "melvorAoD:PrayerRelic6",
            "name": "Prayer Master Relic",
            "skillID": "melvorD:Prayer",
            "number": 6,
            "description": "A relic from the ancient times of Prayer.",
            "modifiers": {
                "increasedChanceToApplyDecayCurse": 5
            }
        },
        {
            "id": "melvorAoD:SlayerRelic1",
            "name": "Slayer Relic 1",
            "skillID": "melvorD:Slayer",
            "number": 1,
            "description": "A relic from the ancient times of Slayer.",
            "modifiers": {
                "increasedSlayerCoinsPerPoisonDamage": 1000
            }
        },
        {
            "id": "melvorAoD:SlayerRelic2",
            "name": "Slayer Relic 2",
            "skillID": "melvorD:Slayer",
            "number": 2,
            "description": "A relic from the ancient times of Slayer.",
            "modifiers": {
                "increasedSlayerCoins": 25
            }
        },
        {
            "id": "melvorAoD:SlayerRelic3",
            "name": "Slayer Relic 3",
            "skillID": "melvorD:Slayer",
            "number": 3,
            "description": "A relic from the ancient times of Slayer.",
            "modifiers": {
                "increasedDamageToSlayerTasks": 10
            }
        },
        {
            "id": "melvorAoD:SlayerRelic4",
            "name": "Slayer Relic 4",
            "skillID": "melvorD:Slayer",
            "number": 4,
            "description": "A relic from the ancient times of Slayer.",
            "modifiers": {
                "decreasedMonsterRespawnTimer": 300
            }
        },
        {
            "id": "melvorAoD:SlayerRelic5",
            "name": "Slayer Relic 5",
            "skillID": "melvorD:Slayer",
            "number": 5,
            "description": "A relic from the ancient times of Slayer.",
            "modifiers": {
                "increasedGPFromSlayerTaskMonsters": 50
            }
        },
        {
            "id": "melvorAoD:SlayerRelic6",
            "name": "Slayer Master Relic",
            "skillID": "melvorD:Slayer",
            "number": 6,
            "description": "A relic from the ancient times of Slayer.",
            "modifiers": {
                "bypassAllSlayerItems": 1
            }
        },
        {
            "id": "melvorAoD:TownshipRelic1",
            "name": "Township Relic 1",
            "skillID": "melvorD:Township",
            "number": 1,
            "description": "A relic from the ancient times of Township.",
            "modifiers": {
                "increasedMinimumTownshipBuildingEfficiency": 60
            }
        },
        {
            "id": "melvorAoD:TownshipRelic2",
            "name": "Township Relic 2",
            "skillID": "melvorD:Township",
            "number": 2,
            "description": "A relic from the ancient times of Township.",
            "modifiers": {
                "increasedTownshipHappiness": 50,
                "increasedTownshipEducation": 50
            }
        },
        {
            "id": "melvorAoD:TownshipRelic3",
            "name": "Township Relic 3",
            "skillID": "melvorD:Township",
            "number": 3,
            "description": "A relic from the ancient times of Township.",
            "modifiers": {
                "increasedTownshipMaxStorage": 50
            }
        },
        {
            "id": "melvorAoD:TownshipRelic4",
            "name": "Township Relic 4",
            "skillID": "melvorD:Township",
            "number": 4,
            "description": "A relic from the ancient times of Township.",
            "modifiers": {
                "enableNightfallSeason": 1,
                "enableSolarEclipseSeason": 1
            }
        },
        {
            "id": "melvorAoD:TownshipRelic5",
            "name": "Township Relic 5",
            "skillID": "melvorD:Township",
            "number": 5,
            "description": "A relic from the ancient times of Township.",
            "modifiers": {
                "enableLemonSeason": 1
            }
        },
        {
            "id": "melvorAoD:TownshipRelic6",
            "name": "Township Master Relic",
            "skillID": "melvorD:Township",
            "number": 6,
            "description": "A relic from the ancient times of Township.",
            "modifiers": {
                "disableTownshipHealthDegradation": 1
            }
        },
        {
            "id": "melvorAoD:CartographyRelic1",
            "name": "Cartography Relic 1",
            "skillID": "melvorAoD:Cartography",
            "number": 1,
            "description": "A relic from the ancient times of Cartography.",
            "modifiers": {
                "decreasedSkillIntervalPercent": [
                    {
                        "skillID": "melvorAoD:Cartography",
                        "value": 25
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:CartographyRelic2",
            "name": "Cartography Relic 2",
            "skillID": "melvorAoD:Cartography",
            "number": 2,
            "description": "A relic from the ancient times of Cartography.",
            "modifiers": {
                "increasedMapUpgradeActions": 50
            }
        },
        {
            "id": "melvorAoD:CartographyRelic3",
            "name": "Cartography Relic 3",
            "skillID": "melvorAoD:Cartography",
            "number": 3,
            "description": "A relic from the ancient times of Cartography.",
            "modifiers": {
                "increasedSightRange": 5
            }
        },
        {
            "id": "melvorAoD:CartographyRelic4",
            "name": "Cartography Relic 4",
            "skillID": "melvorAoD:Cartography",
            "number": 4,
            "description": "A relic from the ancient times of Cartography.",
            "modifiers": {
                "increasedSurveyRange": 5
            }
        },
        {
            "id": "melvorAoD:CartographyRelic5",
            "name": "Cartography Relic 5",
            "skillID": "melvorAoD:Cartography",
            "number": 5,
            "description": "A relic from the ancient times of Cartography.",
            "modifiers": {
                "decreasedHexTravelCost": 30
            }
        },
        {
            "id": "melvorAoD:CartographyRelic6",
            "name": "Cartography Master Relic",
            "skillID": "melvorAoD:Cartography",
            "number": 6,
            "description": "A relic from the ancient times of Cartography.",
            "modifiers": {
                "decreasedMapRefinementCost": 100
            }
        },
        {
            "id": "melvorAoD:ArchaeologyRelic1",
            "name": "Archaeology Relic 1",
            "skillID": "melvorAoD:Archaeology",
            "number": 1,
            "description": "A relic from the ancient times of Archaeology.",
            "modifiers": {
                "increasedMasteryXP": [
                    {
                        "skillID": "melvorAoD:Archaeology",
                        "value": 50
                    }
                ]
            }
        },
        {
            "id": "melvorAoD:ArchaeologyRelic2",
            "name": "Archaeology Relic 2",
            "skillID": "melvorAoD:Archaeology",
            "number": 2,
            "description": "A relic from the ancient times of Archaeology.",
            "modifiers": {
                "increasedBrushToolLevel": 3,
                "increasedSieveToolLevel": 3,
                "increasedTrowelToolLevel": 3,
                "increasedShovelToolLevel": 3
            }
        },
        {
            "id": "melvorAoD:ArchaeologyRelic3",
            "name": "Archaeology Relic 3",
            "skillID": "melvorAoD:Archaeology",
            "number": 3,
            "description": "A relic from the ancient times of Archaeology.",
            "modifiers": {
                "increasedMinimumItemsFoundInArchaeology": 1
            }
        },
        {
            "id": "melvorAoD:ArchaeologyRelic4",
            "name": "Archaeology Relic 4",
            "skillID": "melvorAoD:Archaeology",
            "number": 4,
            "description": "A relic from the ancient times of Archaeology.",
            "modifiers": {
                "increasedDigSiteMapSlots": 2
            }
        },
        {
            "id": "melvorAoD:ArchaeologyRelic5",
            "name": "Archaeology Relic 5",
            "skillID": "melvorAoD:Archaeology",
            "number": 5,
            "description": "A relic from the ancient times of Archaeology.",
            "modifiers": {
                "increasedGPPerArchaeologyLevelNoArtefact": 10
            }
        },
        {
            "id": "melvorAoD:ArchaeologyRelic6",
            "name": "Archaeology Master Relic",
            "skillID": "melvorAoD:Archaeology",
            "number": 6,
            "description": "A relic from the ancient times of Archaeology.",
            "modifiers": {
                "doubleConsumablesArchaeology": 1
            }
        }
    ]
}
464

edits