Module:GameData/data: Difference between revisions

From Melvor Idle
m (Reverted edits by Auron956 (talk) to last revision by Falterfire)
Tag: Rollback
(Update for v1.2.2 (?8381))
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- Version: v1.1.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
            },
           

Latest revision as of 22:16, 2 February 2024

namespaces
name"melvorBaseGame"
displayName"Base Game"
isModdedfalse
name"melvorTrue"
displayName"True"
isModdedfalse
name"melvorD"
displayName"Demo"
isModdedfalse
name"melvorF"
displayName"Full Version"
isModdedfalse
name"melvorBirthday2023"
displayName"Birthday Event 2023"
isModdedfalse
name"melvorTotH"
displayName"Throne of the Herald"
isModdedfalse
name"melvorAoD"
displayName"Atlas of Discovery"
isModdedfalse
combatTriangles
damageModifier
melee
melee1
ranged1.100000000000000088817841970012523233890533447265625
magic0.84999999999999997779553950749686919152736663818359375
ranged
melee0.84999999999999997779553950749686919152736663818359375
ranged1
magic1.100000000000000088817841970012523233890533447265625
magic
melee1.100000000000000088817841970012523233890533447265625
ranged0.84999999999999997779553950749686919152736663818359375
magic1
reductionModifier
melee
melee1
ranged1.25
magic0.75
ranged
melee0.9499999999999999555910790149937383830547332763671875
ranged1
magic1.25
magic
melee1.25
ranged0.84999999999999997779553950749686919152736663818359375
magic1
id"Standard"
damageModifier
melee
melee1
ranged1.100000000000000088817841970012523233890533447265625
magic0.75
ranged
melee0.75
ranged1
magic1.100000000000000088817841970012523233890533447265625
magic
melee1.100000000000000088817841970012523233890533447265625
ranged0.75
magic1
reductionModifier
melee
melee1
ranged1.25
magic0.5
ranged
melee0.75
ranged1
magic1.25
magic
melee1.25
ranged0.75
magic1
id"Hardcore"
damageModifier
melee
melee1
ranged0.75
magic1.100000000000000088817841970012523233890533447265625
ranged
melee1.100000000000000088817841970012523233890533447265625
ranged1
magic0.75
magic
melee0.75
ranged1.100000000000000088817841970012523233890533447265625
magic1
reductionModifier
melee
melee1
ranged0.75
magic1.25
ranged
melee1.25
ranged1
magic0.75
magic
melee0.5
ranged1.25
magic1
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"
melee0
ranged1
magic2
unset3
random4
slayerTiers
display"Easy"
cost0
minLevel1
maxLevel49
slayerLevel1
display"Normal"
cost2000
minLevel50
maxLevel99
slayerLevel25
display"Hard"
cost5000
minLevel100
maxLevel199
slayerLevel50
display"Elite"
cost15000
minLevel200
maxLevel374
slayerLevel75
display"Master"
cost25000
minLevel375
maxLevel789
slayerLevel85
display"Legendary"
cost50000
minLevel790
maxLevel999
slayerLevel102
display"Mythical"
cost100000
minLevel1000
maxLevelnull
slayerLevel110
itemEffects
id"melvorF:Absorbing_Shield"
effectData
effectType"Custom"
type"Reflexive"
modifiers
increasedDamageReduction1
decreasedGlobalEvasion5
maxStacks3
turns"Infinity"
name"Absorbing Shield"
id"melvorTotH:Leviathan"
effectData
effectType"Custom"
type"Reflexive"
modifiers
increasedReflectDamage5
increasedDamageReduction1
maxStacks5
turns"Infinity"
name"Spiky Skin"
id"melvorTotH:Rage"
effectData
effectType"Custom"
type"Reflexive"
modifiers
increasedMaxHitPercent2
decreasedAttackIntervalPercent2
maxStacks10
turns"Infinity"
name"Rage"
id"melvorAoD:AccuracyGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedGlobalAccuracy3
maxStacks10
turns"Infinity"
name"Accuracy Gem"
resetAtMaxStackstrue
id"melvorAoD:EvasionGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedGlobalEvasion3
maxStacks10
turns"Infinity"
name"Evasion Gem"
resetAtMaxStackstrue
id"melvorAoD:LifestealGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedLifesteal1
maxStacks10
turns"Infinity"
name"Lifesteal Gem"
resetAtMaxStackstrue
id"melvorAoD:BurningGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedChanceToApplyBurn1
increasedChanceToApplyFrostburn1
maxStacks10
turns"Infinity"
name"Burning Gem"
resetAtMaxStackstrue
id"melvorAoD:PoisonousGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedChanceToApplyPoison1
increasedChanceToApplyDeadlyPoison1
maxStacks10
turns"Infinity"
name"Poisonous Gem"
resetAtMaxStackstrue
id"melvorAoD:AgileGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
decreasedAttackIntervalPercent1
maxStacks10
turns"Infinity"
name"Agile Gem"
resetAtMaxStackstrue
id"melvorAoD:ConfusingGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedChanceToApplyConfusionCurse1
maxStacks10
turns"Infinity"
name"Confusing Gem"
resetAtMaxStackstrue
id"melvorAoD:DecayingGem"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedChanceToApplyDecayCurse1
maxStacks10
turns"Infinity"
name"Decaying Gem"
resetAtMaxStackstrue
id"melvorAoD:HauntedRing"
effectData
effectType"Custom"
type"Incremental"
modifiers
increasedGlobalAccuracy3
increasedLifesteal5
increasedMaxHitPercent5
maxStacks6
turns"Infinity"
name"Haunted Ring"
resetAtMaxStackstrue
applyRandomCurseOnResettrue
selfDamageOnReset30
id"melvorAoD:Crystallize"
effectData
effectType"Custom"
type"Stun"
turns5
chance100
flavour"Crystallize"
id"melvorAoD:DisableDamage"
effectData
effectType"Custom"
type"Reductive"
modifiers
disableAttackDamage1
maxStacks2
turns2
name"Disable Damage"
target"Enemy"
id"melvorAoD:Impenetrable_Idol"
effectData
effectType"Custom"
type"Modifier"
modifiers
disableAttackDamage1
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
langName"ITEM_NAME_Impenetrable_Idol"
target"Enemy"
id"melvorAoD:Weakening_I"
effectData
effectType"Custom"
type"Modifier"
modifiers
decreasedMaxHitPercent5
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
langName"MAGIC_CURSE_NAME_WeakeningI"
target"Enemy"
id"melvorAoD:Confusion"
effectData
effectType"Custom"
type"Modifier"
modifiers
increasedConfusion3
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
langName"MAGIC_CURSE_NAME_Confusion"
target"Enemy"
id"melvorAoD:OneEyedCombo"
effectData
effectType"Custom"
type"Combo"
maxStacks5
modifiers
increasedGlobalAccuracy25
id"melvorAoD:Malice"
effectData
effectType"Custom"
type"Reductive"
modifiers
increasedDamageBasedOnCurrentHitpoints1
maxStacks5
turns"Infinity"
name"Malice"
langName"PRAYER_PRAYER_NAME_Malice"
id"melvorAoD:GrudgePlayer"
effectData
effectType"Custom"
type"Reductive"
modifiers
increasedMinHitBasedOnMaxHit2
maxStacks5
turns"Infinity"
name"Grudge"
langName"PRAYER_PRAYER_NAME_Grudge"
id"melvorAoD:GrudgeEnemy"
effectData
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalEvasion20
maxStacks1
stacksToAdd1
character"Attacker"
turns4
countsOn"Target"
langName"PRAYER_PRAYER_NAME_Grudge"
target"Enemy"
id"melvorAoD:Consume"
effectData
effectType"Custom"
type"Reductive"
modifiers
increasedLifestealDamageBasedOnCurrentHitpoints0.200000000000000011102230246251565404236316680908203125
maxStacks5
turns"Infinity"
name"Consume"
langName"PRAYER_PRAYER_NAME_Consumption"
id"melvorAoD:Spite"
effectData
effectType"Custom"
type"Reductive"
modifiers
decreasedMaxHitPercent4
decreasedGlobalAccuracy4
maxStacks5
turns"Infinity"
name"Spite"
langName"PRAYER_PRAYER_NAME_Spite"
target"Enemy"
id"melvorAoD:Martyr"
effectData
effectType"Custom"
type"Reductive"
modifiers
decreasedDamageReduction1
increasedReflectDamage40
maxStacks5
turns"Infinity"
name"Martyr"
langName"PRAYER_PRAYER_NAME_Martyr"
id"melvorAoD:Eradicate"
effectData
effectType"Custom"
type"Reductive"
modifiers
increasedMaxHitPercent2
increasedMaxHitPercentBasedOnTargetCurrentHitpoints0.200000000000000011102230246251565404236316680908203125
maxStacks5
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."
isPermaDeathfalse
isEventfalse
endDate0
combatTriangle"Standard"
hitpointMultiplier10
hasRegentrue
capNonCombatSkillLevelsfalse
startingPage"melvorD:Woodcutting"
startingItems
Empty array
allowSkillUnlockfalse
skillUnlockCost
Empty array
playerModifiers
Empty object
enemyModifiers
Empty object
hasTutorialtrue
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."
isPermaDeathtrue
isEventfalse
endDate0
combatTriangle"Hardcore"
hitpointMultiplier10
hasRegenfalse
capNonCombatSkillLevelsfalse
startingPage"melvorD:Woodcutting"
startingItems
Empty array
allowSkillUnlockfalse
skillUnlockCost
Empty array
playerModifiers
Empty object
enemyModifiers
Empty object
hasTutorialtrue
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."
isPermaDeathfalse
isEventfalse
endDate0
combatTriangle"Hardcore"
hitpointMultiplier100
hasRegentrue
capNonCombatSkillLevelstrue
startingPage"melvorD:Combat"
startingItems
id"melvorD:Bronze_Sword"
quantity1
id"melvorD:Shrimp"
quantity10
allowSkillUnlocktrue
skillUnlockCost
10000
25000
50000
200000
250000
400000
1000000
2500000
10000000
25000000
50000000
100000000
200000000
500000000
500000000
500000000
500000000
500000000
500000000
playerModifiers
Empty object
enemyModifiers
Empty object
hasTutorialtrue
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."
isPermaDeathfalse
isEventtrue
endDate1618200000000
combatTriangle"Hardcore"
hitpointMultiplier10000
hasRegentrue
capNonCombatSkillLevelsfalse
startingPage"melvorD:Woodcutting"
startingItems
Empty array
allowSkillUnlockfalse
skillUnlockCost
Empty array
playerModifiers
Empty object
enemyModifiers
Empty object
hasTutorialtrue
description"How fast can you beat the game? Have a go with this calm & 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."
isPermaDeathtrue
isEventtrue
endDate1651363140000
combatTriangle"Hardcore"
hitpointMultiplier100
hasRegenfalse
capNonCombatSkillLevelstrue
startingPage"melvorD:Combat"
startingItems
id"melvorD:Bronze_Sword"
quantity1
id"melvorD:Shrimp"
quantity10
allowSkillUnlocktrue
skillUnlockCost
10000
25000
50000
200000
250000
400000
1000000
2500000
10000000
25000000
50000000
100000000
200000000
500000000
500000000
500000000
500000000
500000000
500000000
playerModifiers
decreasedAttackIntervalPercent80
decreasedMonsterRespawnTimer2000
increasedMaxHitpoints100
decreasedSkillIntervalPercent
skillID"melvorD:Woodcutting"
value80
skillID"melvorD:Fishing"
value80
skillID"melvorD:Firemaking"
value80
skillID"melvorD:Cooking"
value80
skillID"melvorD:Mining"
value80
skillID"melvorD:Smithing"
value80
skillID"melvorD:Thieving"
value80
skillID"melvorD:Farming"
value80
skillID"melvorD:Crafting"
value80
skillID"melvorD:Fletching"
value80
skillID"melvorD:Runecrafting"
value80
skillID"melvorD:Herblore"
value80
skillID"melvorD:Summoning"
value80
skillID"melvorD:Agility"
value80
skillID"melvorD:Astrology"
value80
skillID"melvorD:Magic"
value80
increasedGlobalMasteryXP800
enemyModifiers
decreasedAttackIntervalPercent80
increasedMaxHitpoints100
hasTutorialtrue
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 & 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."
isPermaDeathfalse
isEventtrue
endDate1661990399000
combatTriangle"InvertedHardcore"
hitpointMultiplier1000
hasRegentrue
capNonCombatSkillLevelsfalse
startingPage"melvorD:Woodcutting"
startingItems
Empty array
allowSkillUnlockfalse
skillUnlockCost
Empty array
playerModifiers
decreasedAttackIntervalPercent80
decreasedMonsterRespawnTimer2000
decreasedSkillIntervalPercent
skillID"melvorD:Woodcutting"
value80
skillID"melvorD:Fishing"
value80
skillID"melvorD:Firemaking"
value80
skillID"melvorD:Cooking"
value80
skillID"melvorD:Mining"
value80
skillID"melvorD:Smithing"
value80
skillID"melvorD:Thieving"
value80
skillID"melvorD:Farming"
value80
skillID"melvorD:Crafting"
value80
skillID"melvorD:Fletching"
value80
skillID"melvorD:Runecrafting"
value80
skillID"melvorD:Herblore"
value80
skillID"melvorD:Summoning"
value80
skillID"melvorD:Agility"
value80
skillID"melvorD:Astrology"
value80
skillID"melvorD:Magic"
value80
increasedGlobalMasteryXP800
enemyModifiers
decreasedAttackIntervalPercent80
hasTutorialfalse
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."
isPermaDeathtrue
isEventtrue
endDate1661990399000
combatTriangle"Hardcore"
hitpointMultiplier10
hasRegenfalse
capNonCombatSkillLevelsfalse
startingPage"melvorD:Woodcutting"
startingItems
Empty array
allowSkillUnlockfalse
skillUnlockCost
Empty array
playerModifiers
decreasedAttackIntervalPercent80
decreasedMonsterRespawnTimer2000
increasedSlayerAreaEffectNegationFlat10
enemyModifiers
decreasedAttackIntervalPercent80
hasTutorialfalse
startDate1657553400000
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)."
isPermaDeathfalse
isEventfalse
endDate0
combatTriangle"Hardcore"
hitpointMultiplier10
hasRegentrue
capNonCombatSkillLevelsfalse
startingPage"melvorD:Bank"
startingItems
id"melvorD:Shrimp"
quantity50
allowSkillUnlockfalse
skillUnlockCost
Empty array
playerModifiers
decreasedChanceToDoubleItemsGlobal696969
decreasedChanceToDoubleLootCombat696969
decreasedChanceToDoubleOres696969
decreasedAmmoPreservation696969
decreasedRunePreservation696969
decreasedGlobalPreservationChance696969
decreasedChanceToPreservePotionCharge696969
decreasedChanceToPreservePrayerPoints696969
decreasedSummoningChargePreservation696969
decreasedAltMagicRunePreservation696969
decreasedChanceDoubleHarvest696969
enemyModifiers
Empty object
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"
hasTutorialfalse
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"
overrideLevelCap10
allowDungeonLevelCapIncreasetrue
allowXPOverLevelCapfalse
disablePreservationtrue
disableItemDoublingtrue
hasActiveGameplaytrue
allowAncientRelicDropstrue
skillCapIncreasesPre995
skillCapIncreasesPost996
autoLevelSkillsPre99
skillID"melvorD:Attack"
value5
skillID"melvorD:Strength"
value5
skillID"melvorD:Defence"
value5
skillID"melvorD:Hitpoints"
value5
skillID"melvorD:Ranged"
value5
skillID"melvorD:Magic"
value5
autoLevelSkillsPost99
skillID"melvorD:Attack"
value3
skillID"melvorD:Strength"
value3
skillID"melvorD:Defence"
value3
skillID"melvorD:Hitpoints"
value3
skillID"melvorD:Ranged"
value3
skillID"melvorD:Magic"
value3
skillID"melvorD:Slayer"
value3
skillCapRollsPre99
skillID"melvorD:Prayer"
value15
skillID"melvorD:Slayer"
value15
skillID"melvorD:Woodcutting"
value15
skillID"melvorD:Firemaking"
value15
skillID"melvorD:Mining"
value15
skillID"melvorD:Smithing"
value15
skillID"melvorD:Thieving"
value15
skillID"melvorD:Farming"
value15
skillID"melvorD:Township"
value15
skillID"melvorD:Fletching"
value15
skillID"melvorD:Crafting"
value15
skillID"melvorD:Runecrafting"
value15
skillID"melvorD:Herblore"
value15
skillID"melvorD:Agility"
value15
skillID"melvorD:Summoning"
value15
skillID"melvorD:Astrology"
value15
skillID"melvorAoD:Cartography"
value20
skillID"melvorAoD:Archaeology"
value20
skillCapRollsPost99
skillID"melvorD:Prayer"
value8
skillID"melvorD:Woodcutting"
value8
skillID"melvorD:Fishing"
value8
skillID"melvorD:Firemaking"
value8
skillID"melvorD:Cooking"
value8
skillID"melvorD:Mining"
value8
skillID"melvorD:Smithing"
value8
skillID"melvorD:Thieving"
value8
skillID"melvorD:Farming"
value8
skillID"melvorD:Township"
value8
skillID"melvorD:Fletching"
value8
skillID"melvorD:Crafting"
value8
skillID"melvorD:Runecrafting"
value8
skillID"melvorD:Herblore"
value8
skillID"melvorD:Agility"
value8
skillID"melvorD:Summoning"
value8
skillID"melvorD:Astrology"
value8
id"melvorBirthday2023:BirthdayMode"
name"???"
rules
"???"
"???"
"???"
"???"
"???"
isPermaDeathfalse
isEventtrue
endDate1698199200000
combatTriangle"Hardcore"
hitpointMultiplier696969
overrideMaxHitpoints1
hasRegentrue
capNonCombatSkillLevelsfalse
startingPage"melvorD:Bank"
startingItems
id"melvorF:Food_Box_I"
quantity69
id"melvorF:Food_Box_II"
quantity69
id"melvorF:Cooking_Apron"
quantity69
id"melvorF:Wasteful_Ring"
quantity69
allowSkillUnlockfalse
skillUnlockCost
Empty array
playerModifiers
decreasedFlatMaxHitpoints6969696969
decreasedAttackIntervalPercent80
decreasedMonsterRespawnTimer2000
enemyModifiers
increasedAttackIntervalPercent1000
increasedGlobalAccuracy1000
enemyPassives
"melvorF:Purity2"
enemySpecialAttacks
"melvorD:Dragonbreath"
"melvorD:LesserDragonbreath"
"melvorD:Firebreathing"
"melvorD:Volley"
hasTutorialfalse
description"???"
startingSkills
"melvorD:Attack"
"melvorD:Strength"
"melvorD:Defence"
"melvorD:Hitpoints"
"melvorD:Ranged"
"melvorD:Magic"
"melvorD:Prayer"
"melvorD:Slayer"
"melvorD:Fishing"
"melvorD:Cooking"
"melvorD:Farming"
allowDungeonLevelCapIncreasefalse
allowXPOverLevelCapfalse
disablePreservationfalse
disableItemDoublingfalse
hasActiveGameplayfalse
allowAncientRelicDropsfalse
requireLocalStorageKey"birthdayGamemodeUnlocked"
attackStyles
id"melvorD:Stab"
name"Stab"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Attack"
value6
experienceGain
skillID"melvorD:Attack"
ratio4
attackType"melee"
id"melvorD:Slash"
name"Slash"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Strength"
value6
experienceGain
skillID"melvorD:Strength"
ratio4
attackType"melee"
id"melvorD:Block"
name"Block"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Defence"
value6
experienceGain
skillID"melvorD:Defence"
ratio4
attackType"melee"
id"melvorD:Magic"
name"Magic"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Magic"
value6
experienceGain
skillID"melvorD:Magic"
ratio4
attackType"magic"
id"melvorD:Defensive"
name"Defensive"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Magic"
value3
skillID"melvorD:Defence"
value3
experienceGain
skillID"melvorD:Magic"
ratio2
skillID"melvorD:Defence"
ratio2
attackType"magic"
id"melvorD:Accurate"
name"Accurate"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Ranged"
value6
experienceGain
skillID"melvorD:Ranged"
ratio4
attackType"ranged"
id"melvorD:Rapid"
name"Rapid"
modifiers
decreasedAttackInterval400
experienceGain
skillID"melvorD:Ranged"
ratio4
attackType"ranged"
id"melvorD:Longrange"
name"Longrange"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Ranged"
value3
skillID"melvorD:Defence"
value3
experienceGain
skillID"melvorD:Ranged"
ratio2
skillID"melvorD:Defence"
ratio2
attackType"ranged"
attacks
id"melvorD:BruteForce"
defaultChance20
damage
damageType"Normal"
amplitude200
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Brute Force"
description"Perform an attack that deals up to 200% of your normal damage."
usesRunesPerProcfalse
id"melvorD:LifeLeech"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal20
name"Life Leech"
description"Your attack heals you for 20% of the damage dealt."
usesRunesPerProcfalse
id"melvorD:FrozenWind"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude30
turns3
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Frozen Wind"
description"On a hit gives the enemy +30% Attack Interval for 3 of the enemy's turns."
usesRunesPerProcfalse
id"melvorD:SunsetStab"
defaultChance15
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Sunset Stab"
description"On a hit inflicts Bleed that deals 200% of the damage dealt as damage over 10s."
usesRunesPerProcfalse
id"melvorD:PiercingArrow"
defaultChance5
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent200
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Piercing Arrow"
description"An unavoidable attack for 200% of your max hit."
usesRunesPerProcfalse
id"melvorD:Volley"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount3
attackInterval200
lifesteal0
name"Volley"
description"Fire off an unavoidable volley of 3 x Arrows (Attack 3 times)."
usesRunesPerProcfalse
id"melvorD:RazorSharpClaws"
defaultChance70
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent52
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval200
lifesteal0
name"Razor-Sharp Claws"
description"Avoidable sharp claws slice at you 2 times, dealing 520 damage each."
usesRunesPerProcfalse
id"melvorD:Dragonbreath"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent6
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount30
attackInterval100
lifesteal0
name"Dragonbreath"
description"Breathe unavoidable dragonfire that deals 60x30 damage over 2.9s."
isDragonbreathtrue
usesRunesPerProcfalse
id"melvorD:FrozenShot"
defaultChance20
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent9
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude10
turns3
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorD:XmasDeath"
defaultChance95
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedConfusion696969
turns69
character"Attacker"
countsOn"Attacker"
maxStacks1
stacksToAdd1
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Candy Crush"
description"Disrupt space and time, destroying everything in your path."
usesRunesPerProcfalse
id"melvorD:XmasKill"
defaultChance5
damage
damageType"Custom"
rollfalse
character"Attacker"
maxRoll"Fixed"
maxPercent696969
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Candy Crush"
description"Disrupt space and time, destroying everything in your path."
usesRunesPerProcfalse
id"melvorD:Frostburn"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorD:LesserDragonbreath"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent3
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance25
cantMisstrue
attackCount20
attackInterval150
lifesteal0
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."
isDragonbreathtrue
usesRunesPerProcfalse
id"melvorD:Venom"
defaultChance40
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance25
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorD:RapidFire"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent10
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorD:Fleetness"
defaultChance25
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent10
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Fleetness"
description"Perform a Normal Attack, and gives the enemy -10% Attack Interval for 2 of the enemy's turns."
usesRunesPerProcfalse
id"melvorD:PebbleShot"
defaultChance100
damage
damageType"Normal"
amplitude40
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
flavour"Stun"
chance5
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance50
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Combo"
maxStacks3
modifiers
decreasedAttackInterval100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Combo"
maxStacks5
modifiers
decreasedAttackInterval200
decreasedGlobalAccuracy3
decreasedMaxHitPercent3
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent7.5
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns2
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal25
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"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedRangedEvasion30
turns2
maxStacks1
stacksToAdd1
character"Target"
countsOn"Target"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude200
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Diamond Shots"
description"(RANGED ONLY) Perform an attack that deals 200% of your normal damage (Avoidable)."
attackTypes
"ranged"
id"melvorD:JadestoneShots"
defaultChance30
damage
damageType"Normal"
amplitude100
damageType"Custom"
rollfalse
maxRoll"MaxHP"
maxPercent12.5
character"Target"
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance25
damage
damageType"Normal"
amplitude300
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Triple Damage"
description"Perform an attack that does 300% of your normal damage (Avoidable)."
id"melvorD:NoDamage"
defaultChance25
damage
Empty array
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"No Damage"
description"Perform an attack that does no damage (Avoidable)."
id"melvorD:TiltedShot"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Combo"
maxStacks3
modifiers
decreasedGlobalAccuracy20
increasedMaxHitPercent20
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude20
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount15
attackInterval250
lifesteal0
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"
defaultChance20
damage
damageType"Custom"
rollfalse
maxRoll"MaxHit"
maxPercent18.75
character"Attacker"
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount16
attackInterval200
lifesteal0
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"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction20
maxStacks1
stacksToAdd1
character"Attacker"
countsOn"Attacker"
turns2
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude75
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval150
lifesteal0
name"Impossible Shot"
description"Fire 3 arrows at once, dealing 75% of your normal damage each (Avoidable)."
id"melvorD:Heal"
defaultChance10
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"MaxHP"
maxPercent150
interval200
procs10
chance100
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Heal"
description"Perform a normal attack (Avoidable). Gives Regen that heals 150% of your max hitpoints over 2s."
id"melvorF:DoubleSwipe"
defaultChance15
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval300
lifesteal0
name"Double Swipe"
description"Perform 2 consecutive attacks."
usesRunesPerProcfalse
id"melvorF:TripleSwipe"
defaultChance15
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval300
lifesteal0
name"Triple Swipe"
description"Perform 3 consecutive attacks."
usesRunesPerProcfalse
id"melvorF:Flurry"
defaultChance25
damage
damageType"Normal"
amplitude50
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Combo"
maxStacks5
modifiers
increasedMaxHitPercent20
cantMissfalse
attackCount5
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:IcePrison"
defaultChance35
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance100
flavour"Freeze"
effectType"Custom"
type"Modifier"
modifiers
increasedDamageTakenWhenStunned30
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Target"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Infernum"
defaultChance20
damage
damageType"Normal"
amplitude75
attackCount0
damageType"Normal"
amplitude125
attackCount1
damageType"Normal"
amplitude175
attackCount2
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:CrushingBlow"
defaultChance15
damage
damageType"Custom"
rollfalse
maxRoll"MaxHitScaledByHP"
maxPercent250
character"Attacker"
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Crushing Blow"
description"Perform an unavoidable attack that does 250% of your max hit multiplied by your current hitpoints percent damage."
usesRunesPerProcfalse
id"melvorF:Stormsnap"
defaultChance20
damage
damageType"Custom"
rollfalse
maxRoll"MagicScaling"
maxPercent100
character"Attacker"
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Stormsnap"
description"Perform an unavoidable attack that does 1000% of your Magic level + 1."
usesRunesPerProcfalse
id"melvorF:DualAttack"
defaultChance100
damage
damageType"Normal"
amplitude75
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval200
lifesteal0
name"Dual Attack"
description"Always perform 2 consecutive attacks that deal 75% of your normal damage."
usesRunesPerProcfalse
id"melvorF:FreezeRay"
defaultChance100
damage
damageType"Normal"
amplitude70
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude15
turns2
cantMissfalse
attackCount5
attackInterval400
lifesteal0
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."
usesRunesPerProctrue
id"melvorF:SlicingWinds"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent17.5
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
minAccuracy20000
id"melvorF:IcicleVolley"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent17
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMissfalse
attackCount5
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Ignite"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent68
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance10
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Gust"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance10
flavour"Stun"
cantMisstrue
attackCount4
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
minAccuracy20000
id"melvorF:Frostbite"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent75
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance30
flavour"Freeze"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Frostbite"
description"Attack once dealing 750 damage (Can miss). Has a 30% chance to apply freeze for 2 turns on a hit."
usesRunesPerProcfalse
id"melvorF:Quake"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent54
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude50
turns1
cantMissfalse
attackCount2
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Incinerate"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent6.29999999999999982236431605997495353221893310546875
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount14
attackInterval150
lifesteal0
name"Incinerate"
description"Attack 14 times dealing 63 damage each. If your Accuracy Rating is higher than 20K then this attack can't miss."
usesRunesPerProcfalse
minAccuracy20000
id"melvorF:ImpairingShot"
defaultChance15
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedRangedEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:DrowsySpores"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns1
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Drowsy Spores"
description"A normal attack that applies sleep for 1 turn on a hit."
usesRunesPerProcfalse
id"melvorF:Quicksand"
defaultChance30
damage
damageType"Normal"
amplitude120
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMeleeEvasion10
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Sandblast"
defaultChance30
damage
damageType"Normal"
amplitude120
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalAccuracy10
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Sandstorm"
defaultChance15
damage
damageType"Custom"
character"Attacker"
maxRoll"CurrentHP"
maxPercent15
minRoll"CurrentHP"
minPercent1
rolltrue
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount10
attackInterval400
lifesteal0
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"
usesRunesPerProcfalse
usesPrayerPointsPerProcfalse
usesPotionChargesPerProcfalse
id"melvorF:DeadlyCut"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Target"
rollfalse
maxRoll"Fixed"
maxPercent20
character"Target"
rollfalse
maxRoll"MaxHP"
maxPercent4
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Rend"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"Rend"
maxPercent400
rollfalse
procs20
interval500
chance100
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitPercent20
decreasedAttackIntervalPercent20
increasedGlobalAccuracy20
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:QuadSwipe"
defaultChance15
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount4
attackInterval300
lifesteal0
name"Quad Swipe"
description"Perform 4 consecutive attacks."
usesRunesPerProcfalse
id"melvorF:TidalWave"
defaultChance25
damage
damageType"Custom"
character"Attacker"
maxRoll"FixedPlusMaxHit50"
maxPercent35
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMeleeEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMisstrue
attackCount2
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:OceanSong"
defaultChance35
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent135
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMagicEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
effectType"Slow"
magnitude50
turns2
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Shockwave"
defaultChance15
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent250
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedRangedEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Barrage"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent10
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount6
attackInterval200
lifesteal0
name"Barrage"
description"Perform 6 fast unavoidable attacks that deal 100 damage each."
usesRunesPerProcfalse
id"melvorF:WindBlade"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent35
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval600
lifesteal0
name"Wind Blade"
description"Launch 3 avoidable slicing winds that deal 350 damage each."
usesRunesPerProcfalse
id"melvorF:Whirlwind"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent55
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Whirlwind"
description"Launch a large avoidable gust of wind that deals 550 damage. On a hit, applies stun for 1 turn"
usesRunesPerProcfalse
id"melvorF:Tornado"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent40
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount3
attackInterval900
lifesteal0
name"Tornado"
description"Create an unavoidable tornado that slowly hits you 3 times for 400 damage each."
usesRunesPerProcfalse
id"melvorF:Cyclone"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent60
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion10
increasedFlatReflectDamage30
maxStacks1
stacksToAdd1
character"Attacker"
turns0
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount7
attackInterval600
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:IcyChill"
defaultChance5
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance100
flavour"Freeze"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:FrozenSpears"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval800
lifesteal0
name"Frozen Spears"
description"Launch 3 avoidable ice spears that deal 200 damage each."
usesRunesPerProcfalse
id"melvorF:IceBreak"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent36
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Ice Break"
description"An unavoidable attack that deals 360 damage."
usesRunesPerProcfalse
id"melvorF:FlashFreeze"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent65
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance100
flavour"Freeze"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Flash Freeze"
description"An avoidable attack that deals 650 damage. On a hit, applies freeze for 2 turns."
usesRunesPerProcfalse
id"melvorF:Winterland"
defaultChance40
damage
Empty array
prehitEffects
effectType"Slow"
magnitude20
turns3
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:FrigidWaves"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent78
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval1100
lifesteal0
name"Frigid Waves"
description"Launch 3 avoidable waves that deal 780 damage each over 2.2s."
usesRunesPerProcfalse
id"melvorF:StoneWall"
defaultChance40
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction20
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Charge"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent65
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Charge"
description"Charge at you, knocking you back and applies stun for 1 turn on a hit. Deals 650 damage."
usesRunesPerProcfalse
id"melvorF:Boulder"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent85
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Boulder"
description"Launch an unavoidable boulder at you for 850 damage."
usesRunesPerProcfalse
id"melvorF:GraspingRoots"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent60
rollfalse
prehitEffects
effectType"Slow"
magnitude33
turns2
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Grasping Roots"
description"Attach to you, dealing 600 damage and gives you +33% Attack Interval for 2 of your turns. (Unavoidable)"
usesRunesPerProcfalse
id"melvorF:SeismicSlam"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent95
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval1300
lifesteal0
name"Seismic Slam"
description"Slam the ground 3 times over 2.6s, dealing 950 damage each (Avoidable)."
usesRunesPerProcfalse
id"melvorF:Fireball"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent65
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:BurningClaws"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent40
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval200
lifesteal0
name"Burning Claws"
description"Swipe at you 2 times with flaming claws that deal 400 damage each (Avoidable)."
usesRunesPerProcfalse
id"melvorF:ScorchingRay"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent10
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount15
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:MeteorShower"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent85
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval1100
lifesteal0
name"Meteor Shower"
description"Summon an avoidable shower of 3 meteors that hit for 850 damage each over 2.2s."
usesRunesPerProcfalse
id"melvorF:Cataclysm"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent130
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount3
attackInterval800
lifesteal0
name"Cataclysm"
description"Create an enormous, magical flame sword that slashes at you 3 times for 1300 damage each over 1.6s (Unavoidable)."
usesRunesPerProcfalse
id"melvorF:Spores"
defaultChance10
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent15
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns1
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Spores"
description"An avoidable attack that deals 150 damage and applies sleep for 1 turn on a hit."
usesRunesPerProcfalse
id"melvorF:DrowsySporesEnemy"
defaultChance25
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns1
chance100
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Drowsy Spores"
description"An unavoidable attack that deals 200 damage and applies sleep for 1 turn."
usesRunesPerProcfalse
id"melvorF:GreaterSandstorm"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"CurrentHP"
maxPercent15
rolltrue
minRoll"CurrentHP"
minPercent1
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount10
attackInterval500
lifesteal0
name"Greater Sandstorm"
description"An unavoidable attack that deals 1%-15% of the enemy's current hitpoints damage 10 times over 4.5s."
usesRunesPerProcfalse
id"melvorF:Webshot"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent45
rollfalse
prehitEffects
effectType"Slow"
magnitude30
turns1
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Webshot"
description"Fire an unavoidable, sticky, silk shot that deals 450 damage and gives you +30% Attack Interval for 1 of your turn."
usesRunesPerProcfalse
id"melvorF:Drain"
defaultChance60
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal100
name"Drain"
description"Fire an unavoidable attack that deals 300 damage. The enemy is healed for 100% of damage dealt."
usesRunesPerProcfalse
id"melvorF:CurseofFear"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent60
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMagicEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:HunterExpertise"
defaultChance40
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent40
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:GreaterDragonbreath"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent12
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount20
attackInterval150
lifesteal0
name"Greater Dragonbreath"
description"An unavoidable attack that deals 120x20 damage over 2.85s."
isDragonbreathtrue
usesRunesPerProcfalse
id"melvorF:ChaoticSlam"
defaultChance60
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent65
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval500
lifesteal0
name"Chaotic Slam"
description"Slam the ground 3 times dealing 650 damage each (Avoidable)."
usesRunesPerProcfalse
id"melvorF:Agility"
defaultChance60
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent65
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent20
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Agility"
description"An avoidable attack that deals 650 damage. Gives the enemy -20% Attack Interval for 2 of the enemy's turns."
usesRunesPerProcfalse
id"melvorF:Confusion"
defaultChance60
damage
damageType"Custom"
character"Target"
maxRoll"MaxHit"
maxPercent75
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Confusion"
description"An avoidable attack that deals 75% of your max hit as damage."
usesRunesPerProcfalse
id"melvorF:Elusiveness"
defaultChance50
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion30
increasedDamageReduction30
decreasedAttackIntervalPercent30
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:RapidOnslaught"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent95
rollfalse
prehitEffects
effectType"Slow"
magnitude10
turns3
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval400
lifesteal0
name"Rapid Onslaught"
description"An avoidable attack that deals 950 damage 2 times. Gives you +10% Attack Interval for 3 of your turns."
usesRunesPerProcfalse
id"melvorF:ShockwaveEnemy"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent97
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Shockwave"
description"An avoidable attack that deals 970 damage. On a hit, applies stun for 1 turn."
usesRunesPerProcfalse
id"melvorF:CurseoftheDeep"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent99
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMagicEvasion60
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:BurningTrail"
defaultChance40
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion40
maxStacks1
stacksToAdd1
character"Attacker"
turns5
countsOn"Attacker"
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:InfernalVolley"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount4
attackInterval200
lifesteal0
name"Infernal Volley"
description"Fire off an unavoidable volley of 4 x Arrows. (Attack 4 times)."
usesRunesPerProcfalse
id"melvorF:TailWhip"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent69
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:PenetratingClaws"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent64
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount2
attackInterval200
lifesteal0
name"Penetrating Claws"
description"Unavoidable claws swipe at you 2 times, dealing 640 damage each."
usesRunesPerProcfalse
id"melvorF:Inferno"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount20
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Sealing"
defaultChance10
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance100
flavour"Stun"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Sealing"
description"Seals you, applies stun for 2 turns. If you are already stunned, perform a Normal Attack instead."
usesRunesPerProcfalse
id"melvorF:MarkofDeath"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Stacking"
id"melvorF:MarkOfDeath"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:CursedEdge"
defaultChance35
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent60
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval250
lifesteal0
name"Cursed Edge"
description"An avoidable attack that slices at you 2 times, dealing 600 damage each."
usesRunesPerProcfalse
id"melvorF:ReapandReturn"
defaultChance15
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent45
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount7
attackInterval200
lifesteal100
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."
usesRunesPerProcfalse
consumesStacks"melvorF:MarkOfDeath"
id"melvorF:ConcealedDanger"
defaultChance35
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent45
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
consumesStacks"melvorF:MarkOfDeath"
id"melvorF:Shadowstep"
defaultChance15
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion20
increasedDamageReduction40
decreasedAttackIntervalPercent20
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:ShadowBurst"
defaultChance70
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalAccuracy1
maxStacks40
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval700
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:IntotheMist"
defaultChance15
damage
Empty array
prehitEffects
effectType"Custom"
type"Reflexive"
modifiers
increasedDamageReduction10
maxStacks10
turns0
name"Mist's Protection"
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"MaxHP"
maxPercent10
procs10
interval1000
chance100
onhitEffects
Empty array
cantMisstrue
attackCount2
attackInterval9000
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:FallenLight"
defaultChance15
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent40
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount15
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:InfinityDragonbreath"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount69696969
attackInterval150
lifesteal0
description"UNDEFINED TRANSLATION: :SPECIAL_ATTACK_InfinityDragonbreath"
isDragonbreathtrue
usesRunesPerProcfalse
id"melvorF:LesserSandstorm"
defaultChance30
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Attacker"
maxRoll"CurrentHP"
maxPercent5
rolltrue
minRoll"CurrentHP"
minPercent1
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:ElementalImpactBurn"
defaultChance5
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:ElementalImpactStun"
defaultChance5
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Elemental Impact (Stun)"
description"An unavoidable attack that deals up to 100% of the enemy's normal damage. Applies stun for 1 turn."
usesRunesPerProcfalse
id"melvorF:ElementalImpactFreeze"
defaultChance5
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Freeze"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Elemental Impact (Freeze)"
description"An unavoidable attack that deals up to 100% of the enemy's normal damage. Applies freeze for 1 turn."
usesRunesPerProcfalse
id"melvorF:ElementalImpactFrostburn"
defaultChance5
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:BurningFireball"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent45
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:FragileMind"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent60
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalAccuracy30
decreasedGlobalEvasion30
decreasedDamageReduction30
maxStacks1
stacksToAdd1
character"Target"
turns3
countsOn"Target"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:UnknownThreat"
defaultChance25
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedAfflictionChance5
maxStacks1
stacksToAdd1
character"Attacker"
turns0
countsOn"Attacker"
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent20
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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"
usesRunesPerProcfalse
id"melvorF:MistWalk"
defaultChance15
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion30
maxStacks1
stacksToAdd1
character"Attacker"
turns5
countsOn"Attacker"
effectType"Custom"
type"DOT"
subtype"Regen"
procs36
interval500
damage
rollfalse
character"Attacker"
maxRoll"MaxHP"
maxPercent20
chance100
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Suffocate"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHP"
maxPercent0.5
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns2
chance100
hitpointThreshold50
cantMisstrue
attackCount12
attackInterval300
lifesteal0
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%."
usesRunesPerProcfalse
id"melvorF:PoisonBreath"
defaultChance30
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent15
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
effectType"Slow"
magnitude10
turns2
cantMissfalse
attackCount6
attackInterval600
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:ToxicBite"
defaultChance30
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent30
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:NoxiousPowder"
defaultChance20
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
effectType"Custom"
type"Sleep"
turns1
chance100
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:PenetratingSpikeShot"
defaultChance20
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent92
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
procs20
interval500
damage
rollfalse
maxRoll"Poisoned"
maxPercent90
character"Target"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:ToxicNeedles"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent62
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance20
cantMissfalse
attackCount5
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Burrow"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent72
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion50
turns2
maxStacks1
stacksToAdd1
character"Attacker"
countsOn"Attacker"
onhitEffects
effectType"Slow"
magnitude20
turns2
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:CursedFlames"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent90
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:CursedFrostShards"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent70
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMissfalse
attackCount7
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:CursedTether"
defaultChance20
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent50
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude10
turns1
effectType"Poison"
chance100
cantMissfalse
attackCount3
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:CrushingClaws"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent85
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMeleeEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Target"
effectType"Slow"
magnitude30
turns2
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Cleave"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent70
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
procs20
interval500
damage
rollfalse
maxRoll"Fixed"
maxPercent70
character"Target"
chance75
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:SavageSpike"
defaultChance20
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent100
damageType"Custom"
character"Target"
rollfalse
maxRoll"Bleeding"
maxPercent18
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:BoneCrush"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent75
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalAccuracy10
decreasedAttackIntervalPercent10
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
effectType"Custom"
type"Stun"
flavour"Stun"
turns1
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:SpikedTailWhip"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent50
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedDamageReduction10
maxStacks1
stacksToAdd1
turns3
character"Target"
countsOn"Target"
cantMissfalse
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorF:Desecration"
defaultChance20
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent0
prehitEffects
Empty array
onhitEffects
effectType"Affliction"
effectType"Affliction"
effectType"Affliction"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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)."
usesRunesPerProcfalse
id"melvorF:DoubleEdged"
defaultChance50
damage
damageType"Normal"
amplitude75
attackCount0
damageType"Normal"
amplitude150
attackCount1
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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"
defaultChance50
damage
damageType"Normal"
amplitude65
attackCount0
damageType"Normal"
amplitude85
attackCount1
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion15
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"PoisonMax35"
maxPercent90
minRoll"PoisonMin35"
minPercent90
rolltrue
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance20
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude100
attackCount0
damageType"Normal"
amplitude20
attackCount1
damageType"Normal"
amplitude20
attackCount2
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Combo"
maxStacks5
modifiers
decreasedAttackInterval150
decreasedGlobalAccuracy10
decreasedMaxHitPercent2
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent15
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
flavour"Stun"
chance10
turns1
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
quantity3
usesRunesPerProctrue
id"melvorF:CrushingDoubleSlash"
defaultChance20
damage
damageType"Normal"
amplitude50
attackCount0
damageType"Normal"
amplitude200
attackCount1
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Compound"
numEffects2
chance15
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
effectType"Slow"
magnitude15
turns2
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Compound"
numEffects4
chance25
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Freeze"
effectType"Burn"
chance100
effectType"Frostburn"
effectType"Custom"
type"Sleep"
turns1
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent100
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude60
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval400
lifesteal0
name"Horn Shots"
description"Fires 3 small horns in rapid succession dealing 60% of the enemy's normal damage each (Avoidable)."
id"melvorF:OverwhelmingPower"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance20
cantMissfalse
attackCount8
attackInterval300
lifesteal0
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"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent25
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount6
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
attackTypes
"ranged"
id"melvorTotH:Bind"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent65
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMissfalse
attackCount1
attackInterval200
lifesteal0
name"Bind"
description"An avoidable attack that deals 650 damage. On a hit, gives you +20% Attack Interval for 3 of your turns."
usesRunesPerProcfalse
id"melvorTotH:LureTrap"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent85
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance50
flavour"Stun"
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SharpWing"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion30
decreasedAttackIntervalPercent20
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FerociousBite"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent100
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:DeadlyWrap"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent24
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
cantMissfalse
attackCount10
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Efflorescence"
defaultChance10
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
effectType"Custom"
type"Sleep"
turns2
chance100
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ThornedRoots"
defaultChance60
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent75
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns2
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:RazorWind"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent93
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount6
attackInterval300
lifesteal0
name"Razor Wind"
description"Razor sharp leaves fly towards you dealing 930 damage 6 times over 1.5s. Unavoidable."
usesRunesPerProcfalse
id"melvorTotH:PoisonBulbs"
defaultChance35
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent70
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SeekingRoots"
defaultChance25
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns1
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FullBloom"
defaultChance10
damage
damageType"Custom"
character"Attacker"
maxRoll"PoisonFixed100"
maxPercent52
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction15
maxStacks1
stacksToAdd1
character"Attacker"
countsOn"Attacker"
turns1
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"CurrentHP"
maxPercent7.5
procs4
interval1000
chance100
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount4
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:PoisonBite"
defaultChance10
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent85
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Smother"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent24
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount10
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FlameBarrage"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent75
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount4
attackInterval300
lifesteal0
name"Flame Barrage"
description"A barrage of 4 fireballs are launched that deal 750 damage each over 0.9s. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:SmolderingBlow"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval300
lifesteal0
name"Smoldering Blow"
description"A fiery fist swings at you dealing 1000 damage. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:LavaWave"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent75
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance50
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Explosion"
defaultChance60
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent98
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance50
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FlameRush"
defaultChance70
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent20
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount4
attackInterval250
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FatalSpike"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent93
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval250
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:GreaterFireball"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent82
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance50
cantMissfalse
attackCount1
attackInterval250
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Headbutt"
defaultChance60
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent85
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent20
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:MasterOfHeat"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction20
increasedGlobalEvasion50
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"CurrentHP"
maxPercent20
procs16
interval350
chance100
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:MegaFireball"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:BurningFury"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent105
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent33
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount6
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:WardOfFlame"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction40
increasedReflectDamage25
increasedChanceToApplyBurn75
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:UnleashedPower"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"BurnFixed100"
maxPercent54
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FrozenClub"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:RollingSnowball"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent90
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance30
flavour"Freeze"
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ChillingWinds"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent70
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMisstrue
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:IceShards"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent107
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval400
lifesteal0
name"Ice Shards"
description"Huge shards of ice are thrown at you dealing 1070 damage 3 times over 0.8s. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:FreezingRoar"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent77
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance100
flavour"Freeze"
cantMisstrue
attackCount1
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SpectralClones"
defaultChance70
damage
damageType"Normal"
amplitude150
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:IceBlast"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent95
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMissfalse
attackCount5
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FreezingBreath"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent160
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance30
flavour"Freeze"
cantMissfalse
attackCount5
attackInterval800
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:IceReanimation"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"MaxHP"
maxPercent5
procs1
interval1000
chance100
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval800
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ElectricBall"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent70
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount6
attackInterval300
lifesteal0
name"Electric Ball"
description"A ball of lightning shoots out, shocking everything around it, dealing 700 damage 6 times over 1.5s. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:RapidStaticStrikes"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent65
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount4
attackInterval200
lifesteal0
name"Rapid Static Strikes"
description"The enemy unleashes a flurry of lightning powered blows, dealing 650 damage 4 times over 0.6s. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:FocusedStaticPunch"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent90
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Focused Static Punch"
description"The enemy charges their fist with an incredible amount of lightning power and swings dealing 900 damage. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:ShockBlast"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent94
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance30
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ElectricCharge"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction35
increasedReflectDamage100
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"MaxHP"
maxPercent30
procs8
interval1000
chance100
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:LightningBreath"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent48
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance30
flavour"Stun"
cantMissfalse
attackCount25
attackInterval150
lifesteal0
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."
isDragonbreathtrue
usesRunesPerProcfalse
id"melvorTotH:Thunderbolt"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent92
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance50
flavour"Stun"
cantMisstrue
attackCount3
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Allure"
defaultChance20
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns2
chance100
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Drown"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns2
chance100
hitpointThreshold50
cantMissfalse
attackCount10
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Predator"
defaultChance30
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion40
increasedMaxHitPercent40
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CrushingJaws"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SpikesFromBelow"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SpikedSlam"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHitDR"
maxPercent100
minRoll"MaxHitDR"
minPercent1
rolltrue
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:WaterDance"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction20
increasedGlobalEvasion20
decreasedAttackIntervalPercent20
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:TorrentialDragonbreath"
defaultChance25
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount40
attackInterval150
lifesteal0
name"Torrential Dragonbreath"
description"A torrent of water is blasted into you dealing 300 damage 40 times over 5.85s."
isDragonbreathtrue
usesRunesPerProcfalse
id"melvorTotH:GiantBubble"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns2
chance100
cantMissfalse
attackCount1
attackInterval150
lifesteal0
name"Giant Bubble"
description"The enemy traps you in a large bubble dealing 800 damage. On a hit, applies sleep for 2 turns. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:Tsunami"
defaultChance25
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:WebTrap"
defaultChance30
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude30
turns3
cantMissfalse
attackCount1
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:DeadlyBite"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent90
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"DeadlyPoison"
chance100
cantMissfalse
attackCount1
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SharpSlice"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent80
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
cantMissfalse
attackCount4
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FatalBite"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent130
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"DeadlyPoison"
chance100
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CaughtInTheWeb"
defaultChance40
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedLifesteal500
decreasedAttackIntervalPercent40
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Surrounded"
defaultChance50
damage
damageType"Custom"
character"Attacker"
rolltrue
maxRoll"MaxHitScaledByHP2x"
maxPercent100
minRoll"MinHit"
minPercent100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ShadowBite"
defaultChance30
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent150
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval300
lifesteal100
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."
usesRunesPerProcfalse
id"melvorTotH:HarmfulConcoction"
defaultChance50
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent20
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorF:Decay"
effectType"Poison"
chance100
effectType"Custom"
type"Sleep"
chance10
turns2
cantMissfalse
attackCount15
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:DiseaseSwarm"
defaultChance30
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent10.5
prehitEffects
Empty array
onhitEffects
effectType"Affliction"
effectType"Curse"
curse"melvorF:Decay"
cantMissfalse
attackCount20
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Lifedrain"
defaultChance50
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent80
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval300
lifesteal100
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."
usesRunesPerProcfalse
id"melvorTotH:DecayingShots"
defaultChance30
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent125
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorF:Decay"
chance50
cantMissfalse
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CrushingSmash"
defaultChance30
damage
damageType"Normal"
amplitude110
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance40
turns1
flavour"Stun"
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Entangle"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent80
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude30
turns3
cantMissfalse
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:TreeSlam"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance75
turns2
flavour"Stun"
cantMissfalse
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CurseOfMadness"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent70
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorTotH:Madness"
cantMisstrue
attackCount1
attackInterval300
lifesteal0
name"Curse of Madness"
description"Deals 700 damage. On a hit, applies the Madness Curse for 3 turns. Unavoidable."
usesRunesPerProcfalse
id"melvorTotH:SilenceOfTheForest"
defaultChance25
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
chance100
turns2
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CurseOfTorment"
defaultChance35
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent70
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorTotH:Torment"
cantMisstrue
attackCount1
attackInterval300
lifesteal0
name"Curse Of Torment"
description"Deals 700 damage. On a hit, applies the Torment Curse for 3 turns. Unavoidable."
usesRunesPerProcfalse
id"melvorTotH:Soulburn"
defaultChance35
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent86
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CurseOfDespair"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent70
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorTotH:Despair"
cantMisstrue
attackCount1
attackInterval300
lifesteal0
name"Curse of Despair"
description"Deals 700 damage. On a hit, applies the Despair Curse for 3 turns. Unavoidable."
usesRunesPerProcfalse
id"melvorTotH:DevourerOfTheCursed"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"CursedFixed100"
maxPercent44
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval300
lifesteal0
name"Devourer of the Cursed"
description"Deals 440 damage that is doubled if you are cursed. Unavoidable."
usesRunesPerProcfalse
id"melvorTotH:EtheralShots"
defaultChance50
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount4
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:WeakeningShot"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorF:WeakeningIII"
cantMisstrue
attackCount1
attackInterval300
lifesteal0
name"Weakening Shot"
description"Perform a normal attack. On a hit, applies the Weakening III Curse for 3 turns. Unavoidable."
usesRunesPerProcfalse
id"melvorTotH:GhostlyTerror"
defaultChance50
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
chance50
turns2
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:BlindingFear"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorF:BlindingIII"
cantMisstrue
attackCount1
attackInterval300
lifesteal0
name"Blinding Fear"
description"Perform a normal attack. On a hit, applies the Blinding III Curse for 3 turns. Unavoidable."
usesRunesPerProcfalse
id"melvorTotH:SpinningAxe"
defaultChance50
damage
damageType"Normal"
amplitude50
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
cantMissfalse
attackCount8
attackInterval250
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Anguish"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorF:AnguishIII"
cantMisstrue
attackCount1
attackInterval250
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ConfusedTouch"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorF:Confusion"
cantMissfalse
attackCount1
attackInterval250
lifesteal0
name"Confusing Touch"
description"Perform a normal attack. On a hit, applies the Confusion Curse for 3 turns. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:BlindingBeams"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent50
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalAccuracy2
maxStacks20
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
cantMissfalse
attackCount7
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:PetrifyingGlare"
defaultChance30
damage
damageType"Normal"
amplitude110
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance40
turns2
flavour"Stun"
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ShadeSummon"
defaultChance40
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitFlat15
turns5
character"Attacker"
countsOn"Attacker"
maxStacks3
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:GreaterShadeSummon"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedDamageReduction5
turns5
character"Target"
countsOn"Target"
maxStacks3
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:GreaterShadeSummonEnemy"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedDamageReduction5
turns5
character"Target"
countsOn"Target"
maxStacks3
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:BladeShadow"
defaultChance30
damage
damageType"Normal"
amplitude110
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
name"Blade Shadow"
description"The enemy slashes their dark axe through you with ease dealing 110% of the enemy's normal damage. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:Darkblade"
defaultChance20
damage
damageType"Normal"
amplitude50
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedHitpointRegeneration100
turns5
character"Target"
countsOn"Target"
maxStacks1
stacksToAdd1
effectType"Curse"
curse"melvorF:Decay"
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:PhantomSummon"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMinHitBasedOnMaxHit15
turns5
character"Attacker"
countsOn"Attacker"
maxStacks3
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CurseTotemSummon"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Curse"
curse"melvorF:BlindingI"
isRandomtrue
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
name"Curse Totem Summon"
description"Perform a normal attack and summon a curse totem. On use, applies a random Curse for 3 turns. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:CurseTotemSummonPlayer"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Curse"
curse"melvorF:BlindingI"
isRandomtrue
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FeatherStorm"
defaultChance30
damage
damageType"Normal"
amplitude300
attackCount0
damageType"Normal"
amplitude150
attackCount1
damageType"Normal"
amplitude150
attackCount2
damageType"Normal"
amplitude150
attackCount3
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
cantMisstrue
attackCount4
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FeatherBarrier"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction25
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FeatherLance"
defaultChance10
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance20
turns2
flavour"Stun"
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance75
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:AgileWings"
defaultChance30
damage
damageType"Normal"
amplitude150
attackCount0
damageType"Normal"
amplitude250
attackCount1
damageType"Normal"
amplitude300
attackCount2
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:RapidParry"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalEvasion100
turns2
character"Attacker"
countsOn"Attacker"
maxStacks2
stacksToAdd1
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FullCharge"
defaultChance10
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent80
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance75
turns2
flavour"Stun"
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent30
turns2
character"Attacker"
countsOn"Attacker"
maxStacks1
stacksToAdd1
cantMisstrue
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:WindBarrier"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReductionAgainstRanged15
increasedDamageReductionAgainstMagic15
increasedEvasionAgainstMagic60
increasedEvasionAgainstRanged60
turns2
character"Attacker"
countsOn"Target"
maxStacks1
stacksToAdd1
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FeatherTornado"
defaultChance10
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent75
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance50
turns1
flavour"Stun"
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:AggressiveOnslaught"
defaultChance25
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount4
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Battlecry"
defaultChance25
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction15
turns2
character"Attacker"
countsOn"Attacker"
maxStacks1
stacksToAdd1
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent30
turns2
character"Attacker"
countsOn"Attacker"
maxStacks1
stacksToAdd1
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:UnstoppableForce"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance100
turns1
flavour"Stun"
cantMissfalse
attackCount1
attackInterval300
lifesteal0
name"Unstoppable Force"
description"The enemy charges towards you at full speed dealing 1000 damage. On a hit, applies stun for 1 turn. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:Sunder"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent125
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
chance100
turns3
flavour"Stun"
cantMissfalse
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ChronoCurse"
defaultChance20
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude30
turns3
cantMisstrue
attackCount1
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Alacrity"
defaultChance20
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent30
turns2
character"Attacker"
countsOn"Attacker"
maxStacks1
stacksToAdd1
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:DejaVu"
defaultChance30
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
otherStyleImmunity1
turns4
character"Attacker"
countsOn"Attacker"
maxStacks1
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:TouchOfAffliction"
defaultChance30
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Affliction"
effectType"Affliction"
effectType"Affliction"
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ShardsOfMillennia"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent125
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount4
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:PowerOfTheMist"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent20
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedAfflictionChance30
maxStacks1
stacksToAdd1
character"Attacker"
turns0
countsOn"Attacker"
onhitEffects
effectType"Custom"
type"Sleep"
turns2
chance100
hitpointThreshold50
cantMissfalse
attackCount8
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:UnisonOfFireAndEarth"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rolltrue
maxRoll"Fixed"
maxPercent175
minRoll"Fixed"
minPercent1
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount2
attackInterval600
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:UnisonOfAirAndWater"
defaultChance25
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent100
attackCount0
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent150
attackCount1
prehitEffects
Empty array
onhitEffects
effectType"Custom"
chance100
turns1
type"Stun"
flavour"Stun"
cantMissfalse
attackCount2
attackInterval600
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SealedFate"
defaultChance20
damage
damageType"Custom"
character"Target"
rollfalse
maxRoll"HPUnder90"
maxPercent69696969696969
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Sealed Fate"
description"Destroys the Target if their current hitpoints are under 90%. This cannot miss."
usesRunesPerProcfalse
id"melvorTotH:SlicingMaelstrom"
defaultChance30
damage
damageType"Normal"
amplitude125
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
effectType"Slow"
magnitude20
turns3
cantMisstrue
attackCount5
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:PoisonPods"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount10
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:GiantFireball"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance25
cantMissfalse
attackCount1
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ThunderStrike"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance15
flavour"Stun"
cantMissfalse
attackCount1
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:MeteorShowerArchaic"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance30
cantMissfalse
attackCount6
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:TsunamiArchaic"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMissfalse
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:NaturesBloom"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"PoisonedMaxHit"
maxPercent100
prehitEffects
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"CurrentHP"
maxPercent30
procs10
interval500
chance100
onhitEffects
effectType"Poison"
chance50
cantMissfalse
attackCount8
attackInterval500
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:InfernalPower"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"BurnMaxHit100"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance50
cantMissfalse
attackCount4
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Soulash"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance30
flavour"Stun"
cantMissfalse
attackCount4
attackInterval600
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:DragonStormCall"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance20
flavour"Stun"
cantMissfalse
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SlicingMaelstromArchaic"
defaultChance100
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"MaxHit"
maxPercent100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
effectType"Slow"
magnitude20
turns3
cantMissfalse
attackCount3
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:BurningEmbers"
defaultChance5
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:MeteorSwing"
defaultChance30
damage
damageType"Normal"
amplitude600
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:Reduction"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedDamageReduction1
maxStacks7
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Reduction"
description"Perform a normal attack. On a hit, gives the enemy -1% Damage Reduction that stacks up to 7 times. Unavoidable."
usesRunesPerProcfalse
minAccuracy1
id"melvorTotH:DarkBladePlayer"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitPercent6
decreasedDamageReduction1
maxStacks5
stacksToAdd1
character"Attacker"
turns"Infinity"
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
usesRunesPerProcfalse
id"melvorTotH:BadThrow"
defaultChance69
damage
Empty array
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Bad Throw"
description"You throw out the grappling hook and miss, hooking a rock instead of the enemy. Deals no damage."
usesRunesPerProcfalse
id"melvorTotH:GoodThrow"
defaultChance31
damage
damageType"Normal"
amplitude69
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Good Throw"
description"You throw out the grappling hook and wrap it around the enemy, dealing 69% of your normal damage. Unavoidable."
usesRunesPerProcfalse
minAccuracy69
id"melvorTotH:ThornedPower"
defaultChance40
damage
damageType"Normal"
amplitude100
damageType"Custom"
rollfalse
maxRoll"MaxHit"
maxPercent300
character"Target"
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude100
attackCount0
damageType"Normal"
amplitude175
attackCount1
damageType"Normal"
amplitude175
attackCount2
damageType"Normal"
amplitude175
attackCount3
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance100
cantMissfalse
attackCount4
attackInterval300
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude150
prehitEffects
Empty array
onhitEffects
effectType"Frostburn"
cantMissfalse
attackCount5
attackInterval250
lifesteal0
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"
defaultChance50
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent150
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance10
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance40
damage
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"Fixed"
maxPercent240
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Stun"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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"
defaultChance20
damage
damageType"Normal"
amplitude125
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount4
attackInterval700
lifesteal0
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"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance50
effectType"DeadlyPoison"
chance5
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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"
defaultChance50
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedDamageReduction5
maxStacks4
stacksToAdd1
character"Target"
turns3
countsOn"Target"
cantMisstrue
attackCount4
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:SpinningAxePlayer"
defaultChance50
damage
damageType"Normal"
amplitude50
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
cantMisstrue
attackCount9
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:CorundumWounds"
defaultChance5
damage
damageType"Normal"
amplitude250
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedDamageReduction6
decreasedGlobalEvasion35
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Target"
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:AugiteCrystallization"
defaultChance5
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMinHitBasedOnMaxHit75
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount3
attackInterval200
lifesteal0
name"Augite Crystallization"
description"<Attack> 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."
usesRunesPerProcfalse
id"melvorTotH:DivineBreaker"
defaultChance5
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitPercentBasedOnEnemyDamageReduction6
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ElderwoodPoison"
defaultChance5
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Attacker"
rollfalse
maxRoll"PoisonedMaxHit"
maxPercent30
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance50
effectType"Custom"
type"Modifier"
modifiers
increasedAttackIntervalPercent5
decreasedMaxHitPercent5
decreasedMaxHitpoints5
maxStacks1
stacksToAdd1
character"Target"
turns3
countsOn"Target"
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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"
defaultChance5
damage
damageType"Normal"
amplitude250
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMaxHitPercent2
maxStacks20
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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"
defaultChance5
damage
damageType"Normal"
amplitude150
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalEvasion3
decreasedGlobalAccuracy3
increasedDamageTakenPerAttack3
maxStacks5
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent70
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:AgileWingsPlayer"
defaultChance30
damage
damageType"Normal"
amplitude100
attackCount0
damageType"Normal"
amplitude175
attackCount1
damageType"Normal"
amplitude250
attackCount2
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:LightningStrikeEnemy"
defaultChance40
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent85
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance40
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:ShadeSummonEnemy"
defaultChance40
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitFlat15
turns5
character"Attacker"
countsOn"Attacker"
maxStacks3
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:PhantomSummonPlayer"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMinHitBasedOnMaxHit15
turns5
character"Attacker"
countsOn"Attacker"
maxStacks3
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FeatherStormPlayer"
defaultChance100
damage
damageType"Normal"
amplitude250
attackCount0
damageType"Normal"
amplitude100
attackCount1
damageType"Normal"
amplitude100
attackCount2
damageType"Normal"
amplitude100
attackCount3
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance50
cantMissfalse
attackCount4
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FrostbiteEnemy"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent75
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance30
flavour"Freeze"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Frostbite"
description"The enemy attacks once dealing 750 damage. Has a 30% chance to apply freeze for 2 turns on a hit. Avoidable."
usesRunesPerProcfalse
id"melvorTotH:QuakeEnemy"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent54
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude50
turns1
cantMissfalse
attackCount2
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:MagicRayEnemy"
defaultChance100
damage
damageType"Normal"
amplitude70
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude15
turns2
cantMissfalse
attackCount5
attackInterval400
lifesteal0
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"
defaultChance35
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent135
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMagicEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
effectType"Slow"
magnitude50
turns2
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:PoisonedHitEnemy"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"PoisonMax35"
maxPercent90
minRoll"PoisonMin35"
minPercent90
rolltrue
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance20
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance5
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent200
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Piercing Arrow"
description"An unavoidable attack that deals damage equal to 200% of the enemy's max hit."
usesRunesPerProcfalse
id"melvorTotH:ImpairingShotEnemy"
defaultChance15
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedRangedEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:DeadlyCutEnemy"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Target"
rollfalse
maxRoll"Fixed"
maxPercent20
character"Target"
rollfalse
maxRoll"MaxHP"
maxPercent4
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:FlurryEnemy"
defaultChance25
damage
damageType"Normal"
amplitude50
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Combo"
maxStacks5
modifiers
increasedMaxHitPercent20
cantMissfalse
attackCount5
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:InfernumEnemy"
defaultChance20
damage
damageType"Normal"
amplitude75
attackCount0
damageType"Normal"
amplitude125
attackCount1
damageType"Normal"
amplitude175
attackCount2
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount3
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorTotH:TidalWaveEnemy"
defaultChance25
damage
damageType"Custom"
character"Attacker"
maxRoll"FixedPlusMaxHit50"
maxPercent35
rollfalse
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedMeleeEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns"Infinity"
countsOn"Target"
onhitEffects
effectType"Slow"
magnitude20
turns3
cantMisstrue
attackCount2
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:DeadlyCutRanged"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Target"
rollfalse
maxRoll"Fixed"
maxPercent20
character"Target"
rollfalse
maxRoll"MaxHP"
maxPercent4
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
attackTypes
"ranged"
id"melvorAoD:Crystalline"
defaultChance30
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent10
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance3
flavour"Crystallize"
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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)"
usesRunesPerProctrue
id"melvorAoD:TwinCrystals"
defaultChance100
damage
damageType"Normal"
amplitude65
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance6
flavour"Crystallize"
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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)."
usesRunesPerProctrue
id"melvorAoD:CrystalCrash"
defaultChance40
damage
damageType"Normal"
amplitude80
attackCount0
damageType"Normal"
amplitude140
attackCount1
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance3
flavour"Crystallize"
cantMissfalse
attackCount2
attackInterval400
lifesteal0
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)."
usesRunesPerProctrue
id"melvorAoD:CrystalFlurry"
defaultChance30
damage
damageType"Normal"
amplitude60
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent10
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
effectType"Custom"
type"Stun"
turns1
chance3
flavour"Crystallize"
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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)"
usesRunesPerProctrue
id"melvorAoD:CrystalCleave"
defaultChance40
damage
damageType"Normal"
amplitude180
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
effectType"Custom"
type"Stun"
turns1
chance3
flavour"Crystallize"
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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)"
usesRunesPerProctrue
id"melvorAoD:CrystalShot"
defaultChance50
damage
damageType"Normal"
amplitude125
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance5
flavour"Crystallize"
cantMissfalse
attackCount1
attackInterval400
lifesteal0
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)"
usesRunesPerProctrue
attackTypes
"ranged"
id"melvorAoD:CrystalBoom"
defaultChance15
damage
damageType"Normal"
amplitude150
attackCount0
damageType"Normal"
amplitude30
attackCount1
damageType"Normal"
amplitude30
attackCount2
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance6
flavour"Crystallize"
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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)"
usesRunesPerProctrue
id"melvorAoD:CrystalBlast"
defaultChance100
damage
damageType"Normal"
amplitude120
attackCount0
damageType"Normal"
amplitude15
attackCount1
damageType"Normal"
amplitude15
attackCount2
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance3
flavour"Crystallize"
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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)"
usesRunesPerProctrue
id"melvorAoD:CrystalTomb"
defaultChance100
damage
damageType"Normal"
amplitude150
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance15
flavour"Stun"
effectType"Custom"
type"Stun"
turns1
chance5
flavour"Crystallize"
cantMissfalse
attackCount1
attackInterval200
lifesteal0
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)"
usesRunesPerProctrue
id"melvorAoD:ShatterArrow"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount5
attackInterval200
lifesteal0
name"Shatter Arrow"
description"(RANGED ONLY) An avoidable attack that deals 20% of your max hit 5 times over 0.8s."
usesRunesPerProctrue
attackTypes
"ranged"
id"melvorAoD:Split"
defaultChance50
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitpoints20
maxStacks5
stacksToAdd1
character"Attacker"
turns"Infinity"
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Split"
description"Gives the enemy +20% Maximum Hitpoints that stacks up to 5 times"
usesRunesPerProcfalse
id"melvorAoD:Warhorn"
defaultChance5
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitPercent15
decreasedAttackIntervalPercent5
increasedLifesteal5
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Warhorn"
description"Gives you +15% Max Hit, -5% Attack Interval, and +5% Lifesteal for 3 of your turns"
usesRunesPerProcfalse
id"melvorAoD:Flight"
defaultChance10
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent30
increasedGlobalEvasion30
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Flight"
description"Gives you -30% Attack Interval and +30% Global Evasion for 2 of your turns"
usesRunesPerProctrue
id"melvorAoD:Killshot"
defaultChance5
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent125
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Killshot"
description"An unavoidable attack that deals 125% of your max hit."
usesRunesPerProctrue
id"melvorAoD:HunterPrecision"
defaultChance10
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent75
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Hunter Precision"
description"An unavoidable attack that deals 75% of your max hit."
usesRunesPerProctrue
id"melvorAoD:LullabyOfTheEnchanter"
defaultChance33
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns1
chance20
effectType"Custom"
type"Modifier"
modifiers
decreasedMaxHitPercent10
decreasedGlobalEvasion10
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Target"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProctrue
id"melvorAoD:RestorationOfTheMind"
defaultChance33
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"CurrentHP"
maxPercent8
procs1
interval50
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:DanceOfTheMage"
defaultChance33
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent15
increasedGlobalEvasion20
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:MysticRegen"
defaultChance5
damage
Empty array
prehitEffects
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"MaxHP"
maxPercent200
procs8
interval500
chance100
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Mystic Regen"
description"Gives Regen that heals 200% of your max hitpoints over 4s."
usesRunesPerProcfalse
id"melvorAoD:AcidicBlast"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent4
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedDamageReduction3
maxStacks5
stacksToAdd1
character"Target"
turns3
countsOn"Attacker"
cantMissfalse
attackCount2
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:Leech"
defaultChance50
damage
damageType"Normal"
amplitude10
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount10
attackInterval400
lifesteal100
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."
usesRunesPerProcfalse
id"melvorAoD:Crystallization"
defaultChance2
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance100
flavour"Crystallize"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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)"
usesRunesPerProcfalse
id"melvorAoD:CrystalSanction"
defaultChance2
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
disableAttackDamage3
maxStacks1
stacksToAdd1
character"Target"
turns0
countsOn"Target"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Crystal Sanction"
description"On a hit, applies Crystal Sanction for 1 Attack Turn (Next Attack Turn from Target deals no Damage)"
usesRunesPerProcfalse
id"melvorAoD:DarksteelStab"
defaultChance15
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
procs20
interval500
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:LesserFamiliarAura"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitPercent10
increasedSummoningMaxHit10
decreasedAttackIntervalPercent10
maxStacks1
stacksToAdd1
character"Attacker"
turns4
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:Crush"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance30
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Crush"
description"Perform a normal attack. On a hit, has a 30% chance to apply stun for 1 turn"
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:CrushPlayer"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance30
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Crush"
description"Perform a normal attack. On a hit, has a 30% chance to apply stun for 1 turn"
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:HeavyShot"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Heavy Shot"
description"An avoidable attack that deals damage equal to 100% of the enemy's max hit."
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:HeavyShotPlayer"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Heavy Shot"
description"An avoidable attack that deals damage equal to 100% of your max hit."
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:EarthWall"
defaultChance30
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction8
increasedAttackInterval200
increasedReflectDamage30
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:EarthWallPlayer"
defaultChance30
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction8
increasedAttackInterval200
increasedReflectDamage30
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Earth Wall"
description"Gives you +8% Damage Reduction, +0.2s Attack Interval, and +30% Reflect Damage for 2 of your turns."
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:Mudball"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns2
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:MudballPlayer"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns2
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProctrue
usesPrayerPointsPerProctrue
id"melvorAoD:LavaSwipe"
defaultChance30
damage
damageType"Normal"
amplitude60
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval200
lifesteal0
name"Lava Swipe"
description"An avoidable attack that deals 60% of the enemy's normal damage 3 times over 0.4s."
usesRunesPerProcfalse
id"melvorAoD:LavaSwipePlayer"
defaultChance30
damage
damageType"Normal"
amplitude60
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval200
lifesteal0
name"Lava Swipe"
description"An avoidable attack that deals 60% of your normal damage 3 times over 0.4s."
usesRunesPerProcfalse
id"melvorAoD:Radiate"
defaultChance30
damage
damageType"Normal"
amplitude20
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance50
cantMissfalse
attackCount5
attackInterval600
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:PlagueBolt"
defaultChance50
damage
damageType"Normal"
amplitude40
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount4
attackInterval1000
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:PlagueBoltPlayer"
defaultChance50
damage
damageType"Normal"
amplitude75
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount4
attackInterval1000
lifesteal0
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."
usesRunesPerProctrue
id"melvorAoD:BloodLink"
defaultChance50
damage
damageType"Normal"
amplitude50
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount4
attackInterval400
lifesteal50
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."
usesRunesPerProcfalse
id"melvorAoD:BloodLinkPlayer"
defaultChance50
damage
damageType"Normal"
amplitude50
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount4
attackInterval400
lifesteal50
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."
usesRunesPerProctrue
id"melvorAoD:SoulTaker"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent23
rollfalse
damageType"Custom"
character"Target"
maxRoll"CurrentHP"
maxPercent10
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Soul Taker"
description"An avoidable attack that deals 230 plus 10% of Target's current Hitpoints as damage."
usesRunesPerProcfalse
id"melvorAoD:SoulTakerPlayer"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent100
rollfalse
damageType"Custom"
character"Target"
maxRoll"CurrentHP"
maxPercent4
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Soul Taker"
description"An avoidable attack that deals 100% of your max hit plus 4% of Target's current Hitpoints."
usesRunesPerProcfalse
id"melvorAoD:SpiritBurn"
defaultChance30
damage
Empty array
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Burn"
damage
rollfalse
character"Attacker"
maxRoll"MaxHP"
maxPercent200
interval250
procs40
chance100
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:PoisonLeech"
defaultChance50
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent14
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal30
name"Poison Leech"
description"An avoidable attack that deals 140 damage and heals the enemy for 30% of damage dealt."
usesRunesPerProcfalse
id"melvorAoD:BloatingShot"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:PoisonShotPlayer"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent14
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:Reflection"
defaultChance20
damage
damageType"Custom"
character"Target"
maxRoll"Reflection"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Reflection"
description"An unavoidable attack that deals damage equal to 200% of your combined Attack, Ranged and Magic Levels."
usesRunesPerProcfalse
id"melvorAoD:ReflectionPlayer"
defaultChance20
damage
damageType"Custom"
character"Target"
maxRoll"Reflection"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Reflection"
description"An avoidable attack that deals damage equal to 200% of the enemy's combined Attack, Ranged and Magic Levels."
usesRunesPerProcfalse
id"melvorAoD:Telekinesis"
defaultChance50
damage
damageType"Custom"
character"Target"
maxRoll"DefenceLevel"
maxPercent50
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Telekinesis"
description"An unavoidable attack that deals damage equal to 500% of your Defence Level."
usesRunesPerProcfalse
id"melvorAoD:TelekinesisPlayer"
defaultChance25
damage
damageType"Custom"
character"Target"
maxRoll"DefenceLevel"
maxPercent50
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Telekinesis"
description"An unavoidable attack that deals damage equal to 500% of the enemy's Defence Level."
usesRunesPerProcfalse
id"melvorAoD:MindBarrier"
defaultChance30
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction20
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Mind Barrier"
description"Gives the enemy +20% Damage Reduction for 3 of the enemy's turns"
usesRunesPerProcfalse
id"melvorAoD:TrapDoor"
defaultChance50
damage
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent50
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Trap Door"
description"An avoidable attack that deals damage equal to 50% of your max hitpoints."
usesRunesPerProcfalse
id"melvorAoD:Illusion"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction4
increasedGlobalEvasion30
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Illusion"
description"Gives the enemy +4% Damage Reduction and +30% Global Evasion for 3 of the enemy's turns"
usesRunesPerProcfalse
id"melvorAoD:IllusionPlayer"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageReduction4
increasedGlobalEvasion30
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Illusion"
description"Gives you +4% Damage Reduction and +30% Global Evasion for 3 of your turns"
usesRunesPerProcfalse
id"melvorAoD:Puppets"
defaultChance50
damage
damageType"Custom"
character"Target"
maxRoll"Fixed"
maxPercent40
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount5
attackInterval200
lifesteal0
name"Puppets"
description"An avoidable attack that deals 400 damage 5 times over 0.8s."
usesRunesPerProcfalse
id"melvorAoD:Manipulate"
defaultChance20
damage
damageType"Custom"
character"Target"
maxRoll"MaxHit"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
disableAttackDamage1
maxStacks1
stacksToAdd1
character"Target"
turns0
countsOn"Target"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
usesRunesPerProcfalse
id"melvorAoD:GhostlyScimitar"
defaultChance20
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent10
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:GhostlyScimitarPlayer"
defaultChance40
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent10
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Ghostly Scimitar"
description"An avoidable attack that deals 100% of your normal damage and 10% of the enemy's max hitpoints."
usesRunesPerProcfalse
id"melvorAoD:Blunderbuss"
defaultChance100
damage
damageType"Custom"
maxRoll"MaxHit"
character"Target"
maxPercent35
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount8
attackInterval150
lifesteal0
name"Blunderbuss"
description"An avoidable attack that deals damage equal to 35% of your normal damage 8 times over 1.05s."
usesRunesPerProcfalse
id"melvorAoD:BlunderbussPlayer"
defaultChance100
damage
damageType"Custom"
maxRoll"MaxHit"
minRoll"MaxHit"
character"Target"
minPercent1
maxPercent15
rolltrue
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount8
attackInterval150
lifesteal0
name"Blunderbuss"
description"An avoidable attack that deals damage equal to 15% of the enemy's normal damage 8 times over 1.05s."
usesRunesPerProcfalse
id"melvorAoD:CursedBlunderbuss"
defaultChance50
damage
damageType"Custom"
character"Target"
maxRoll"Fixed"
maxPercent60
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Curse"
curse"melvorF:BlindingI"
isRandomtrue
effectType"Curse"
curse"melvorF:BlindingI"
isRandomtrue
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Cursed Blunderbuss"
description"An avoidable attack that deals 600 damage. On a hit, applies 2 random Curses to you for 3 turns."
usesRunesPerProcfalse
id"melvorAoD:GhostlySword"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount3
attackInterval200
lifesteal0
name"Ghostly Sword"
description"An avoidable attack that deals damage equal to 100% of the enemy's normal damage 3 times over 0.4s."
usesRunesPerProcfalse
id"melvorAoD:Foresight"
defaultChance50
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalAccuracy100
increasedGlobalEvasion100
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:ForesightPlayer"
defaultChance50
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedGlobalAccuracy100
increasedGlobalEvasion100
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:GhostlyCannonball"
defaultChance20
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Ghostly Cannonball"
description"An avoidable attack that deals damage equal to 100% of the enemy's max hit."
usesRunesPerProcfalse
id"melvorAoD:WaterPulse"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance20
flavour"Stun"
effectType"Slow"
magnitude20
turns2
cantMisstrue
attackCount3
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:WaterPulsePlayer"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance20
flavour"Stun"
effectType"Slow"
magnitude20
turns2
cantMisstrue
attackCount3
attackInterval400
lifesteal0
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."
usesRunesPerProctrue
id"melvorAoD:WaterBarrier"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Reductive"
modifiers
increasedDamageReduction1
stunImmunity15
increasedChanceToAvoidSleep15
maxStacks10
turns"Infinity"
name"Water Barrier"
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:WaterBarrierPlayer"
defaultChance15
damage
Empty array
prehitEffects
effectType"Custom"
type"Reductive"
modifiers
increasedDamageReduction1
stunImmunity15
increasedChanceToAvoidSleep15
maxStacks5
turns"Infinity"
name"Water Barrier"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:EngulfingVortex"
defaultChance40
damage
damageType"Normal"
amplitude75
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude30
turns1
cantMissfalse
attackCount10
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:EngulfingVortexPlayer"
defaultChance100
damage
damageType"Normal"
amplitude75
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude30
turns1
cantMissfalse
attackCount10
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:HastyAssault"
defaultChance40
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent20
maxStacks5
stacksToAdd1
character"Attacker"
turns5
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Hasty Assault"
description"Perform a normal attack. On a hit, gives the enemy -20% Attack Interval that stacks up to 5 times."
usesRunesPerProcfalse
id"melvorAoD:HastyAssaultPlayer"
defaultChance100
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent20
decreasedMaxHitPercent20
maxStacks5
stacksToAdd1
character"Attacker"
turns5
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Hasty Assault"
description"Perform a normal attack. On a hit, gives you -20% Attack Interval that stacks up to 5 times."
usesRunesPerProcfalse
id"melvorAoD:SleepingEntanglement"
defaultChance40
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Sleep"
turns2
chance25
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:StunningBarrage"
defaultChance40
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns2
chance75
flavour"Stun"
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:EradicatingBlast"
defaultChance20
damage
damageType"Normal"
amplitude60
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMaxHitPercent2
increasedMaxHitPercentBasedOnTargetCurrentHitpoints0.1000000000000000055511151231257827021181583404541015625
maxStacks1
stacksToAdd1
character"Attacker"
turns1
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount7
attackInterval400
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:NullAndCleanse"
defaultChance30
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
debuffImmunity1
stunImmunity100
sleepImmunity1
curseImmunity1
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
effectType"Custom"
type"Modifier"
modifiers
nulled1
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Attacker"
effectType"Custom"
type"DOT"
subtype"Regen"
damage
rollfalse
character"Attacker"
maxRoll"CurrentHP"
maxPercent10
procs1
interval50
chance100
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:CrystalShard"
defaultChance30
damage
damageType"Custom"
character"Target"
maxRoll"Fixed"
maxPercent7.5
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Crystal Shard"
description"An unavoidable attack that deals 75 damage."
usesRunesPerProcfalse
id"melvorAoD:ShatteredCrystals"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns2
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:CrystalLeash"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal25
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."
usesRunesPerProcfalse
id"melvorAoD:CrystalLure"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalEvasion30
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:CrystalPierce"
defaultChance30
damage
damageType"Custom"
character"Target"
maxRoll"Crystallize"
maxPercent50
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Crystal Pierce"
description"An unavoidable attack that deals 50% of your max hit. This is doubled if Target is Crystallized."
usesRunesPerProcfalse
id"melvorAoD:CrystalForce"
defaultChance30
damage
damageType"Normal"
amplitude100
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent12.5
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Crystal Force"
description"An avoidable attack that deals 100% of the enemy's normal damage and 12.5% of your max hitpoints."
usesRunesPerProcfalse
id"melvorAoD:SharedToxins"
defaultChance20
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Poison"
chance100
effectType"Custom"
type"Modifier"
modifiers
decreasedMaxHitPercent15
decreasedSummoningMaxHit15
maxStacks1
stacksToAdd1
character"Target"
turns2
countsOn"Attacker"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:BleedingBite"
defaultChance10
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"DOT"
subtype"Bleed"
procs20
interval500
damage
character"Attacker"
maxRoll"DamageDealt"
maxPercent200
rollfalse
chance100
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:NastyBitePlayer"
defaultChance10
damage
damageType"Custom"
character"Target"
maxRoll"CurrentHP"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
name"Nasty Bite"
description"An avoidable attack that deals damage equal to 20% of the enemy's current hitpoints."
usesRunesPerProcfalse
id"melvorAoD:NastyBite"
defaultChance30
damage
damageType"Custom"
maxRoll"MaxHit"
character"Attacker"
maxPercent100
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
chance20
flavour"Stun"
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:PoisonHuntsman"
defaultChance50
damage
damageType"Custom"
character"Target"
maxRoll"Fixed"
maxPercent20
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMinHitBasedOnMaxHit30
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
cantMissfalse
attackCount3
attackInterval200
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:PoisonSpikeSkin"
defaultChance50
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedReflectDamage30
increasedPoisonReflectChance50
increasedDamageReduction5
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:AgileHunter"
defaultChance20
damage
Empty array
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
decreasedAttackIntervalPercent20
increasedGlobalEvasion30
maxStacks1
stacksToAdd1
character"Attacker"
turns2
countsOn"Attacker"
onhitEffects
Empty array
cantMisstrue
attackCount1
attackInterval50
lifesteal0
name"Agile Hunter"
description"Gives the enemy -20% Attack Interval and +30% Global Evasion for 2 of the enemy's turns."
usesRunesPerProcfalse
id"melvorAoD:BurningRoots"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance20
cantMissfalse
attackCount5
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:BurningRootsPlayer"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"MaxHit"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance20
cantMissfalse
attackCount5
attackInterval150
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:RingOfFire"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Burn"
chance10
cantMissfalse
attackCount5
attackInterval300
lifesteal0
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."
usesRunesPerProcfalse
id"melvorAoD:Marionette"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
Empty array
onhitEffects
Empty array
cantMissfalse
attackCount2
attackInterval250
lifesteal0
name"Marionette"
description"An avoidable attack that deals 100% of the enemy's normal damage 2 times over 0.25s."
usesRunesPerProcfalse
id"melvorAoD:EvilMalice"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedDamageBasedOnCurrentHitpoints15
character"Attacker"
turns5
countsOn"Attacker"
maxStacks1
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent12
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
flavour"Stun"
chance20
cantMissfalse
attackCount2
attackInterval200
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedMinHitBasedOnMaxHit20
character"Attacker"
turns5
countsOn"Attacker"
maxStacks1
stacksToAdd1
effectType"Custom"
type"Modifier"
modifiers
decreasedGlobalEvasion20
character"Target"
turns5
countsOn"Attacker"
maxStacks1
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance30
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedLifestealDamageBasedOnCurrentHitpoints5
character"Attacker"
turns5
countsOn"Attacker"
maxStacks1
stacksToAdd1
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent30
rollfalse
prehitEffects
Empty array
onhitEffects
effectType"Custom"
type"Stun"
turns1
flavour"Stun"
chance5
cantMissfalse
attackCount3
attackInterval400
lifesteal0
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"
defaultChance100
damage
damageType"Custom"
character"Attacker"
maxRoll"Fixed"
maxPercent180
rollfalse
attackCount0
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent2
rollfalse
attackCount1
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent2
rollfalse
attackCount2
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent2
rollfalse
attackCount3
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent2
rollfalse
attackCount4
damageType"Custom"
character"Target"
maxRoll"MaxHP"
maxPercent2
rollfalse
attackCount5
prehitEffects
Empty array
onhitEffects
effectType"Slow"
magnitude20
turns1
cantMissfalse
attackCount6
attackInterval600
lifesteal0
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"
defaultChance10
damage
damageType"Normal"
amplitude100
prehitEffects
effectType"Custom"
type"Modifier"
modifiers
increasedRegenPerDamageTaken50
maxStacks1
stacksToAdd1
character"Attacker"
turns3
countsOn"Attacker"
onhitEffects
Empty array
cantMissfalse
attackCount1
attackInterval50
lifesteal0
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."
usesRunesPerProcfalse
combatPassives
id"melvorD:SwingFirst"
name"Swing First"
modifiers
decreasedGlobalEvasion10
increasedReflectDamage20
customDescription"Enemy reflects 20% damage dealt by Player, but has -10% Evasion Ratings"
id"melvorD:DontHurtMe"
name"Dont hurt me"
modifiers
increasedDamageReduction20
decreasedMaxHitPercent10
customDescription"Enemy gains +20% Damage Reduction, but has -10% Maximum Hit"
id"melvorD:JustAScratch"
name"Just a Scratch"
modifiers
increasedHitpointRegeneration2.5
decreasedMaxHitpoints10
customDescription"Enemy heals for 2.5% Maximum Hitpoints every 10s, but has -10% Maximum Hp"
id"melvorD:BigBoi"
name"Big Boi"
modifiers
increasedMaxHitpoints50
decreasedGlobalEvasion25
customDescription"Enemy gains +50% Maximum Hitpoints, but has -25% Evasion Ratings."
id"melvorD:CantTouchThis"
name"Cant Touch This"
modifiers
increasedGlobalEvasion20
decreasedGlobalAccuracy10
customDescription"Enemy gains +20% Evasion Ratings, but loses -10% Accuracy Rating"
id"melvorD:Stronk"
name"Stronk"
modifiers
increasedMaxHitPercent50
decreasedMaxHitpoints25
customDescription"Enemy Gains +50% Maximum Hit, but loses -25% Maximum Hitpoints"
id"melvorD:JustDontMiss"
name"Just Dont Miss"
modifiers
increasedGlobalAccuracy50
decreasedMaxHitPercent25
customDescription"Enemy gains +50% Accuracy Rating, but loses -25% Maximum Hit"
id"melvorD:CheatsEnabled"
name"Cheats Enabled"
modifiers
increasedMaxHitPercent25
increasedGlobalAccuracy25
increasedGlobalEvasion25
decreasedAttackIntervalPercent10
customDescription"Enemy gains +25% Maximum Hit, +25% Accuracy Ratings & +25% Evasion Ratings, but also has +10% Attack Interval"
id"melvorD:SomethingWillHit"
name"Something will hit"
modifiers
increasedAttackIntervalPercent20
decreasedGlobalAccuracy25
decreasedMaxHitPercent25
customDescription"Grants Enemy -20% Attack Interval, +25% Accuracy Rating, but loses -25% Maximum Hit"
id"melvorD:Yoink"
name"Yoink"
modifiers
increasedLifesteal10
decreasedMaxHitpoints10
customDescription"Enemy gains +10% Lifesteal per hit, but loses -10% Maximum Hitpoints"
id"melvorD:NothingPersonalKid"
name"Nothing Personal Kid"
modifiers
stunImmunity100
decreasedMaxHitPercent25
customDescription"Enemy is Immune to Stun and Freeze, but loses -25% Maximum Hit"
id"melvorD:Humungus"
name"Humungus"
modifiers
increasedMaxHitpoints50
increasedMaxHitPercent50
increasedAttackIntervalPercent100
decreasedGlobalAccuracy25
customDescription"+50% Maximum Hitpoints, +50% Maximum Hit, +100% Attack Interval, and -25% Global Accuracy"
id"melvorD:NerfThisGuy"
name"Nerf This Guy"
modifiers
decreasedMaxHitpoints50
increasedEndOfTurnHealing310
customDescription"-50% Maximum Hitpoints and Heal 10% of current hitpoints every 3 turns"
id"melvorD:No1Mixtape"
name"No. 1 Mixtape"
modifiers
burnImmunity100
frostBurnImmunity100
customDescription"+100% chance to ignore burn and +100% chance to ignore Frostburn"
id"melvorD:AbsoluteThickness"
name"Absolute Thickness"
modifiers
increasedDamageReduction95
decreasedMaxHitpoints90
customDescription"+95% Damage Reduction and -90% Maximum Hitpoints"
id"melvorD:OhNoooo"
name"Oh Noooo"
modifiers
increasedMaxHitPercent100
increasedAttackIntervalPercent300
customDescription"+100% Maximum Hit and +300% Attack Interval"
id"melvorD:Rank1Ninja"
name"Rank 1 Ninja"
modifiers
increasedGlobalEvasion300
decreasedMaxHitpoints90
customDescription"+300% Global Evasion and -90% Maximum Hitpoints"
id"melvorD:ProGamer"
name"Pro Gamer"
modifiers
increasedGlobalAccuracy300
decreasedGlobalEvasion90
customDescription"+300% Accuracy Rating and -90% Global Evasion"
id"melvorD:AllOnRed"
name"All on Red"
modifiers
increasedMagicCritChance5
increasedMeleeCritChance5
increasedRangedCritChance5
decreasedMaxHitpoints20
decreasedGlobalEvasion20
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
poisonImmunity100
increasedChanceToApplyPoison5
customDescription"+100% chance to ignore poison and +5% chance to apply poison when hitting with an attack"
id"melvorF:Purity"
name"Purity"
modifiers
debuffImmunity1
stunImmunity100
sleepImmunity1
curseImmunity1
increasedAfflictionChance70
increasedChanceToDodgeCrystallization100
increasedChanceToDodgeCrystalSanction100
customDescription"Immune to Player Debuffs includes Stun and Freeze."
id"melvorF:Purity2"
name"Purity"
modifiers
debuffImmunity1
stunImmunity100
sleepImmunity1
curseImmunity1
increasedChanceToDodgeCrystallization100
increasedChanceToDodgeCrystalSanction100
customDescription"Immune to Player Debuffs includes Stun and Freeze."
id"melvorF:Rebirth"
name"Rebirth"
modifiers
increasedRebirthChance40
customDescription"Upon reaching 0 Hitpoints, 40% chance to respawn with full Hitpoints."
id"melvorF:MeleeProficiency"
name"Melee Proficiency"
modifiers
rangedImmunity1
magicImmunity1
customDescription"Immune to all Ranged and Magic Attacks."
id"melvorF:RangedProficiency"
name"Ranged Proficiency"
modifiers
meleeImmunity1
magicImmunity1
customDescription"Immune to all Melee and Magic Attacks."
id"melvorF:MagicProficiency"
name"Magic Proficiency"
modifiers
meleeImmunity1
rangedImmunity1
customDescription"Immune to all Melee and Ranged Attacks"
id"melvorF:AfflictedMight"
name"Afflicted Might"
modifiers
stunImmunity100
sleepImmunity1
curseImmunity1
slowImmunity100
increasedAfflictionChance50
otherStyleImmunity1
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
increasedAfflictionChance70
increasedDamageReduction20
customDescription"+70% chance to apply affliction when attacking and +20% Damage Reduction"
id"melvorF:MistBoss"
name"Mist Boss"
modifiers
increasedMaxHitpoints20
increasedDamageReduction20
decreasedAttackIntervalPercent20
increasedGlobalAccuracy20
increasedGlobalEvasion20
customDescription"+20% Maximum Hitpoints, +20% Damage Reduction, -20% Attack Interval, +20% Accuracy Rating, and +20% Global Evasion"
id"melvorF:ToxicGlands"
name"Toxic Glands"
modifiers
poisonImmunity100
customDescription"+100% chance to ignore poison"
id"melvorF:PoisonousHide"
name"Poisonous Hide"
modifiers
poisonImmunity100
increasedChanceToApplyPoison20
customDescription"+100% chance to ignore poison and +20% chance to apply poison when hitting with an attack"
id"melvorF:CursedRobes"
name"Cursed Robes"
modifiers
burnImmunity100
frostBurnImmunity100
increasedLifesteal25
customDescription"+100% chance to ignore burn, +100% chance to ignore Frostburn, and +25% Lifesteal"
id"melvorF:SpikedArmour"
name"Spiked Armour"
modifiers
increasedReflectDamage20
slowImmunity100
increasedDamageReduction20
customDescription"+20% Reflect Damage, +100% chance to ignore Slow effects, and +20% Damage Reduction"
id"melvorF:BonePlate"
name"Bone Plate"
modifiers
stunImmunity100
bleedImmunity100
curseImmunity1
increasedDamageReduction15
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
globalEvasionHPScaling1.3000000000000000444089209850062616169452667236328125
customDescription"Evasion Ratings are multiplied by 1.3 times current Hitpoints percent"
id"melvorF:EventPassive1"
modifiers
increasedMaxHitPercent10
decreasedAttackIntervalPercent10
decreasedGlobalEvasion10
customDescription"+10% Maximum Hit, -10% Attack Interval, and -10% Global Evasion"
id"melvorF:EventPassive2"
modifiers
increasedFlatMaxHitpoints200
decreasedMaxHitPercent10
customDescription"+2000 Maximum Hitpoints and -10% Maximum Hit"
id"melvorF:EventPassive3"
modifiers
increasedMaxHitPercent20
decreasedMaxHitpoints10
customDescription"+20% Maximum Hit and -10% Maximum Hitpoints"
id"melvorF:EventPassive4"
modifiers
increasedEndOfTurnHealing24
increasedMinHitBasedOnMaxHit40
customDescription"Heal 4% of current hitpoints every 2 turns and +40% of Maximum Hit added to Minimum Hit"
id"melvorF:EventPassive5"
modifiers
slowImmunity100
decreasedAttackIntervalPercent5
customDescription"+100% chance to ignore Slow effects and -5% Attack Interval"
id"melvorF:EventPassive6"
modifiers
stunImmunity100
sleepImmunity1
customDescription"+100% chance to ignore Stun and Freeze and Immune to Sleep"
id"melvorF:EventPassive7"
modifiers
increasedAfflictionChance15
increasedLifesteal15
customDescription"+15% chance to apply affliction when attacking and +15% Lifesteal"
id"melvorF:EventPassive8"
modifiers
increasedDamageReduction15
increasedGlobalEvasion15
customDescription"+15% Damage Reduction and +15% Global Evasion"
id"melvorF:EventPassive9"
modifiers
increasedMaxHitPercent20
increasedGlobalAccuracy20
customDescription"+20% Maximum Hit and +20% Accuracy Rating"
id"melvorF:EventPassive10"
modifiers
increasedChanceToApplyPoison50
increasedMaxHitpoints10
customDescription"+50% chance to apply poison when hitting with an attack and +10% Maximum Hitpoints"
id"melvorF:EventPassive11"
modifiers
increasedChanceToApplyBurn50
increasedChanceToApplyFrostburn50
customDescription"+50% Chance to apply burn when attacking and +50% chance to apply frostburn when attacking"
id"melvorF:EventPassive12"
modifiers
Empty object
customDescription"Slayer Area Effects are +5% Stronger"
id"melvorTotH:Intimidation3"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction3
customDescription"Reduce Player damage reduction by 3%"
id"melvorTotH:Intimidation7"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction7
customDescription"Reduce Player damage reduction by 7%"
id"melvorTotH:Intimidation8"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction8
customDescription"Reduce Player damage reduction by 8%"
id"melvorTotH:Intimidation9"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction9
customDescription"Reduce Player damage reduction by 9%"
id"melvorTotH:Intimidation10"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction10
customDescription"Reduce Player damage reduction by 10%"
id"melvorTotH:Intimidation11"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction11
customDescription"Reduce Player damage reduction by 11%"
id"melvorTotH:Intimidation13"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction13
customDescription"Reduce Player damage reduction by 13%"
id"melvorTotH:Intimidation15"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction15
customDescription"Reduce Player damage reduction by 15%"
id"melvorTotH:Intimidation16"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction16
customDescription"Reduce Player damage reduction by 16%"
id"melvorTotH:Intimidation18"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction18
customDescription"Reduce Player damage reduction by 18%"
id"melvorTotH:Intimidation19"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction19
customDescription"Reduce Player damage reduction by 19%"
id"melvorTotH:Intimidation20"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction20
customDescription"Reduce Player damage reduction by 20%"
id"melvorTotH:Intimidation21"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction21
customDescription"Reduce Player damage reduction by 21%"
id"melvorTotH:Intimidation23"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction23
customDescription"Reduce Player damage reduction by 23%"
id"melvorTotH:Intimidation24"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction24
customDescription"Reduce Player damage reduction by 24%"
id"melvorTotH:Intimidation25"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction25
customDescription"Reduce Player damage reduction by 25%"
id"melvorTotH:Intimidation29"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction29
customDescription"Reduce Player damage reduction by 29%"
id"melvorTotH:Intimidation30"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction30
customDescription"Reduce Player damage reduction by 30%"
id"melvorTotH:Intimidation36"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction36
customDescription"Reduce Player damage reduction by 36%"
id"melvorTotH:ToxicSkin"
name"Toxic Skin"
modifiers
increasedChanceToApplyPoison30
customDescription"+30% chance to apply poison when hitting with an attack"
id"melvorTotH:AfflictedVitality"
name"Afflicted Vitality"
modifiers
increasedHitpointRegeneration10
customDescription"+10% Hitpoint Regeneration"
id"melvorTotH:Ablaze"
name"Ablaze"
modifiers
increasedChanceToApplyBurn30
customDescription"+30% Chance to apply burn when attacking"
id"melvorTotH:FrozenBuild"
name"Frozen Build"
modifiers
slowImmunity100
freezeImmunity100
frostBurnImmunity100
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
increasedChanceToApplyShock20
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
increasedAbsorbingSkin1
customDescription"Target gains +3% Damage Reduction for every successful hit by the Attacker (Stacks up to 10 times)"
id"melvorTotH:Duality"
name"Duality"
modifiers
increasedDuality1
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
increased30Slow5TurnsChance20
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
increasedChanceToApplyDecayCurse20
customDescription"+20% chance to apply Decay Curse to the Target per hit"
id"melvorTotH:Rage"
name"Rage"
modifiers
increasedRage1
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
Empty object
customDescription""
id"melvorTotH:CursedLifesteal"
name"Cursed Lifesteal"
modifiers
increasedCurseLifesteal500
customDescription"+500% Lifesteal if target is Cursed"
id"melvorTotH:UndeadGrasp"
name"Undead Grasp"
modifiers
increasedEndOfTurnHealing215
customDescription"Heal 15% of current hitpoints every 2 turns"
id"melvorTotH:DarkBlade"
name"Dark Blade"
modifiers
increasedChanceDarkBlade20
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
reducedTargetDamageRedcutionIfBleeding10
increasedBleedLifesteal10
customDescription"While Target is Bleeding, reduce their Damage Reduction by -10% and +10% Bleed lifesteal"
id"melvorTotH:ElementalMaster"
name"Elemental Master"
modifiers
increasedLifesteal250
increasedElementalEffectChance20
customDescription"+250% Lifesteal and +20% chance to apply Burn, Frostburn or Freeze when hitting with a Magic attack"
id"melvorTotH:Assassin"
name"Assassin"
modifiers
increasedLifesteal250
increasedAssassin1
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
increasedGlobalStunChance40
increasedLifesteal150
increasedBleedLifesteal500
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
increasedPoisonLifesteal1000
customDescription"+1,000% Poison lifesteal"
id"melvorTotH:PoisonImmunity"
name"Poison Immunity"
modifiers
poisonImmunity100
customDescription"+100% chance to ignore poison"
id"melvorTotH:BurnImmunity"
name"Burn Immunity"
modifiers
burnImmunity100
customDescription"+100% chance to ignore burn"
id"melvorTotH:ProtectionOfTheForest"
name"Protection of the Forest"
modifiers
meleeImmunity1
rangedImmunity1
curseImmunity1
customDescription"Immune to Melee attacks, Immune to Ranged attacks, and Immune to curses"
id"melvorTotH:SlowImmunity"
name"Slow Immunity"
modifiers
slowImmunity100
customDescription"+100% chance to ignore Slow effects"
id"melvorTotH:StunImmunity"
name"Stun Immunity"
modifiers
stunImmunity100
customDescription"+100% chance to ignore Stun and Freeze"
id"melvorTotH:BleedImmunity"
name"Bleed Immunity"
modifiers
bleedImmunity100
customDescription"+100% chance to ignore bleed"
id"melvorTotH:Intimidation38"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction38
customDescription"Reduce Player damage reduction by 38%"
id"melvorTotH:Intimidation39"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction39
customDescription"Reduce Player damage reduction by 39%"
id"melvorTotH:Intimidation40"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction40
customDescription"Reduce Player damage reduction by 40%"
id"melvorTotH:Intimidation42"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction42
customDescription"Reduce Player damage reduction by 42%"
id"melvorTotH:Intimidation43"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction43
customDescription"Reduce Player damage reduction by 43%"
id"melvorTotH:Intimidation44"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction44
customDescription"Reduce Player damage reduction by 44%"
id"melvorTotH:Intimidation27"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction27
customDescription"Reduce Player damage reduction by 27%"
id"melvorTotH:Intimidation35"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction35
customDescription"Reduce Player damage reduction by 35%"
id"melvorTotH:BleedLifesteal500"
name"Bleed Lifesteal"
modifiers
increasedBleedLifesteal500
customDescription"+500% Bleed lifesteal"
id"melvorTotH:Intimidation4"
name"Intimidation"
modifiers
decreasedPlayerDamageReduction4
customDescription"Reduce Player damage reduction by 4%"
id"melvorTotH:AfflictedResilience"
name"Afflicted Resilience"
modifiers
stunImmunity100
slowImmunity50
burnImmunity50
frostBurnImmunity50
freezeImmunity100
customDescription"Immune to Stun and Freeze. +50% chance to avoid Burn, Bleed, Slow and Frostburn."
id"melvorTotH:GrowingMadness"
name"Growing Madness"
modifiers
growingMadnessPassive1
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
momentInTimePassive1
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
reignOverTimePassive1
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
increasedEndOfTurnMaxHealing22
customDescription"Heal 2% of max hitpoints every 2 turns"
id"melvorTotH:BurnLifesteal1000"
name"Burn Lifesteal"
modifiers
increasedBurnLifesteal1000
customDescription"+1,000% Burn lifesteal"
id"melvorTotH:Lifesteal100"
name"Lifesteal"
modifiers
increasedLifesteal100
customDescription"+100% Lifesteal"
id"melvorTotH:CurseOfTheUndead"
name"Curse Of The Undead"
modifiers
increasedRebirthChance30
applyRandomCurseOnSpawn1
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
barrierRegenTurns7
customDescription"Regenerates 25% Barrier every 7 Attack Turns"
id"melvorAoD:EndofTurnHealing2"
name"End of Turn Healing"
modifiers
increasedEndOfTurnHealing32
customDescription"Heal 2% of current hitpoints every 3 turns"
id"melvorAoD:EndofTurnHealing8"
name"End of Turn Healing"
modifiers
increasedEndOfTurnHealing28
customDescription"Heal 8% of current hitpoints every 2 turns"
id"melvorAoD:EndofTurnHealing4"
name"End of Turn Healing"
modifiers
increasedEndOfTurnHealing24
customDescription"Heal 4% of current hitpoints every 2 turns"
id"melvorAoD:MajorReflection"
name"Major Reflection"
modifiers
increasedReflectDamage50
customDescription"+50% Reflect Damage"
id"melvorAoD:WeakeningTouch"
name"Weakening Touch"
modifiers
increasedChanceWeakeningTouch100
customDescription"+100% chance to apply Weakening Touch to the Target"
id"melvorAoD:PoisonMaster"
name"Poison Master"
modifiers
increasedChanceToApplyPoison20
increasedPoisonLifesteal100
customDescription"+20% chance to apply poison when hitting with an attack and +100% Poison lifesteal"
id"melvorAoD:Ghostly"
name"Ghostly"
modifiers
decreasedPlayerDamageReduction10
increasedEndOfTurnMaxHealing24
customDescription"Reduce Player damage reduction by 10% and Heal 4% of max hitpoints every 2 turns"
id"melvorAoD:Underwater"
name"Underwater"
modifiers
underwaterEffect1
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
increasedChanceCrystallization100
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
increasedChanceCrystalSanction100
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
increasedLifesteal10
customDescription"+10% Lifesteal"
id"melvorAoD:Slimed"
name"Slimes"
modifiers
increasedChanceToApply5Slow50
increasedHealEvery200Int1
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
increasedReflectDamage50
customDescription"+50% Reflect Damage"
id"melvorAoD:Confusion"
name"Confusion"
modifiers
Empty object
targetModifiers
increasedConfusion3
customDescription""
id"melvorAoD:BasicImmunity"
name"Basic Immunity"
modifiers
burnImmunity100
stunImmunity100
sleepImmunity1
slowImmunity100
customDescription"Immune to Stuns, Burns, Sleeps and Slows."
id"melvorAoD:PuppetMaster"
name"Puppet Master"
modifiers
increasedEndOfTurnHealing22
gain2MaxHitpointsPerTurn2
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
increasedUnholyMarkOnHit1
customDescription"+1 Unholy Mark stacks applied when hitting with an attack"
monsters
id"melvorD:BlackKnight"
name"Black Knight"
levels
Hitpoints20
Attack20
Strength20
Defence20
Ranged1
Magic1
equipmentStats
attackSpeed2600
stabAttackBonus10
meleeDefenceBonus20
rangedDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance10
lootTable
itemID"melvorD:Black_Boots"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Black_Helmet"
minQuantity1
maxQuantity1
weight30
itemID"melvorD:Black_Dagger"
minQuantity1
maxQuantity1
weight30
itemID"melvorD:Black_Shield"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Black_Sword"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Black_Battleaxe"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Black_Scimitar"
minQuantity1
maxQuantity1
weight8
itemID"melvorD:Black_2H_Sword"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Black_Platelegs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Black_Platebody"
minQuantity1
maxQuantity1
weight1
gpDrops
min10
max50
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:HillGiant"
name"Hill Giant"
levels
Hitpoints35
Attack18
Strength22
Defence26
Ranged1
Magic1
equipmentStats
attackSpeed3000
stabAttackBonus18
meleeStrengthBonus16
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Iron_Arrows"
minQuantity1
maxQuantity15
weight25
itemID"melvorD:Steel_Arrows"
minQuantity1
maxQuantity15
weight25
itemID"melvorD:Onion_Seed"
minQuantity1
maxQuantity10
weight25
itemID"melvorD:Cabbage_Seed"
minQuantity1
maxQuantity10
weight25
itemID"melvorD:Mantalyme_Seed"
minQuantity1
maxQuantity1
weight25
itemID"melvorD:Watermelon_Seed"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Sapphire"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Ruby"
minQuantity1
maxQuantity1
weight1
gpDrops
min8
max24
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorD:MossGiant"
name"Moss Giant"
levels
Hitpoints60
Attack50
Strength50
Defence50
Ranged1
Magic1
equipmentStats
attackSpeed3000
stabAttackBonus33
meleeStrengthBonus50
meleeDefenceBonus30
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance75
lootTable
itemID"melvorD:Steel_Arrows"
minQuantity1
maxQuantity20
weight25
itemID"melvorD:Mithril_Arrows"
minQuantity1
maxQuantity15
weight15
itemID"melvorD:Earth_Rune"
minQuantity1
maxQuantity15
weight25
itemID"melvorD:Strawberry_Seed"
minQuantity1
maxQuantity8
weight25
itemID"melvorD:Fire_Rune"
minQuantity1
maxQuantity10
weight25
itemID"melvorD:Lemontyle_Seed"
minQuantity1
maxQuantity1
weight25
itemID"melvorD:Oxilyme_Seed"
minQuantity1
maxQuantity1
weight15
itemID"melvorD:Snape_Grass_Seed"
minQuantity1
maxQuantity5
weight11
itemID"melvorD:Chaos_Rune"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Death_Rune"
minQuantity1
maxQuantity5
weight5
itemID"melvorD:Emerald"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Yew_Tree_Seed"
minQuantity1
maxQuantity1
weight1
gpDrops
min28
max65
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorD:GiantCrab"
name"Giant Crab"
levels
Hitpoints60
Attack20
Strength15
Defence30
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus5
meleeStrengthBonus10
meleeDefenceBonus10
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Raw_Crab"
minQuantity1
maxQuantity1
weight100
itemID"melvorD:Treasure_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min10
max30
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Tentacle"
name"Tentacle"
levels
Hitpoints25
Attack10
Strength10
Defence5
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus5
meleeStrengthBonus5
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Iron_Ore"
minQuantity1
maxQuantity5
weight20
itemID"melvorD:Coal_Ore"
minQuantity1
maxQuantity5
weight20
itemID"melvorD:Raw_Sardine"
minQuantity1
maxQuantity3
weight20
itemID"melvorD:Raw_Herring"
minQuantity1
maxQuantity3
weight20
itemID"melvorD:Burnt_Cave_Fish"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max20
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Seagull"
name"Seagull"
levels
Hitpoints6
Attack1
Strength1
Defence1
Ranged1
Magic1
equipmentStats
attackSpeed2400
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Feathers"
minQuantity1
maxQuantity55
weight1
gpDrops
min1
max5
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ConfusedPirate"
name"Confused Pirate"
levels
Hitpoints40
Attack40
Strength20
Defence20
Ranged1
Magic1
equipmentStats
attackSpeed3600
stabAttackBonus30
meleeStrengthBonus8
meleeDefenceBonus10
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance20
lootTable
itemID"melvorD:Steel_Scimitar"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Black_Scimitar"
minQuantity1
maxQuantity1
weight30
itemID"melvorD:Mithril_Scimitar"
minQuantity1
maxQuantity1
weight8
itemID"melvorD:Adamant_Scimitar"
minQuantity1
maxQuantity1
weight1
gpDrops
min10
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:FrozenMammoth"
name"Frozen Mammoth"
levels
Hitpoints70
Attack20
Strength60
Defence60
Ranged1
Magic1
equipmentStats
attackSpeed3000
stabAttackBonus20
meleeStrengthBonus50
meleeDefenceBonus50
attackType"melee"
specialAttacks
"melvorD:Frostburn"
passives
Empty array
lootChance1
lootTable
itemID"melvorD:Ice_Shield"
minQuantity1
maxQuantity1
weight1
gpDrops
min200
max300
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorD:FrozenArcher"
name"Frozen Archer"
levels
Hitpoints30
Attack1
Strength1
Defence1
Ranged40
Magic1
equipmentStats
attackSpeed2000
rangedAttackBonus10
rangedStrengthBonus15
rangedDefenceBonus20
magicDefenceBonus20
attackType"ranged"
specialAttacks
"melvorD:Frostburn"
passives
Empty array
lootChance20
lootTable
itemID"melvorD:Ice_Arrows"
minQuantity1
maxQuantity20
weight1
gpDrops
min50
max100
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:WetMonster"
name"Wet Monster"
levels
Hitpoints30
Attack30
Strength30
Defence30
Ranged20
Magic20
equipmentStats
attackSpeed3600
stabAttackBonus33
meleeStrengthBonus31
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Ore"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamantite_Ore"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Silver_Ore"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Raw_Lobster"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Lobster"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Shark"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Salmon"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Steel_Bar"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Maple_Logs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Teak_Logs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Yew_Logs"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Topaz"
minQuantity1
maxQuantity1
weight3
itemID"melvorD:Raw_Trout"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Raw_Salmon"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Amulet_of_Defence"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Mantalyme_Seed"
minQuantity1
maxQuantity2
weight5
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:MoistMonster"
name"Moist Monster"
levels
Hitpoints25
Attack40
Strength20
Defence40
Ranged20
Magic20
equipmentStats
attackSpeed2400
meleeDefenceBonus15
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Ore"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamantite_Ore"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Silver_Ore"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Raw_Lobster"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Lobster"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Shark"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Salmon"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Steel_Bar"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Maple_Logs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Teak_Logs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Yew_Logs"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Topaz"
minQuantity1
maxQuantity1
weight3
itemID"melvorD:Raw_Trout"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Raw_Salmon"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Amulet_of_Strength"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Lemontyle_Seed"
minQuantity1
maxQuantity2
weight5
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:SweatyMonster"
name"Sweaty Monster"
levels
Hitpoints28
Attack22
Strength24
Defence24
Ranged20
Magic20
equipmentStats
attackSpeed2400
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Ore"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamantite_Ore"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Silver_Ore"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Raw_Lobster"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Lobster"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Shark"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Salmon"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Steel_Bar"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Maple_Logs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Teak_Logs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Yew_Logs"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Topaz"
minQuantity1
maxQuantity1
weight3
itemID"melvorD:Raw_Trout"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Raw_Salmon"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Amulet_of_Accuracy"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Oxilyme_Seed"
minQuantity1
maxQuantity2
weight5
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Golbin"
name"Golbin"
levels
Hitpoints5
Attack1
Strength1
Defence1
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Water_Rune"
minQuantity1
maxQuantity4
weight7
itemID"melvorD:Body_Rune"
minQuantity1
maxQuantity4
weight7
itemID"melvorD:Raw_Shrimp"
minQuantity1
maxQuantity3
weight6
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Bronze_Shield"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Bronze_Battleaxe"
minQuantity1
maxQuantity1
weight1
gpDrops
min2
max10
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
pet
id"melvorD:GoldenGolbin"
quantity42069
id"melvorD:RangedGolbin"
name"Ranged Golbin"
levels
Hitpoints10
Attack5
Strength5
Defence5
Ranged5
Magic1
equipmentStats
attackSpeed3000
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Bronze_Arrows"
minQuantity1
maxQuantity4
weight15
itemID"melvorD:Raw_Shrimp"
minQuantity1
maxQuantity3
weight13
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Normal_Shortbow"
minQuantity1
maxQuantity1
weight8
itemID"melvorD:Slingshot"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Oak_Shortbow"
minQuantity1
maxQuantity1
weight1
gpDrops
min2
max10
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Chicken"
name"Chicken"
levels
Hitpoints3
Attack1
Strength1
Defence1
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus-47
meleeStrengthBonus-42
meleeDefenceBonus-42
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Feathers"
minQuantity1
maxQuantity90
weight1
itemID"melvorD:Raw_Chicken"
minQuantity1
maxQuantity4
weight1
gpDrops
min1
max5
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Cow"
name"Cow"
levels
Hitpoints8
Attack1
Strength1
Defence1
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus-15
meleeStrengthBonus-15
meleeDefenceBonus-21
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Leather"
minQuantity1
maxQuantity6
weight1
itemID"melvorD:Raw_Beef"
minQuantity1
maxQuantity6
weight1
gpDrops
min1
max5
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Chick"
name"Chick"
levels
Hitpoints3
Attack1
Strength1
Defence1
Ranged1
Magic1
equipmentStats
attackSpeed4000
stabAttackBonus-45
meleeStrengthBonus-45
meleeDefenceBonus-45
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max5
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:MummaChicken"
name"Mumma Chicken"
levels
Hitpoints50
Attack30
Strength30
Defence30
Ranged1
Magic1
equipmentStats
attackSpeed2600
damageReduction20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Egg_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min70
max700
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Pirate"
name"Pirate"
levels
Hitpoints50
Attack70
Strength50
Defence50
Ranged1
Magic1
equipmentStats
attackSpeed3600
stabAttackBonus50
meleeStrengthBonus12
meleeDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min20
max80
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:PirateCaptain"
name"Pirate Captain"
levels
Hitpoints100
Attack100
Strength80
Defence80
Ranged1
Magic1
equipmentStats
attackSpeed3200
damageReduction5
stabAttackBonus50
meleeStrengthBonus50
meleeDefenceBonus50
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min20
max80
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:TheKraken"
name"The Kraken"
levels
Hitpoints300
Attack100
Strength100
Defence150
Ranged1
Magic1
equipmentStats
attackSpeed4000
damageReduction20
stabAttackBonus60
meleeStrengthBonus45
meleeDefenceBonus60
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Pirate_Booty"
minQuantity1
maxQuantity1
weight1
gpDrops
min280
max1120
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Bat"
name"Bat"
levels
Hitpoints10
Attack20
Strength30
Defence15
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:BigBat"
name"Big Bat"
levels
Hitpoints20
Attack40
Strength60
Defence30
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:TheEye"
name"The Eye"
levels
Hitpoints40
Attack80
Strength120
Defence60
Ranged60
Magic120
equipmentStats
attackSpeed2800
magicDamageBonus-8
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ResurrectedEye"
name"Resurrected Eye"
levels
Hitpoints80
Attack160
Strength240
Defence120
Ranged80
Magic200
equipmentStats
attackSpeed2800
damageReduction5
magicDamageBonus-12
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:PratTheProtectorOfSecrets"
name"Prat, the Protector of Secrets"
levels
Hitpoints160
Attack320
Strength480
Defence240
Ranged480
Magic240
equipmentStats
attackSpeed3000
damageReduction15
attackType"ranged"
specialAttacks
"melvorD:Volley"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorD:MalcsTheGuardianOfMelvor"
name"Malcs, the Guardian of Melvor"
levels
Hitpoints250
Attack640
Strength960
Defence380
Ranged960
Magic480
equipmentStats
attackSpeed3000
damageReduction25
attackType"melee"
specialAttacks
"melvorD:RazorSharpClaws"
"melvorD:Dragonbreath"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Elite_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min14000
max35000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorD:Spider"
name"Spider"
levels
Hitpoints25
Attack50
Strength50
Defence50
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
"melvorD:Venom"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min10
max100
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:BrownSpider"
name"Brown Spider"
levels
Hitpoints30
Attack50
Strength50
Defence50
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
"melvorD:Venom"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min10
max100
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:EvilSpider"
name"Evil Spider"
levels
Hitpoints75
Attack80
Strength80
Defence80
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
"melvorD:Venom"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min10
max250
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:SpiderKing"
name"Spider King"
levels
Hitpoints200
Attack120
Strength120
Defence120
Ranged1
Magic1
equipmentStats
attackSpeed3000
damageReduction20
attackType"melee"
specialAttacks
"melvorD:Venom"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Spider_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min350
max3500
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:IceMonster"
name"Ice Monster"
levels
Hitpoints50
Attack70
Strength70
Defence70
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
"melvorD:Frostburn"
passives
Empty array
lootChance10
lootTable
itemID"melvorD:Ice_Sword"
minQuantity1
maxQuantity1
weight1
gpDrops
min100
max250
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:IceTroll"
name"Ice Troll"
levels
Hitpoints70
Attack80
Strength80
Defence80
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
"melvorD:Frostburn"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min10
max100
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Ice"
name"Ice"
levels
Hitpoints30
Attack80
Strength80
Defence80
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
"melvorD:Frostburn"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min10
max100
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ProtectorofIce"
name"Protector of Ice"
levels
Hitpoints225
Attack150
Strength150
Defence150
Ranged1
Magic1
equipmentStats
attackSpeed3000
damageReduction20
attackType"melee"
specialAttacks
"melvorD:Frostburn"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Frozen_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min1400
max7000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:FirstMate"
name"First Mate"
levels
Hitpoints75
Attack80
Strength65
Defence65
Ranged1
Magic1
equipmentStats
attackSpeed3000
stabAttackBonus65
meleeStrengthBonus35
meleeDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min20
max80
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ZombieHand"
name"Zombie Hand"
levels
Hitpoints20
Attack20
Strength20
Defence20
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Bronze_Platebody"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Bronze_Platelegs"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Iron_Platebody"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Iron_Platelegs"
minQuantity1
maxQuantity1
weight1
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Zombie"
name"Zombie"
levels
Hitpoints30
Attack30
Strength30
Defence30
Ranged1
Magic1
equipmentStats
attackSpeed3000
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity3
weight1
itemID"melvorD:Iron_Platebody"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Iron_Boots"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Steel_Platebody"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Steel_Boots"
minQuantity1
maxQuantity1
weight1
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ZombieLeader"
name"Zombie Leader"
levels
Hitpoints70
Attack60
Strength60
Defence60
Ranged1
Magic1
equipmentStats
attackSpeed3000
damageReduction20
stabAttackBonus40
meleeStrengthBonus20
meleeDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Standard_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min140
max1400
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
id"melvorD:Ghost"
name"Ghost"
levels
Hitpoints40
Attack40
Strength40
Defence40
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance25
lootTable
itemID"melvorD:Oxilyme_Seed"
minQuantity1
maxQuantity5
weight1
gpDrops
min1
max10
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:GreenDragon"
name"Green Dragon"
levels
Hitpoints75
Attack68
Strength68
Defence68
Ranged60
Magic60
equipmentStats
attackSpeed3000
stabAttackBonus20
meleeStrengthBonus40
meleeDefenceBonus40
attackType"melee"
specialAttacks
"melvorD:LesserDragonbreath"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Green_Dragonhide"
minQuantity1
maxQuantity15
weight1
gpDrops
min1
max100
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
overrideSpecialChances
10
id"melvorD:BlueDragon"
name"Blue Dragon"
levels
Hitpoints90
Attack75
Strength75
Defence75
Ranged70
Magic70
equipmentStats
attackSpeed3000
stabAttackBonus30
meleeStrengthBonus50
meleeDefenceBonus50
attackType"melee"
specialAttacks
"melvorD:LesserDragonbreath"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Blue_Dragonhide"
minQuantity1
maxQuantity20
weight1
gpDrops
min1
max175
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
overrideSpecialChances
20
id"melvorD:RedDragon"
name"Red Dragon"
levels
Hitpoints100
Attack90
Strength90
Defence90
Ranged80
Magic80
equipmentStats
attackSpeed3000
damageReduction5
stabAttackBonus45
meleeStrengthBonus60
meleeDefenceBonus60
attackType"melee"
specialAttacks
"melvorD:LesserDragonbreath"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Red_Dragonhide"
minQuantity1
maxQuantity25
weight1
gpDrops
min1
max325
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
overrideSpecialChances
30
id"melvorD:BlackDragon"
name"Black Dragon"
levels
Hitpoints120
Attack100
Strength100
Defence100
Ranged90
Magic90
equipmentStats
attackSpeed3000
damageReduction5
stabAttackBonus60
meleeStrengthBonus80
meleeDefenceBonus80
attackType"melee"
specialAttacks
"melvorD:LesserDragonbreath"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Black_Dragonhide"
minQuantity1
maxQuantity30
weight1
gpDrops
min1
max600
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
id"melvorD:JuniorFarmer"
name"Junior Farmer"
levels
Hitpoints8
Attack5
Strength5
Defence5
Ranged1
Magic1
equipmentStats
attackSpeed2400
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Potato_Seed"
minQuantity1
maxQuantity3
weight10
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity2
weight6
itemID"melvorD:Onion_Seed"
minQuantity1
maxQuantity3
weight5
itemID"melvorD:Cabbage_Seed"
minQuantity1
maxQuantity3
weight3
itemID"melvorD:Tomato_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min1
max5
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:AdultFarmer"
name"Adult Farmer"
levels
Hitpoints20
Attack20
Strength20
Defence20
Ranged20
Magic1
equipmentStats
attackSpeed2400
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Onion_Seed"
minQuantity1
maxQuantity5
weight180
itemID"melvorD:Cabbage_Seed"
minQuantity1
maxQuantity5
weight140
itemID"melvorD:Tomato_Seed"
minQuantity1
maxQuantity5
weight110
itemID"melvorD:Sourweed_Seed"
minQuantity1
maxQuantity2
weight105
itemID"melvorD:Mantalyme_Seed"
minQuantity1
maxQuantity2
weight90
itemID"melvorD:Sweetcorn_Seed"
minQuantity1
maxQuantity5
weight80
itemID"melvorD:Strawberry_Seed"
minQuantity1
maxQuantity5
weight50
itemID"melvorD:Watermelon_Seed"
minQuantity1
maxQuantity5
weight20
itemID"melvorD:Compost"
minQuantity1
maxQuantity5
weight20
itemID"melvorD:Snape_Grass_Seed"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Oak_Tree_Seed"
minQuantity1
maxQuantity5
weight20
gpDrops
min1
max5
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:MasterFarmer"
name"Master Farmer"
levels
Hitpoints28
Attack45
Strength45
Defence45
Ranged30
Magic20
equipmentStats
attackSpeed2400
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Tomato_Seed"
minQuantity1
maxQuantity8
weight110
itemID"melvorD:Sweetcorn_Seed"
minQuantity1
maxQuantity8
weight80
itemID"melvorD:Strawberry_Seed"
minQuantity1
maxQuantity8
weight50
itemID"melvorD:Lemontyle_Seed"
minQuantity1
maxQuantity2
weight60
itemID"melvorD:Oxilyme_Seed"
minQuantity1
maxQuantity2
weight50
itemID"melvorD:Watermelon_Seed"
minQuantity1
maxQuantity8
weight20
itemID"melvorD:Compost"
minQuantity1
maxQuantity8
weight20
itemID"melvorD:Snape_Grass_Seed"
minQuantity1
maxQuantity8
weight10
itemID"melvorD:Oak_Tree_Seed"
minQuantity1
maxQuantity8
weight80
itemID"melvorD:Willow_Tree_Seed"
minQuantity1
maxQuantity8
weight30
itemID"melvorD:Maple_Tree_Seed"
minQuantity1
maxQuantity8
weight15
itemID"melvorD:Yew_Tree_Seed"
minQuantity1
maxQuantity8
weight5
itemID"melvorD:Magic_Tree_Seed"
minQuantity1
maxQuantity8
weight1
itemID"melvorD:Bobs_Rake"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max5
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Wizard"
name"Wizard"
levels
Hitpoints30
Attack20
Strength20
Defence20
Ranged20
Magic40
equipmentStats
attackSpeed2400
magicAttackBonus20
magicDamageBonus-6
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Air_Rune"
minQuantity1
maxQuantity10
weight100
itemID"melvorD:Water_Rune"
minQuantity1
maxQuantity10
weight80
itemID"melvorD:Earth_Rune"
minQuantity1
maxQuantity10
weight60
itemID"melvorD:Fire_Rune"
minQuantity1
maxQuantity10
weight40
itemID"melvorD:Green_Wizard_Hat"
minQuantity1
maxQuantity1
weight40
itemID"melvorD:Green_Wizard_Robes"
minQuantity1
maxQuantity1
weight40
itemID"melvorD:Green_Wizard_Bottoms"
minQuantity1
maxQuantity1
weight40
itemID"melvorD:Green_Wizard_Boots"
minQuantity1
maxQuantity1
weight40
itemID"melvorD:Blue_Wizard_Hat"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Blue_Wizard_Robes"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Blue_Wizard_Bottoms"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Blue_Wizard_Boots"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Magic_Wand_Basic"
minQuantity1
maxQuantity1
weight5
gpDrops
min10
max50
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:SteelKnight"
name"Steel Knight"
levels
Hitpoints15
Attack10
Strength10
Defence10
Ranged1
Magic1
equipmentStats
attackSpeed2600
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Steel_Boots"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Steel_Helmet"
minQuantity1
maxQuantity1
weight30
itemID"melvorD:Steel_Shield"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Steel_Sword"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Steel_Scimitar"
minQuantity1
maxQuantity1
weight8
itemID"melvorD:Steel_Platelegs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Steel_Platebody"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max10
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:MithrilKnight"
name"Mithril Knight"
levels
Hitpoints25
Attack30
Strength30
Defence30
Ranged10
Magic10
equipmentStats
attackSpeed2600
stabAttackBonus10
meleeDefenceBonus20
rangedDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance25
lootTable
itemID"melvorD:Mithril_Boots"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Mithril_Helmet"
minQuantity1
maxQuantity1
weight30
itemID"melvorD:Mithril_Shield"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Mithril_Sword"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Mithril_Scimitar"
minQuantity1
maxQuantity1
weight8
itemID"melvorD:Mithril_Platelegs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Mithril_Platebody"
minQuantity1
maxQuantity1
weight1
gpDrops
min10
max50
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:AdamantKnight"
name"Adamant Knight"
levels
Hitpoints60
Attack60
Strength60
Defence60
Ranged60
Magic60
equipmentStats
attackSpeed2600
stabAttackBonus50
meleeStrengthBonus30
meleeDefenceBonus70
rangedDefenceBonus70
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance15
lootTable
itemID"melvorD:Adamant_Boots"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamant_Helmet"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamant_Shield"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamant_Sword"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamant_Scimitar"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamant_Platelegs"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Adamant_Platebody"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Obsidian_Cape"
minQuantity1
maxQuantity1
weight1
gpDrops
min30
max100
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:RuneKnight"
name"Rune Knight"
levels
Hitpoints80
Attack90
Strength90
Defence90
Ranged90
Magic90
equipmentStats
attackSpeed2600
damageReduction5
stabAttackBonus80
meleeStrengthBonus60
meleeDefenceBonus120
rangedDefenceBonus120
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance5
lootTable
itemID"melvorD:Rune_Boots"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Helmet"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Shield"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Sword"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Scimitar"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Platelegs"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Platebody"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Amulet_of_Glory"
minQuantity1
maxQuantity1
weight1
gpDrops
min100
max250
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:BanditTrainee"
name"Bandit Trainee"
levels
Hitpoints20
Attack20
Strength20
Defence20
Ranged20
Magic1
equipmentStats
attackSpeed2000
rangedAttackBonus15
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Bronze_Arrows"
minQuantity1
maxQuantity10
weight30
itemID"melvorD:Iron_Arrows"
minQuantity1
maxQuantity10
weight20
itemID"melvorD:Steel_Arrows"
minQuantity1
maxQuantity10
weight10
itemID"melvorD:Lemontyle_Seed"
minQuantity1
maxQuantity5
weight5
gpDrops
min1
max30
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Bandit"
name"Bandit"
levels
Hitpoints40
Attack20
Strength20
Defence20
Ranged60
Magic10
equipmentStats
attackSpeed2000
rangedAttackBonus30
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Steel_Arrows"
minQuantity1
maxQuantity15
weight30
itemID"melvorD:Mithril_Arrows"
minQuantity1
maxQuantity15
weight20
itemID"melvorD:Adamant_Arrows"
minQuantity1
maxQuantity15
weight10
itemID"melvorD:Oxilyme_Seed"
minQuantity1
maxQuantity5
weight5
itemID"melvorD:Amulet_of_Ranged"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max30
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:BanditLeader"
name"Bandit Leader"
levels
Hitpoints150
Attack60
Strength60
Defence60
Ranged130
Magic30
equipmentStats
attackSpeed2000
damageReduction20
rangedAttackBonus75
rangedStrengthBonus10
attackType"ranged"
specialAttacks
"melvorD:RapidFire"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Bandit_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min300
max1000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
id"melvorD:DarkWizard"
name"Dark Wizard"
levels
Hitpoints110
Attack90
Strength90
Defence90
Ranged90
Magic90
equipmentStats
attackSpeed2400
damageReduction5
magicAttackBonus50
magicDamageBonus7
magicDefenceBonus70
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Chaos_Rune"
minQuantity1
maxQuantity10
weight250
itemID"melvorD:Death_Rune"
minQuantity1
maxQuantity10
weight100
itemID"melvorD:Black_Wizard_Hat"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Black_Wizard_Robes"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Black_Wizard_Bottoms"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Black_Wizard_Boots"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Magic_Wand_Powerful"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Enchanted_Shield"
minQuantity1
maxQuantity1
weight20
gpDrops
min100
max250
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireBolt"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorD:MasterWizard"
name"Master Wizard"
levels
Hitpoints60
Attack20
Strength20
Defence20
Ranged20
Magic75
equipmentStats
attackSpeed2400
magicAttackBonus40
magicDefenceBonus40
magicDamageBonus-9
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity15
weight250
itemID"melvorD:Chaos_Rune"
minQuantity1
maxQuantity15
weight100
itemID"melvorD:Death_Rune"
minQuantity1
maxQuantity15
weight30
itemID"melvorD:Air_Battlestaff"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Amulet_of_Magic"
minQuantity1
maxQuantity1
weight15
itemID"melvorD:Water_Battlestaff"
minQuantity1
maxQuantity1
weight15
itemID"melvorD:Earth_Battlestaff"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Fire_Battlestaff"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Enchanted_Cape"
minQuantity1
maxQuantity1
weight5
gpDrops
min100
max250
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ElderWizard"
name"Elder Wizard"
levels
Hitpoints180
Attack70
Strength70
Defence70
Ranged70
Magic120
equipmentStats
attackSpeed3000
damageReduction20
magicAttackBonus60
magicDefenceBonus80
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Magic_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min1400
max3500
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindBlast"
id"melvorD:Skeleton"
name"Skeleton"
levels
Hitpoints10
Attack1
Strength1
Defence1
Ranged10
Magic10
equipmentStats
attackSpeed2600
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance50
lootTable
itemID"melvorD:Headless_Arrows"
minQuantity1
maxQuantity5
weight1
gpDrops
min1
max10
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Leech"
name"Leech"
levels
Hitpoints20
Attack20
Strength20
Defence10
Ranged1
Magic1
equipmentStats
attackSpeed2600
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity1
weight100
itemID"melvorD:Chest_of_Witwix"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max10
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ViciousSerpent"
name"Vicious Serpent"
levels
Hitpoints110
Attack180
Strength240
Defence120
Ranged260
Magic120
equipmentStats
attackSpeed2800
damageReduction5
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:FireSpirit"
name"Fire Spirit"
levels
Hitpoints140
Attack180
Strength240
Defence120
Ranged260
Magic380
equipmentStats
attackSpeed3000
damageReduction10
magicDamageBonus23
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:Plant"
name"Plant"
levels
Hitpoints2
Attack1
Strength1
Defence1
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus-47
meleeStrengthBonus-42
meleeDefenceBonus-42
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Potatoes"
minQuantity1
maxQuantity3
weight1
gpDrops
min1
max5
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
id"melvorD:ElerineArcher"
name"Elerine Archer"
levels
Hitpoints50
Attack1
Strength1
Defence50
Ranged100
Magic1
equipmentStats
attackSpeed2600
rangedAttackBonus5
attackType"ranged"
specialAttacks
"melvorD:Fleetness"
passives
Empty array
lootChance20
lootTable
itemID"melvorD:Maple_Shortbow"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Yew_Shortbow"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Magic_Shortbow"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Elerine_Longbow"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max75
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ElerineWarrior"
name"Elerine Warrior"
levels
Hitpoints65
Attack85
Strength100
Defence80
Ranged1
Magic1
equipmentStats
attackSpeed2800
stabAttackBonus5
attackType"melee"
specialAttacks
"melvorD:Fleetness"
passives
Empty array
lootChance20
lootTable
itemID"melvorD:Mithril_Battleaxe"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Adamant_Battleaxe"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Rune_2H_Sword"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Elerine_Spear"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max100
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorD:ElerineMage"
name"Elerine Mage"
levels
Hitpoints75
Attack1
Strength1
Defence75
Ranged1
Magic135
equipmentStats
attackSpeed3000
damageReduction5
magicDamageBonus-18
attackType"magic"
specialAttacks
"melvorD:Fleetness"
passives
Empty array
lootChance15
lootTable
itemID"melvorD:Air_Battlestaff"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Water_Battlestaff"
minQuantity1
maxQuantity1
weight8
itemID"melvorD:Earth_Battlestaff"
minQuantity1
maxQuantity1
weight6
itemID"melvorD:Fire_Battlestaff"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Natures_Call_Staff_Top"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max150
canSlayertrue
isBossfalse
selectedSpell"melvorD:EarthBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:RandomITM"
levels
Hitpoints1
Attack1
Strength1
Defence1
Ranged1
Magic1
ignoreCompletiontrue
attackType"random"
specialAttacks
Empty array
passives
Empty array
lootChance0
lootTable
Empty array
gpDrops
min0
max1
bones
itemID"melvorD:Bones"
quantity1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
id"melvorF:Mummy"
name"Mummy"
levels
Hitpoints27
Attack22
Strength27
Defence27
Ranged1
Magic1
equipmentStats
attackSpeed2500
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity2
weight20
itemID"melvorF:Silver_Topaz_Necklace"
minQuantity1
maxQuantity1
weight20
itemID"melvorF:Silver_Ruby_Necklace"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Sourweed_Seed"
minQuantity1
maxQuantity2
weight15
itemID"melvorD:Gold_Topaz_Ring"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Gold_Emerald_Ring"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Amulet_of_Strength"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Silver_Diamond_Ring"
minQuantity1
maxQuantity1
weight1
gpDrops
min5
max40
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Statue"
name"Statue"
levels
Hitpoints37
Attack22
Strength37
Defence37
Ranged1
Magic1
equipmentStats
attackSpeed2500
meleeDefenceBonus10
magicDefenceBonus10
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Coal_Ore"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Silver_Bar"
minQuantity1
maxQuantity3
weight5
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity2
weight5
gpDrops
min5
max40
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:StoneSnake"
name"Stone Snake"
levels
Hitpoints60
Attack1
Strength1
Defence60
Ranged1
Magic75
equipmentStats
attackSpeed3000
magicAttackBonus30
magicDefenceBonus40
magicDamageBonus-9
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Ore"
minQuantity1
maxQuantity5
weight20
itemID"melvorD:Mantalyme_Seed"
minQuantity1
maxQuantity2
weight15
itemID"melvorD:Adamantite_Ore"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Runite_Ore"
minQuantity1
maxQuantity5
weight1
gpDrops
min5
max40
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:UndeadWerewolf"
name"Undead Werewolf"
levels
Hitpoints48
Attack58
Strength55
Defence48
Ranged1
Magic1
equipmentStats
attackSpeed2500
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Leather"
minQuantity1
maxQuantity5
weight1
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Vampire"
name"Vampire"
levels
Hitpoints50
Attack1
Strength1
Defence40
Ranged70
Magic1
equipmentStats
attackSpeed2600
rangedAttackBonus10
rangedStrengthBonus10
rangedDefenceBonus30
magicDefenceBonus50
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance75
lootTable
itemID"melvorD:Air_Rune"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Water_Rune"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Earth_Rune"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Fire_Rune"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Lemontyle_Seed"
minQuantity1
maxQuantity2
weight10
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity5
weight10
itemID"melvorD:Chaos_Rune"
minQuantity1
maxQuantity3
weight3
itemID"melvorD:Death_Rune"
minQuantity1
maxQuantity2
weight1
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:FierceDevil"
name"Fierce Devil"
levels
Hitpoints82
Attack100
Strength90
Defence74
Ranged1
Magic1
equipmentStats
attackSpeed2600
damageReduction5
meleeStrengthBonus10
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Potato_Seed"
minQuantity1
maxQuantity1
weight900
itemID"melvorF:Poraxx_Seed"
minQuantity1
maxQuantity2
weight100
itemID"melvorD:Amulet_of_Torture"
minQuantity1
maxQuantity1
weight1
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:ManyEyedMonster"
name"Many Eyed Monster"
levels
Hitpoints37
Attack1
Strength1
Defence37
Ranged50
Magic15
equipmentStats
attackSpeed2600
rangedAttackBonus30
rangedStrengthBonus20
rangedDefenceBonus40
magicDefenceBonus70
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Eyeball"
minQuantity1
maxQuantity3
weight5
itemID"melvorD:Mantalyme_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min20
max80
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:StrangeEyedMonster"
name"Strange Eyed Monster"
levels
Hitpoints65
Attack65
Strength65
Defence65
Ranged65
Magic65
equipmentStats
attackSpeed2800
stabAttackBonus30
meleeDefenceBonus10
rangedDefenceBonus20
magicDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Eyeball"
minQuantity1
maxQuantity8
weight5
itemID"melvorD:Oxilyme_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:LotsofEyes"
name"Lots of Eyes"
levels
Hitpoints25
Attack54
Strength46
Defence32
Ranged1
Magic1
equipmentStats
attackSpeed2500
stabAttackBonus10
meleeDefenceBonus10
rangedDefenceBonus10
magicDefenceBonus5
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Eyeball"
minQuantity1
maxQuantity5
weight5
itemID"melvorD:Lemontyle_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Eyes"
name"Eyes"
levels
Hitpoints81
Attack68
Strength70
Defence71
Ranged15
Magic25
equipmentStats
attackSpeed3000
stabAttackBonus25
meleeStrengthBonus25
meleeDefenceBonus25
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Eyeball"
minQuantity1
maxQuantity12
weight5
itemID"melvorF:Poraxx_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Griffin"
name"Griffin"
levels
Hitpoints150
Attack97
Strength67
Defence135
Ranged1
Magic1
equipmentStats
attackSpeed2400
damageReduction5
stabAttackBonus20
meleeStrengthBonus30
rangedDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance12
lootTable
itemID"melvorF:Dragon_Claw_Fragment"
minQuantity1
maxQuantity1
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:Pegasus"
name"Pegasus"
levels
Hitpoints220
Attack140
Strength160
Defence120
Ranged1
Magic130
equipmentStats
attackSpeed2400
damageReduction5
meleeStrengthBonus30
meleeDefenceBonus40
rangedDefenceBonus100
magicDefenceBonus90
attackType"melee"
specialAttacks
Empty array
passives
"melvorF:FleetingDefence"
lootChance3
lootTable
itemID"melvorF:Ancient_Claw_Fragment"
minQuantity1
maxQuantity1
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorF:Fairy"
name"Fairy"
levels
Hitpoints41
Attack1
Strength1
Defence40
Ranged20
Magic50
equipmentStats
attackSpeed3000
meleeDefenceBonus30
rangedDefenceBonus10
magicDefenceBonus30
magicDamageBonus4
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance40
lootTable
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity3
weight5
itemID"melvorF:Staff_of_Air"
minQuantity1
maxQuantity1
weight5
itemID"melvorF:Staff_of_Earth"
minQuantity1
maxQuantity1
weight5
itemID"melvorF:Staff_of_Water"
minQuantity1
maxQuantity1
weight5
itemID"melvorF:Staff_of_Fire"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Magic_Wand_Basic"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Oxilyme_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min10
max50
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindBlast"
bones
itemID"melvorF:Holy_Dust"
quantity1
id"melvorF:Valkyrie"
name"Valkyrie"
levels
Hitpoints54
Attack70
Strength79
Defence40
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus10
meleeStrengthBonus10
meleeDefenceBonus10
rangedDefenceBonus30
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance5
lootTable
itemID"melvorD:Rune_Sword"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Dagger"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Battleaxe"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Scimitar"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_2H_Sword"
minQuantity1
maxQuantity1
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Holy_Dust"
quantity1
id"melvorF:Angel"
name"Angel"
levels
Hitpoints80
Attack1
Strength1
Defence50
Ranged20
Magic80
equipmentStats
attackSpeed3000
magicAttackBonus50
meleeDefenceBonus30
rangedDefenceBonus60
magicDefenceBonus60
magicDamageBonus12
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance5
lootTable
itemID"melvorD:Air_Battlestaff"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Earth_Battlestaff"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Water_Battlestaff"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Fire_Battlestaff"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Magic_Wand_Powerful"
minQuantity1
maxQuantity1
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:EarthBolt"
bones
itemID"melvorF:Holy_Dust"
quantity1
id"melvorF:HolyArcher"
name"Holy Archer"
levels
Hitpoints105
Attack1
Strength1
Defence60
Ranged80
Magic30
equipmentStats
attackSpeed2400
rangedAttackBonus40
rangedStrengthBonus50
meleeDefenceBonus40
rangedDefenceBonus80
magicDefenceBonus80
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Arrows"
minQuantity1
maxQuantity15
weight100
itemID"melvorD:Adamant_Arrows"
minQuantity1
maxQuantity15
weight50
itemID"melvorD:Rune_Arrows"
minQuantity1
maxQuantity15
weight25
itemID"melvorF:Pigtayle_Seed"
minQuantity1
maxQuantity3
weight1
itemID"melvorF:Yew_Longbow"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Magic_Longbow"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Redwood_Longbow"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Cape_of_Arrow_Preservation"
minQuantity1
maxQuantity1
weight1
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Holy_Dust"
quantity1
id"melvorF:GooMonster"
name"Goo Monster"
levels
Hitpoints15
Attack15
Strength12
Defence15
Ranged1
Magic1
equipmentStats
attackSpeed2400
meleeDefenceBonus5
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Garum_Seed"
minQuantity1
maxQuantity3
weight8
itemID"melvorD:Bronze_Bar"
minQuantity1
maxQuantity3
weight8
itemID"melvorD:Sourweed_Seed"
minQuantity1
maxQuantity3
weight4
itemID"melvorD:Iron_Bar"
minQuantity1
maxQuantity3
weight3
itemID"melvorF:Goo"
minQuantity1
maxQuantity2
weight5
itemID"melvorD:Bronze_Dagger"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Iron_Dagger"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max30
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:GreenGooMonster"
name"Green Goo Monster"
levels
Hitpoints35
Attack35
Strength20
Defence35
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Steel_Bar"
minQuantity1
maxQuantity3
weight8
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity3
weight3
itemID"melvorD:Steel_Dagger"
minQuantity1
maxQuantity1
weight4
itemID"melvorF:Goo"
minQuantity1
maxQuantity3
weight3
itemID"melvorD:Mithril_Dagger"
minQuantity1
maxQuantity1
weight1
gpDrops
min10
max40
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:PurpleGooMonster"
name"Purple Goo Monster"
levels
Hitpoints54
Attack42
Strength42
Defence42
Ranged1
Magic1
equipmentStats
attackSpeed3000
stabAttackBonus30
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity3
weight8
itemID"melvorD:Lemontyle_Seed"
minQuantity1
maxQuantity3
weight8
itemID"melvorD:Adamantite_Bar"
minQuantity1
maxQuantity3
weight3
itemID"melvorD:Adamant_Dagger"
minQuantity1
maxQuantity1
weight4
itemID"melvorF:Goo"
minQuantity1
maxQuantity4
weight5
itemID"melvorD:Amulet_of_Defence"
minQuantity1
maxQuantity1
weight1
gpDrops
min10
max50
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:ScatteredGooMonster"
name"Scattered Goo Monster"
levels
Hitpoints76
Attack60
Strength50
Defence60
Ranged1
Magic1
equipmentStats
attackSpeed3000
stabAttackBonus30
meleeStrengthBonus30
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance17
lootTable
itemID"melvorF:Goo"
minQuantity1
maxQuantity6
weight15
itemID"melvorD:Amulet_of_Glory"
minQuantity1
maxQuantity1
weight2
gpDrops
min40
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:RagingHornedElite"
name"Raging Horned Elite"
levels
Hitpoints140
Attack97
Strength79
Defence135
Ranged40
Magic1
equipmentStats
attackSpeed2600
damageReduction5
stabAttackBonus20
meleeStrengthBonus30
rangedDefenceBonus20
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Ancient_Arrow"
minQuantity1
maxQuantity30
weight465
itemID"melvorD:Trout"
minQuantity1
maxQuantity30
weight475
itemID"melvorF:Large_Horn"
minQuantity1
maxQuantity4
weight200
itemID"melvorF:War_Axe"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Slayer_Crossbow_Head"
minQuantity1
maxQuantity1
weight1
gpDrops
min70
max180
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:SeethingHornedElite"
name"Seething Horned Elite"
levels
Hitpoints200
Attack1
Strength1
Defence70
Ranged1
Magic192
equipmentStats
attackSpeed2600
damageReduction5
magicAttackBonus-5
magicDamageBonus3
meleeDefenceBonus170
magicDefenceBonus49
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Topaz"
minQuantity1
maxQuantity30
weight248
itemID"melvorF:Pigtayle_Seed"
minQuantity1
maxQuantity3
weight198
itemID"melvorD:Sapphire"
minQuantity1
maxQuantity20
weight198
itemID"melvorD:Ruby"
minQuantity1
maxQuantity15
weight198
itemID"melvorD:Emerald"
minQuantity1
maxQuantity10
weight149
itemID"melvorF:Barrentoe_Seed"
minQuantity1
maxQuantity3
weight119
itemID"melvorF:Large_Horn"
minQuantity1
maxQuantity4
weight120
itemID"melvorD:Diamond"
minQuantity1
maxQuantity10
weight24
itemID"melvorF:Warberd"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Amulet_of_Fury"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Dragon_Scimitar"
minQuantity1
maxQuantity1
weight2
itemID"melvorF:Slayer_Crossbow_Head"
minQuantity1
maxQuantity1
weight1
gpDrops
min100
max350
canSlayertrue
isBossfalse
selectedSpell"melvorD:EarthBolt"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:DarkHornedElite"
name"Dark Horned Elite"
levels
Hitpoints280
Attack178
Strength178
Defence180
Ranged90
Magic90
equipmentStats
attackSpeed2600
damageReduction10
stabAttackBonus75
meleeStrengthBonus80
meleeDefenceBonus80
rangedDefenceBonus70
magicDefenceBonus70
attackType"melee"
specialAttacks
"melvorF:Ram"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_2H_Sword"
minQuantity1
maxQuantity1
weight450
itemID"melvorD:Adamant_2H_Sword"
minQuantity1
maxQuantity1
weight225
itemID"melvorF:Pigtayle_Seed"
minQuantity1
maxQuantity3
weight150
itemID"melvorD:Rune_2H_Sword"
minQuantity1
maxQuantity1
weight110
itemID"melvorF:Barrentoe_Seed"
minQuantity1
maxQuantity3
weight90
itemID"melvorF:Large_Horn"
minQuantity1
maxQuantity4
weight90
itemID"melvorD:Dragon_2H_Sword"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Ancient_2H_Sword"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Slayer_Crossbow_Head"
minQuantity1
maxQuantity1
weight1
gpDrops
min250
max750
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:AirGuard"
name"Air Guard"
levels
Hitpoints150
Attack120
Strength120
Defence120
Ranged200
Magic100
equipmentStats
attackSpeed2400
damageReduction5
rangedStrengthBonus35
rangedDefenceBonus30
attackType"ranged"
specialAttacks
"melvorF:Barrage"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Air_Shard"
quantity1
id"melvorF:AirMonster"
name"Air Monster"
levels
Hitpoints220
Attack210
Strength280
Defence210
Ranged100
Magic100
equipmentStats
attackSpeed2400
damageReduction10
meleeStrengthBonus30
rangedDefenceBonus30
attackType"melee"
specialAttacks
"melvorF:WindBlade"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Air_Shard"
quantity4
id"melvorF:AirGolem"
name"Air Golem"
levels
Hitpoints300
Attack300
Strength300
Defence300
Ranged520
Magic200
equipmentStats
attackSpeed2600
damageReduction20
rangedDefenceBonus40
attackType"ranged"
specialAttacks
"melvorF:Whirlwind"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Air_Shard"
quantity8
id"melvorF:Aleron"
name"Aleron"
levels
Hitpoints500
Attack500
Strength500
Defence500
Ranged300
Magic300
equipmentStats
attackSpeed2700
damageReduction25
meleeStrengthBonus22
rangedDefenceBonus50
magicDefenceBonus-20
attackType"melee"
specialAttacks
"melvorF:Tornado"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Air_Shard"
quantity15
id"melvorF:Voltaire"
name"Voltaire"
levels
Hitpoints500
Attack400
Strength400
Defence400
Ranged670
Magic300
equipmentStats
attackSpeed2700
damageReduction25
rangedStrengthBonus2
rangedDefenceBonus50
attackType"ranged"
specialAttacks
"melvorF:Tornado"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Air_Shard"
quantity15
id"melvorF:Aeris"
name"Aeris"
levels
Hitpoints1000
Attack500
Strength500
Defence450
Ranged800
Magic500
equipmentStats
attackSpeed3000
damageReduction25
rangedStrengthBonus2
meleeDefenceBonus-13
rangedDefenceBonus80
attackType"ranged"
specialAttacks
"melvorF:Barrage"
"melvorF:WindBlade"
"melvorF:Whirlwind"
"melvorF:Tornado"
"melvorF:Cyclone"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Scroll_of_Aeris"
minQuantity1
maxQuantity1
weight1
gpDrops
min100000
max150000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Air_Shard"
quantity1
overrideSpecialChances
30
25
20
15
10
id"melvorF:WaterGuard"
name"Water Guard"
levels
Hitpoints180
Attack120
Strength120
Defence120
Ranged100
Magic200
equipmentStats
attackSpeed2400
damageReduction5
magicDefenceBonus20
magicDamageBonus26
attackType"magic"
specialAttacks
"melvorF:IcyChill"
"melvorF:FrozenSpears"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorF:Water_Shard"
quantity1
id"melvorF:WaterMonster"
name"Water Monster"
levels
Hitpoints240
Attack200
Strength280
Defence200
Ranged100
Magic100
equipmentStats
attackSpeed2600
damageReduction10
meleeStrengthBonus18
rangedDefenceBonus30
attackType"melee"
specialAttacks
"melvorF:IcyChill"
"melvorF:IceBreak"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Water_Shard"
quantity4
id"melvorF:WaterGolem"
name"Water Golem"
levels
Hitpoints320
Attack300
Strength300
Defence300
Ranged200
Magic520
equipmentStats
attackSpeed2800
damageReduction20
meleeDefenceBonus-10
rangedDefenceBonus-10
magicDefenceBonus40
magicDamageBonus8
attackType"magic"
specialAttacks
"melvorF:FlashFreeze"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorF:Water_Shard"
quantity8
id"melvorF:Lissia"
name"Lissia"
levels
Hitpoints550
Attack480
Strength480
Defence480
Ranged300
Magic500
equipmentStats
attackSpeed3000
damageReduction25
rangedDefenceBonus-20
magicDefenceBonus40
magicDamageBonus11
attackType"magic"
specialAttacks
"melvorF:IcyChill"
"melvorF:Winterland"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterWave"
bones
itemID"melvorF:Water_Shard"
quantity15
id"melvorF:Murtia"
name"Murtia"
levels
Hitpoints550
Attack420
Strength430
Defence420
Ranged300
Magic300
equipmentStats
attackSpeed3000
damageReduction25
rangedDefenceBonus50
magicDefenceBonus-20
attackType"melee"
specialAttacks
"melvorF:IcyChill"
"melvorF:Winterland"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Water_Shard"
quantity15
id"melvorF:Glacia"
name"Glacia"
levels
Hitpoints1100
Attack600
Strength600
Defence500
Ranged300
Magic600
equipmentStats
attackSpeed3300
damageReduction25
rangedDefenceBonus-5
magicDefenceBonus80
magicDamageBonus5
attackType"magic"
specialAttacks
"melvorF:FrozenSpears"
"melvorF:IceBreak"
"melvorF:FlashFreeze"
"melvorF:Winterland"
"melvorF:FrigidWaves"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Scroll_of_Glacia"
minQuantity1
maxQuantity1
weight1
gpDrops
min100000
max150000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WaterWave"
bones
itemID"melvorF:Water_Shard"
quantity1
overrideSpecialChances
30
25
20
15
10
id"melvorF:EarthGuard"
name"Earth Guard"
levels
Hitpoints200
Attack120
Strength120
Defence120
Ranged200
Magic100
equipmentStats
attackSpeed2800
damageReduction5
rangedStrengthBonus29
rangedDefenceBonus20
attackType"ranged"
specialAttacks
"melvorF:StoneWall"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Earth_Shard"
quantity1
id"melvorF:EarthMonster"
name"Earth Monster"
levels
Hitpoints240
Attack200
Strength280
Defence200
Ranged100
Magic100
equipmentStats
attackSpeed3000
damageReduction10
meleeStrengthBonus28
rangedDefenceBonus30
attackType"melee"
specialAttacks
"melvorF:Charge"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Earth_Shard"
quantity4
id"melvorF:EarthGolem"
name"Earth Golem"
levels
Hitpoints360
Attack360
Strength380
Defence360
Ranged250
Magic300
equipmentStats
attackSpeed3200
damageReduction20
meleeStrengthBonus20
rangedDefenceBonus40
attackType"melee"
specialAttacks
"melvorF:Boulder"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Earth_Shard"
quantity8
id"melvorF:Mistral"
name"Mistral"
levels
Hitpoints600
Attack480
Strength480
Defence480
Ranged300
Magic500
equipmentStats
attackSpeed3400
damageReduction25
rangedDefenceBonus-20
magicDefenceBonus40
magicDamageBonus-3
attackType"magic"
specialAttacks
"melvorF:GraspingRoots"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthWave"
bones
itemID"melvorF:Earth_Shard"
quantity15
id"melvorF:Ophidia"
name"Ophidia"
levels
Hitpoints600
Attack420
Strength525
Defence420
Ranged300
Magic300
equipmentStats
attackSpeed3400
damageReduction25
meleeStrengthBonus18
rangedDefenceBonus50
magicDefenceBonus-20
attackType"melee"
specialAttacks
"melvorF:GraspingRoots"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Earth_Shard"
quantity15
id"melvorF:Terran"
name"Terran"
levels
Hitpoints1200
Attack570
Strength570
Defence570
Ranged300
Magic300
equipmentStats
attackSpeed3900
damageReduction25
meleeDefenceBonus50
magicDefenceBonus-20
attackType"melee"
specialAttacks
"melvorF:StoneWall"
"melvorF:Charge"
"melvorF:Boulder"
"melvorF:GraspingRoots"
"melvorF:SeismicSlam"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Scroll_of_Terran"
minQuantity1
maxQuantity1
weight1
gpDrops
min100000
max150000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Earth_Shard"
quantity1
overrideSpecialChances
30
25
20
15
10
id"melvorF:FireGuard"
name"Fire Guard"
levels
Hitpoints170
Attack140
Strength160
Defence140
Ranged100
Magic100
equipmentStats
attackSpeed2600
damageReduction5
stabAttackBonus10
meleeStrengthBonus70
rangedDefenceBonus20
attackType"melee"
specialAttacks
"melvorF:Fireball"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Fire_Shard"
quantity1
id"melvorF:FireMonster"
name"Fire Monster"
levels
Hitpoints230
Attack200
Strength280
Defence200
Ranged100
Magic100
equipmentStats
attackSpeed2800
damageReduction10
stabAttackBonus10
meleeStrengthBonus40
rangedDefenceBonus30
attackType"melee"
specialAttacks
"melvorF:BurningClaws"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Fire_Shard"
quantity4
id"melvorF:FireGolem"
name"Fire Golem"
levels
Hitpoints310
Attack300
Strength300
Defence300
Ranged200
Magic500
equipmentStats
attackSpeed3000
damageReduction15
magicDefenceBonus20
magicDamageBonus-6
attackType"magic"
specialAttacks
"melvorF:ScorchingRay"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireBlast"
bones
itemID"melvorF:Fire_Shard"
quantity8
id"melvorF:Pyra"
name"Pyra"
levels
Hitpoints550
Attack480
Strength480
Defence480
Ranged300
Magic500
equipmentStats
attackSpeed3300
damageReduction25
rangedDefenceBonus-20
magicDefenceBonus40
magicDamageBonus-1
attackType"magic"
specialAttacks
"melvorF:MeteorShower"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireWave"
bones
itemID"melvorF:Fire_Shard"
quantity15
id"melvorF:Ignis"
name"Ignis"
levels
Hitpoints550
Attack480
Strength530
Defence480
Ranged300
Magic300
equipmentStats
attackSpeed3300
damageReduction25
meleeStrengthBonus25
rangedDefenceBonus50
magicDefenceBonus-20
attackType"melee"
specialAttacks
"melvorF:MeteorShower"
passives
Empty array
lootChance100
lootTable
Empty array
gpDrops
min1
max10
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Fire_Shard"
quantity15
id"melvorF:Ragnar"
name"Ragnar"
levels
Hitpoints1100
Attack600
Strength600
Defence600
Ranged300
Magic400
equipmentStats
attackSpeed3600
damageReduction25
magicAttackBonus10
rangedDefenceBonus-20
magicDefenceBonus50
magicDamageBonus4
attackType"magic"
specialAttacks
"melvorF:Fireball"
"melvorF:BurningClaws"
"melvorF:ScorchingRay"
"melvorF:MeteorShower"
"melvorF:Cataclysm"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Scroll_of_Ragnar"
minQuantity1
maxQuantity1
weight1
gpDrops
min100000
max150000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorF:Fire_Shard"
quantity1
overrideSpecialChances
30
25
20
15
10
id"melvorF:ElderDragon"
name"Elder Dragon"
levels
Hitpoints240
Attack200
Strength300
Defence200
Ranged180
Magic180
equipmentStats
attackSpeed3000
damageReduction20
stabAttackBonus60
meleeStrengthBonus30
meleeDefenceBonus40
attackType"melee"
specialAttacks
"melvorF:BurningFireball"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Elder_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min3000
max10000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
id"melvorF:FuriousHornedElite"
name"Furious Horned Elite"
levels
Hitpoints300
Attack170
Strength170
Defence170
Ranged250
Magic80
equipmentStats
attackSpeed2600
damageReduction10
rangedAttackBonus60
rangedStrengthBonus30
rangedDefenceBonus70
magicDefenceBonus70
attackType"ranged"
specialAttacks
"melvorF:HornShots"
passives
Empty array
lootChance75
lootTable
itemID"melvorF:Ancient_Throwing_Knife"
minQuantity1
maxQuantity45
weight400
itemID"melvorF:Ancient_Javelin"
minQuantity1
maxQuantity45
weight300
itemID"melvorF:Large_Horn"
minQuantity1
maxQuantity4
weight100
itemID"melvorF:Slayer_Crossbow_Head"
minQuantity1
maxQuantity1
weight1
gpDrops
min250
max1000
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:MioliteSprig"
name"Miolite Sprig"
levels
Hitpoints40
Attack45
Strength50
Defence55
Ranged1
Magic30
equipmentStats
attackSpeed2800
stabAttackBonus40
rangedDefenceBonus15
attackType"melee"
specialAttacks
"melvorF:Spores"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:MioliteTrio"
name"Miolite Trio"
levels
Hitpoints55
Attack1
Strength1
Defence100
Ranged1
Magic130
equipmentStats
attackSpeed3000
damageReduction5
rangedDefenceBonus-27
magicDefenceBonus10
magicDamageBonus4
attackType"magic"
specialAttacks
"melvorF:Spores"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:MioliteWarden"
name"Miolite Warden"
levels
Hitpoints75
Attack110
Strength130
Defence110
Ranged1
Magic50
equipmentStats
attackSpeed2800
damageReduction20
stabAttackBonus29
meleeDefenceBonus35
rangedDefenceBonus12
magicDefenceBonus10
attackType"melee"
specialAttacks
"melvorF:Spores"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min450
max4000
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:MioliteMonarch"
name"Miolite Monarch"
levels
Hitpoints180
Attack1
Strength1
Defence175
Ranged1
Magic185
equipmentStats
attackSpeed3000
damageReduction20
magicAttackBonus20
meleeDefenceBonus-8
rangedDefenceBonus-15
magicDefenceBonus28
magicDamageBonus36
attackType"magic"
specialAttacks
"melvorF:DrowsySporesEnemy"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Miolite_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBosstrue
selectedSpell"melvorD:EarthStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Druid"
name"Druid"
levels
Hitpoints35
Attack1
Strength1
Defence55
Ranged1
Magic85
equipmentStats
attackSpeed3000
magicAttackBonus5
rangedDefenceBonus30
magicDefenceBonus40
magicDamageBonus25
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Garum_Herb"
minQuantity1
maxQuantity3
weight56
itemID"melvorD:Sourweed_Herb"
minQuantity1
maxQuantity3
weight42
itemID"melvorD:Mantalyme_Herb"
minQuantity1
maxQuantity3
weight21
itemID"melvorD:Lemontyle_Herb"
minQuantity1
maxQuantity3
weight14
itemID"melvorD:Oxilyme_Herb"
minQuantity1
maxQuantity3
weight7
itemID"melvorF:Nature_Rune"
minQuantity1
maxQuantity10
weight56
itemID"melvorF:Natures_Call_Staff_Bottom"
minQuantity1
maxQuantity1
weight1
gpDrops
min30
max120
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Thief"
name"Thief"
levels
Hitpoints55
Attack1
Strength1
Defence105
Ranged95
Magic1
equipmentStats
attackSpeed1800
rangedDefenceBonus11
magicDefenceBonus60
attackType"ranged"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Gloves_of_Silence"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Bronze_Throwing_Knife"
minQuantity1
maxQuantity8
weight100
itemID"melvorD:Iron_Throwing_Knife"
minQuantity1
maxQuantity8
weight80
itemID"melvorD:Steel_Throwing_Knife"
minQuantity1
maxQuantity8
weight50
itemID"melvorD:Mithril_Throwing_Knife"
minQuantity1
maxQuantity8
weight30
itemID"melvorD:Adamant_Throwing_Knife"
minQuantity1
maxQuantity8
weight20
itemID"melvorD:Rune_Throwing_Knife"
minQuantity1
maxQuantity8
weight10
gpDrops
min40
max160
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Shaman"
name"Shaman"
levels
Hitpoints75
Attack1
Strength1
Defence85
Ranged1
Magic110
equipmentStats
attackSpeed3000
magicAttackBonus8
rangedDefenceBonus20
magicDefenceBonus30
magicDamageBonus-3
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Chaos_Rune"
minQuantity1
maxQuantity10
weight200
itemID"melvorF:Shaman_Ring"
minQuantity1
maxQuantity1
weight1
gpDrops
min45
max190
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Necromancer"
name"Necromancer"
levels
Hitpoints95
Attack1
Strength1
Defence105
Ranged1
Magic125
equipmentStats
attackSpeed3000
damageReduction5
magicAttackBonus20
meleeDefenceBonus10
rangedDefenceBonus10
magicDefenceBonus33
magicDamageBonus-24
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Death_Rune"
minQuantity1
maxQuantity10
weight200
itemID"melvorF:Book_of_Occults"
minQuantity1
maxQuantity1
weight1
gpDrops
min55
max220
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindBlast"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Elementalist"
name"Elementalist"
levels
Hitpoints125
Attack1
Strength1
Defence130
Ranged1
Magic220
equipmentStats
attackSpeed3000
damageReduction5
magicAttackBonus20
meleeDefenceBonus16
rangedDefenceBonus10
magicDefenceBonus20
magicDamageBonus9
attackType"magic"
specialAttacks
"melvorF:ElementalImpactStun"
"melvorF:ElementalImpactFreeze"
"melvorF:ElementalImpactBurn"
"melvorF:ElementalImpactFrostburn"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Havoc_Rune"
minQuantity1
maxQuantity10
weight200
itemID"melvorF:Elementalist_Gloves"
minQuantity1
maxQuantity1
weight1
gpDrops
min85
max340
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:TurkulRiders"
name"Turkul Riders"
levels
Hitpoints55
Attack30
Strength60
Defence55
Ranged1
Magic1
equipmentStats
attackSpeed2800
stabAttackBonus40
meleeDefenceBonus25
magicDefenceBonus15
attackType"melee"
specialAttacks
"melvorF:LesserSandstorm"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Boots"
minQuantity1
maxQuantity1
weight67
itemID"melvorD:Adamant_Boots"
minQuantity1
maxQuantity1
weight36
itemID"melvorD:Rune_Boots"
minQuantity1
maxQuantity1
weight18
itemID"melvorF:Wildflower"
minQuantity1
maxQuantity6
weight18
itemID"melvorF:Sand_Treaders"
minQuantity1
maxQuantity1
weight1
gpDrops
min25
max110
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:TurkulArchers"
name"Turkul Archers"
levels
Hitpoints70
Attack1
Strength1
Defence75
Ranged90
Magic1
equipmentStats
attackSpeed2400
rangedAttackBonus38
meleeDefenceBonus15
rangedDefenceBonus60
magicDefenceBonus165
attackType"ranged"
specialAttacks
"melvorF:LesserSandstorm"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Gloves"
minQuantity1
maxQuantity1
weight67
itemID"melvorD:Adamant_Gloves"
minQuantity1
maxQuantity1
weight36
itemID"melvorD:Rune_Gloves"
minQuantity1
maxQuantity1
weight18
itemID"melvorF:Wildflower"
minQuantity1
maxQuantity7
weight18
itemID"melvorF:Desert_Wrappings"
minQuantity1
maxQuantity1
weight1
gpDrops
min40
max160
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:TurkulThrowers"
name"Turkul Throwers"
levels
Hitpoints80
Attack1
Strength1
Defence80
Ranged110
Magic1
equipmentStats
attackSpeed2000
rangedAttackBonus18
meleeDefenceBonus27
rangedDefenceBonus40
magicDefenceBonus130
attackType"ranged"
specialAttacks
"melvorF:LesserSandstorm"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Bronze_Javelin"
minQuantity1
maxQuantity10
weight38
itemID"melvorF:Iron_Javelin"
minQuantity1
maxQuantity10
weight31
itemID"melvorF:Steel_Javelin"
minQuantity1
maxQuantity10
weight25
itemID"melvorF:Mithril_Javelin"
minQuantity1
maxQuantity10
weight19
itemID"melvorF:Wildflower"
minQuantity1
maxQuantity8
weight15
itemID"melvorF:Adamant_Javelin"
minQuantity1
maxQuantity10
weight13
itemID"melvorF:Rune_Javelin"
minQuantity1
maxQuantity10
weight6
itemID"melvorF:Throwing_Power_Gloves"
minQuantity1
maxQuantity1
weight1
gpDrops
min45
max180
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:TurkulGiant"
name"Turkul Giant"
levels
Hitpoints120
Attack85
Strength135
Defence95
Ranged1
Magic1
equipmentStats
attackSpeed3200
damageReduction5
stabAttackBonus35
meleeStrengthBonus15
meleeDefenceBonus60
rangedDefenceBonus40
magicDefenceBonus20
attackType"melee"
specialAttacks
"melvorF:LesserSandstorm"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Ruby"
minQuantity1
maxQuantity1
weight90
itemID"melvorD:Adamant_Scimitar"
minQuantity1
maxQuantity1
weight63
itemID"melvorD:Rune_Scimitar"
minQuantity1
maxQuantity1
weight45
itemID"melvorF:Wildflower"
minQuantity1
maxQuantity11
weight23
itemID"melvorD:Dragon_Scimitar"
minQuantity1
maxQuantity1
weight4
itemID"melvorF:Desert_Sabre"
minQuantity1
maxQuantity1
weight1
gpDrops
min60
max250
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:TurkulGeneral"
name"Turkul General"
levels
Hitpoints145
Attack1
Strength1
Defence160
Ranged180
Magic70
equipmentStats
attackSpeed2800
damageReduction5
rangedAttackBonus10
meleeDefenceBonus5
rangedDefenceBonus20
magicDefenceBonus40
attackType"ranged"
specialAttacks
"melvorF:LesserSandstorm"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Emerald"
minQuantity1
maxQuantity1
weight90
itemID"melvorD:Adamant_Arrows"
minQuantity1
maxQuantity10
weight63
itemID"melvorD:Rune_Arrows"
minQuantity1
maxQuantity10
weight45
itemID"melvorF:Wildflower"
minQuantity1
maxQuantity14
weight23
itemID"melvorD:Dragon_Arrows"
minQuantity1
maxQuantity10
weight4
itemID"melvorF:Desert_Shortbow"
minQuantity1
maxQuantity1
weight1
gpDrops
min80
max320
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:SandBeast"
name"Sand Beast"
levels
Hitpoints185
Attack1
Strength1
Defence175
Ranged220
Magic100
equipmentStats
attackSpeed3000
damageReduction5
rangedAttackBonus15
rangedStrengthBonus5
meleeDefenceBonus5
rangedDefenceBonus40
magicDefenceBonus40
attackType"ranged"
specialAttacks
"melvorF:GreaterSandstorm"
passives
Empty array
lootChance80
lootTable
itemID"melvorD:Salmon"
minQuantity1
maxQuantity1
weight135
itemID"melvorF:Wildflower"
minQuantity1
maxQuantity16
weight15
itemID"melvorF:Sandstorm_Ring"
minQuantity1
maxQuantity1
weight1
gpDrops
min95
max380
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:RancoraSpider"
name"Rancora Spider"
levels
Hitpoints430
Attack1
Strength1
Defence200
Ranged290
Magic130
equipmentStats
attackSpeed2600
damageReduction10
rangedAttackBonus17
rangedStrengthBonus20
meleeDefenceBonus15
rangedDefenceBonus40
magicDefenceBonus55
attackType"ranged"
specialAttacks
"melvorF:Webshot"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Lucky_Herb_Potion_II"
minQuantity1
maxQuantity1
weight200
itemID"melvorF:Lucky_Herb_Potion_III"
minQuantity1
maxQuantity1
weight150
itemID"melvorF:Lucky_Herb_Potion_IV"
minQuantity1
maxQuantity1
weight100
itemID"melvorF:Darksteel_Dagger"
minQuantity1
maxQuantity1
weight1
gpDrops
min150
max550
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:ElderVampire"
name"Elder Vampire"
levels
Hitpoints490
Attack1
Strength1
Defence160
Ranged305
Magic160
equipmentStats
attackSpeed2600
damageReduction15
rangedAttackBonus35
meleeDefenceBonus20
rangedDefenceBonus80
magicDefenceBonus60
attackType"ranged"
specialAttacks
"melvorF:Drain"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Crab"
minQuantity1
maxQuantity1
weight200
itemID"melvorF:Ancient_Arrow"
minQuantity1
maxQuantity20
weight200
itemID"melvorF:Elder_Crown"
minQuantity1
maxQuantity1
weight1
gpDrops
min155
max620
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:CursedMaiden"
name"Cursed Maiden"
levels
Hitpoints540
Attack1
Strength1
Defence160
Ranged1
Magic330
equipmentStats
attackSpeed3000
damageReduction15
magicAttackBonus15
meleeDefenceBonus80
rangedDefenceBonus30
magicDefenceBonus35
magicDamageBonus17
attackType"magic"
specialAttacks
"melvorF:CurseofFear"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Spirit_Rune"
minQuantity1
maxQuantity20
weight200
itemID"melvorF:Nature_Rune"
minQuantity1
maxQuantity20
weight250
itemID"melvorD:Magic_Wand_Elite"
minQuantity1
maxQuantity1
weight2
itemID"melvorF:Tormented_Ring"
minQuantity1
maxQuantity1
weight1
gpDrops
min69
max690
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:BountyHunter"
name"Bounty Hunter"
levels
Hitpoints580
Attack255
Strength230
Defence185
Ranged150
Magic150
equipmentStats
attackSpeed2400
damageReduction15
stabAttackBonus48
meleeStrengthBonus20
meleeDefenceBonus80
rangedDefenceBonus70
magicDefenceBonus25
attackType"melee"
specialAttacks
"melvorF:HunterExpertise"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Amulet_of_Accuracy"
minQuantity1
maxQuantity1
weight200
itemID"melvorD:Amulet_of_Defence"
minQuantity1
maxQuantity1
weight200
itemID"melvorD:Amulet_of_Glory"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Dragon_2H_Sword"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Sanguine_Blade"
minQuantity1
maxQuantity1
weight1
gpDrops
min170
max700
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:ChaoticGreaterDragon"
name"Chaotic Greater Dragon"
levels
Hitpoints710
Attack295
Strength350
Defence240
Ranged1
Magic180
equipmentStats
attackSpeed2800
damageReduction20
stabAttackBonus40
meleeStrengthBonus20
meleeDefenceBonus60
rangedDefenceBonus66
magicDefenceBonus20
attackType"melee"
specialAttacks
"melvorF:GreaterDragonbreath"
"melvorF:ChaoticSlam"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Dragonite_Bar"
minQuantity1
maxQuantity10
weight350
itemID"melvorF:Recoil_Shield"
minQuantity1
maxQuantity1
weight1
gpDrops
min190
max800
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
id"melvorF:HuntingGreaterDragon"
name"Hunting Greater Dragon"
levels
Hitpoints680
Attack1
Strength1
Defence215
Ranged395
Magic180
equipmentStats
attackSpeed2600
damageReduction20
rangedAttackBonus30
meleeDefenceBonus10
rangedDefenceBonus55
magicDefenceBonus30
attackType"ranged"
specialAttacks
"melvorF:GreaterDragonbreath"
"melvorF:Agility"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Jadestone_Bolts"
minQuantity1
maxQuantity40
weight350
itemID"melvorF:Hunters_Ring"
minQuantity1
maxQuantity1
weight1
gpDrops
min69
max420
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
id"melvorF:WickedGreaterDragon"
name"Wicked Greater Dragon"
levels
Hitpoints650
Attack1
Strength1
Defence215
Ranged1
Magic350
equipmentStats
attackSpeed3000
damageReduction15
magicAttackBonus20
meleeDefenceBonus20
magicDefenceBonus25
magicDamageBonus-1
attackType"magic"
specialAttacks
"melvorF:GreaterDragonbreath"
"melvorF:Confusion"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Ancient_Javelin"
minQuantity1
maxQuantity25
weight350
itemID"melvorD:Dragonite_Bar"
minQuantity1
maxQuantity25
weight100
itemID"melvorF:Wasteful_Ring"
minQuantity1
maxQuantity1
weight1
gpDrops
min220
max880
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireBlast"
bones
itemID"melvorD:Dragon_Bones"
quantity1
id"melvorF:Umbora"
name"Umbora"
levels
Hitpoints780
Attack380
Strength450
Defence380
Ranged1
Magic250
equipmentStats
attackSpeed2800
damageReduction25
stabAttackBonus47
rangedAttackBonus17
meleeStrengthBonus40
meleeDefenceBonus40
rangedDefenceBonus35
attackType"melee"
specialAttacks
"melvorF:Elusiveness"
"melvorF:RapidOnslaught"
passives
Empty array
lootChance2
lootTable
itemID"melvorF:Tidal_Edge_Fragment"
minQuantity1
maxQuantity1
weight1
gpDrops
min280
max1100
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorF:Rokken"
name"Rokken"
levels
Hitpoints810
Attack1
Strength1
Defence330
Ranged600
Magic250
equipmentStats
attackSpeed3200
damageReduction25
rangedAttackBonus14
rangedStrengthBonus15
meleeDefenceBonus-10
rangedDefenceBonus80
magicDefenceBonus40
attackType"ranged"
specialAttacks
"melvorF:Elusiveness"
"melvorF:ShockwaveEnemy"
passives
Empty array
lootChance2
lootTable
itemID"melvorF:Shockwave_Fragment"
minQuantity1
maxQuantity1
weight1
gpDrops
min290
max1300
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorF:Kutul"
name"Ku-tul"
levels
Hitpoints840
Attack1
Strength1
Defence340
Ranged1
Magic650
equipmentStats
attackSpeed3000
magicDamageBonus-3
damageReduction25
magicAttackBonus-12
meleeDefenceBonus30
magicDefenceBonus30
attackType"magic"
specialAttacks
"melvorF:Elusiveness"
"melvorF:CurseoftheDeep"
passives
Empty array
lootChance2
lootTable
itemID"melvorF:Ocean_Song_Fragment"
minQuantity1
maxQuantity1
weight1
gpDrops
min310
max1500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorF:Paladin"
name"Paladin"
levels
Hitpoints120
Attack120
Strength110
Defence150
Ranged1
Magic1
equipmentStats
attackSpeed2800
damageReduction5
stabAttackBonus20
meleeStrengthBonus16
meleeDefenceBonus20
magicDefenceBonus57
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity3
weight100
itemID"melvorD:Adamantite_Bar"
minQuantity1
maxQuantity3
weight50
itemID"melvorD:Runite_Bar"
minQuantity1
maxQuantity3
weight20
itemID"melvorF:Paladin_Gloves"
minQuantity1
maxQuantity1
weight1
gpDrops
min70
max300
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Holy_Dust"
quantity1
id"melvorF:Priest"
name"Priest"
levels
Hitpoints145
Attack1
Strength1
Defence135
Ranged1
Magic175
equipmentStats
attackSpeed3000
damageReduction5
magicDefenceBonus10
magicDamageBonus8
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Light_Rune"
minQuantity1
maxQuantity10
weight150
itemID"melvorF:Priest_Hat"
minQuantity1
maxQuantity1
weight1
gpDrops
min75
max300
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterBolt"
bones
itemID"melvorF:Holy_Dust"
quantity1
id"melvorF:WanderingBard"
name"Wandering Bard"
levels
Hitpoints50
Attack1
Strength1
Defence90
Ranged1
Magic70
equipmentStats
attackSpeed3000
magicAttackBonus20
magicDefenceBonus10
magicDamageBonus-9
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance1
lootTable
itemID"melvorF:Almighty_Lute"
minQuantity1
maxQuantity1
weight1
gpDrops
min69
max690
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Cerberus"
name"Cerberus"
levels
Hitpoints75
Attack140
Strength140
Defence120
Ranged1
Magic1
equipmentStats
attackSpeed2600
damageReduction5
meleeDefenceBonus5
rangedDefenceBonus5
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:FearfulEye"
name"Fearful Eye"
levels
Hitpoints120
Attack1
Strength1
Defence135
Ranged1
Magic220
equipmentStats
attackSpeed3000
damageReduction5
magicAttackBonus-15
meleeDefenceBonus12
magicDamageBonus7
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:RedDevil"
name"Red Devil"
levels
Hitpoints160
Attack240
Strength270
Defence220
Ranged1
Magic50
equipmentStats
attackSpeed3000
damageReduction10
meleeStrengthBonus5
meleeDefenceBonus12
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Phoenix"
name"Phoenix"
levels
Hitpoints210
Attack1
Strength1
Defence300
Ranged1
Magic350
equipmentStats
attackSpeed2800
damageReduction10
magicAttackBonus-10
meleeStrengthBonus5
meleeDefenceBonus12
rangedDefenceBonus-20
attackType"magic"
specialAttacks
Empty array
passives
"melvorF:Rebirth"
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Incendius"
name"Incendius"
levels
Hitpoints270
Attack400
Strength380
Defence300
Ranged1
Magic100
equipmentStats
attackSpeed3000
damageReduction15
magicAttackBonus-10
meleeStrengthBonus5
meleeDefenceBonus25
rangedDefenceBonus20
attackType"melee"
specialAttacks
"melvorF:BurningTrail"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:PratTheGuardianOfSecrets"
name"Prat, the Guardian of Secrets"
levels
Hitpoints420
Attack320
Strength480
Defence400
Ranged500
Magic300
equipmentStats
attackSpeed3000
damageReduction20
rangedAttackBonus5
meleeDefenceBonus-24
attackType"ranged"
specialAttacks
"melvorD:Volley"
"melvorF:InfernalVolley"
passives
Empty array
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:MalcsTheLeaderOfDragons"
name"Malcs, the Leader of Dragons"
levels
Hitpoints690
Attack690
Strength669
Defence400
Ranged500
Magic540
equipmentStats
attackSpeed3200
damageReduction25
attackType"melee"
specialAttacks
"melvorF:TailWhip"
"melvorF:PenetratingClaws"
"melvorF:Inferno"
"melvorF:Sealing"
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Infernal_Core"
minQuantity1
maxQuantity1
weight1
gpDrops
min100000
max150000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorF:MysteriousFigurePhase1"
name"Mysterious Figure - Phase 1"
levels
Hitpoints1000
Attack750
Strength750
Defence750
Ranged750
Magic750
equipmentStats
attackSpeed2600
stabAttackBonus4
rangedDefenceBonus5
magicDefenceBonus-37
damageReduction40
ignoreCompletiontrue
attackType"melee"
specialAttacks
"melvorF:MarkofDeath"
"melvorF:CursedEdge"
"melvorF:ReapandReturn"
passives
"melvorF:Purity"
"melvorF:MeleeProficiency"
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:MysteriousFigurePhase2"
name"Mysterious Figure - Phase 2"
levels
Hitpoints1000
Attack750
Strength750
Defence750
Ranged750
Magic750
equipmentStats
attackSpeed2200
rangedAttackBonus10
meleeDefenceBonus-27
magicDefenceBonus-20
damageReduction40
ignoreCompletiontrue
attackType"ranged"
specialAttacks
"melvorF:MarkofDeath"
"melvorF:ConcealedDanger"
"melvorF:Shadowstep"
passives
"melvorF:Purity"
"melvorF:RangedProficiency"
lootChance100
lootTable
itemID"melvorD:Lemon"
minQuantity1
maxQuantity1
weight1
gpDrops
min0
max1
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Ahrenia"
name"Ahrenia"
levels
Hitpoints1000
Attack750
Strength750
Defence750
Ranged750
Magic750
equipmentStats
attackSpeed2200
magicAttackBonus-11
meleeDefenceBonus-30
rangedDefenceBonus-26
magicDefenceBonus10
damageReduction40
magicDamageBonus59
attackType"magic"
specialAttacks
"melvorF:ShadowBurst"
"melvorF:IntotheMist"
"melvorF:FallenLight"
passives
"melvorF:Purity"
"melvorF:MagicProficiency"
lootChance100
lootTable
itemID"melvorF:New_Dawn"
minQuantity1
maxQuantity1
weight1
gpDrops
min1000000
max1000000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:SuperiorEyedMonster"
name"Superior Eyed Monster"
levels
Hitpoints180
Attack80
Strength90
Defence90
Ranged60
Magic160
equipmentStats
attackSpeed3000
damageReduction5
magicAttackBonus10
meleeDefenceBonus40
magicDefenceBonus100
magicDamageBonus35
attackType"magic"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Eyeball"
minQuantity1
maxQuantity16
weight5
itemID"melvorF:Pigtayle_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min120
max240
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindBolt"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:EyeOfFear"
name"Eye of Fear"
levels
Hitpoints330
Attack260
Strength260
Defence260
Ranged160
Magic160
equipmentStats
attackSpeed3000
damageReduction15
stabAttackBonus80
meleeStrengthBonus40
meleeDefenceBonus80
attackType"melee"
specialAttacks
Empty array
passives
Empty array
lootChance100
lootTable
itemID"melvorF:Eyeball"
minQuantity1
maxQuantity24
weight5
itemID"melvorF:Barrentoe_Seed"
minQuantity1
maxQuantity3
weight1
gpDrops
min200
max600
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorF:Bane"
name"Bane"
levels
Hitpoints1400
Attack1000
Strength1000
Defence1000
Ranged1000
Magic1000
equipmentStats
attackSpeed3000
damageReduction40
rangedStrengthBonus-39
meleeStrengthBonus-39
magicDamageBonus-61
ignoreCompletiontrue
attackType"random"
specialAttacks
"melvorF:FragileMind"
"melvorF:UnknownThreat"
"melvorF:MistWalk"
"melvorF:Suffocate"
passives
"melvorF:AfflictedMight"
lootChance0
lootTable
Empty array
gpDrops
min1
max1
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorF:NoxiousSerpent"
name"Noxious Serpent"
levels
Hitpoints220
Attack1
Strength1
Defence130
Ranged235
Magic100
equipmentStats
attackSpeed2600
damageReduction10
magicDefenceBonus20
attackType"ranged"
specialAttacks
"melvorF:PoisonBreath"
passives
"melvorF:ToxicGlands"
lootChance33
lootTable
itemID"melvorF:Poison_Scales"
minQuantity1
maxQuantity1
weight65
itemID"melvorF:Poisoned_Shortbow"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max300
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:VenomousSnake"
name"Venomous Snake"
levels
Hitpoints245
Attack180
Strength180
Defence150
Ranged1
Magic1
equipmentStats
attackSpeed2800
damageReduction10
stabAttackBonus10
meleeStrengthBonus30
attackType"melee"
specialAttacks
"melvorF:ToxicBite"
passives
"melvorF:ToxicGlands"
lootChance33
lootTable
itemID"melvorF:Poison_Scales"
minQuantity1
maxQuantity1
weight65
itemID"melvorF:Poisoned_Dagger"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max400
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:GiantMoth"
name"Giant Moth"
levels
Hitpoints275
Attack1
Strength1
Defence150
Ranged1
Magic240
equipmentStats
attackSpeed3000
damageReduction10
magicDamageBonus20
attackType"magic"
specialAttacks
"melvorF:NoxiousPowder"
passives
"melvorF:ToxicGlands"
lootChance5
lootTable
itemID"melvorF:Fine_Poison_Powder"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindBlast"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:LegaranWurm"
name"Legaran Wurm"
levels
Hitpoints900
Attack1
Strength1
Defence350
Ranged650
Magic300
equipmentStats
attackSpeed2100
damageReduction25
rangedAttackBonus15
meleeDefenceBonus14
rangedDefenceBonus80
magicDefenceBonus50
attackType"ranged"
specialAttacks
"melvorF:Burrow"
"melvorF:PenetratingSpikeShot"
"melvorF:ToxicNeedles"
passives
"melvorF:PoisonousHide"
lootChance22.5
lootTable
itemID"melvorF:Poison_Essence"
minQuantity1
maxQuantity1
weight8
itemID"melvorF:Worm_Spike"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max2500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:CursedLich"
name"Cursed Lich"
levels
Hitpoints930
Attack1
Strength1
Defence468
Ranged1
Magic650
equipmentStats
attackSpeed2600
magicDamageBonus-6
damageReduction25
meleeDefenceBonus15
magicDefenceBonus55
attackType"magic"
specialAttacks
"melvorF:CursedFlames"
"melvorF:CursedFrostShards"
"melvorF:CursedTether"
passives
"melvorF:CursedRobes"
lootChance22.5
lootTable
itemID"melvorF:Burning_Essence"
minQuantity1
maxQuantity1
weight8
itemID"melvorF:Cursed_Hands"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max2500
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:SpikedRedClaw"
name"Spiked Red Claw"
levels
Hitpoints960
Attack500
Strength500
Defence650
Ranged1
Magic100
equipmentStats
attackSpeed3000
damageReduction25
stabAttackBonus30
meleeDefenceBonus30
rangedDefenceBonus10
magicDefenceBonus37
attackType"melee"
specialAttacks
"melvorF:CrushingClaws"
"melvorF:Cleave"
"melvorF:SavageSpike"
passives
"melvorF:SpikedArmour"
lootChance22.5
lootTable
itemID"melvorF:Stinging_Essence"
minQuantity1
maxQuantity1
weight8
itemID"melvorF:Tough_Shell"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max2500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Big_Bones"
quantity1
id"melvorF:GreaterSkeletalDragon"
name"Greater Skeletal Dragon"
levels
Hitpoints990
Attack650
Strength550
Defence500
Ranged1
Magic300
equipmentStats
attackSpeed2800
damageReduction25
stabAttackBonus20
meleeDefenceBonus35
rangedDefenceBonus15
attackType"melee"
specialAttacks
"melvorF:BoneCrush"
"melvorF:SpikedTailWhip"
"melvorF:Desecration"
passives
"melvorF:BonePlate"
lootChance22.5
lootTable
itemID"melvorF:Undead_Essence"
minQuantity1
maxQuantity1
weight8
itemID"melvorF:Desecrated_Bones"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max2500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Dragon_Bones"
quantity1
id"melvorF:BaneInstrumentOfFear"
name"Bane, Instrument of Fear"
levels
Hitpoints1600
Attack1000
Strength1000
Defence1000
Ranged1000
Magic1000
equipmentStats
attackSpeed3000
damageReduction50
rangedStrengthBonus-39
meleeStrengthBonus-39
magicDamageBonus-61
attackType"random"
specialAttacks
"melvorF:FragileMind"
"melvorF:MistWalk"
"melvorF:Suffocate"
"melvorF:OverwhelmingPower"
passives
"melvorF:AfflictedMight"
lootChance0
lootTable
Empty array
gpDrops
min1
max1
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
overrideSpecialChances
30
20
20
30
id"melvorTotH:RandomSpiderLair"
levels
Hitpoints1
Attack1
Strength1
Defence1
Ranged1
Magic1
ignoreCompletiontrue
attackType"random"
specialAttacks
Empty array
passives
Empty array
lootChance0
lootTable
Empty array
gpDrops
min0
max1
bones
itemID"melvorD:Bones"
quantity1
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
id"melvorTotH:HungryPlant"
name"Hungry Plant"
levels
Hitpoints400
Attack1
Strength1
Defence300
Ranged400
Magic200
equipmentStats
attackSpeed2600
rangedAttackBonus15
rangedStrengthBonus15
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction25
attackType"ranged"
specialAttacks
"melvorTotH:Bind"
"melvorTotH:LureTrap"
passives
"melvorTotH:Intimidation10"
"melvorTotH:PoisonLifesteal"
lootChance100
lootTable
itemID"melvorTotH:Jungle_Spores"
minQuantity1
maxQuantity5
weight300
itemID"melvorTotH:Carrion_Bark"
minQuantity1
maxQuantity1
weight20
itemID"melvorTotH:Snowcress_Seeds"
minQuantity1
maxQuantity8
weight20
itemID"melvorTotH:Labyrinth_Clue_1"
minQuantity1
maxQuantity1
weight7
gpDrops
min1
max1300
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:PoisonToad"
name"Poison Toad"
levels
Hitpoints550
Attack1
Strength1
Defence350
Ranged1
Magic450
equipmentStats
attackSpeed2800
magicAttackBonus25
magicDamageBonus-32
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction30
attackType"magic"
specialAttacks
"melvorTotH:PoisonSplit"
passives
"melvorTotH:Intimidation15"
"melvorTotH:ToxicSkin"
"melvorTotH:PoisonLifesteal"
lootChance2
lootTable
itemID"melvorTotH:Bitterlyme_Seeds"
minQuantity25
maxQuantity35
weight10
itemID"melvorTotH:Labyrinth_Clue_2"
minQuantity1
maxQuantity1
weight3
itemID"melvorTotH:Weakness_Finder_Cape"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max1600
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Kongamato"
name"Kongamato"
levels
Hitpoints600
Attack475
Strength475
Defence400
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus10
meleeStrengthBonus10
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction25
attackType"melee"
specialAttacks
"melvorTotH:SharpWing"
"melvorTotH:FerociousBite"
passives
"melvorTotH:Intimidation8"
"melvorTotH:PoisonLifesteal"
lootChance77
lootTable
itemID"melvorTotH:Labyrinth_Clue_3"
minQuantity1
maxQuantity1
weight3
itemID"melvorTotH:Sharp_Fletcher_Gloves"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Bitterlyme_Seeds"
minQuantity10
maxQuantity25
weight150
gpDrops
min1
max1800
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Conda"
name"Conda"
levels
Hitpoints850
Attack525
Strength525
Defence475
Ranged1
Magic1
equipmentStats
attackSpeed2800
stabAttackBonus13
meleeStrengthBonus13
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction35
attackType"melee"
specialAttacks
"melvorF:ToxicBite"
"melvorTotH:DeadlyWrap"
passives
"melvorTotH:Intimidation8"
"melvorTotH:PoisonLifesteal"
lootChance10
lootTable
itemID"melvorTotH:Wurmtayle_Seeds"
minQuantity1
maxQuantity2
weight40
itemID"melvorTotH:Labyrinth_Clue_4"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Perfect_Sight_Legs_Material"
minQuantity1
maxQuantity1
weight20
gpDrops
min1
max2200
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Alraune"
name"Alraune"
levels
Hitpoints1200
Attack1
Strength1
Defence580
Ranged700
Magic340
equipmentStats
attackSpeed2800
rangedAttackBonus15
rangedStrengthBonus15
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction35
attackType"ranged"
specialAttacks
"melvorTotH:Efflorescence"
"melvorTotH:ThornedRoots"
"melvorTotH:RazorWind"
passives
"melvorTotH:Intimidation9"
"melvorTotH:PoisonLifesteal"
lootChance100
lootTable
itemID"melvorTotH:Wurmtayle_Seeds"
minQuantity1
maxQuantity20
weight150
itemID"melvorTotH:Jungle_Spores"
minQuantity1
maxQuantity50
weight150
itemID"melvorTotH:Bundled_Protection_Body_Material"
minQuantity1
maxQuantity2
weight150
itemID"melvorTotH:Labyrinth_Clue_5"
minQuantity1
maxQuantity1
weight5
gpDrops
min1
max2500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Morellia"
name"Morellia"
levels
Hitpoints1500
Attack1
Strength1
Defence750
Ranged850
Magic450
equipmentStats
attackSpeed2600
rangedAttackBonus30
rangedStrengthBonus30
meleeDefenceBonus-15
rangedDefenceBonus35
magicDefenceBonus45
damageReduction50
attackType"ranged"
specialAttacks
"melvorTotH:PoisonBulbs"
"melvorTotH:ThornedRoots"
"melvorTotH:SeekingRoots"
"melvorTotH:FullBloom"
passives
"melvorTotH:Intimidation21"
"melvorTotH:PoisonLifesteal"
"melvorTotH:AfflictedVitality"
"melvorTotH:PoisonImmunity"
lootChance100
lootTable
Empty array
gpDrops
min1
max3500
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
overrideSpecialChances
30
25
20
25
id"melvorTotH:BurningSnake"
name"Burning Snake"
levels
Hitpoints450
Attack400
Strength375
Defence350
Ranged1
Magic1
equipmentStats
attackSpeed2800
stabAttackBonus20
meleeStrengthBonus20
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction30
attackType"melee"
specialAttacks
"melvorTotH:PoisonBite"
"melvorTotH:Smother"
passives
"melvorTotH:Intimidation9"
"melvorTotH:BurnImmunity"
lootChance50
lootTable
itemID"melvorTotH:Chilli_Seeds"
minQuantity1
maxQuantity6
weight100
itemID"melvorTotH:Burning_Amulet_of_Charcoal"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max1500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorTotH:Infernal_Bones"
quantity1
id"melvorTotH:InfernalGolem"
name"Infernal Golem"
levels
Hitpoints650
Attack450
Strength450
Defence400
Ranged1
Magic1
equipmentStats
attackSpeed3000
stabAttackBonus15
meleeStrengthBonus15
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction35
attackType"melee"
specialAttacks
"melvorTotH:FlameBarrage"
"melvorTotH:SmolderingBlow"
passives
"melvorTotH:Intimidation9"
"melvorTotH:BurnImmunity"
lootChance100
lootTable
itemID"melvorTotH:Blacksmiths_Gloves"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Dragonite_Ore"
minQuantity1
maxQuantity10
weight80
itemID"melvorTotH:Iridium_Ore"
minQuantity1
maxQuantity10
weight65
itemID"melvorTotH:Infernal_Rune"
minQuantity1
maxQuantity10
weight54
gpDrops
min1
max1800
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorTotH:Infernal_Bones"
quantity1
id"melvorTotH:MagicFireDemon"
name"Magic Fire Demon"
levels
Hitpoints850
Attack1
Strength1
Defence500
Ranged1
Magic600
equipmentStats
attackSpeed3000
magicAttackBonus10
magicDamageBonus14
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction35
attackType"magic"
specialAttacks
"melvorTotH:LavaWave"
"melvorTotH:Explosion"
passives
"melvorTotH:Intimidation10"
"melvorTotH:BurnImmunity"
lootChance100
lootTable
itemID"melvorTotH:Burning_Embers_Book"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Fire_Rune"
minQuantity1
maxQuantity10
weight150
itemID"melvorF:Lava_Rune"
minQuantity1
maxQuantity10
weight49
gpDrops
min1
max2300
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireBlast"
bones
itemID"melvorTotH:Infernal_Bones"
quantity1
id"melvorTotH:Manticore"
name"Manticore"
levels
Hitpoints1000
Attack600
Strength650
Defence550
Ranged1
Magic1
equipmentStats
attackSpeed2600
stabAttackBonus19
meleeStrengthBonus19
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction40
attackType"melee"
specialAttacks
"melvorTotH:FlameRush"
"melvorTotH:FatalSpike"
passives
"melvorTotH:Intimidation16"
"melvorTotH:BurnImmunity"
lootChance100
lootTable
itemID"melvorTotH:Burning_Protection_Material"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Palladium_Ore"
minQuantity1
maxQuantity10
weight29
gpDrops
min1
max2600
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorTotH:Infernal_Bones"
quantity1
id"melvorTotH:GretYun"
name"Gret-Yun"
levels
Hitpoints1250
Attack750
Strength700
Defence600
Ranged1
Magic300
equipmentStats
attackSpeed2800
stabAttackBonus19
meleeStrengthBonus19
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction40
attackType"melee"
specialAttacks
"melvorTotH:GreaterFireball"
"melvorTotH:Headbutt"
"melvorTotH:MasterOfHeat"
passives
"melvorTotH:Intimidation20"
"melvorTotH:BurnImmunity"
lootChance100
lootTable
itemID"melvorTotH:Ward_of_Flame_Material"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Dragon_Bones"
minQuantity1
maxQuantity5
weight15
itemID"melvorTotH:Infernal_Rune"
minQuantity1
maxQuantity20
weight14
gpDrops
min1
max2900
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorTotH:Infernal_Bones"
quantity1
id"melvorTotH:Trogark"
name"Trogark"
levels
Hitpoints1600
Attack950
Strength750
Defence750
Ranged1
Magic400
equipmentStats
attackSpeed2800
stabAttackBonus30
meleeStrengthBonus22
meleeDefenceBonus35
rangedDefenceBonus45
magicDefenceBonus-15
damageReduction55
attackType"melee"
specialAttacks
"melvorTotH:MegaFireball"
"melvorTotH:BurningFury"
"melvorTotH:WardOfFlame"
"melvorTotH:UnleashedPower"
passives
"melvorTotH:Intimidation20"
"melvorTotH:AfflictedVitality"
"melvorTotH:BurnImmunity"
"melvorTotH:BurnLifesteal1000"
lootChance100
lootTable
Empty array
gpDrops
min1
max3800
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorTotH:Infernal_Bones"
quantity1
id"melvorTotH:LargeIceTroll"
name"Large Ice Troll"
levels
Hitpoints600
Attack950
Strength750
Defence750
Ranged1
Magic400
equipmentStats
attackSpeed2800
stabAttackBonus30
meleeStrengthBonus30
meleeDefenceBonus35
rangedDefenceBonus45
magicDefenceBonus-15
damageReduction35
attackType"melee"
specialAttacks
"melvorTotH:FrozenClub"
"melvorTotH:RollingSnowball"
passives
"melvorTotH:Intimidation4"
"melvorTotH:FrozenBuild"
lootChance75
lootTable
itemID"melvorTotH:Snowcress_Seeds"
minQuantity1
maxQuantity12
weight2
itemID"melvorTotH:Frost_Walker_Boots_Material"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max1700
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:FrostGolem"
name"Frost Golem"
levels
Hitpoints750
Attack1
Strength1
Defence600
Ranged1
Magic600
equipmentStats
attackSpeed3000
magicAttackBonus12
magicDamageBonus126
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction35
attackType"magic"
specialAttacks
"melvorTotH:ChillingWinds"
"melvorTotH:IceShards"
passives
"melvorTotH:Intimidation7"
"melvorTotH:FrozenBuild"
lootChance100
lootTable
itemID"melvorTotH:Cool_Winds_Gloves"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Water_Rune"
minQuantity1
maxQuantity20
weight149
gpDrops
min1
max2400
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterBolt"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:PolarBear"
name"Polar Bear"
levels
Hitpoints950
Attack650
Strength650
Defence550
Ranged1
Magic100
equipmentStats
attackSpeed3000
stabAttackBonus16
meleeStrengthBonus16
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction40
attackType"melee"
specialAttacks
"melvorTotH:FreezingRoar"
passives
"melvorTotH:Intimidation15"
"melvorTotH:FrozenBuild"
lootChance50
lootTable
itemID"melvorTotH:Frost_Crab"
minQuantity1
maxQuantity3
weight24
itemID"melvorTotH:Snowcress_Seeds"
minQuantity1
maxQuantity25
weight5
itemID"melvorTotH:Frozen_Manta_Ray"
minQuantity1
maxQuantity3
weight2
itemID"melvorTotH:Freezing_Touch_Material"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max2600
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:SpectralIceWolf"
name"Spectral Ice Wolf"
levels
Hitpoints1200
Attack1
Strength1
Defence675
Ranged1
Magic750
equipmentStats
attackSpeed2800
magicAttackBonus13
magicDamageBonus-9
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction45
attackType"magic"
specialAttacks
"melvorTotH:SpectralClones"
passives
"melvorTotH:Intimidation19"
"melvorTotH:FrozenBuild"
lootChance5
lootTable
itemID"melvorTotH:Spectral_Ice_Sword_Shard"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3000
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:IceHydra"
name"Ice Hydra"
levels
Hitpoints2000
Attack1
Strength1
Defence550
Ranged1
Magic775
equipmentStats
attackSpeed2600
magicAttackBonus22
magicDamageBonus55
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction45
attackType"magic"
specialAttacks
"melvorTotH:IceBlast"
"melvorTotH:FreezingBreath"
"melvorTotH:IceReanimation"
passives
"melvorTotH:Intimidation20"
"melvorTotH:FrozenBuild"
lootChance100
lootTable
itemID"melvorTotH:Calamity_Rune"
minQuantity1
maxQuantity20
weight299
itemID"melvorTotH:Frostshield_Amulet"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:LightningSpirit"
name"Lightning Spirit"
levels
Hitpoints650
Attack1
Strength1
Defence400
Ranged1
Magic500
equipmentStats
attackSpeed2800
magicAttackBonus17
magicDamageBonus-1
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction20
attackType"magic"
specialAttacks
"melvorTotH:ElectricBall"
passives
"melvorTotH:Intimidation10"
"melvorTotH:Shocked"
"melvorTotH:StunImmunity"
lootChance100
lootTable
Empty array
gpDrops
min1
max1800
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:LightningMonkey"
name"Lightning Monkey"
levels
Hitpoints1000
Attack700
Strength650
Defence600
Ranged1
Magic200
equipmentStats
attackSpeed2200
stabAttackBonus16
meleeStrengthBonus16
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction40
attackType"melee"
specialAttacks
"melvorTotH:RapidStaticStrikes"
"melvorTotH:FocusedStaticPunch"
passives
"melvorTotH:Intimidation10"
"melvorTotH:Shocked"
"melvorTotH:StunImmunity"
lootChance100
lootTable
Empty array
gpDrops
min1
max2700
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:LightningGolem"
name"Lightning Golem"
levels
Hitpoints1300
Attack1
Strength1
Defence675
Ranged800
Magic300
equipmentStats
attackSpeed2600
rangedAttackBonus23
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction45
attackType"ranged"
specialAttacks
"melvorTotH:ShockBlast"
passives
"melvorTotH:Intimidation11"
"melvorTotH:Shocked"
"melvorTotH:StunImmunity"
lootChance100
lootTable
Empty array
gpDrops
min1
max3100
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:RaZu"
name"RaZu, Lord of the Skies"
levels
Hitpoints1800
Attack1
Strength1
Defence800
Ranged1
Magic950
equipmentStats
attackSpeed3000
magicAttackBonus30
magicDamageBonus-24
meleeDefenceBonus45
rangedDefenceBonus-15
magicDefenceBonus35
damageReduction60
attackType"magic"
specialAttacks
"melvorTotH:LightningStrikeEnemy"
"melvorTotH:ElectricCharge"
"melvorTotH:LightningBreath"
"melvorTotH:Thunderbolt"
passives
"melvorTotH:Intimidation13"
"melvorTotH:Shocked"
"melvorTotH:StunImmunity"
lootChance100
lootTable
Empty array
gpDrops
min1
max4000
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Siren"
name"Siren"
levels
Hitpoints1050
Attack1
Strength1
Defence550
Ranged1
Magic600
equipmentStats
attackSpeed2600
magicAttackBonus22
magicDamageBonus-12
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction40
attackType"magic"
specialAttacks
"melvorTotH:Allure"
"melvorTotH:Drown"
passives
"melvorTotH:Intimidation8"
lootChance100
lootTable
itemID"melvorTotH:Despair_Rune"
minQuantity1
maxQuantity15
weight277
itemID"melvorD:Magic_Wand_Elite"
minQuantity1
maxQuantity1
weight12
itemID"melvorTotH:Allure_Amulet"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max2500
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:MonsterCroc"
name"Monster Croc"
levels
Hitpoints1150
Attack700
Strength800
Defence650
Ranged1
Magic1
equipmentStats
attackSpeed2800
stabAttackBonus11
meleeStrengthBonus11
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction45
attackType"melee"
specialAttacks
"melvorTotH:Predator"
"melvorTotH:CrushingJaws"
passives
"melvorTotH:Intimidation19"
lootChance100
lootTable
itemID"melvorTotH:Area_Control_Potion_III"
minQuantity1
maxQuantity5
weight100
itemID"melvorTotH:Critical_Strike_Potion_II"
minQuantity1
maxQuantity5
weight49
itemID"melvorTotH:Bleed_Burner_Cape"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3000
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Leviathan"
name"Leviathan"
levels
Hitpoints1300
Attack750
Strength600
Defence850
Ranged1
Magic200
equipmentStats
attackSpeed3000
stabAttackBonus19
meleeStrengthBonus13
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction45
attackType"melee"
specialAttacks
"melvorTotH:SpikesFromBelow"
"melvorTotH:SpikedSlam"
passives
"melvorTotH:Intimidation23"
"melvorTotH:AbsorbingSkin"
lootChance37.5
lootTable
itemID"melvorTotH:Adaptive_Defence_Potion_III"
minQuantity1
maxQuantity5
weight150
itemID"melvorTotH:Penetration_Potion_II"
minQuantity1
maxQuantity5
weight49
itemID"melvorTotH:Leviathan_Shield_Material"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3600
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:TwinSeaDragonSerpent"
name"Twin Sea Dragon Serpent"
levels
Hitpoints1450
Attack1
Strength1
Defence900
Ranged900
Magic500
equipmentStats
attackSpeed2600
rangedAttackBonus19
rangedStrengthBonus-9
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction50
attackType"ranged"
specialAttacks
"melvorTotH:WaterDance"
"melvorTotH:TorrentialDragonbreath"
"melvorTotH:GiantBubble"
"melvorTotH:Tsunami"
passives
"melvorTotH:Intimidation29"
"melvorTotH:Duality"
lootChance100
lootTable
itemID"melvorTotH:Augite_Arrows"
minQuantity1
maxQuantity50
weight4
itemID"melvorTotH:Torrential_Blast_Crossbow_Shard"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3600
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:ScouterSpider"
name"Scouter Spider"
levels
Hitpoints800
Attack326
Strength312
Defence305
Ranged380
Magic378
equipmentStats
attackSpeed3200
stabAttackBonus23
meleeStrengthBonus23
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction30
attackType"melee"
specialAttacks
"melvorTotH:WebTrap"
"melvorTotH:DeadlyBite"
passives
"melvorTotH:Intimidation15"
lootChance100
lootTable
Empty array
gpDrops
min1
max1600
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:TrapperSpider"
name"Trapper Spider"
levels
Hitpoints800
Attack364
Strength416
Defence422
Ranged379
Magic352
equipmentStats
attackSpeed3200
rangedAttackBonus17
rangedStrengthBonus17
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction30
attackType"ranged"
specialAttacks
"melvorTotH:WebTrap"
"melvorTotH:DeadlyBite"
passives
"melvorTotH:Intimidation20"
lootChance100
lootTable
Empty array
gpDrops
min1
max1900
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:WickedSpider"
name"Wicked Spider"
levels
Hitpoints900
Attack430
Strength441
Defence481
Ranged443
Magic426
equipmentStats
attackSpeed3200
magicAttackBonus19
magicDamageBonus-1
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction35
attackType"magic"
specialAttacks
"melvorTotH:WebTrap"
"melvorTotH:DeadlyBite"
passives
"melvorTotH:Intimidation25"
lootChance100
lootTable
Empty array
gpDrops
min1
max2200
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:BasherSpider"
name"Basher Spider"
levels
Hitpoints1000
Attack549
Strength469
Defence505
Ranged458
Magic522
equipmentStats
attackSpeed3200
stabAttackBonus25
meleeStrengthBonus25
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction40
attackType"melee"
specialAttacks
"melvorTotH:WebTrap"
"melvorTotH:DeadlyBite"
passives
"melvorTotH:Intimidation30"
lootChance100
lootTable
Empty array
gpDrops
min1
max2400
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:EnforcerSpider"
name"Enforcer Spider"
levels
Hitpoints1100
Attack582
Strength532
Defence574
Ranged538
Magic520
equipmentStats
attackSpeed3200
rangedAttackBonus13
rangedStrengthBonus13
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction45
attackType"ranged"
specialAttacks
"melvorTotH:WebTrap"
"melvorTotH:DeadlyBite"
passives
"melvorTotH:Intimidation30"
lootChance100
lootTable
Empty array
gpDrops
min1
max2600
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:GuardianSpider"
name"Guardian Spider"
levels
Hitpoints1200
Attack592
Strength599
Defence615
Ranged613
Magic594
equipmentStats
attackSpeed3200
magicAttackBonus16
magicDamageBonus25
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction50
attackType"magic"
specialAttacks
"melvorTotH:WebTrap"
"melvorTotH:DeadlyBite"
passives
"melvorTotH:Intimidation30"
lootChance100
lootTable
Empty array
gpDrops
min1
max2900
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:SpiderQueen"
name"Spider Queen"
levels
Hitpoints1900
Attack700
Strength700
Defence700
Ranged700
Magic700
equipmentStats
attackSpeed2400
stabAttackBonus40
rangedAttackBonus40
magicAttackBonus40
meleeStrengthBonus40
rangedStrengthBonus40
magicDamageBonus-17
meleeDefenceBonus40
rangedDefenceBonus40
magicDefenceBonus40
damageReduction80
attackType"random"
specialAttacks
"melvorTotH:WebTrap"
"melvorTotH:SharpSlice"
"melvorTotH:FatalBite"
"melvorTotH:CaughtInTheWeb"
passives
"melvorTotH:StickyWebs"
"melvorTotH:Intimidation36"
"melvorTotH:PoisonImmunity"
"melvorTotH:SlowImmunity"
lootChance100
lootTable
Empty array
gpDrops
min1
max3700
canSlayerfalse
isBosstrue
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
overrideSpecialChances
15
25
40
20
id"melvorTotH:ShadowBeast"
name"Shadow Beast"
levels
Hitpoints1200
Attack700
Strength700
Defence650
Ranged1
Magic1
equipmentStats
attackSpeed3600
stabAttackBonus20
meleeStrengthBonus-7
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction30
attackType"melee"
specialAttacks
"melvorTotH:Surrounded"
"melvorTotH:ShadowBite"
passives
"melvorTotH:Intimidation24"
lootChance100
lootTable
itemID"melvorTotH:Moonwort_Seeds"
minQuantity1
maxQuantity6
weight100
itemID"melvorTotH:Onyx"
minQuantity1
maxQuantity3
weight29
itemID"melvorTotH:Slayer_Bounty_Potion_III"
minQuantity1
maxQuantity5
weight20
itemID"melvorTotH:Shadow_Cloak"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3000
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:PlagueDoctor"
name"Plague Doctor"
levels
Hitpoints1050
Attack1
Strength1
Defence700
Ranged1
Magic900
equipmentStats
attackSpeed2200
magicAttackBonus18
magicDamageBonus-46
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction45
attackType"magic"
specialAttacks
"melvorTotH:HarmfulConcoction"
"melvorTotH:DiseaseSwarm"
passives
"melvorTotH:Intimidation40"
"melvorTotH:Lifesteal100"
lootChance75
lootTable
itemID"melvorF:Hinder_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Lethal_Toxins_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Area_Control_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Reaper_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Famished_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Penetration_Potion_III"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3000
canSlayertrue
isBossfalse
selectedSpell"melvorD:EarthWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Cockatrice"
name"Cockatrice"
levels
Hitpoints1300
Attack1
Strength1
Defence700
Ranged800
Magic300
equipmentStats
attackSpeed3200
rangedAttackBonus15
rangedStrengthBonus15
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction50
attackType"ranged"
specialAttacks
"melvorTotH:Lifedrain"
"melvorTotH:DecayingShots"
passives
"melvorTotH:Intimidation27"
lootChance100
lootTable
itemID"melvorTotH:Decaying_Stem"
minQuantity1
maxQuantity10
weight2
itemID"melvorTotH:Moonwort_Seeds"
minQuantity1
maxQuantity10
weight1
itemID"melvorTotH:Decay_Bolts"
minQuantity1
maxQuantity10
weight1
gpDrops
min1
max2900
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:GoliathWerewolf"
name"Goliath Werewolf"
levels
Hitpoints1600
Attack700
Strength700
Defence579
Ranged1
Magic1
equipmentStats
attackSpeed2400
stabAttackBonus18
meleeStrengthBonus18
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction50
attackType"melee"
specialAttacks
"melvorTotH:CrushingSmash"
passives
"melvorTotH:Intimidation35"
"melvorTotH:Rage"
lootChance100
lootTable
itemID"melvorF:Melee_Strength_Potion_IV"
minQuantity1
maxQuantity10
weight199
itemID"melvorTotH:Gauntlets_of_Rage"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3400
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:TreeGiant"
name"Tree Giant"
levels
Hitpoints1250
Attack650
Strength650
Defence720
Ranged1
Magic300
equipmentStats
attackSpeed3400
stabAttackBonus22
meleeStrengthBonus22
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction50
attackType"melee"
specialAttacks
"melvorTotH:Entangle"
"melvorTotH:TreeSlam"
passives
"melvorTotH:Intimidation29"
"melvorTotH:ProtectionOfTheForest"
lootChance100
lootTable
Empty array
gpDrops
min1
max3200
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:TreeSpirit"
name"Tree Spirit"
levels
Hitpoints1350
Attack1
Strength1
Defence750
Ranged1
Magic800
equipmentStats
attackSpeed3000
magicAttackBonus18
magicDamageBonus-30
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction55
attackType"magic"
specialAttacks
"melvorTotH:CurseOfMadness"
"melvorTotH:SilenceOfTheForest"
passives
"melvorTotH:Intimidation38"
"melvorTotH:ProtectionOfTheForest"
lootChance100
lootTable
Empty array
gpDrops
min1
max3300
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:CursedSpirit"
name"Cursed Spirit"
levels
Hitpoints1350
Attack1
Strength1
Defence770
Ranged1
Magic1000
equipmentStats
attackSpeed3000
magicAttackBonus24
magicDamageBonus-46
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction55
attackType"magic"
specialAttacks
"melvorTotH:CurseOfTorment"
"melvorTotH:Soulburn"
passives
"melvorTotH:Intimidation38"
"melvorTotH:ProtectionOfTheForest"
lootChance100
lootTable
Empty array
gpDrops
min1
max3700
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:LadyDarkheart"
name"Lady Darkheart"
levels
Hitpoints2000
Attack1
Strength1
Defence875
Ranged1
Magic1000
equipmentStats
attackSpeed2600
magicAttackBonus35
magicDamageBonus-48
meleeDefenceBonus50
rangedDefenceBonus-20
magicDefenceBonus40
damageReduction70
attackType"magic"
specialAttacks
"melvorTotH:CurseOfMadness"
"melvorTotH:CurseOfTorment"
"melvorTotH:CurseOfDespair"
"melvorTotH:DevourerOfTheCursed"
overrideSpecialChances
25
25
25
25
passives
"melvorTotH:Intimidation29"
"melvorTotH:ProtectionOfTheForest"
"melvorTotH:CursedLifesteal"
lootChance100
lootTable
Empty array
gpDrops
min1
max4500
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WaterSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Phantom"
name"Phantom"
levels
Hitpoints950
Attack1
Strength1
Defence900
Ranged1000
Magic450
equipmentStats
attackSpeed2800
rangedAttackBonus40
rangedStrengthBonus-7
meleeDefenceBonus-10
rangedDefenceBonus30
magicDefenceBonus40
damageReduction95
attackType"ranged"
specialAttacks
"melvorTotH:EtheralShots"
"melvorTotH:WeakeningShot"
passives
"melvorTotH:Intimidation43"
lootChance100
lootTable
itemID"melvorTotH:Moonwort_Seeds"
minQuantity1
maxQuantity10
weight500
itemID"melvorTotH:Ethereal_Longbow"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3800
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorTotH:Ectoplasm"
quantity1
id"melvorTotH:Banshee"
name"Banshee"
levels
Hitpoints950
Attack1
Strength1
Defence900
Ranged1
Magic1000
equipmentStats
attackSpeed2800
magicAttackBonus40
magicDamageBonus-51
meleeDefenceBonus45
rangedDefenceBonus-10
magicDefenceBonus35
damageReduction95
attackType"magic"
specialAttacks
"melvorTotH:GhostlyTerror"
"melvorTotH:BlindingFear"
passives
"melvorTotH:Intimidation43"
lootChance100
lootTable
itemID"melvorTotH:Moonwort_Seeds"
minQuantity1
maxQuantity10
weight500
itemID"melvorTotH:Ethereal_Staff"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3800
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorTotH:Ectoplasm"
quantity1
id"melvorTotH:Spectre"
name"Spectre"
levels
Hitpoints950
Attack873
Strength758
Defence900
Ranged1
Magic450
equipmentStats
attackSpeed2800
stabAttackBonus55
meleeDefenceBonus35
rangedDefenceBonus45
magicDefenceBonus-10
damageReduction95
attackType"melee"
specialAttacks
"melvorTotH:CurseOfTorment"
"melvorTotH:SpinningAxe"
passives
"melvorTotH:Intimidation43"
lootChance100
lootTable
itemID"melvorTotH:Moonwort_Seeds"
minQuantity1
maxQuantity10
weight500
itemID"melvorTotH:Ethereal_Greataxe"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max3800
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorTotH:Ectoplasm"
quantity1
id"melvorTotH:CursedSkeletonWarrior"
name"Cursed Skeleton Warrior"
levels
Hitpoints700
Attack600
Strength600
Defence400
Ranged1
Magic100
equipmentStats
attackSpeed3000
stabAttackBonus27
meleeStrengthBonus27
meleeDefenceBonus30
rangedDefenceBonus40
magicDefenceBonus-10
damageReduction50
attackType"melee"
specialAttacks
"melvorTotH:ConfusedTouch"
passives
"melvorTotH:Intimidation38"
"melvorTotH:CurseOfTheUndead"
lootChance100
lootTable
Empty array
gpDrops
min1
max2200
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Beholder"
name"Bel-Noth"
levels
Hitpoints1200
Attack1
Strength1
Defence850
Ranged1
Magic950
equipmentStats
attackSpeed3000
magicAttackBonus26
magicDamageBonus13
meleeDefenceBonus40
rangedDefenceBonus-10
magicDefenceBonus30
damageReduction55
attackType"magic"
specialAttacks
"melvorTotH:BlindingBeams"
"melvorTotH:PetrifyingGlare"
passives
"melvorTotH:Intimidation36"
"melvorTotH:UndeadGrasp"
lootChance100
lootTable
Empty array
gpDrops
min1
max3500
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:DarkKnight"
name"Dark Knight"
levels
Hitpoints1500
Attack900
Strength878
Defence850
Ranged1
Magic400
equipmentStats
attackSpeed3000
stabAttackBonus29
meleeStrengthBonus-20
meleeDefenceBonus30
rangedDefenceBonus40
damageReduction65
attackType"melee"
specialAttacks
"melvorTotH:BladeShadow"
"melvorTotH:Darkblade"
passives
"melvorTotH:Intimidation42"
"melvorTotH:DarkBlade"
lootChance100
lootTable
Empty array
gpDrops
min1
max3900
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Fiozor"
name"Fiozor, the Ancient Necromancer"
levels
Hitpoints2100
Attack1
Strength1
Defence900
Ranged1
Magic1050
equipmentStats
attackSpeed2600
magicAttackBonus40
magicDamageBonus-20
meleeDefenceBonus50
rangedDefenceBonus-10
magicDefenceBonus40
damageReduction75
attackType"magic"
specialAttacks
"melvorTotH:ShadeSummonEnemy"
"melvorTotH:GreaterShadeSummonEnemy"
"melvorTotH:PhantomSummon"
"melvorTotH:CurseTotemSummon"
passives
"melvorTotH:Intimidation36"
"melvorTotH:UndeadGrasp"
lootChance100
lootTable
Empty array
gpDrops
min1
max4800
canSlayerfalse
isBosstrue
selectedSpell"melvorD:EarthSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Torvair"
name"Torvair"
levels
Hitpoints1950
Attack950
Strength808
Defence1090
Ranged1
Magic600
equipmentStats
attackSpeed2400
stabAttackBonus80
meleeStrengthBonus-31
meleeDefenceBonus40
rangedDefenceBonus55
magicDefenceBonus-10
damageReduction80
attackType"melee"
specialAttacks
"melvorTotH:AgileWings"
"melvorTotH:RapidParry"
"melvorTotH:FullCharge"
passives
"melvorTotH:Intimidation39"
"melvorTotH:WeaknessFinder"
"melvorTotH:BleedLifesteal500"
lootChance5
lootTable
itemID"melvorTotH:Agile_Wings_Rapier_Shard"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max5400
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Arctair"
name"Arctair"
levels
Hitpoints1950
Attack1
Strength1
Defence1090
Ranged1090
Magic700
equipmentStats
attackSpeed2400
rangedAttackBonus50
rangedStrengthBonus-40
meleeDefenceBonus-10
rangedDefenceBonus40
magicDefenceBonus45
damageReduction80
attackType"ranged"
specialAttacks
"melvorTotH:FeatherStorm"
"melvorTotH:FeatherBarrier"
"melvorTotH:FeatherLance"
passives
"melvorTotH:Intimidation39"
"melvorTotH:WeaknessFinder"
"melvorTotH:BleedLifesteal500"
lootChance5
lootTable
itemID"melvorTotH:Feather_Storm_Crossbow_Shard"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max5100
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:Harkair"
name"Harkair"
levels
Hitpoints1950
Attack1
Strength1
Defence1090
Ranged1
Magic1100
equipmentStats
attackSpeed2400
magicAttackBonus50
magicDamageBonus-56
meleeDefenceBonus55
rangedDefenceBonus15
magicDefenceBonus65
damageReduction80
attackType"magic"
specialAttacks
"melvorTotH:SlicingMaelstrom"
"melvorTotH:WindBarrier"
"melvorTotH:FeatherTornado"
passives
"melvorTotH:Intimidation39"
"melvorTotH:WeaknessFinder"
"melvorTotH:BleedLifesteal500"
lootChance5
lootTable
itemID"melvorTotH:Slicing_Maelstrom_Wand_Shard"
minQuantity1
maxQuantity1
weight1
gpDrops
min1
max5400
canSlayertrue
isBossfalse
selectedSpell"melvorD:WaterSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:VorloranDevastator"
name"Vorloran Devastator"
levels
Hitpoints2400
Attack1
Strength1
Defence1200
Ranged1
Magic1200
equipmentStats
attackSpeed2200
magicAttackBonus69
magicDamageBonus-33
meleeDefenceBonus55
rangedDefenceBonus20
magicDefenceBonus65
damageReduction85
attackType"magic"
specialAttacks
"melvorTotH:FrostbiteEnemy"
"melvorTotH:QuakeEnemy"
"melvorTotH:MagicRayEnemy"
"melvorTotH:OceanSongEnemy"
passives
"melvorTotH:Intimidation40"
"melvorTotH:ElementalMaster"
"melvorTotH:BurnImmunity"
"melvorTotH:SlowImmunity"
lootChance6
lootTable
itemID"melvorTotH:Vorloran_Devastator_Gauntlets"
minQuantity1
maxQuantity1
weight100
itemID"melvorTotH:Vorloran_Devastator_Boots"
minQuantity1
maxQuantity1
weight75
itemID"melvorTotH:Vorloran_Devastator_Helmet"
minQuantity1
maxQuantity1
weight50
itemID"melvorTotH:Vorloran_Devastator_Platelegs"
minQuantity1
maxQuantity1
weight25
itemID"melvorTotH:Vorloran_Devastator_Platebody"
minQuantity1
maxQuantity1
weight10
gpDrops
min1
max6000
canSlayertrue
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
overrideSpecialChances
25
25
25
25
id"melvorTotH:VorloranWatcher"
name"Vorloran Watcher"
levels
Hitpoints2400
Attack1
Strength1
Defence1200
Ranged1200
Magic800
equipmentStats
attackSpeed2200
rangedAttackBonus69
rangedStrengthBonus-34
meleeDefenceBonus-5
rangedDefenceBonus60
magicDefenceBonus50
damageReduction85
attackType"ranged"
specialAttacks
"melvorTotH:PoisonedHitEnemy"
"melvorTotH:PiercingArrowEnemy"
"melvorTotH:ImpairingShotEnemy"
"melvorF:ShockwaveEnemy"
passives
"melvorTotH:Intimidation40"
"melvorTotH:Assassin"
"melvorTotH:PoisonImmunity"
lootChance6
lootTable
itemID"melvorTotH:Vorloran_Watcher_Gauntlets"
minQuantity1
maxQuantity1
weight100
itemID"melvorTotH:Vorloran_Watcher_Boots"
minQuantity1
maxQuantity1
weight75
itemID"melvorTotH:Vorloran_Watcher_Helmet"
minQuantity1
maxQuantity1
weight50
itemID"melvorTotH:Vorloran_Watcher_Platelegs"
minQuantity1
maxQuantity1
weight25
itemID"melvorTotH:Vorloran_Watcher_Platebody"
minQuantity1
maxQuantity1
weight10
gpDrops
min1
max6000
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
overrideSpecialChances
25
25
25
25
id"melvorTotH:VorloranProtector"
name"Vorloran Protector"
levels
Hitpoints2400
Attack1200
Strength888
Defence1200
Ranged1
Magic800
equipmentStats
attackSpeed2200
stabAttackBonus90
meleeStrengthBonus-24
meleeDefenceBonus60
rangedDefenceBonus65
magicDefenceBonus-5
damageReduction85
attackType"melee"
specialAttacks
"melvorTotH:DeadlyCutEnemy"
"melvorTotH:FlurryEnemy"
"melvorTotH:InfernumEnemy"
"melvorTotH:TidalWaveEnemy"
passives
"melvorTotH:Intimidation40"
"melvorTotH:Warrior"
"melvorTotH:StunImmunity"
"melvorTotH:BleedImmunity"
lootChance6
lootTable
itemID"melvorTotH:Vorloran_Protector_Gauntlets"
minQuantity1
maxQuantity1
weight100
itemID"melvorTotH:Vorloran_Protector_Boots"
minQuantity1
maxQuantity1
weight75
itemID"melvorTotH:Vorloran_Protector_Helmet"
minQuantity1
maxQuantity1
weight50
itemID"melvorTotH:Vorloran_Protector_Platelegs"
minQuantity1
maxQuantity1
weight25
itemID"melvorTotH:Vorloran_Protector_Platebody"
minQuantity1
maxQuantity1
weight10
gpDrops
min1
max6700
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
overrideSpecialChances
25
25
25
25
id"melvorTotH:GuardianoftheHerald"
name"Guardian of the Herald"
levels
Hitpoints3000
Attack1300
Strength1204
Defence1300
Ranged1
Magic950
equipmentStats
attackSpeed2800
stabAttackBonus90
meleeStrengthBonus6
meleeDefenceBonus60
rangedDefenceBonus65
magicDefenceBonus-5
damageReduction90
attackType"melee"
specialAttacks
"melvorTotH:AggressiveOnslaught"
"melvorTotH:Battlecry"
"melvorTotH:UnstoppableForce"
"melvorTotH:Sunder"
passives
"melvorTotH:Intimidation40"
"melvorTotH:StunImmunity"
"melvorTotH:AfflictedVitality"
lootChance100
lootTable
itemID"melvorTotH:Golden_Key"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Bones"
minQuantity1
maxQuantity4
weight1
itemID"melvorD:Dragon_Bones"
minQuantity1
maxQuantity4
weight1
itemID"melvorD:Magic_Bones"
minQuantity1
maxQuantity4
weight1
itemID"melvorD:Big_Bones"
minQuantity1
maxQuantity4
weight1
gpDrops
min1
max7400
canSlayertrue
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
id"melvorTotH:TheHeraldPhase1"
name"The Herald Phase 1"
levels
Hitpoints10000
Attack1600
Strength1616
Defence1600
Ranged1600
Magic1600
equipmentStats
attackSpeed2800
stabAttackBonus45
meleeStrengthBonus-25
meleeDefenceBonus40
rangedDefenceBonus45
magicDefenceBonus-10
damageReduction95
ignoreCompletiontrue
attackType"melee"
specialAttacks
"melvorTotH:ChronoCurse"
"melvorTotH:Alacrity"
"melvorTotH:DejaVu"
"melvorTotH:TouchOfAffliction"
passives
"melvorTotH:Intimidation44"
"melvorTotH:AfflictedResilience"
"melvorTotH:GrowingMadness"
"melvorTotH:EndOfTurnHealing3_15"
lootChance100
lootTable
Empty array
gpDrops
min1
max7200
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorTotH:TheHeraldPhase2"
name"The Herald Phase 2"
levels
Hitpoints10000
Attack1600
Strength1600
Defence1600
Ranged1604
Magic1600
equipmentStats
attackSpeed2800
rangedAttackBonus45
rangedStrengthBonus-15
meleeDefenceBonus-10
rangedDefenceBonus35
magicDefenceBonus45
damageReduction95
ignoreCompletiontrue
attackType"ranged"
specialAttacks
"melvorTotH:ChronoCurse"
"melvorTotH:ShardsOfMillennia"
"melvorTotH:DejaVu"
"melvorTotH:PowerOfTheMist"
passives
"melvorTotH:Intimidation44"
"melvorTotH:AfflictedResilience"
"melvorTotH:MomentInTime"
"melvorTotH:EndOfTurnHealing3_15"
lootChance100
lootTable
Empty array
gpDrops
min1
max7600
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
id"melvorTotH:TheHeraldPhase3"
name"The Herald"
levels
Hitpoints10000
Attack1600
Strength1600
Defence1600
Ranged1600
Magic1600
equipmentStats
attackSpeed2800
magicAttackBonus61
magicDamageBonus-51
meleeDefenceBonus50
magicDefenceBonus20
damageReduction95
attackType"magic"
specialAttacks
"melvorTotH:UnisonOfFireAndEarth"
"melvorTotH:UnisonOfAirAndWater"
"melvorTotH:DejaVu"
"melvorTotH:SealedFate"
passives
"melvorTotH:Intimidation44"
"melvorTotH:AfflictedResilience"
"melvorTotH:ReignOverTime"
"melvorTotH:EndOfTurnHealing3_15"
lootChance100
lootTable
Empty array
gpDrops
min1
max8500
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WaterSurge"
bones
itemID"melvorD:Bones"
quantity1
id"melvorAoD:BlindWarrior"
name"Blind Warrior"
levels
Hitpoints6
Attack2
Strength2
Defence2
Ranged1
Magic1
equipmentStats
attackSpeed2800
damageReduction5
attackType"melee"
specialAttacks
Empty array
passives
"melvorAoD:EndofTurnHealing2"
lootChance25
lootTable
itemID"melvorAoD:Basic_2H_Sword"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Barrier_Touch_Shield"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Barrier_Touch_Gem"
minQuantity1
maxQuantity1
weight3
gpDrops
min50
max150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:BlindArcher"
name"Blind Archer"
levels
Hitpoints6
Attack1
Strength1
Defence2
Ranged2
Magic1
equipmentStats
attackSpeed2800
damageReduction5
attackType"ranged"
specialAttacks
Empty array
passives
"melvorAoD:EndofTurnHealing2"
lootChance20
lootTable
itemID"melvorAoD:Basic_Shortbow"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Barrier_Touch_Gem"
minQuantity1
maxQuantity1
weight3
gpDrops
min50
max150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:BlindMage"
name"Blind Mage"
levels
Hitpoints6
Attack1
Strength1
Defence2
Ranged1
Magic2
equipmentStats
attackSpeed2800
damageReduction25
attackType"magic"
specialAttacks
Empty array
passives
"melvorAoD:EndofTurnHealing2"
lootChance20
lootTable
itemID"melvorAoD:Basic_Staff"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Barrier_Touch_Gem"
minQuantity1
maxQuantity1
weight3
gpDrops
min50
max150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:BlindGhost"
name"Blind Ghost"
levels
Hitpoints9
Attack1
Strength1
Defence5
Ranged1
Magic5
equipmentStats
attackSpeed2800
damageReduction5
attackType"magic"
specialAttacks
Empty array
passives
"melvorAoD:EndofTurnHealing2"
lootChance20
lootTable
itemID"melvorAoD:Barrier_Touch_Gem"
minQuantity1
maxQuantity1
weight5
itemID"melvorAoD:Lesser_Summoning_Amulet"
minQuantity1
maxQuantity1
weight1
gpDrops
min50
max150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:GreenSlime"
name"Green Slime"
levels
Hitpoints25
Attack25
Strength40
Defence25
Ranged1
Magic1
equipmentStats
attackSpeed2800
damageReduction5
attackType"melee"
specialAttacks
"melvorAoD:Split"
passives
"melvorAoD:Slimed"
lootChance70
lootTable
itemID"melvorAoD:Vial_of_Goo"
minQuantity1
maxQuantity200
weight10
itemID"melvorAoD:Sapping_Barrier_Gem"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Shrimp"
minQuantity1
maxQuantity3
weight30
itemID"melvorD:Steel_Dagger"
minQuantity1
maxQuantity3
weight30
itemID"melvorD:Mithril_Gloves"
minQuantity1
maxQuantity1
weight20
gpDrops
min150
max450
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Goo"
quantity1
barrierPercent50
id"melvorAoD:VampiricBat"
name"Vampiric Bat"
levels
Hitpoints28
Attack1
Strength1
Defence25
Ranged40
Magic1
equipmentStats
attackSpeed2800
damageReduction5
attackType"ranged"
specialAttacks
"melvorAoD:Leech"
passives
"melvorAoD:Lifesteal10"
lootChance56
lootTable
itemID"melvorAoD:Sapping_Barrier_Gem"
minQuantity1
maxQuantity1
weight30
itemID"melvorAoD:Barrier_Sapping_Gloves"
minQuantity1
maxQuantity1
weight40
itemID"melvorAoD:Leeching_Bolts"
minQuantity1
maxQuantity100
weight66
itemID"melvorD:Shrimp"
minQuantity1
maxQuantity3
weight200
gpDrops
min150
max450
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:SlimeShooter"
name"Slime Shooter"
levels
Hitpoints32
Attack1
Strength1
Defence35
Ranged50
Magic1
equipmentStats
attackSpeed2400
damageReduction5
attackType"ranged"
specialAttacks
"melvorAoD:AcidicBlast"
"melvorAoD:Split"
passives
"melvorAoD:Slimed"
lootChance75
lootTable
itemID"melvorAoD:Vial_of_Acid"
minQuantity1
maxQuantity1
weight66
itemID"melvorAoD:Sapping_Barrier_Gem"
minQuantity1
maxQuantity1
weight30
itemID"melvorD:Shrimp"
minQuantity1
maxQuantity3
weight100
itemID"melvorD:Adamant_Arrows"
minQuantity1
maxQuantity20
weight100
itemID"melvorF:Sapphire_Bolts"
minQuantity1
maxQuantity5
weight60
gpDrops
min150
max450
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorF:Goo"
quantity1
barrierPercent50
id"melvorAoD:GraniteGolem"
name"Granite Golem"
levels
Hitpoints70
Attack100
Strength120
Defence120
Ranged1
Magic1
equipmentStats
attackSpeed3800
slashAttackBonus10
stabAttackBonus10
blockAttackBonus10
meleeStrengthBonus4
meleeDefenceBonus50
rangedDefenceBonus50
damageReduction10
attackType"melee"
specialAttacks
"melvorAoD:Crush"
passives
"melvorAoD:EndofTurnHealing8"
"melvorAoD:MajorReflection"
lootChance100
lootTable
itemID"melvorD:Iron_Bar"
minQuantity1
maxQuantity10
weight200
itemID"melvorAoD:Granite_Mace"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Iron_Ore"
minQuantity1
maxQuantity5
weight150
itemID"melvorD:Topaz"
minQuantity1
maxQuantity1
weight100
itemID"melvorAoD:Imbued_Iron_Bar"
minQuantity1
maxQuantity1
weight100
gpDrops
min300
max900
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Iron_Bar"
quantity1
barrierPercent50
id"melvorAoD:RangedGolem"
name"Ranged Golem"
levels
Hitpoints80
Attack1
Strength1
Defence140
Ranged139
Magic1
equipmentStats
attackSpeed3800
meleeDefenceBonus-15
rangedStrengthBonus4
magicDefenceBonus100
rangedDefenceBonus50
damageReduction20
attackType"ranged"
specialAttacks
"melvorAoD:HeavyShot"
passives
"melvorAoD:EndofTurnHealing8"
"melvorAoD:MajorReflection"
lootChance100
lootTable
itemID"melvorD:Steel_Bar"
minQuantity1
maxQuantity10
weight200
itemID"melvorAoD:Granite_Crossbow"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Silver_Ore"
minQuantity1
maxQuantity5
weight150
itemID"melvorD:Sapphire"
minQuantity1
maxQuantity1
weight100
itemID"melvorAoD:Imbued_Steel_Bar"
minQuantity1
maxQuantity1
weight100
gpDrops
min350
max1050
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Steel_Bar"
quantity1
barrierPercent50
id"melvorAoD:EarthGolem"
name"Earth Golem"
levels
Hitpoints125
Attack160
Strength161
Defence160
Ranged1
Magic1
equipmentStats
attackSpeed3800
slashAttackBonus20
stabAttackBonus20
blockAttackBonus20
meleeStrengthBonus10
meleeDefenceBonus50
rangedDefenceBonus50
magicDefenceBonus70
damageReduction40
attackType"melee"
specialAttacks
"melvorAoD:EarthWall"
passives
"melvorAoD:EndofTurnHealing8"
"melvorAoD:MajorReflection"
lootChance100
lootTable
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity10
weight200
itemID"melvorAoD:Earth_Wall_Shield"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Gold_Ore"
minQuantity1
maxQuantity5
weight150
itemID"melvorD:Ruby"
minQuantity1
maxQuantity1
weight100
itemID"melvorAoD:Imbued_Mithril_Bar"
minQuantity1
maxQuantity1
weight100
gpDrops
min450
max1350
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Mithril_Bar"
quantity1
barrierPercent50
id"melvorAoD:MagicGolem"
name"Magic Golem"
levels
Hitpoints125
Attack1
Strength1
Defence185
Ranged1
Magic185
equipmentStats
attackSpeed3800
meleeDefenceBonus50
magicAttackBonus30
magicDamageBonus-18
magicDefenceBonus10
damageReduction40
attackType"magic"
specialAttacks
"melvorAoD:Mudball"
passives
"melvorAoD:EndofTurnHealing8"
"melvorAoD:MajorReflection"
lootChance100
lootTable
itemID"melvorD:Adamantite_Bar"
minQuantity1
maxQuantity10
weight200
itemID"melvorAoD:Mudball_Staff"
minQuantity1
maxQuantity1
weight3
itemID"melvorAoD:Slayer_Gem"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity5
weight150
itemID"melvorD:Emerald"
minQuantity1
maxQuantity1
weight100
itemID"melvorD:Runite_Bar"
minQuantity1
maxQuantity1
weight100
itemID"melvorAoD:Imbued_Mithril_Bar"
minQuantity1
maxQuantity1
weight100
itemID"melvorAoD:Imbued_Adamantite_Bar"
minQuantity1
maxQuantity1
weight100
itemID"melvorAoD:Imbued_Runite_Bar"
minQuantity1
maxQuantity1
weight100
gpDrops
min500
max1500
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthBolt"
bones
itemID"melvorD:Adamantite_Bar"
quantity1
barrierPercent50
id"melvorAoD:LavaGolem"
name"Lava Golem"
levels
Hitpoints150
Attack210
Strength218
Defence210
Ranged1
Magic1
equipmentStats
attackSpeed3800
slashAttackBonus20
stabAttackBonus20
blockAttackBonus20
meleeDefenceBonus50
rangedDefenceBonus50
magicDefenceBonus50
damageReduction50
attackType"melee"
specialAttacks
"melvorAoD:LavaSwipe"
"melvorAoD:Radiate"
passives
"melvorAoD:EndofTurnHealing8"
"melvorAoD:MajorReflection"
lootChance100
lootTable
itemID"melvorAoD:Golem_Chest"
minQuantity1
maxQuantity1
weight1
gpDrops
min550
max1650
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:CultMember"
name"Cult Member"
levels
Hitpoints370
Attack1
Strength1
Defence150
Ranged1
Magic200
equipmentStats
attackSpeed2800
magicAttackBonus20
magicDamageBonus8
meleeDefenceBonus100
magicDefenceBonus50
damageReduction5
attackType"magic"
specialAttacks
"melvorAoD:PlagueBolt"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:EndofTurnHealing4"
"melvorAoD:WeakeningTouch"
lootChance50
lootTable
itemID"melvorAoD:Rotten_Staff"
minQuantity1
maxQuantity1
weight2
itemID"melvorF:Summoning_Shard_Red"
minQuantity1
maxQuantity3
weight30
itemID"melvorD:Amulet_of_Magic"
minQuantity1
maxQuantity3
weight20
gpDrops
min1350
max4050
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:CultImp"
name"Cult Imp"
levels
Hitpoints410
Attack1
Strength1
Defence220
Ranged397
Magic1
equipmentStats
attackSpeed2600
rangedStrengthBonus28
rangedAttackBonus10
rangedDefenceBonus20
magicDefenceBonus140
damageReduction15
attackType"ranged"
specialAttacks
"melvorAoD:SharedToxins"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:EndofTurnHealing4"
"melvorAoD:WeakeningTouch"
lootChance50
lootTable
itemID"melvorAoD:Adaptive_Summoning_Amulet"
minQuantity1
maxQuantity1
weight2
itemID"melvorF:Summoning_Shard_Green"
minQuantity1
maxQuantity3
weight30
itemID"melvorF:Magic_Damage_Potion_II"
minQuantity1
maxQuantity10
weight20
gpDrops
min1500
max4500
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:Lich"
name"Lich"
levels
Hitpoints290
Attack1
Strength1
Defence280
Ranged1
Magic400
equipmentStats
attackSpeed2600
meleeDefenceBonus30
magicDefenceBonus50
magicDamageBonus17
damageReduction15
attackType"magic"
specialAttacks
"melvorAoD:BloodLink"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:EndofTurnHealing4"
"melvorAoD:WeakeningTouch"
lootChance50
lootTable
itemID"melvorAoD:Lich_Staff"
minQuantity1
maxQuantity1
weight2
itemID"melvorF:Summoning_Shard_Blue"
minQuantity1
maxQuantity5
weight30
itemID"melvorF:Summoning_Shard_Gold"
minQuantity1
maxQuantity5
weight10
gpDrops
min1050
max3150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterWave"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:CultMonster"
name"Cult Monster"
levels
Hitpoints340
Attack320
Strength400
Defence250
Ranged1
Magic1
equipmentStats
attackSpeed3200
meleeStrengthBonus12
meleeDefenceBonus35
rangedDefenceBonus55
magicDefenceBonus80
damageReduction25
attackType"melee"
specialAttacks
"melvorAoD:BleedingBite"
"melvorAoD:NastyBite"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:EndofTurnHealing4"
"melvorAoD:WeakeningTouch"
lootChance50
lootTable
itemID"melvorAoD:Biting_Gloves"
minQuantity1
maxQuantity1
weight2
itemID"melvorAoD:Max_Hitpoints_Gem"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Summoning_Shard_Silver"
minQuantity1
maxQuantity5
weight60
itemID"melvorF:Summoning_Shard_Black"
minQuantity1
maxQuantity3
weight20
gpDrops
min1250
max3750
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:SoulTakerWitch"
name"Soul Taker Witch"
levels
Hitpoints580
Attack1
Strength1
Defence400
Ranged1
Magic550
equipmentStats
attackSpeed2600
meleeDefenceBonus50
rangedDefenceBonus-15
magicDefenceBonus50
magicDamageBonus16
damageReduction25
attackType"magic"
specialAttacks
"melvorAoD:SoulTaker"
"melvorAoD:SpiritBurn"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:EndofTurnHealing4"
"melvorAoD:WeakeningTouch"
lootChance100
lootTable
Empty array
gpDrops
min2050
max6150
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindWave"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:PoisonLeecher"
name"Poison Leecher"
levels
Hitpoints210
Attack1
Strength1
Defence128
Ranged204
Magic1
equipmentStats
attackSpeed2400
rangedStrengthBonus13
rangedDefenceBonus50
magicDefenceBonus100
damageReduction5
attackType"ranged"
specialAttacks
"melvorAoD:PoisonLeech"
passives
"melvorAoD:PoisonMaster"
lootChance65
lootTable
itemID"melvorAoD:Poisonous_Arrows"
minQuantity1
maxQuantity50
weight8
itemID"melvorD:Bronze_Arrows"
minQuantity1
maxQuantity20
weight30
itemID"melvorD:Steel_Arrows"
minQuantity1
maxQuantity3
weight20
gpDrops
min800
max2400
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:PoisonRoamer"
name"Poison Roamer"
levels
Hitpoints230
Attack1
Strength1
Defence140
Ranged222
Magic1
equipmentStats
attackSpeed2400
rangedStrengthBonus15
rangedDefenceBonus50
magicDefenceBonus100
damageReduction10
attackType"ranged"
specialAttacks
"melvorAoD:PoisonHuntsman"
passives
"melvorAoD:PoisonMaster"
lootChance60
lootTable
itemID"melvorAoD:Poison_Bolts"
minQuantity1
maxQuantity30
weight2
itemID"melvorD:Headless_Bolts"
minQuantity1
maxQuantity10
weight15
itemID"melvorF:Emerald_Bolts"
minQuantity1
maxQuantity3
weight10
gpDrops
min850
max2550
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:PoisonSlime"
name"Poison Slime"
levels
Hitpoints250
Attack1
Strength1
Defence162
Ranged247
Magic1
equipmentStats
attackSpeed2400
rangedAttackBonus15
rangedStrengthBonus15
rangedDefenceBonus50
magicDefenceBonus100
damageReduction15
attackType"ranged"
specialAttacks
"melvorAoD:PoisonSpikeSkin"
passives
"melvorAoD:PoisonMaster"
lootChance50
lootTable
itemID"melvorAoD:Poison_Cape"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Rune_Javelin"
minQuantity1
maxQuantity5
weight30
itemID"melvorF:Lethal_Toxins_Potion_II"
minQuantity1
maxQuantity20
weight20
gpDrops
min950
max2850
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:PoisonBloater"
name"Poison Bloater"
levels
Hitpoints280
Attack1
Strength1
Defence213
Ranged286
Magic1
equipmentStats
attackSpeed2800
rangedAttackBonus30
rangedStrengthBonus11
rangedDefenceBonus60
magicDefenceBonus200
damageReduction20
attackType"ranged"
specialAttacks
"melvorAoD:BloatingShot"
"melvorAoD:AgileHunter"
passives
"melvorAoD:PoisonMaster"
lootChance50
lootTable
itemID"melvorAoD:Poison_Crossbow"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Amulet_of_Ranged"
minQuantity1
maxQuantity3
weight30
itemID"melvorF:Lethal_Toxins_Potion_III"
minQuantity1
maxQuantity20
weight20
gpDrops
min1050
max3150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Bones"
quantity1
barrierPercent50
id"melvorAoD:MagicMirror"
name"Magic Mirror"
levels
Hitpoints300
Attack1
Strength1
Defence150
Ranged1
Magic240
equipmentStats
attackSpeed2800
meleeDefenceBonus30
magicDefenceBonus100
magicDamageBonus19
damageReduction10
attackType"magic"
specialAttacks
"melvorAoD:Reflection"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Reflect"
lootChance33
lootTable
itemID"melvorAoD:Eroding_Barrier_Gem"
minQuantity1
maxQuantity1
weight2
itemID"melvorAoD:Trickery_Mirror"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity5
weight30
gpDrops
min1100
max3300
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:PossessedBarrel"
name"Possessed Barrel"
levels
Hitpoints320
Attack1
Strength1
Defence220
Ranged1
Magic265
equipmentStats
attackSpeed2600
meleeDefenceBonus50
magicDefenceBonus100
magicDamageBonus10
damageReduction15
attackType"magic"
specialAttacks
"melvorAoD:Telekinesis"
"melvorAoD:MindBarrier"
passives
"melvorAoD:BarrierRegen"
lootChance50
lootTable
itemID"melvorAoD:Eroding_Barrier_Gem"
minQuantity1
maxQuantity1
weight3
itemID"melvorAoD:Powered_Red_Crystal"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity8
weight60
itemID"melvorD:Body_Rune"
minQuantity1
maxQuantity5
weight40
gpDrops
min1150
max3450
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:FakeDoor"
name"Fake Door"
levels
Hitpoints380
Attack1
Strength1
Defence350
Ranged1
Magic300
equipmentStats
attackSpeed2800
meleeDefenceBonus50
magicDefenceBonus100
magicDamageBonus10
damageReduction20
attackType"magic"
specialAttacks
"melvorAoD:TrapDoor"
"melvorAoD:Illusion"
passives
"melvorAoD:BarrierRegen"
lootChance50
lootTable
itemID"melvorAoD:Eroding_Barrier_Gem"
minQuantity1
maxQuantity1
weight3
itemID"melvorAoD:Cape_of_Illusion"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity10
weight60
itemID"melvorD:Body_Rune"
minQuantity1
maxQuantity10
weight40
gpDrops
min1400
max4200
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:IllusiveRoots"
name"Illusive Roots"
levels
Hitpoints430
Attack1
Strength1
Defence290
Ranged1
Magic400
equipmentStats
attackSpeed2800
meleeDefenceBonus25
magicDefenceBonus50
magicDamageBonus8
damageReduction25
attackType"magic"
specialAttacks
"melvorAoD:BurningRoots"
"melvorAoD:RingOfFire"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:BasicImmunity"
lootChance50
lootTable
itemID"melvorAoD:Eroding_Barrier_Gem"
minQuantity1
maxQuantity1
weight3
itemID"melvorAoD:Mage_Mask"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity15
weight60
itemID"melvorD:Amulet_of_Magic"
minQuantity1
maxQuantity5
weight40
gpDrops
min1550
max4650
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:PuppetMaster"
name"Puppet Master"
levels
Hitpoints470
Attack1
Strength1
Defence320
Ranged1
Magic480
equipmentStats
attackSpeed2800
meleeDefenceBonus40
magicDefenceBonus60
magicDamageBonus-16
damageReduction30
attackType"magic"
specialAttacks
"melvorAoD:Puppets"
"melvorAoD:Marionette"
"melvorAoD:Manipulate"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:PuppetMaster"
lootChance100
lootTable
Empty array
gpDrops
min1700
max5100
canSlayerfalse
isBosstrue
selectedSpell"melvorD:FireBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:GhostSailor"
name"Ghost Sailor"
levels
Hitpoints510
Attack250
Strength255
Defence280
Ranged1
Magic1
equipmentStats
attackSpeed2600
stabAttackBonus65
meleeStrengthBonus76
meleeDefenceBonus20
rangedDefenceBonus40
magicDefenceBonus30
damageReduction30
attackType"melee"
specialAttacks
"melvorAoD:GhostlyScimitar"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Ghostly"
lootChance75
lootTable
itemID"melvorAoD:Ghost_Scimitar"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Rune_Sword"
minQuantity1
maxQuantity5
weight225
itemID"melvorD:Dragon_Sword"
minQuantity1
maxQuantity5
weight150
itemID"melvorD:Treasure_Chest"
minQuantity1
maxQuantity1
weight150
itemID"melvorD:Topaz"
minQuantity1
maxQuantity20
weight75
gpDrops
min1800
max5400
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:GhostMercenary"
name"Ghost Mercenary"
levels
Hitpoints640
Attack1
Strength1
Defence280
Ranged320
Magic1
equipmentStats
attackSpeed2400
rangedAttackBonus45
rangedStrengthBonus68
rangedDefenceBonus50
magicDefenceBonus200
damageReduction45
attackType"ranged"
specialAttacks
"melvorAoD:Blunderbuss"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Ghostly"
lootChance75
lootTable
itemID"melvorAoD:Ghost_Blunderbow"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Ruby_Bolts"
minQuantity1
maxQuantity10
weight225
itemID"melvorF:Diamond_Bolts"
minQuantity1
maxQuantity10
weight150
itemID"melvorD:Treasure_Chest"
minQuantity1
maxQuantity1
weight150
itemID"melvorD:Ruby"
minQuantity1
maxQuantity20
weight75
gpDrops
min2050
max6150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:ShipwreckBeast"
name"Shipwreck Beast"
levels
Hitpoints640
Attack1
Strength1
Defence295
Ranged1
Magic340
equipmentStats
attackSpeed3200
meleeDefenceBonus50
magicAttackBonus20
magicDefenceBonus100
magicDamageBonus16
damageReduction45
attackType"magic"
specialAttacks
"melvorAoD:Foresight"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Ghostly"
lootChance75
lootTable
itemID"melvorAoD:Foresight_Wand"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Water_Rune"
minQuantity1
maxQuantity250
weight225
itemID"melvorD:Magic_Wand_Powerful"
minQuantity1
maxQuantity20
weight150
itemID"melvorD:Treasure_Chest"
minQuantity1
maxQuantity1
weight150
itemID"melvorD:Magic_Wand_Elite"
minQuantity1
maxQuantity1
weight150
gpDrops
min2250
max6750
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:CursedPirateCaptain"
name"Cursed Pirate Captain"
levels
Hitpoints710
Attack300
Strength350
Defence350
Ranged1
Magic1
equipmentStats
attackSpeed2600
slashAttackBonus50
stabAttackBonus50
blockAttackBonus50
meleeStrengthBonus50
meleeDefenceBonus50
rangedDefenceBonus100
magicDefenceBonus80
damageReduction60
attackType"melee"
specialAttacks
"melvorAoD:CursedBlunderbuss"
"melvorAoD:GhostlySword"
"melvorAoD:GhostlyCannonball"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Ghostly"
lootChance33
lootTable
itemID"melvorAoD:Ghostly_Parrot"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Treasure_Chest"
minQuantity1
maxQuantity1
weight100
itemID"melvorD:Diamond"
minQuantity1
maxQuantity30
weight50
gpDrops
min2500
max7500
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:Merman"
name"Merman"
levels
Hitpoints620
Attack1
Strength1
Defence400
Ranged1
Magic500
equipmentStats
attackSpeed2800
meleeDefenceBonus40
rangedDefenceBonus-20
magicDamageBonus-48
damageReduction30
attackType"magic"
specialAttacks
"melvorAoD:WaterPulse"
"melvorAoD:WaterBarrier"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Underwater"
lootChance90
lootTable
itemID"melvorAoD:Devouring_Barrier_Gem"
minQuantity1
maxQuantity1
weight75
itemID"melvorAoD:Water_Pulse_Staff"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Silver_Bar"
minQuantity1
maxQuantity100
weight675
itemID"melvorF:Silver_Diamond_Ring"
minQuantity1
maxQuantity1
weight675
itemID"melvorF:Silver_Diamond_Necklace"
minQuantity1
maxQuantity1
weight675
itemID"melvorD:Water_Rune"
minQuantity1
maxQuantity500
weight675
itemID"melvorD:Ancient_Rune"
minQuantity1
maxQuantity100
weight525
gpDrops
min2200
max6600
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:MermaidArcher"
name"Mermaid Archer"
levels
Hitpoints670
Attack1
Strength1
Defence400
Ranged520
Magic1
equipmentStats
attackSpeed2400
rangedStrengthBonus150
meleeDefenceBonus-25
rangedDefenceBonus50
magicDefenceBonus150
damageReduction35
attackType"ranged"
specialAttacks
"melvorAoD:EngulfingVortex"
"melvorAoD:WaterBarrier"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Underwater"
lootChance90
lootTable
itemID"melvorAoD:Devouring_Barrier_Gem"
minQuantity1
maxQuantity1
weight75
itemID"melvorAoD:Engulfing_Vortex_Longbow"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Silver_Bar"
minQuantity1
maxQuantity100
weight675
itemID"melvorF:Silver_Diamond_Ring"
minQuantity1
maxQuantity1
weight675
itemID"melvorF:Silver_Diamond_Necklace"
minQuantity1
maxQuantity1
weight675
itemID"melvorD:Magic_Longbow"
minQuantity1
maxQuantity1
weight675
itemID"melvorF:Ancient_Arrow"
minQuantity1
maxQuantity200
weight525
gpDrops
min2350
max7050
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:MermanGuard"
name"Merman Guard"
levels
Hitpoints780
Attack400
Strength505
Defence450
Ranged1
Magic150
equipmentStats
attackSpeed2600
slashAttackBonus50
stabAttackBonus50
blockAttackBonus50
meleeStrengthBonus101
rangedDefenceBonus100
damageReduction40
attackType"melee"
specialAttacks
"melvorAoD:HastyAssault"
"melvorAoD:WaterBarrier"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Underwater"
lootChance90
lootTable
itemID"melvorAoD:Devouring_Barrier_Gem"
minQuantity1
maxQuantity1
weight75
itemID"melvorAoD:Hasty_Trident"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Silver_Bar"
minQuantity1
maxQuantity100
weight675
itemID"melvorF:Silver_Diamond_Ring"
minQuantity1
maxQuantity1
weight675
itemID"melvorF:Silver_Diamond_Necklace"
minQuantity1
maxQuantity1
weight675
itemID"melvorD:Rune_Battleaxe"
minQuantity1
maxQuantity1
weight675
itemID"melvorD:Rune_Shield"
minQuantity1
maxQuantity1
weight525
gpDrops
min2700
max8100
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:TreacherousJellyfish"
name"Treacherous Jellyfish"
levels
Hitpoints920
Attack1
Strength1
Defence450
Ranged1
Magic640
equipmentStats
attackSpeed2600
meleeDefenceBonus20
magicDefenceBonus50
magicDamageBonus12
damageReduction45
attackType"magic"
specialAttacks
"melvorAoD:SleepingEntanglement"
"melvorAoD:WaterBarrier"
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Underwater"
lootChance90
lootTable
itemID"melvorAoD:Devouring_Barrier_Gem"
minQuantity1
maxQuantity1
weight60
itemID"melvorAoD:Underwater_Helmet"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Silver_Bar"
minQuantity1
maxQuantity100
weight675
itemID"melvorF:Silver_Diamond_Ring"
minQuantity1
maxQuantity1
weight675
itemID"melvorF:Silver_Diamond_Necklace"
minQuantity1
maxQuantity1
weight675
itemID"melvorD:Mist_Rune"
minQuantity1
maxQuantity100
weight675
itemID"melvorD:Magic_Wand_Elite"
minQuantity1
maxQuantity1
weight525
gpDrops
min3150
max9450
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WaterBlast"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:Nagaia"
name"Nagaia"
levels
Hitpoints1120
Attack1
Strength1
Defence550
Ranged720
Magic500
equipmentStats
attackSpeed3000
rangedAttackBonus20
rangedStrengthBonus138
rangedDefenceBonus50
magicDefenceBonus100
damageReduction50
attackType"ranged"
specialAttacks
"melvorAoD:StunningBarrage"
"melvorAoD:WaterBarrier"
"melvorAoD:EradicatingBlast"
"melvorAoD:NullAndCleanse"
overrideSpecialChances
40
20
20
20
passives
"melvorAoD:BarrierRegen"
"melvorAoD:Underwater"
lootChance100
lootTable
Empty array
gpDrops
min3750
max11250
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorD:Magic_Bones"
quantity1
barrierPercent50
id"melvorAoD:EvilOak"
name"Evil Oak"
levels
Hitpoints120
Attack1
Strength1
Defence128
Ranged168
Magic85
equipmentStats
attackSpeed2400
rangedDefenceBonus20
damageReduction20
attackType"ranged"
specialAttacks
"melvorAoD:EvilMalice"
passives
"melvorAoD:UnholyAura"
lootChance100
lootTable
itemID"melvorAoD:Unholy_Logs"
minQuantity1
maxQuantity2
weight370
itemID"melvorAoD:Unholy_Ranged_Gloves"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Oak_Logs"
minQuantity1
maxQuantity20
weight150
itemID"melvorD:Bird_Nest"
minQuantity1
maxQuantity2
weight100
gpDrops
min500
max1500
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Unholy_Dust"
quantity1
barrierPercent50
id"melvorAoD:GrumpyWillow"
name"Grumpy Willow"
levels
Hitpoints140
Attack180
Strength180
Defence135
Ranged1
Magic90
equipmentStats
attackSpeed2600
meleeStrengthBonus6
meleeDefenceBonus20
rangedDefenceBonus40
damageReduction25
attackType"melee"
specialAttacks
"melvorAoD:CrushingRoots"
passives
"melvorAoD:UnholyAura"
lootChance100
lootTable
itemID"melvorAoD:Unholy_Logs"
minQuantity1
maxQuantity2
weight370
itemID"melvorAoD:Unholy_Melee_Gloves"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Willow_Logs"
minQuantity1
maxQuantity20
weight150
itemID"melvorD:Bird_Nest"
minQuantity1
maxQuantity4
weight100
gpDrops
min550
max1650
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Unholy_Dust"
quantity1
barrierPercent50
id"melvorAoD:AngryTeak"
name"Angry Teak"
levels
Hitpoints160
Attack1
Strength1
Defence143
Ranged1
Magic230
equipmentStats
attackSpeed2800
meleeDefenceBonus20
damageReduction30
magicDamageBonus33
attackType"magic"
specialAttacks
"melvorAoD:AngryGrudge"
passives
"melvorAoD:UnholyAura"
lootChance100
lootTable
itemID"melvorAoD:Unholy_Logs"
minQuantity1
maxQuantity2
weight370
itemID"melvorAoD:Unholy_Magic_Gloves"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Teak_Logs"
minQuantity1
maxQuantity20
weight150
itemID"melvorD:Bird_Nest"
minQuantity1
maxQuantity6
weight100
gpDrops
min600
max1800
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthStrike"
bones
itemID"melvorAoD:Unholy_Dust"
quantity1
barrierPercent50
id"melvorAoD:RagingMaple"
name"Raging Maple"
levels
Hitpoints175
Attack200
Strength218
Defence188
Ranged1
Magic125
equipmentStats
attackSpeed2800
stabAttackBonus20
meleeDefenceBonus20
rangedDefenceBonus40
damageReduction35
attackType"melee"
specialAttacks
"melvorAoD:ConsumingRage"
passives
"melvorAoD:UnholyAura"
lootChance100
lootTable
itemID"melvorAoD:Unholy_Logs"
minQuantity1
maxQuantity2
weight370
itemID"melvorAoD:Unholy_Battle_Boots"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Combat_Gem"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Maple_Logs"
minQuantity1
maxQuantity20
weight150
itemID"melvorD:Bird_Nest"
minQuantity1
maxQuantity8
weight100
gpDrops
min650
max1950
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Unholy_Dust"
quantity1
barrierPercent50
id"melvorAoD:FuriousMahogany"
name"Furious Mahogany"
levels
Hitpoints190
Attack1
Strength1
Defence300
Ranged303
Magic150
equipmentStats
attackSpeed2800
rangedAttackBonus10
meleeDefenceBonus-10
rangedStrengthBonus-13
rangedDefenceBonus40
magicDefenceBonus100
damageReduction40
attackType"ranged"
specialAttacks
"melvorAoD:EvilMalice"
"melvorAoD:AngryGrudge"
"melvorAoD:ConsumingRage"
overrideSpecialChances
35
35
30
passives
"melvorAoD:UnholyAura"
lootChance100
lootTable
Empty array
gpDrops
min700
max2100
canSlayerfalse
isBosstrue
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Unholy_Dust"
quantity1
barrierPercent50
id"melvorAoD:CrystalBarrager"
name"Crystal Barrager"
levels
Hitpoints45
Attack1
Strength1
Defence120
Ranged73
Magic100
equipmentStats
attackSpeed1800
magicDefenceBonus100
rangedAttackBonus100
rangedStrengthBonus18
damageReduction20
attackType"ranged"
specialAttacks
"melvorAoD:CrystalShard"
passives
"melvorAoD:Crystallization"
lootChance100
lootTable
itemID"melvorAoD:Crystal_Binding_Dust"
minQuantity1
maxQuantity100
weight14
itemID"melvorF:Topaz_Bolts"
minQuantity1
maxQuantity50
weight1
gpDrops
min200
max600
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Crystal_Bones"
quantity1
barrierPercent50
id"melvorAoD:CrystalSmasher"
name"Crystal Smasher"
levels
Hitpoints65
Attack90
Strength103
Defence140
Ranged1
Magic1
equipmentStats
attackSpeed1800
stabAttackBonus100
slashAttackBonus100
blockAttackBonus100
meleeStrengthBonus8
damageReduction25
attackType"melee"
specialAttacks
"melvorAoD:ShatteredCrystals"
passives
"melvorAoD:Crystallization"
lootChance100
lootTable
itemID"melvorAoD:Crystal_Binding_Dust"
minQuantity1
maxQuantity100
weight14
itemID"melvorF:Sapphire_Bolts"
minQuantity1
maxQuantity40
weight1
gpDrops
min300
max900
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Crystal_Bones"
quantity1
barrierPercent50
id"melvorAoD:CrystalProwler"
name"Crystal Prowler"
levels
Hitpoints105
Attack1
Strength1
Defence210
Ranged1
Magic210
equipmentStats
attackSpeed1800
magicAttackBonus100
magicDamageBonus-33
damageReduction30
attackType"magic"
specialAttacks
"melvorAoD:CrystalLeash"
passives
"melvorAoD:Crystallization"
lootChance100
lootTable
itemID"melvorAoD:Crystal_Binding_Dust"
minQuantity1
maxQuantity100
weight14
itemID"melvorF:Ruby_Bolts"
minQuantity1
maxQuantity30
weight1
gpDrops
min400
max1200
canSlayerfalse
isBossfalse
selectedSpell"melvorD:EarthBlast"
bones
itemID"melvorAoD:Crystal_Bones"
quantity1
barrierPercent50
id"melvorAoD:CrystalManipulator"
name"Crystal Manipulator"
levels
Hitpoints580
Attack1
Strength1
Defence320
Ranged1
Magic320
equipmentStats
attackSpeed1800
meleeDefenceBonus30
magicAttackBonus100
magicDefenceBonus30
magicDamageBonus-14
damageReduction20
attackType"magic"
specialAttacks
"melvorAoD:CrystalLure"
passives
"melvorAoD:Crystallization"
"melvorAoD:CrystalSanction"
lootChance100
lootTable
itemID"melvorAoD:Pure_Crystal_Binding_Dust"
minQuantity1
maxQuantity75
weight14
itemID"melvorF:Emerald_Bolts"
minQuantity1
maxQuantity20
weight1
gpDrops
min2050
max6150
canSlayerfalse
isBossfalse
selectedSpell"melvorD:FireSurge"
bones
itemID"melvorAoD:Large_Crystal_Bones"
quantity1
barrierPercent50
id"melvorAoD:CrystalShatterer"
name"Crystal Shatterer"
levels
Hitpoints620
Attack1
Strength1
Defence320
Ranged252
Magic200
equipmentStats
attackSpeed1800
rangedAttackBonus100
rangedStrengthBonus39
rangedDefenceBonus50
magicDefenceBonus50
damageReduction25
attackType"ranged"
specialAttacks
"melvorAoD:CrystalPierce"
passives
"melvorAoD:Crystallization"
"melvorAoD:CrystalSanction"
lootChance100
lootTable
itemID"melvorAoD:Pure_Crystal_Binding_Dust"
minQuantity1
maxQuantity75
weight14
itemID"melvorF:Diamond_Bolts"
minQuantity1
maxQuantity15
weight1
gpDrops
min2200
max6600
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Large_Crystal_Bones"
quantity1
barrierPercent50
id"melvorAoD:CrystalBehemoth"
name"Crystal Behemoth"
levels
Hitpoints680
Attack280
Strength329
Defence320
Ranged1
Magic170
equipmentStats
attackSpeed1800
slashAttackBonus100
stabAttackBonus100
blockAttackBonus100
meleeStrengthBonus51
meleeDefenceBonus50
rangedDefenceBonus50
damageReduction30
attackType"melee"
specialAttacks
"melvorAoD:CrystalForce"
passives
"melvorAoD:Crystallization"
"melvorAoD:CrystalSanction"
lootChance100
lootTable
itemID"melvorAoD:Pure_Crystal_Binding_Dust"
minQuantity1
maxQuantity100
weight8
itemID"melvorF:Diamond_Bolts"
minQuantity1
maxQuantity20
weight1
itemID"melvorAoD:Diamond_Bolts_Enchanted"
minQuantity1
maxQuantity5
weight1
gpDrops
min2300
max6900
canSlayerfalse
isBossfalse
selectedSpell"melvorD:WindStrike"
bones
itemID"melvorAoD:Large_Crystal_Bones"
quantity1
barrierPercent50
combatAreas
id"melvorD:Farmlands"
name"Farmlands"
monsterIDs
"melvorD:Plant"
"melvorD:Chicken"
"melvorD:Cow"
"melvorD:JuniorFarmer"
"melvorD:AdultFarmer"
"melvorD:MasterFarmer"
difficulty
0
entryRequirements
Empty array
type"combatArea"
id"melvorD:Dragon_Valley"
name"Dragon Valley"
monsterIDs
"melvorD:GreenDragon"
"melvorD:BlueDragon"
"melvorD:RedDragon"
"melvorD:BlackDragon"
difficulty
1
2
entryRequirements
Empty array
type"combatArea"
id"melvorD:Wet_Forest"
name"Wet Forest"
monsterIDs
"melvorD:Leech"
"melvorD:SweatyMonster"
"melvorD:WetMonster"
"melvorD:MoistMonster"
difficulty
0
entryRequirements
Empty array
type"combatArea"
id"melvorD:Wizard_Tower"
name"Wizard Tower"
monsterIDs
"melvorD:Wizard"
"melvorD:MasterWizard"
"melvorD:DarkWizard"
difficulty
0
2
entryRequirements
Empty array
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
Empty array
type"combatArea"
id"melvorD:Bandit_Hideout"
name"Bandit Hideout"
monsterIDs
"melvorD:BanditTrainee"
"melvorD:Bandit"
difficulty
0
entryRequirements
Empty array
type"combatArea"
id"melvorD:Giant_Dungeon"
name"Giant Dungeon"
monsterIDs
"melvorD:HillGiant"
"melvorD:MossGiant"
difficulty
0
1
entryRequirements
Empty array
type"combatArea"
id"melvorD:Sandy_Shores"
name"Sandy Shores"
monsterIDs
"melvorD:Seagull"
"melvorD:Tentacle"
"melvorD:GiantCrab"
"melvorD:ConfusedPirate"
difficulty
0
entryRequirements
Empty array
type"combatArea"
id"melvorD:Icy_Hills"
name"Icy Hills"
monsterIDs
"melvorD:FrozenArcher"
"melvorD:FrozenMammoth"
"melvorD:IceMonster"
difficulty
0
1
entryRequirements
Empty array
type"combatArea"
id"melvorD:Goblin_Village"
name"Golbin Village"
monsterIDs
"melvorD:Golbin"
"melvorD:RangedGolbin"
difficulty
0
entryRequirements
Empty array
type"combatArea"
id"melvorD:Graveyard"
name"Graveyard"
monsterIDs
"melvorD:Skeleton"
"melvorD:ZombieHand"
"melvorD:Zombie"
"melvorD:Ghost"
difficulty
0
entryRequirements
Empty array
type"combatArea"
id"melvorD:ElerineBattlegrounds"
name"Elerine Battlegrounds"
monsterIDs
"melvorD:ElerineArcher"
"melvorD:ElerineWarrior"
"melvorD:ElerineMage"
difficulty
1
2
entryRequirements
Empty array
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
Empty array
rewardItemIDs
"melvorD:Egg_Chest"
dropBonesfalse
pet
petID"melvorD:Chick"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorD:Standard_Chest"
dropBonesfalse
pet
petID"melvorD:Zarrah"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorD:Spider_Chest"
dropBonesfalse
pet
petID"melvorD:Rosey"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorD:Frozen_Chest"
dropBonesfalse
pet
petID"melvorD:ArcticYeti"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorD:Pirate_Booty"
dropBonesfalse
pet
petID"melvorD:Ayyden"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorD:Elite_Chest"
"melvorD:Fire_Cape"
dropBonesfalse
pet
petID"melvorD:Mac"
weight200
fixedPetClearsfalse
pauseOnBossesfalse
oneTimeRewardID"melvorD:Futures_Prophecy"
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorD:Bandit_Chest"
dropBonesfalse
pet
petID"melvorD:Chio"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorD:Magic_Chest"
dropBonesfalse
pet
petID"melvorD:BouncingBob"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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"
count1
rewardItemIDs
"melvorF:Scroll_of_Aeris"
dropBonestrue
pet
petID"melvorF:Aquarias"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
floors
8
6
4
2
1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count1
skillUnlockCompletions1
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"
count1
rewardItemIDs
"melvorF:Scroll_of_Glacia"
dropBonestrue
pet
petID"melvorF:Norman"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
floors
8
6
4
2
1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count1
skillUnlockCompletions1
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"
count1
rewardItemIDs
"melvorF:Scroll_of_Terran"
dropBonestrue
pet
petID"melvorF:Erran"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
floors
8
6
4
2
1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count1
skillUnlockCompletions1
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"
count1
rewardItemIDs
"melvorF:Scroll_of_Ragnar"
dropBonestrue
pet
petID"melvorF:Ren"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
oneTimeRewardID"melvorF:Unknown_Evil"
floors
8
6
4
2
1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count1
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorF:Elder_Chest"
dropBonesfalse
pet
petID"melvorF:Harley"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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"
level40
rewardItemIDs
"melvorF:Miolite_Chest"
dropBonesfalse
pet
petID"melvorF:JellyJim"
weight350
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
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"
level75
rewardItemIDs
"melvorF:Infernal_Core"
"melvorF:Infernal_Cape"
dropBonesfalse
pet
petID"melvorF:Singe"
weight200
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count100
skillUnlockCompletions1
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"
level90
rewardItemIDs
"melvorF:New_Dawn"
dropBonesfalse
pet
petID"melvorF:Pablo"
weight5
fixedPetClearstrue
pauseOnBossestrue
oneTimeRewardID"melvorF:Beginning_Of_The_End"
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorF:Fire_God_Dungeon"
count1
nonBossPassives
"melvorF:Afflicted"
skillUnlockCompletions1
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"
count1
id"melvorF:Impending_Darkness"
name"Impending Darkness Event"
monsterIDs
"melvorF:BaneInstrumentOfFear"
difficulty
6
entryRequirements
type"DungeonCompletion"
dungeonID"melvorF:Into_the_Mist"
count1
rewardItemIDs
Empty array
dropBonesfalse
pet
petID"melvorF:Bone"
weight1
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorF:Into_the_Mist"
count1
eventID"melvorF:ImpendingDarkness"
skillUnlockCompletions1
type"dungeon"
gamemodeEntryRequirements
gamemodeID"melvorAoD:AncientRelics"
add
type"DungeonCompletion"
dungeonID"melvorAoD:Underwater_City"
count1
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"
count1
rewardItemIDs
"melvorTotH:Ancient_Chest"
dropBonesfalse
pet
petID"melvorTotH:Penelope"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorF:Impending_Darkness"
count1
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorTotH:Burning_Chest"
dropBonesfalse
pet
petID"melvorTotH:Harry"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorTotH:Ancient_Sanctuary"
count1
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorTotH:Static_Chest"
dropBonesfalse
pet
petID"melvorTotH:Azuzu"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorTotH:Underground_Lava_Lake"
count1
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorTotH:Webbed_Chest"
dropBonesfalse
pet
petID"melvorTotH:Webbie"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorTotH:Lightning_Region"
count1
nonBossPassives
"melvorTotH:StickyWebs"
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorTotH:Cursed_Chest"
dropBonesfalse
pet
petID"melvorTotH:BillAndWendy"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorTotH:Lair_of_the_Spider_Queen"
count1
skillUnlockCompletions1
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
Empty array
rewardItemIDs
"melvorTotH:Bone_Chest"
dropBonesfalse
pet
petID"melvorTotH:Phantom"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorTotH:Cursed_Forest"
count1
skillUnlockCompletions1
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"
count1
rewardItemIDs
Empty array
dropBonesfalse
pet
petID"melvorTotH:Harold"
weight1
fixedPetClearsfalse
pauseOnBossestrue
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorTotH:Necromancers_Palace"
count1
skillUnlockCompletions1
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"
dropBonesfalse
pet
petID"melvorAoD:Crag"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
type"dungeon"
gamemodeRewardItemIDs
gamemodeID"melvorAoD:AncientRelics"
itemIDs
"melvorF:Food_Box_I"
gamemodeEntryRequirements
gamemodeID"melvorAoD:AncientRelics"
remove
"ItemFound"
add
type"DungeonCompletion"
dungeonID"melvorD:Frozen_Cove"
count1
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"
dropBonesfalse
pet
petID"melvorAoD:Sprout"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorAoD:Golem_Territory"
count1
type"dungeon"
gamemodeRewardItemIDs
gamemodeID"melvorAoD:AncientRelics"
itemIDs
"melvorF:Food_Box_I"
gamemodeEntryRequirements
gamemodeID"melvorAoD:AncientRelics"
remove
"ItemFound"
add
type"DungeonCompletion"
dungeonID"melvorAoD:Golem_Territory"
count1
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"
dropBonesfalse
pet
petID"melvorAoD:Kiko"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorAoD:Unholy_Forest"
count1
type"dungeon"
gamemodeRewardItemIDs
gamemodeID"melvorAoD:AncientRelics"
itemIDs
"melvorF:Food_Box_II"
gamemodeEntryRequirements
gamemodeID"melvorAoD:AncientRelics"
remove
"ItemFound"
add
type"DungeonCompletion"
dungeonID"melvorAoD:Unholy_Forest"
count1
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"
dropBonesfalse
pet
petID"melvorAoD:Aggi"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorAoD:Trickery_Temple"
count1
type"dungeon"
gamemodeRewardItemIDs
gamemodeID"melvorAoD:AncientRelics"
itemIDs
"melvorF:Food_Box_II"
gamemodeEntryRequirements
gamemodeID"melvorAoD:AncientRelics"
remove
"ItemFound"
add
type"DungeonCompletion"
dungeonID"melvorAoD:Trickery_Temple"
count1
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"
dropBonesfalse
pet
petID"melvorAoD:Lumi"
weight150
fixedPetClearsfalse
pauseOnBossesfalse
skillUnlockCompletions1
unlockRequirement
type"DungeonCompletion"
dungeonID"melvorAoD:Cult_Grounds"
count1
type"dungeon"
gamemodeRewardItemIDs
gamemodeID"melvorAoD:AncientRelics"
itemIDs
"melvorF:Food_Box_II"
gamemodeEntryRequirements
gamemodeID"melvorAoD:AncientRelics"
remove
"CartographyPOIDiscovery"
add
type"DungeonCompletion"
dungeonID"melvorAoD:Cult_Grounds"
count1
standardSpells
id"melvorD:WindStrike"
name"Wind Strike"
level1
runesRequired
id"melvorD:Air_Rune"
quantity2
id"melvorD:Mind_Rune"
quantity1
maxHit2
spellType"Air"
spellTier"Strike"
spellBook"standard"
id"melvorD:WaterStrike"
name"Water Strike"
level3
runesRequired
id"melvorD:Air_Rune"
quantity1
id"melvorD:Mind_Rune"
quantity1
id"melvorD:Water_Rune"
quantity1
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity1
id"melvorD:Mind_Rune"
quantity1
maxHit4.5
spellType"Water"
spellTier"Strike"
spellBook"standard"
id"melvorD:EarthStrike"
name"Earth Strike"
level6
runesRequired
id"melvorD:Air_Rune"
quantity1
id"melvorD:Mind_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity1
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity1
id"melvorD:Mind_Rune"
quantity1
maxHit7
spellType"Earth"
spellTier"Strike"
spellBook"standard"
id"melvorD:FireStrike"
name"Fire Strike"
level10
runesRequired
id"melvorD:Air_Rune"
quantity1
id"melvorD:Mind_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity1
runesRequiredAlt
id"melvorD:Smoke_Rune"
quantity1
id"melvorD:Mind_Rune"
quantity1
maxHit9.5
spellType"Fire"
spellTier"Strike"
spellBook"standard"
id"melvorD:WindBolt"
name"Wind Bolt"
level14
runesRequired
id"melvorD:Air_Rune"
quantity4
id"melvorD:Chaos_Rune"
quantity1
maxHit9
spellType"Air"
spellTier"Bolt"
spellBook"standard"
id"melvorD:WaterBolt"
name"Water Bolt"
level16
runesRequired
id"melvorD:Air_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity1
id"melvorD:Water_Rune"
quantity2
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity1
maxHit10.5
spellType"Water"
spellTier"Bolt"
spellBook"standard"
id"melvorD:EarthBolt"
name"Earth Bolt"
level19
runesRequired
id"melvorD:Air_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity3
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity1
maxHit12
spellType"Earth"
spellTier"Bolt"
spellBook"standard"
id"melvorD:FireBolt"
name"Fire Bolt"
level23
runesRequired
id"melvorD:Air_Rune"
quantity3
id"melvorD:Chaos_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity4
runesRequiredAlt
id"melvorD:Smoke_Rune"
quantity3
id"melvorD:Chaos_Rune"
quantity1
maxHit13.5
spellType"Fire"
spellTier"Bolt"
spellBook"standard"
id"melvorD:WindBlast"
name"Wind Blast"
level28
runesRequired
id"melvorD:Air_Rune"
quantity6
id"melvorD:Death_Rune"
quantity1
maxHit13
spellType"Air"
spellTier"Blast"
spellBook"standard"
id"melvorD:WaterBlast"
name"Water Blast"
level30
runesRequired
id"melvorD:Air_Rune"
quantity3
id"melvorD:Death_Rune"
quantity1
id"melvorD:Water_Rune"
quantity4
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity3
id"melvorD:Death_Rune"
quantity1
maxHit14.5
spellType"Water"
spellTier"Blast"
spellBook"standard"
id"melvorD:EarthBlast"
name"Earth Blast"
level33
runesRequired
id"melvorD:Air_Rune"
quantity3
id"melvorD:Death_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity4
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity3
id"melvorD:Death_Rune"
quantity1
maxHit16
spellType"Earth"
spellTier"Blast"
spellBook"standard"
id"melvorD:FireBlast"
name"Fire Blast"
level37
runesRequired
id"melvorD:Air_Rune"
quantity4
id"melvorD:Death_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity5
runesRequiredAlt
id"melvorD:Smoke_Rune"
quantity4
id"melvorD:Death_Rune"
quantity1
maxHit17.5
spellType"Fire"
spellTier"Blast"
spellBook"standard"
id"melvorD:WindWave"
name"Wind Wave"
level43
runesRequired
id"melvorD:Air_Rune"
quantity10
id"melvorD:Blood_Rune"
quantity1
maxHit17
spellType"Air"
spellTier"Wave"
spellBook"standard"
id"melvorD:WaterWave"
name"Water Wave"
level45
runesRequired
id"melvorD:Air_Rune"
quantity5
id"melvorD:Blood_Rune"
quantity1
id"melvorD:Water_Rune"
quantity7
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity5
id"melvorD:Blood_Rune"
quantity1
maxHit18.5
spellType"Water"
spellTier"Wave"
spellBook"standard"
id"melvorD:EarthWave"
name"Earth Wave"
level48
runesRequired
id"melvorD:Air_Rune"
quantity5
id"melvorD:Blood_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity7
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity5
id"melvorD:Blood_Rune"
quantity1
maxHit20
spellType"Earth"
spellTier"Wave"
spellBook"standard"
id"melvorD:FireWave"
name"Fire Wave"
level52
runesRequired
id"melvorD:Air_Rune"
quantity5
id"melvorD:Blood_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity7
runesRequiredAlt
id"melvorD:Smoke_Rune"
quantity5
id"melvorD:Blood_Rune"
quantity1
maxHit21.5
spellType"Fire"
spellTier"Wave"
spellBook"standard"
id"melvorD:WindSurge"
name"Wind Surge"
level57
runesRequired
id"melvorD:Air_Rune"
quantity10
id"melvorD:Ancient_Rune"
quantity1
maxHit21
spellType"Air"
spellTier"Surge"
spellBook"standard"
id"melvorD:WaterSurge"
name"Water Surge"
level61
runesRequired
id"melvorD:Air_Rune"
quantity7
id"melvorD:Ancient_Rune"
quantity1
id"melvorD:Water_Rune"
quantity10
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity7
id"melvorD:Ancient_Rune"
quantity1
maxHit22.5
spellType"Water"
spellTier"Surge"
spellBook"standard"
id"melvorD:EarthSurge"
name"Earth Surge"
level64
runesRequired
id"melvorD:Air_Rune"
quantity7
id"melvorD:Ancient_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity10
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity7
id"melvorD:Ancient_Rune"
quantity1
maxHit24
spellType"Earth"
spellTier"Surge"
spellBook"standard"
id"melvorD:FireSurge"
name"Fire Surge"
level68
runesRequired
id"melvorD:Air_Rune"
quantity7
id"melvorD:Ancient_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity10
runesRequiredAlt
id"melvorD:Smoke_Rune"
quantity7
id"melvorD:Ancient_Rune"
quantity1
maxHit25.5
spellType"Fire"
spellTier"Surge"
spellBook"standard"
id"melvorF:NaturesCall"
name"Nature's Call"
level40
runesRequired
id"melvorD:Air_Rune"
quantity2
id"melvorD:Water_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity2
id"melvorD:Fire_Rune"
quantity2
id"melvorF:Nature_Rune"
quantity2
runesRequiredAlt
id"melvorF:Steam_Rune"
quantity2
id"melvorD:Dust_Rune"
quantity2
id"melvorF:Nature_Rune"
quantity2
maxHit21
spellType"Nature"
spellTier"Other"
specialAttackID"melvorF:NaturesCall"
requiredItemID"melvorF:Natures_Call_Staff"
spellBook"standard"
id"melvorF:NaturesWrath"
name"Nature's Wrath"
level65
runesRequired
id"melvorD:Air_Rune"
quantity4
id"melvorD:Water_Rune"
quantity4
id"melvorD:Earth_Rune"
quantity4
id"melvorD:Fire_Rune"
quantity4
id"melvorF:Nature_Rune"
quantity4
runesRequiredAlt
id"melvorF:Steam_Rune"
quantity4
id"melvorD:Dust_Rune"
quantity4
id"melvorF:Nature_Rune"
quantity4
maxHit32
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"
value5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Woodcutting"
id"melvorD:PuddingDuckie"
name"Pudding Duckie"
modifiers
increasedChanceToDoubleItemsSkill
skillID"melvorD:Fishing"
value5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Fishing"
patreonName"(Moose)"
id"melvorD:Pyro"
name"Pyro"
modifiers
increasedGlobalSkillXP1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Firemaking"
id"melvorD:Cris"
name"Cris"
modifiers
increasedChanceToDoubleItemsSkill
skillID"melvorD:Cooking"
value5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Cooking"
id"melvorD:CoolRock"
name"Cool Rock"
modifiers
increasedMiningNodeHP5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Mining"
langCustomDescription"Named after Coolrox95"
id"melvorD:PuffTheBabyDragon"
name"Puff, the Baby Dragon"
modifiers
increasedSkillPreservationChance
skillID"melvorD:Smithing"
value10
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Smithing"
id"melvorD:LarryTheLonelyLizard"
name"Larry, the Lonely Lizard"
modifiers
increasedFlatFarmingYield15
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Farming"
id"melvorD:Bruce"
name"Bruce"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Attack"
value3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Attack"
id"melvorD:LilRon"
name"Lil Ron"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Strength"
value3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Strength"
id"melvorD:Leonardo"
name"Leonardo"
modifiers
increasedDamageReduction1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Defence"
id"melvorD:FinnTheCat"
name"Finn, the Cat"
modifiers
increasedFlatMaxHitpoints1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Hitpoints"
id"melvorD:GoldenGolbin"
name"Golden Golbin"
modifiers
increasedChanceToDoubleLootCombat1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Combat"
id"melvorD:Ty"
name"Ty"
modifiers
increasedGlobalMasteryXP3
activeInRaidfalse
scaleChanceWithMasteryPooltrue
langHint"Mastery"
id"melvorD:RipperTheReindeer"
name"Ripper the Reindeer"
ignoreCompletiontrue
modifiers
Empty object
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Christmas Event 2020"
langCustomDescription"Christmas Event 2020 Pet"
id"melvorD:Chick"
name"Chick"
modifiers
increasedGlobalAccuracy1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Chicken Coop"
id"melvorD:Zarrah"
name"Zarrah"
modifiers
increasedGPFromMonsters1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Undead Graveyard"
id"melvorD:Chio"
name"Chio"
modifiers
increasedRangedMaxHit2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Bandit Base"
id"melvorD:BouncingBob"
name"Bouncing Bob"
modifiers
increasedMagicMaxHit2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Hall of Wizards"
id"melvorD:Rosey"
name"Rosey"
modifiers
increasedChanceToDoubleLootCombat1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Spider Forest"
id"melvorD:Ayyden"
name"Ayyden"
modifiers
increasedSlayerCoins2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Deep Sea Ship"
id"melvorD:ArcticYeti"
name"Arctic Yeti"
modifiers
increasedAmmoPreservation2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langCustomDescription"Named after Winner of 2020 Fan Art Competition"
langHint"Frozen Cove"
id"melvorD:Mac"
name"Mac"
modifiers
increasedDamageToSlayerAreaMonsters1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Volcanic Cave"
id"melvorD:JerryTheGiraffe"
name"Jerry the Giraffe"
ignoreCompletiontrue
modifiers
golbinRaidStartingWeapon1
activeInRaidtrue
scaleChanceWithMasteryPoolfalse
langHint"Raid Shop"
langCustomDescription"Start the Golbin Raid with an Adamant Scimitar"
id"melvorD:PrestonThePlatypus"
name"Preston the Platypus"
ignoreCompletiontrue
modifiers
golbinRaidIncreasedStartingRuneCount1000
activeInRaidtrue
scaleChanceWithMasteryPoolfalse
langHint"Raid Shop"
langCustomDescription"+1000 to starting Elemental Rune count."
id"melvorD:FestiveCoolRock"
name"Festive Cool Rock"
ignoreCompletiontrue
modifiers
Empty object
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Christmas Event 2021"
id"melvorD:FestiveChio"
name"Festive Chio"
ignoreCompletiontrue
modifiers
Empty object
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Christmas Event 2021"
id"melvorF:Snek"
name"Snek"
modifiers
increasedGPFromThieving50
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Thieving"
id"melvorF:Quill"
name"Quill"
modifiers
decreasedSkillInterval
skillID"melvorD:Fletching"
value200
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Fletching"
id"melvorF:Caaarrrlll"
name"Caaarrrlll"
modifiers
decreasedSkillInterval
skillID"melvorD:Crafting"
value200
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Crafting"
id"melvorF:Gunter"
name"Gunter"
modifiers
increasedSkillPreservationChance
skillID"melvorD:Runecrafting"
value10
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Runecrafting"
id"melvorF:Gronk"
name"Gronk"
modifiers
increasedChanceToDoubleItemsSkill
skillID"melvorD:Herblore"
value2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Herblore"
id"melvorF:Marahute"
name"Marahute"
modifiers
increasedAmmoPreservation5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Ranged"
id"melvorF:Salem"
name"Salem"
modifiers
increasedRunePreservation5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Magic"
id"melvorF:Monkey"
name"Monk-ey"
modifiers
increasedChanceToPreservePrayerPoints5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Prayer"
id"melvorF:Asura"
name"Asura"
modifiers
increasedSlayerCoins20
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Slayer"
patreonName"( [ ] )"
id"melvorF:Peri"
name"Peri"
modifiers
increasedMeleeEvasion5
increasedRangedEvasion5
increasedMagicEvasion5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Perilous Peaks"
id"melvorF:Otto"
name"Otto"
modifiers
decreasedAttackInterval100
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Dark Waters"
id"melvorF:JellyJim"
name"Jelly Jim"
modifiers
increasedRunePreservation2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Miolite Caves"
id"melvorF:Harley"
name"Harley"
modifiers
increasedDamageToCombatAreaMonsters1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Dragons Den"
id"melvorF:Singe"
name"Singe"
modifiers
increasedDamageToDungeonMonsters1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Infernal Stronghold"
id"melvorF:Aquarias"
name"Aquarias"
modifiers
increasedChanceToDoubleItemsGlobal1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Air God Dungeon"
id"melvorF:Norman"
name"Norman"
modifiers
increasedChanceToPreservePrayerPoints3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Water God Dungeon"
id"melvorF:Erran"
name"Erran"
modifiers
increasedDamageReduction1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Earth God Dungeon"
id"melvorF:Ren"
name"Ren"
modifiers
increasedMaxHitPercent2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Fire God Dungeon"
id"melvorF:Pablo"
name"Pablo"
modifiers
increasedDamageToAllMonsters2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Into the Mist"
id"melvorF:Sam"
name"Sam"
modifiers
increasedGPFromAgility15
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Agility"
id"melvorF:TimTheWolf"
name"Tim the Wolf"
modifiers
decreasedSummoningShardCost1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Summoning"
id"melvorF:Mark"
name"Mark"
modifiers
increasedSummoningChargePreservation10
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Achieve Level 4 in all Base Game Summoning Marks"
id"melvorF:Bone"
name"Bone"
modifiers
Empty object
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Impending Darkness Event"
enemyModifiers
decreasedDamageReduction1
langCustomDescription"All enemies have: -1% Damage Reduction"
id"melvorF:Astro"
name"Astro"
modifiers
increasedChanceGoldenStardust1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Astrology"
id"melvorF:B"
name"B"
modifiers
increasedTownshipMaxStorage10
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorF:Marcy"
name"Marcy"
modifiers
increasedSkillXP
skillID"melvorD:Township"
value2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorF:Roger"
name"Roger"
modifiers
increasedTownshipResourceProduction2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorF:Ace"
name"Ace"
modifiers
increasedChanceToDoubleItemsGlobal1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorF:Layla"
name"Layla"
modifiers
increasedTownshipHappiness2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorF:MisterFuzzbutt"
name"Mister Fuzzbutt"
modifiers
increasedGPGlobal5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorF:OctaviusLepidus"
name"Octavius Lepidus VIII"
modifiers
increasedTownshipEducation2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorF:Saki"
name"Saki"
ignoreCompletiontrue
modifiers
increasedGlobalMasteryXP1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
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
increasedChanceToDoubleItemsGlobal2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Ancient Sanctuary"
id"melvorTotH:Harry"
name"Harry"
modifiers
Empty object
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
enemyModifiers
decreasedDamageReduction2
langCustomDescription"All enemies have: -2% Damage Reduction"
langHint"Underground Lava Lake"
id"melvorTotH:Azuzu"
name"Azuzu"
modifiers
increasedMaxHitPercent2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Lightning Region"
id"melvorTotH:Webbie"
name"Webbie"
modifiers
decreasedAttackInterval100
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Lair of the Spider Queen"
id"melvorTotH:BillAndWendy"
name"Bill & Wendy"
modifiers
increasedLifesteal2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Cursed Forest"
id"melvorTotH:Phantom"
name"Phantom"
modifiers
increasedSummoningMaxHit5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Necromancers Palace"
id"melvorTotH:Patchy"
name"Patchy"
modifiers
increasedFlatPrayerCostReduction1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Millennium Gate"
id"melvorTotH:Harold"
name"Harold"
modifiers
increasedMasteryPoolCap50
decreasedGlobalSkillIntervalPercent2
decreasedAttackInterval100
decreasedMonsterRespawnTimer200
increasedGlobalMasteryXP5
increasedGPGlobal5
increasedChanceToDoubleItemsGlobal2
increasedSlayerCoins5
increasedGlobalEvasion5
increasedGlobalAccuracy5
increasedMinHitBasedOnMaxHit2
increasedRunePreservation3
increasedAmmoPreservation3
increasedChanceToPreservePotionCharge3
increasedSummoningChargePreservation3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Throne of the Herald"
id"melvorTotH:ClassyRock"
name"Classy Rock"
modifiers
increasedMiningNodeHP10
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorTotH:CuteRock"
name"Cute Rock"
modifiers
increasedChanceToDoubleItemsSkill
skillID"melvorD:Mining"
value2
skillID"melvorD:Smithing"
value2
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorTotH:RoyalRock"
name"Royal Rock"
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Mining"
value3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorTotH:ElfRock"
name"Elf Rock"
modifiers
increasedGlobalEvasion5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorTotH:MagicRock"
name"Magic Rock"
modifiers
increasedChanceToDoubleItemsSkill
skillID"melvorD:Magic"
value3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorTotH:PartyRock"
name"Party Rock"
modifiers
increasedGlobalMasteryXP4
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorD:Township"
id"melvorTotH:WarmSnowflake"
name"A Warm Snowflake"
modifiers
decreasedBurnDOTDamage10
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Lava Lake"
id"melvorAoD:Crag"
name"Crag"
modifiers
increasedReflectDamage10
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Golem Territory"
id"melvorAoD:Aggi"
name"Aggi"
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Strength"
value1
skillID"melvorD:Ranged"
value1
skillID"melvorD:Defence"
value1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Cult Grounds"
id"melvorAoD:Sprout"
name"Sprout"
modifiers
increasedChanceToPreserveUnholyPrayerPoints3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Unholy Forest"
id"melvorAoD:Kiko"
name"Kiko"
modifiers
increasedFlatMaxHitpoints1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Trickery Temple"
id"melvorAoD:Lumi"
name"Lumi"
modifiers
decreasedAttackInterval100
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
langHint"Underwater City"
id"melvorAoD:Warren"
name"Warren"
modifiers
increasedChanceToPreserveMapCharges5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorAoD:Archaeology"
id"melvorAoD:Skye"
name"Skye"
modifiers
decreasedHexTravelCost5
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorAoD:Cartography"
id"melvorAoD:Hex"
name"Hex"
modifiers
increasedGlobalMasteryXP3
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
skillID"melvorAoD:Cartography"
id"melvorAoD:MapMasteryPet"
name"Carthulu"
modifiers
doubleActiveModifiersCartography1
activeInRaidfalse
scaleChanceWithMasteryPoolfalse
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 & Items"
id"melvorD:GolbinRaid"
name"Golbin Raid"
isGolbinRaidtrue
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"
weight20
minQuantity1
maxQuantity1
itemID"melvorD:Sapphire"
weight7
minQuantity1
maxQuantity1
itemID"melvorD:Ruby"
weight7
minQuantity1
maxQuantity1
itemID"melvorD:Emerald"
weight4
minQuantity1
maxQuantity1
itemID"melvorD:Diamond"
weight2
minQuantity1
maxQuantity1
skillData
skillID"melvorD:Woodcutting"
data
pets
"melvorD:Beavis"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Circlet_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Woodcutting_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Gathering"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.25
minibar
defaultItems
"melvorF:Lumberjacks_Top"
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
"melvorF:Master_of_Nature"
pets
Empty array
masteryTokenID"melvorD:Mastery_Token_Woodcutting"
masteryLevelUnlocks
level10
descriptionID0
description"Every 10 levels provides +5% chance to receive 2x Logs per action."
level99
descriptionID1
description"Decreased cut interval by 0.2s for this Tree."
nestItemID"melvorD:Bird_Nest"
trees
id"melvorD:Normal"
name"Normal Tree"
baseInterval3000
baseExperience10
productId"melvorD:Normal_Logs"
level1
id"melvorD:Oak"
name"Oak Tree"
baseInterval4000
baseExperience15
productId"melvorD:Oak_Logs"
level10
id"melvorD:Willow"
name"Willow Tree"
baseInterval5000
baseExperience22
productId"melvorD:Willow_Logs"
level25
id"melvorD:Teak"
name"Teak Tree"
baseInterval6000
baseExperience30
productId"melvorD:Teak_Logs"
level35
id"melvorD:Maple"
name"Maple Tree"
baseInterval8000
baseExperience40
productId"melvorD:Maple_Logs"
level45
id"melvorD:Mahogany"
name"Mahogany Tree"
baseInterval10000
baseExperience60
productId"melvorD:Mahogany_Logs"
level55
id"melvorD:Yew"
name"Yew Tree"
baseInterval12000
baseExperience80
productId"melvorD:Yew_Logs"
level60
id"melvorD:Magic"
name"Magic Tree"
baseInterval20000
baseExperience100
productId"melvorD:Magic_Logs"
level75
id"melvorD:Redwood"
name"Redwood Tree"
baseInterval15000
baseExperience180
productId"melvorD:Redwood_Logs"
level90
id"melvorTotH:Spruce"
name"Spruce Tree"
baseInterval18000
baseExperience140
productId"melvorTotH:Spruce_Logs"
level100
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Corundum_Axe"
count1
id"melvorTotH:Hornbeam"
name"Hornbeam Tree"
baseInterval22000
baseExperience195
productId"melvorTotH:Hornbeam_Logs"
level102
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Corundum_Axe"
count1
id"melvorTotH:Grove"
name"Grove Tree"
baseInterval25000
baseExperience266
productId"melvorTotH:Grove_Logs"
level105
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Corundum_Axe"
count1
id"melvorTotH:Linden"
name"Linden Tree"
baseInterval15000
baseExperience111
productId"melvorTotH:Linden_Logs"
level108
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Corundum_Axe"
count1
id"melvorTotH:Elderwood"
name"Elderwood Tree"
baseInterval27000
baseExperience333
productId"melvorTotH:Elderwood_Logs"
level110
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Augite_Axe"
count1
id"melvorTotH:Red_Oak"
name"Red Oak Tree"
baseInterval35000
baseExperience233
productId"melvorTotH:Red_Oak_Logs"
level112
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Augite_Axe"
count1
id"melvorTotH:Revenant"
name"Revenant Tree"
baseInterval30000
baseExperience373
productId"melvorTotH:Revenant_Logs"
level115
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Meteorite_Axe"
count1
id"melvorTotH:Mystic"
name"Mystic Tree"
baseInterval25000
baseExperience288
productId"melvorTotH:Mystic_Logs"
level118
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Meteorite_Axe"
count1
id"melvorTotH:Carrion"
name"Carrion Tree"
baseInterval40000
baseExperience555
productId"melvorTotH:Carrion_Logs"
level120
canDropRavenNesttrue
requirements
type"ShopPurchase"
purchaseID"melvorTotH:Divine_Axe"
count1
id"melvorAoD:Unholy"
name"Unholy Tree"
baseInterval9000
baseExperience75
productId"melvorAoD:Unholy_Logs"
level40
requirements
type"CartographyPOIDiscovery"
worldMapID"melvorAoD:Melvor"
poiIDs
"melvorAoD:RitualSite"
id"melvorAoD:Cursed"
name"Cursed Tree"
baseInterval13000
baseExperience80
productId"melvorAoD:Cursed_Logs"
level65
requirements
type"CartographyPOIDiscovery"
worldMapID"melvorAoD:Melvor"
poiIDs
"melvorAoD:RitualSite"
baseMasteryPoolCap10000000
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
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:WoodcuttingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:WoodcuttingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:WoodcuttingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:WoodcuttingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Fishing"
data
pets
"melvorD:PuddingDuckie"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Circlet_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Fishing_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
minibar
defaultItems
"melvorF:Fishing_Hook"
"melvorF:Sailors_Top"
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
Empty array
pets
Empty array
masteryTokenID"melvorD:Mastery_Token_Fishing"
masteryLevelUnlocks
level1
descriptionID0
description"Each Mastery level increases the chance to receive 2 Fish by +0.4%"
level50
descriptionID1
description"+3% chance to receive special items."
level65
descriptionID2
description"You no longer catch Junk."
level99
descriptionID3
description"Always catch a minimum quantity of 2 Fish"
fish
id"melvorD:Raw_Shrimp"
productId"melvorD:Raw_Shrimp"
baseExperience5
level1
baseMinInterval4000
baseMaxInterval8000
strengthXP0
id"melvorD:Raw_Sardine"
productId"melvorD:Raw_Sardine"
baseExperience10
level5
baseMinInterval4000
baseMaxInterval8000
strengthXP0
id"melvorD:Raw_Herring"
productId"melvorD:Raw_Herring"
baseExperience15
level10
baseMinInterval4000
baseMaxInterval8000
strengthXP0
id"melvorD:Raw_Trout"
productId"melvorD:Raw_Trout"
baseExperience20
level20
baseMinInterval4000
baseMaxInterval10000
strengthXP0
id"melvorD:Raw_Salmon"
productId"melvorD:Raw_Salmon"
baseExperience40
level35
baseMinInterval4000
baseMaxInterval10000
strengthXP0
id"melvorD:Raw_Lobster"
productId"melvorD:Raw_Lobster"
baseExperience50
level40
baseMinInterval4000
baseMaxInterval11000
strengthXP0
id"melvorD:Raw_Swordfish"
productId"melvorD:Raw_Swordfish"
baseExperience80
level50
baseMinInterval5000
baseMaxInterval12000
strengthXP0
id"melvorD:Raw_Crab"
productId"melvorD:Raw_Crab"
baseExperience120
level60
baseMinInterval5000
baseMaxInterval12000
strengthXP0
id"melvorD:Raw_Shark"
productId"melvorD:Raw_Shark"
baseExperience150
level70
baseMinInterval7000
baseMaxInterval15000
strengthXP0
id"melvorD:Raw_Cave_Fish"
productId"melvorD:Raw_Cave_Fish"
baseExperience300
level75
baseMinInterval8000
baseMaxInterval15000
strengthXP0
id"melvorD:Raw_Manta_Ray"
productId"melvorD:Raw_Manta_Ray"
baseExperience495
level85
baseMinInterval9000
baseMaxInterval25000
strengthXP0
id"melvorD:Raw_Whale"
productId"melvorD:Raw_Whale"
baseExperience575
level95
baseMinInterval10000
baseMaxInterval25000
strengthXP0
id"melvorD:Raw_Blowfish"
productId"melvorD:Raw_Blowfish"
baseExperience12
level8
baseMinInterval3000
baseMaxInterval8000
strengthXP0
id"melvorD:Raw_Poison_Fish"
productId"melvorD:Raw_Poison_Fish"
baseExperience25
level30
baseMinInterval3000
baseMaxInterval10000
strengthXP0
id"melvorD:Leaping_Trout"
productId"melvorD:Leaping_Trout"
baseExperience20
level20
baseMinInterval3000
baseMaxInterval10000
strengthXP10
id"melvorD:Leaping_Salmon"
productId"melvorD:Leaping_Salmon"
baseExperience40
level35
baseMinInterval3000
baseMaxInterval12000
strengthXP15
id"melvorD:Leaping_Broad_Fish"
productId"melvorD:Leaping_Broad_Fish"
baseExperience100
level70
baseMinInterval4000
baseMaxInterval12000
strengthXP25
id"melvorD:Raw_Magic_Fish"
productId"melvorD:Raw_Magic_Fish"
baseExperience325
level80
baseMinInterval12000
baseMaxInterval30000
strengthXP0
id"melvorD:Raw_Anglerfish"
productId"melvorD:Raw_Anglerfish"
baseExperience100
level50
baseMinInterval5000
baseMaxInterval12000
strengthXP0
id"melvorD:Raw_Fanfish"
productId"melvorD:Raw_Fanfish"
baseExperience120
level55
baseMinInterval4000
baseMaxInterval10000
strengthXP0
id"melvorD:Raw_Seahorse"
productId"melvorD:Raw_Seahorse"
baseExperience25
level15
baseMinInterval3000
baseMaxInterval10000
strengthXP0
id"melvorD:Raw_Carp"
productId"melvorD:Raw_Carp"
baseExperience130
level65
baseMinInterval6000
baseMaxInterval15000
strengthXP0
id"melvorD:Raw_Skeleton_Fish"
productId"melvorD:Raw_Skeleton_Fish"
baseExperience100
level45
baseMinInterval7000
baseMaxInterval15000
strengthXP0
id"melvorTotH:Raw_Lava_Fish"
productId"melvorTotH:Raw_Lava_Fish"
baseExperience459
level100
baseMinInterval7000
baseMaxInterval15000
strengthXP0
id"melvorTotH:Raw_Spike_Fish"
productId"melvorTotH:Raw_Spike_Fish"
baseExperience524
level101
baseMinInterval6000
baseMaxInterval16000
strengthXP0
id"melvorTotH:Raw_Rockfish"
productId"melvorTotH:Raw_Rockfish"
baseExperience288
level102
baseMinInterval8000
baseMaxInterval15000
strengthXP0
id"melvorTotH:Raw_Blue_Crab"
productId"melvorTotH:Raw_Blue_Crab"
baseExperience891
level104
baseMinInterval10000
baseMaxInterval24000
strengthXP0
id"melvorTotH:Raw_Magma_Fish"
productId"melvorTotH:Raw_Magma_Fish"
baseExperience368
level105
baseMinInterval4000
baseMaxInterval10000
strengthXP0
id"melvorTotH:Raw_Large_Blowfish"
productId"melvorTotH:Raw_Large_Blowfish"
baseExperience646
level106
baseMinInterval6000
baseMaxInterval16000
strengthXP0
id"melvorTotH:Raw_Static_Jellyfish"
productId"melvorTotH:Raw_Static_Jellyfish"
baseExperience729
level108
baseMinInterval15000
baseMaxInterval30000
strengthXP0
id"melvorTotH:Raw_Frost_Crab"
productId"melvorTotH:Raw_Frost_Crab"
baseExperience886
level110
baseMinInterval8000
baseMaxInterval20000
strengthXP0
id"melvorTotH:Raw_Magma_Eel"
productId"melvorTotH:Raw_Magma_Eel"
baseExperience1099
level112
baseMinInterval10000
baseMaxInterval25000
strengthXP0
id"melvorTotH:Raw_Frozen_Manta_Ray"
productId"melvorTotH:Raw_Frozen_Manta_Ray"
baseExperience1030
level113
baseMinInterval15000
baseMaxInterval30000
strengthXP0
id"melvorTotH:Raw_Ghost_Fish"
productId"melvorTotH:Raw_Ghost_Fish"
baseExperience1785
level115
baseMinInterval15000
baseMaxInterval35000
strengthXP0
id"melvorTotH:Raw_Mystic_Seahorse"
productId"melvorTotH:Raw_Mystic_Seahorse"
baseExperience1226
level116
baseMinInterval25000
baseMaxInterval40000
strengthXP0
id"melvorTotH:Raw_Terrorfish"
productId"melvorTotH:Raw_Terrorfish"
baseExperience2183
level118
baseMinInterval20000
baseMaxInterval40000
strengthXP0
id"melvorTotH:Raw_Mystic_Shark"
productId"melvorTotH:Raw_Mystic_Shark"
baseExperience1596
level120
baseMinInterval15000
baseMaxInterval40000
strengthXP0
id"melvorAoD:Raw_Mackerel"
productId"melvorAoD:Raw_Mackerel"
baseExperience22
level20
baseMinInterval4000
baseMaxInterval10000
strengthXP0
id"melvorAoD:Raw_Halibut"
productId"melvorAoD:Raw_Halibut"
baseExperience55
level40
baseMinInterval4000
baseMaxInterval11000
strengthXP0
id"melvorAoD:Raw_Tilapia"
productId"melvorAoD:Raw_Tilapia"
baseExperience330
level75
baseMinInterval8000
baseMaxInterval15000
strengthXP0
areas
id"melvorD:ShallowShores"
name"Shallow Shores"
fishChance75
junkChance25
specialChance0
fishIDs
"melvorD:Raw_Shrimp"
"melvorD:Raw_Lobster"
"melvorD:Raw_Crab"
id"melvorD:ShrapnelRiver"
name"Shrapnel River"
fishChance80
junkChance20
specialChance0
fishIDs
"melvorD:Raw_Sardine"
"melvorD:Raw_Herring"
"melvorD:Raw_Carp"
id"melvorD:TrenchOfDespair"
name"Trench of Despair"
fishChance70
junkChance28
specialChance2
fishIDs
"melvorD:Raw_Blowfish"
"melvorD:Raw_Poison_Fish"
"melvorD:Raw_Anglerfish"
"melvorD:Raw_Cave_Fish"
id"melvorD:LemvorPier"
name"Lemvor Pier"
fishChance70
junkChance29
specialChance1
fishIDs
"melvorD:Raw_Trout"
"melvorD:Raw_Salmon"
"melvorD:Raw_Fanfish"
id"melvorD:OpenWaters"
name"Open Waters"
fishChance69
junkChance29
specialChance2
fishIDs
"melvorD:Raw_Swordfish"
"melvorD:Raw_Manta_Ray"
id"melvorD:BarrenOcean"
name"Barren Ocean"
fishChance90
junkChance10
specialChance0
fishIDs
"melvorD:Raw_Shark"
"melvorD:Raw_Whale"
id"melvorD:BarbarianFishing"
name"Barbarian Fishing"
fishChance95
junkChance5
specialChance0
fishIDs
"melvorD:Leaping_Trout"
"melvorD:Leaping_Salmon"
"melvorD:Leaping_Broad_Fish"
requiredItemID"melvorD:Barbarian_Gloves"
id"melvorD:SecretArea"
name"Secret Area"
fishChance95
junkChance0
specialChance5
fishIDs
"melvorD:Raw_Seahorse"
"melvorD:Raw_Skeleton_Fish"
"melvorD:Raw_Magic_Fish"
isSecrettrue
id"melvorTotH:MagmaLake"
name"Magma Lake"
fishChance80
junkChance15
specialChance5
fishIDs
"melvorTotH:Raw_Lava_Fish"
"melvorTotH:Raw_Magma_Fish"
"melvorTotH:Raw_Magma_Eel"
id"melvorTotH:JungleWaters"
name"Jungle Waters"
fishChance79
junkChance20
specialChance1
fishIDs
"melvorTotH:Raw_Spike_Fish"
"melvorTotH:Raw_Blue_Crab"
"melvorTotH:Raw_Large_Blowfish"
id"melvorTotH:StaticValley"
name"Static Valley"
fishChance85
junkChance14
specialChance1
fishIDs
"melvorTotH:Raw_Rockfish"
"melvorTotH:Raw_Static_Jellyfish"
id"melvorTotH:FrozenSea"
name"Frozen Sea"
fishChance90
junkChance10
specialChance0
fishIDs
"melvorTotH:Raw_Frost_Crab"
"melvorTotH:Raw_Frozen_Manta_Ray"
id"melvorTotH:MidnightLagoon"
name"Midnight Lagoon"
fishChance66
junkChance31
specialChance3
fishIDs
"melvorTotH:Raw_Ghost_Fish"
"melvorTotH:Raw_Terrorfish"
id"melvorTotH:MysticPond"
name"Mystic Pond"
fishChance84
junkChance15
specialChance1
fishIDs
"melvorTotH:Raw_Mystic_Seahorse"
"melvorTotH:Raw_Mystic_Shark"
id"melvorAoD:FishermansEnclave"
name"Fisherman's Enclave"
fishChance80
junkChance17
specialChance3
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"
minQuantity1
maxQuantity1
weight2000
itemID"melvorD:Sapphire"
minQuantity1
maxQuantity1
weight1600
itemID"melvorD:Ruby"
minQuantity1
maxQuantity1
weight1400
itemID"melvorD:Emerald"
minQuantity1
maxQuantity1
weight1000
itemID"melvorD:Diamond"
minQuantity1
maxQuantity1
weight400
itemID"melvorD:Treasure_Chest"
minQuantity1
maxQuantity1
weight250
itemID"melvorD:Barbarian_Gloves"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Pirates_Lost_Ring"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Message_In_A_Bottle"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Ancient_Ring_Of_Skills"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Ancient_Ring_Of_Mastery"
minQuantity1
maxQuantity1
weight1
easterEgg
originalID"melvorD:Raw_Herring"
equippedID"melvorD:Clue_Chasers_Insignia"
rewardID"melvorD:Red_Herring"
baseMasteryPoolCap20000000
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
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FishingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FishingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FishingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FishingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
fishingContestFish
fishID"melvorD:Raw_Shrimp"
level1
minLength4
maxLength8
fishID"melvorD:Raw_Sardine"
level5
minLength15
maxLength30
fishID"melvorD:Raw_Herring"
level10
minLength20
maxLength38
fishID"melvorD:Raw_Trout"
level20
minLength25
maxLength35
fishID"melvorD:Raw_Salmon"
level35
minLength21
maxLength35
fishID"melvorD:Raw_Lobster"
level40
minLength25
maxLength50
fishID"melvorD:Raw_Swordfish"
level50
minLength120
maxLength190
fishID"melvorD:Raw_Crab"
level60
minLength15
maxLength21
fishID"melvorD:Raw_Shark"
level70
minLength335
maxLength487
fishID"melvorD:Raw_Cave_Fish"
level75
minLength20
maxLength23
fishID"melvorD:Raw_Manta_Ray"
level85
minLength300
maxLength600
fishID"melvorD:Raw_Whale"
level95
minLength1100
maxLength1400
fishID"melvorD:Raw_Blowfish"
level8
minLength15
maxLength30
fishID"melvorD:Raw_Poison_Fish"
level30
minLength15
maxLength30
fishID"melvorD:Raw_Anglerfish"
level50
minLength30
maxLength90
fishID"melvorD:Raw_Fanfish"
level55
minLength35
maxLength50
fishID"melvorD:Raw_Carp"
level65
minLength40
maxLength80
skillID"melvorD:Firemaking"
data
pets
"melvorD:Pyro"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Firemaking_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Artisan"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.25
minibar
defaultItems
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
"melvorF:Art_of_Control"
pets
Empty array
masteryTokenID"melvorD:Mastery_Token_Firemaking"
masteryLevelUnlocks
level1
descriptionID0
description"Each Mastery Level grants -0.1% Firemaking Interval for the respective Log."
level99
descriptionID1
description"Grants +0.25% Global Mastery XP"
logs
id"melvorD:Normal_Logs"
level1
baseExperience19
logID"melvorD:Normal_Logs"
baseInterval2000
baseBonfireInterval20000
bonfireXPBonus5
id"melvorD:Oak_Logs"
level10
baseExperience39
logID"melvorD:Oak_Logs"
baseInterval2000
baseBonfireInterval30000
bonfireXPBonus10
id"melvorD:Willow_Logs"
level25
baseExperience52
logID"melvorD:Willow_Logs"
baseInterval3000
baseBonfireInterval40000
bonfireXPBonus15
id"melvorD:Teak_Logs"
level35
baseExperience84
logID"melvorD:Teak_Logs"
baseInterval4000
baseBonfireInterval50000
bonfireXPBonus20
id"melvorD:Maple_Logs"
level45
baseExperience104
logID"melvorD:Maple_Logs"
baseInterval5000
baseBonfireInterval60000
bonfireXPBonus25
id"melvorD:Mahogany_Logs"
level55
baseExperience130
logID"melvorD:Mahogany_Logs"
baseInterval6000
baseBonfireInterval70000
bonfireXPBonus30
id"melvorD:Yew_Logs"
level60
baseExperience195
logID"melvorD:Yew_Logs"
baseInterval7000
baseBonfireInterval80000
bonfireXPBonus35
id"melvorD:Magic_Logs"
level75
baseExperience292
logID"melvorD:Magic_Logs"
baseInterval10000
baseBonfireInterval90000
bonfireXPBonus40
id"melvorD:Redwood_Logs"
level90
baseExperience364
logID"melvorD:Redwood_Logs"
baseInterval15000
baseBonfireInterval100000
bonfireXPBonus45
id"melvorTotH:Spruce_Logs"
level100
baseExperience583
logID"melvorTotH:Spruce_Logs"
baseInterval18000
baseBonfireInterval120000
bonfireXPBonus50
id"melvorTotH:Hornbeam_Logs"
level102
baseExperience770
logID"melvorTotH:Hornbeam_Logs"
baseInterval22000
baseBonfireInterval140000
bonfireXPBonus55
id"melvorTotH:Grove_Logs"
level105
baseExperience960
logID"melvorTotH:Grove_Logs"
baseInterval25000
baseBonfireInterval160000
bonfireXPBonus60
id"melvorTotH:Linden_Logs"
level108
baseExperience633
logID"melvorTotH:Linden_Logs"
baseInterval15000
baseBonfireInterval180000
bonfireXPBonus65
id"melvorTotH:Elderwood_Logs"
level110
baseExperience1224
logID"melvorTotH:Elderwood_Logs"
baseInterval27000
baseBonfireInterval200000
bonfireXPBonus70
id"melvorTotH:Red_Oak_Logs"
level112
baseExperience1813
logID"melvorTotH:Red_Oak_Logs"
baseInterval35000
baseBonfireInterval220000
bonfireXPBonus75
id"melvorTotH:Revenant_Logs"
level115
baseExperience1741
logID"melvorTotH:Revenant_Logs"
baseInterval30000
baseBonfireInterval240000
bonfireXPBonus80
id"melvorTotH:Mystic_Logs"
level118
baseExperience1610
logID"melvorTotH:Mystic_Logs"
baseInterval25000
baseBonfireInterval260000
bonfireXPBonus85
id"melvorTotH:Carrion_Logs"
level120
baseExperience2687
logID"melvorTotH:Carrion_Logs"
baseInterval40000
baseBonfireInterval280000
bonfireXPBonus90
id"melvorAoD:Unholy_Logs"
level40
baseExperience94
logID"melvorAoD:Unholy_Logs"
baseInterval5000
baseBonfireInterval55000
bonfireXPBonus20
id"melvorAoD:Cursed_Logs"
level65
baseExperience252
logID"melvorAoD:Cursed_Logs"
baseInterval9000
baseBonfireInterval85000
bonfireXPBonus35
coalItemID"melvorD:Coal_Ore"
diamondItemID"melvorD:Diamond"
fireSpiritItemID"melvorD:Generous_Fire_Spirit"
baseMasteryPoolCap10000000
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"
baseAshChance20
baseStardustChance1
baseCharcoalChance1
name"Firemaking"
ashItemID"melvorF:Ash"
charcoalItemID"melvorTotH:Charcoal"
completedAncientRelic"melvorAoD:FiremakingRelic6"
ancientRelics
relicID"melvorAoD:FiremakingRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FiremakingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FiremakingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FiremakingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FiremakingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Cooking"
data
pets
"melvorD:Cris"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Cooking_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Artisan"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.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
Empty array
masteryTokenID"melvorD:Mastery_Token_Cooking"
masteryLevelUnlocks
level1
descriptionID0
description"Each Mastery level provides +0.6% success rate. Success rate is capped at 99%, except with Gloves or Cooking Skillcape."
level10
descriptionID1
description"+5% Perfect Cook Chance for this Item."
level20
descriptionID2
description"+5% Perfect Cook Chance for this Item."
level30
descriptionID3
description"+5% Perfect Cook Chance for this Item."
level40
descriptionID4
description"+5% Perfect Cook Chance for this Item."
level50
descriptionID5
description"+5% Perfect Cook Chance for this Item."
level60
descriptionID6
description"+5% Perfect Cook Chance for this Item."
level70
descriptionID7
description"+5% Perfect Cook Chance for this Item."
level80
descriptionID8
description"+5% Perfect Cook Chance for this Item."
level90
descriptionID9
description"+5% Perfect Cook Chance for this Item."
level99
descriptionID10
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"
upgradeRequiredfalse
id"melvorD:Furnace"
name"Furnace Required"
shopUpgradeIDs
"melvorD:Magic_Furnace"
"melvorD:Strong_Furnace"
"melvorD:Basic_Furnace"
"melvorTotH:CorundumFurnace"
"melvorTotH:AugiteFurnace"
"melvorTotH:DivineFurnace"
upgradeRequiredtrue
id"melvorD:Pot"
name"Pot Required"
shopUpgradeIDs
"melvorD:Magic_Pot"
"melvorD:Strong_Pot"
"melvorD:Basic_Pot"
"melvorTotH:IridiumPot"
"melvorTotH:PalladiumPot"
"melvorTotH:DivinePot"
upgradeRequiredtrue
recipes
id"melvorD:Shrimp"
productID"melvorD:Shrimp"
perfectCookID"melvorD:Shrimp_Perfect"
baseExperience5
level1
baseInterval2000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Shrimp"
quantity1
gpCost0
scCost0
id"melvorD:Sardine"
productID"melvorD:Sardine"
perfectCookID"melvorD:Sardine_Perfect"
baseExperience10
level5
baseInterval2000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Sardine"
quantity1
gpCost0
scCost0
id"melvorD:Herring"
productID"melvorD:Herring"
perfectCookID"melvorD:Herring_Perfect"
baseExperience15
level10
baseInterval3000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Herring"
quantity1
gpCost0
scCost0
id"melvorD:Trout"
productID"melvorD:Trout"
perfectCookID"melvorD:Trout_Perfect"
baseExperience33
level20
baseInterval4000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Trout"
quantity1
gpCost0
scCost0
id"melvorD:Salmon"
productID"melvorD:Salmon"
perfectCookID"melvorD:Salmon_Perfect"
baseExperience40
level35
baseInterval4000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Salmon"
quantity1
gpCost0
scCost0
id"melvorD:Lobster"
productID"melvorD:Lobster"
perfectCookID"melvorD:Lobster_Perfect"
baseExperience66
level40
baseInterval5000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Lobster"
quantity1
gpCost0
scCost0
id"melvorD:Swordfish"
productID"melvorD:Swordfish"
perfectCookID"melvorD:Swordfish_Perfect"
baseExperience83
level50
baseInterval5000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Swordfish"
quantity1
gpCost0
scCost0
id"melvorD:Crab"
productID"melvorD:Crab"
perfectCookID"melvorD:Crab_Perfect"
baseExperience140
level60
baseInterval7000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Crab"
quantity1
gpCost0
scCost0
id"melvorD:Shark"
productID"melvorD:Shark"
perfectCookID"melvorD:Shark_Perfect"
baseExperience186
level70
baseInterval8000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Shark"
quantity1
gpCost0
scCost0
id"melvorD:Cave_Fish"
productID"melvorD:Cave_Fish"
perfectCookID"melvorD:Cave_Fish_Perfect"
baseExperience186
level75
baseInterval9000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Cave_Fish"
quantity1
gpCost0
scCost0
id"melvorD:Manta_Ray"
productID"melvorD:Manta_Ray"
perfectCookID"melvorD:Manta_Ray_Perfect"
baseExperience291
level85
baseInterval10000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Manta_Ray"
quantity1
gpCost0
scCost0
id"melvorD:Whale"
productID"melvorD:Whale"
perfectCookID"melvorD:Whale_Perfect"
baseExperience400
level95
baseInterval11000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Whale"
quantity1
gpCost0
scCost0
id"melvorD:Anglerfish"
productID"melvorD:Anglerfish"
perfectCookID"melvorD:Anglerfish_Perfect"
baseExperience100
level50
baseInterval6000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Anglerfish"
quantity1
gpCost0
scCost0
id"melvorD:Fanfish"
productID"melvorD:Fanfish"
perfectCookID"melvorD:Fanfish_Perfect"
baseExperience120
level55
baseInterval6000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Fanfish"
quantity1
gpCost0
scCost0
id"melvorD:Seahorse"
productID"melvorD:Seahorse"
perfectCookID"melvorD:Seahorse_Perfect"
baseExperience50
level15
baseInterval4000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Seahorse"
quantity1
gpCost0
scCost0
id"melvorD:Carp"
productID"melvorD:Carp"
perfectCookID"melvorD:Carp_Perfect"
baseExperience150
level65
baseInterval7000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Carp"
quantity1
gpCost0
scCost0
id"melvorD:Bread"
productID"melvorD:Bread"
perfectCookID"melvorD:Bread_Perfect"
baseExperience13
level1
baseInterval8000
baseQuantity3
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Bag_of_Flour"
quantity1
gpCost0
scCost0
id"melvorD:Beef"
productID"melvorD:Beef"
perfectCookID"melvorD:Beef_Perfect"
baseExperience10
level1
baseInterval3000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorD:Raw_Beef"
quantity1
gpCost0
scCost0
id"melvorD:Chicken"
productID"melvorD:Chicken"
perfectCookID"melvorD:Chicken_Perfect"
baseExperience44
level4
baseInterval8000
baseQuantity1
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Raw_Chicken"
quantity1
gpCost0
scCost0
id"melvorD:Plain_Pizza_Slice"
productID"melvorD:Plain_Pizza_Slice"
perfectCookID"melvorD:Plain_Pizza_Slice_Perfect"
baseExperience72
level9
baseInterval8000
baseQuantity8
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Tomatoes"
quantity1
id"melvorD:Bag_of_Flour"
quantity1
id"melvorD:Cheese"
quantity1
gpCost0
scCost0
id"melvorD:Beef_Pie"
productID"melvorD:Beef_Pie"
perfectCookID"melvorD:Beef_Pie_Perfect"
baseExperience117
level17
baseInterval8000
baseQuantity1
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Raw_Beef"
quantity1
id"melvorD:Bag_of_Flour"
quantity1
gpCost0
scCost0
id"melvorD:Meat_Pizza_Slice"
productID"melvorD:Meat_Pizza_Slice"
perfectCookID"melvorD:Meat_Pizza_Slice_Perfect"
baseExperience161
level25
baseInterval8000
baseQuantity8
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Tomatoes"
quantity2
id"melvorD:Bag_of_Flour"
quantity1
id"melvorD:Cheese"
quantity1
id"melvorD:Raw_Beef"
quantity2
gpCost0
scCost0
id"melvorD:Basic_Soup"
productID"melvorD:Basic_Soup"
perfectCookID"melvorD:Basic_Soup_Perfect"
baseExperience126
level33
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorD:Potatoes"
quantity2
gpCost0
scCost0
id"melvorD:Strawberry_Cupcake"
productID"melvorD:Strawberry_Cupcake"
perfectCookID"melvorD:Strawberry_Cupcake_Perfect"
baseExperience214
level41
baseInterval8000
baseQuantity2
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Strawberries"
quantity1
id"melvorD:Bag_of_Flour"
quantity1
id"melvorD:Cream"
quantity1
gpCost0
scCost0
id"melvorD:Hearty_Soup"
productID"melvorD:Hearty_Soup"
perfectCookID"melvorD:Hearty_Soup_Perfect"
baseExperience223
level49
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorD:Onions"
quantity1
id"melvorD:Tomatoes"
quantity1
gpCost0
scCost0
id"melvorD:Cherry_Cupcake"
productID"melvorD:Cherry_Cupcake"
perfectCookID"melvorD:Cherry_Cupcake_Perfect"
baseExperience252
level57
baseInterval8000
baseQuantity2
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Cherry"
quantity1
id"melvorD:Bag_of_Flour"
quantity1
id"melvorD:Cream"
quantity1
gpCost0
scCost0
id"melvorD:Cream_Corn_Soup"
productID"melvorD:Cream_Corn_Soup"
perfectCookID"melvorD:Cream_Corn_Soup_Perfect"
baseExperience274
level65
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorD:Sweetcorn"
quantity2
id"melvorD:Onions"
quantity1
id"melvorD:Cream"
quantity1
gpCost0
scCost0
id"melvorD:Chicken_Soup"
productID"melvorD:Chicken_Soup"
perfectCookID"melvorD:Chicken_Soup_Perfect"
baseExperience617
level81
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorD:Raw_Chicken"
quantity1
id"melvorD:Carrot"
quantity1
id"melvorD:Cream"
quantity1
id"melvorD:Onions"
quantity1
gpCost0
scCost0
id"melvorD:Strawberry_Cake"
productID"melvorD:Strawberry_Cake"
perfectCookID"melvorD:Strawberry_Cake_Perfect"
baseExperience490
level89
baseInterval8000
baseQuantity1
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Strawberries"
quantity3
id"melvorD:Bag_of_Flour"
quantity1
id"melvorD:Cream"
quantity2
gpCost0
scCost0
id"melvorD:Carrot_Cake"
productID"melvorD:Carrot_Cake"
perfectCookID"melvorD:Carrot_Cake_Perfect"
baseExperience603
level97
baseInterval8000
baseQuantity1
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Carrot"
quantity3
id"melvorD:Bag_of_Flour"
quantity1
id"melvorD:Cream"
quantity2
gpCost0
scCost0
id"melvorF:Apple_Pie"
productID"melvorF:Apple_Pie"
perfectCookID"melvorF:Apple_Pie_Perfect"
baseExperience424
level73
baseInterval8000
baseQuantity1
categoryID"melvorD:Furnace"
itemCosts
id"melvorF:Apple"
quantity2
id"melvorD:Bag_of_Flour"
quantity1
gpCost0
scCost0
id"melvorF:Lemon_Cake"
productID"melvorF:Lemon_Cake"
perfectCookID"melvorF:Lemon_Cake_Perfect"
baseExperience69
level99
baseInterval6900
baseQuantity1
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Lemon"
quantity4
id"melvorD:Bag_of_Flour"
quantity1
id"melvorD:Cream"
quantity1
gpCost0
scCost0
noMasterytrue
discoveredItems
"melvorF:Abnormal_Log"
"melvorD:Red_Herring"
id"melvorTotH:Lava_Fish"
productID"melvorTotH:Lava_Fish"
perfectCookID"melvorTotH:Lava_Fish_Perfect"
baseExperience390
level100
baseInterval11000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Lava_Fish"
quantity1
gpCost0
scCost0
id"melvorTotH:Blue_Crab"
productID"melvorTotH:Blue_Crab"
perfectCookID"melvorTotH:Blue_Crab_Perfect"
baseExperience435
level102
baseInterval11000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Blue_Crab"
quantity1
gpCost0
scCost0
id"melvorTotH:Magma_Fish"
productID"melvorTotH:Magma_Fish"
perfectCookID"melvorTotH:Magma_Fish_Perfect"
baseExperience450
level105
baseInterval12000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Magma_Fish"
quantity1
gpCost0
scCost0
id"melvorTotH:Static_Jellyfish"
productID"melvorTotH:Static_Jellyfish"
perfectCookID"melvorTotH:Static_Jellyfish_Perfect"
baseExperience485
level108
baseInterval12000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Static_Jellyfish"
quantity1
gpCost0
scCost0
id"melvorTotH:Frost_Crab"
productID"melvorTotH:Frost_Crab"
perfectCookID"melvorTotH:Frost_Crab_Perfect"
baseExperience545
level110
baseInterval12000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Frost_Crab"
quantity1
gpCost0
scCost0
id"melvorTotH:Magma_Eel"
productID"melvorTotH:Magma_Eel"
perfectCookID"melvorTotH:Magma_Eel_Perfect"
baseExperience520
level112
baseInterval13000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Magma_Eel"
quantity1
gpCost0
scCost0
id"melvorTotH:Frozen_Manta_Ray"
productID"melvorTotH:Frozen_Manta_Ray"
perfectCookID"melvorTotH:Frozen_Manta_Ray_Perfect"
baseExperience690
level115
baseInterval13000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Frozen_Manta_Ray"
quantity1
gpCost0
scCost0
id"melvorTotH:Terrorfish"
productID"melvorTotH:Terrorfish"
perfectCookID"melvorTotH:Terrorfish_Perfect"
baseExperience810
level118
baseInterval13000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Terrorfish"
quantity1
gpCost0
scCost0
id"melvorTotH:Mystic_Shark"
productID"melvorTotH:Mystic_Shark"
perfectCookID"melvorTotH:Mystic_Shark_Perfect"
baseExperience885
level120
baseInterval13000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorTotH:Raw_Mystic_Shark"
quantity1
gpCost0
scCost0
id"melvorTotH:Banana_Bread"
productID"melvorTotH:Banana_Bread"
perfectCookID"melvorTotH:Banana_Bread_Perfect"
baseExperience815
level100
baseInterval8000
baseQuantity4
categoryID"melvorD:Furnace"
itemCosts
id"melvorTotH:Bananas"
quantity1
id"melvorD:Bread"
quantity1
gpCost0
scCost0
id"melvorTotH:Mushroom_Soup"
productID"melvorTotH:Mushroom_Soup"
perfectCookID"melvorTotH:Mushroom_Soup_Perfect"
baseExperience275
level101
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorTotH:Mushrooms"
quantity2
id"melvorD:Basic_Soup"
quantity1
gpCost0
scCost0
id"melvorTotH:Spicy_Chicken_Pizza"
productID"melvorTotH:Spicy_Chicken_Pizza"
perfectCookID"melvorTotH:Spicy_Chicken_Pizza_Perfect"
baseExperience1695
level103
baseInterval8000
baseQuantity8
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Chicken"
quantity1
id"melvorD:Plain_Pizza_Slice"
quantity8
id"melvorTotH:Chilli"
quantity1
gpCost0
scCost0
id"melvorTotH:Beef_Mushroom_Stew"
productID"melvorTotH:Beef_Mushroom_Stew"
perfectCookID"melvorTotH:Beef_Mushroom_Stew_Perfect"
baseExperience1105
level104
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorD:Raw_Beef"
quantity2
id"melvorTotH:Mushroom_Soup"
quantity1
gpCost0
scCost0
id"melvorTotH:Sandwich"
productID"melvorTotH:Sandwich"
perfectCookID"melvorTotH:Sandwich_Perfect"
baseExperience1480
level106
baseInterval8000
baseQuantity2
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Beef"
quantity1
id"melvorD:Bread"
quantity1
id"melvorD:Cheese"
quantity1
id"melvorD:Tomatoes"
quantity1
gpCost0
scCost0
id"melvorTotH:Pumpkin_Soup"
productID"melvorTotH:Pumpkin_Soup"
perfectCookID"melvorTotH:Pumpkin_Soup_Perfect"
baseExperience710
level106
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorTotH:Pumpkin"
quantity1
id"melvorD:Basic_Soup"
quantity1
id"melvorD:Cream"
quantity1
gpCost0
scCost0
id"melvorTotH:Spicy_Shrimp_Soup"
productID"melvorTotH:Spicy_Shrimp_Soup"
perfectCookID"melvorTotH:Spicy_Shrimp_Soup_Perfect"
baseExperience1005
level111
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorD:Raw_Shrimp"
quantity4
id"melvorD:Hearty_Soup"
quantity1
id"melvorTotH:Chilli"
quantity1
gpCost0
scCost0
id"melvorTotH:Fancy_Meat_Pizza"
productID"melvorTotH:Fancy_Meat_Pizza"
perfectCookID"melvorTotH:Fancy_Meat_Pizza_Perfect"
baseExperience1885
level113
baseInterval8000
baseQuantity8
categoryID"melvorD:Furnace"
itemCosts
id"melvorD:Chicken"
quantity1
id"melvorD:Meat_Pizza_Slice"
quantity8
id"melvorTotH:Mushrooms"
quantity1
gpCost0
scCost0
id"melvorTotH:Chicken_Cream_Mushroom_Soup"
productID"melvorTotH:Chicken_Cream_Mushroom_Soup"
perfectCookID"melvorTotH:Chicken_Cream_Mushroom_Soup_Perfect"
baseExperience1200
level114
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorD:Raw_Chicken"
quantity1
id"melvorD:Cream"
quantity1
id"melvorTotH:Mushroom_Soup"
quantity1
gpCost0
scCost0
id"melvorTotH:Chilli_Frost_Crab"
productID"melvorTotH:Chilli_Frost_Crab"
perfectCookID"melvorTotH:Chilli_Frost_Crab_Perfect"
baseExperience1045
level116
baseInterval7000
baseQuantity4
categoryID"melvorD:Pot"
itemCosts
id"melvorTotH:Raw_Frost_Crab"
quantity2
id"melvorTotH:Chilli"
quantity2
gpCost0
scCost0
id"melvorTotH:Starfruit_Cake"
productID"melvorTotH:Starfruit_Cake"
perfectCookID"melvorTotH:Starfruit_Cake_Perfect"
baseExperience710
level117
baseInterval8000
baseQuantity1
categoryID"melvorD:Furnace"
itemCosts
id"melvorTotH:Starfruit"
quantity3
id"melvorD:Cream"
quantity2
id"melvorD:Bag_of_Flour"
quantity1
gpCost0
scCost0
id"melvorAoD:Mackerel"
productID"melvorAoD:Mackerel"
perfectCookID"melvorAoD:Mackerel_Perfect"
baseExperience36
level20
baseInterval4000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorAoD:Raw_Mackerel"
quantity1
gpCost0
scCost0
id"melvorAoD:Halibut"
productID"melvorAoD:Halibut"
perfectCookID"melvorAoD:Halibut_Perfect"
baseExperience73
level40
baseInterval5000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorAoD:Raw_Halibut"
quantity1
gpCost0
scCost0
id"melvorAoD:Tilapia"
productID"melvorAoD:Tilapia"
perfectCookID"melvorAoD:Tilapia_Perfect"
baseExperience205
level75
baseInterval9000
baseQuantity1
categoryID"melvorD:Fire"
itemCosts
id"melvorAoD:Raw_Tilapia"
quantity1
gpCost0
scCost0
baseMasteryPoolCap27000000
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
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CookingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CookingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CookingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CookingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Mining"
data
pets
"melvorD:CoolRock"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Circlet_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Mining_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Gathering"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.25
minibar
defaultItems
"melvorF:Miners_Helmet"
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
"melvorF:Master_of_Nature"
pets
Empty array
masteryTokenID"melvorD:Mastery_Token_Mining"
masteryLevelUnlocks
level1
descriptionID0
description"Each Mastery Level increases maximum Rock HP by 1"
level10
descriptionID1
description"1% Chance of obtaining 2 ore"
level20
descriptionID2
description"2% Chance of obtaining 2 ore"
level30
descriptionID3
description"3% Chance of obtaining 2 ore"
level40
descriptionID4
description"4% Chance of obtaining 2 ore"
level50
descriptionID5
description"5% Chance of obtaining 2 ore"
level60
descriptionID6
description"6% Chance of obtaining 2 ore"
level70
descriptionID7
description"7% Chance of obtaining 2 ore"
level80
descriptionID8
description"8% Chance of obtaining 2 ore"
level90
descriptionID9
description"9% Chance of obtaining 2 ore"
level99
descriptionID10
description"15% Chance of obtaining 2 ore"
rockData
id"melvorD:Rune_Essence"
name"Rune Essence"
level1
baseExperience5
productId"melvorD:Rune_Essence"
baseRespawnInterval1000
baseQuantity2
hasPassiveRegentrue
type"Essence"
giveGemsfalse
id"melvorD:Copper_Ore"
name"Copper"
level1
baseExperience7
productId"melvorD:Copper_Ore"
baseRespawnInterval5000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Tin_Ore"
name"Tin"
level1
baseExperience7
productId"melvorD:Tin_Ore"
baseRespawnInterval5000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Iron_Ore"
name"Iron"
level15
baseExperience14
productId"melvorD:Iron_Ore"
baseRespawnInterval10000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Coal_Ore"
name"Coal"
level30
baseExperience18
productId"melvorD:Coal_Ore"
baseRespawnInterval10000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Silver_Ore"
name"Silver"
level30
baseExperience25
productId"melvorD:Silver_Ore"
baseRespawnInterval15000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Gold_Ore"
name"Gold"
level40
baseExperience28
productId"melvorD:Gold_Ore"
baseRespawnInterval15000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Mithril_Ore"
name"Mithril"
level50
baseExperience65
productId"melvorD:Mithril_Ore"
baseRespawnInterval20000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Adamantite_Ore"
name"Adamantite"
level70
baseExperience71
productId"melvorD:Adamantite_Ore"
baseRespawnInterval30000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Runite_Ore"
name"Runite"
level80
baseExperience86
productId"melvorD:Runite_Ore"
baseRespawnInterval60000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorD:Dragonite_Ore"
name"Dragonite"
level95
baseExperience101
productId"melvorD:Dragonite_Ore"
baseRespawnInterval120000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
totalMasteryRequired270
id"melvorTotH:Corundumite_Ore"
name"Corundumite"
level100
baseExperience112
productId"melvorTotH:Corundumite_Ore"
baseRespawnInterval130000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorTotH:Pure_Essence"
name"Pure Essence"
level100
baseExperience30
productId"melvorTotH:Pure_Essence"
baseRespawnInterval130000
baseQuantity1
hasPassiveRegentrue
type"Essence"
giveGemsfalse
id"melvorTotH:Onyx"
name"Onyx"
level100
baseExperience265
productId"melvorTotH:Onyx"
baseRespawnInterval1
baseQuantity1
hasPassiveRegenfalse
type"Gem"
giveGemsfalse
superiorGemChance10
fixedMaxHP69696969
gemVeinWeight17
id"melvorTotH:Iridium_Ore"
name"Iridium"
level102
baseExperience92
productId"melvorTotH:Iridium_Ore"
baseRespawnInterval140000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
shopItemPurchased"melvorTotH:Corundum_Pickaxe"
id"melvorTotH:Palladium_Ore"
name"Palladium"
level105
baseExperience96
productId"melvorTotH:Palladium_Ore"
baseRespawnInterval150000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
shopItemPurchased"melvorTotH:Corundum_Pickaxe"
id"melvorTotH:Augite_Ore"
name"Augite"
level108
baseExperience119
productId"melvorTotH:Augite_Ore"
baseRespawnInterval160000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
shopItemPurchased"melvorTotH:Corundum_Pickaxe"
id"melvorTotH:Oricha"
name"Oricha"
level110
baseExperience385
productId"melvorTotH:Oricha"
baseRespawnInterval1
baseQuantity1
hasPassiveRegenfalse
type"Gem"
giveGemsfalse
superiorGemChance10
shopItemPurchased"melvorTotH:Augite_Pickaxe"
fixedMaxHP69696969
gemVeinWeight2
id"melvorTotH:Meteorite_Ore"
name"Meteorite"
level112
baseExperience330
productId"melvorTotH:Meteorite_Ore"
baseRespawnInterval1
baseQuantity1
hasPassiveRegenfalse
type"Ore"
giveGemstrue
superiorGemChance0
shopItemPurchased"melvorTotH:Augite_Pickaxe"
fixedMaxHP69696969
id"melvorTotH:Divinite_Ore"
name"Divinite"
level115
baseExperience138
productId"melvorTotH:Divinite_Ore"
baseRespawnInterval180000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
shopItemPurchased"melvorTotH:Meteorite_Pickaxe"
id"melvorTotH:Cerulean"
name"Cerulean"
level118
baseExperience510
productId"melvorTotH:Cerulean"
baseRespawnInterval1
baseQuantity1
hasPassiveRegenfalse
type"Gem"
giveGemsfalse
superiorGemChance10
shopItemPurchased"melvorTotH:Divine_Pickaxe"
fixedMaxHP69696969
gemVeinWeight1
id"melvorAoD:Crystal"
name"Crystal"
level40
baseExperience28
productId"melvorAoD:Crystal"
baseRespawnInterval120000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
id"melvorAoD:Pure_Crystal"
name"Pure Crystal"
level85
baseExperience95
productId"melvorAoD:Pure_Crystal"
baseRespawnInterval240000
baseQuantity1
hasPassiveRegentrue
type"Ore"
giveGemstrue
coalItemID"melvorD:Coal_Ore"
baseMasteryPoolCap11500000
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)"
baseGemChance1
baseInterval3000
baseRockHP5
passiveRegenInterval10000
name"Mining"
runestoneItemID"melvorTotH:Runestone"
completedAncientRelic"melvorAoD:MiningRelic6"
ancientRelics
relicID"melvorAoD:MiningRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:MiningRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:MiningRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:MiningRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:MiningRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Smithing"
data
pets
"melvorD:PuffTheBabyDragon"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Smithing_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Artisan"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.25
minibar
defaultItems
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
"melvorF:Art_of_Control"
pets
Empty array
masteryTokenID"melvorD:Mastery_Token_Smithing"
masteryLevelUnlocks
level10
descriptionID0
description"5% base chance to obtain 2 items"
level20
descriptionID1
description"5% base chance to preserve resources"
level30
descriptionID2
description"10% base chance to obtain 2 items"
level40
descriptionID3
description"10% base chance to preserve resources"
level50
descriptionID4
description"15% base chance to obtain 2 items"
level60
descriptionID5
description"15% base chance to preserve resources"
level70
descriptionID6
description"20% base chance to obtain 2 items"
level80
descriptionID7
description"20% base chance to preserve resources"
level90
descriptionID8
description"25% base chance to obtain 2 items"
level99
descriptionID9
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"
level1
productID"melvorD:Bronze_Bar"
baseQuantity1
baseExperience5
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Copper_Ore"
quantity1
id"melvorD:Tin_Ore"
quantity1
gpCost0
scCost0
id"melvorD:Iron_Bar"
level10
productID"melvorD:Iron_Bar"
baseQuantity1
baseExperience8
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Iron_Ore"
quantity1
gpCost0
scCost0
id"melvorD:Steel_Bar"
level25
productID"melvorD:Steel_Bar"
baseQuantity1
baseExperience12
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Iron_Ore"
quantity1
id"melvorD:Coal_Ore"
quantity2
gpCost0
scCost0
id"melvorD:Gold_Bar"
level40
productID"melvorD:Gold_Bar"
baseQuantity1
baseExperience20
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Gold_Ore"
quantity1
gpCost0
scCost0
id"melvorD:Mithril_Bar"
level40
productID"melvorD:Mithril_Bar"
baseQuantity1
baseExperience35
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Mithril_Ore"
quantity1
id"melvorD:Coal_Ore"
quantity4
gpCost0
scCost0
id"melvorD:Adamantite_Bar"
level55
productID"melvorD:Adamantite_Bar"
baseQuantity1
baseExperience42
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Adamantite_Ore"
quantity1
id"melvorD:Coal_Ore"
quantity6
gpCost0
scCost0
id"melvorD:Runite_Bar"
level70
productID"melvorD:Runite_Bar"
baseQuantity1
baseExperience50
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Runite_Ore"
quantity1
id"melvorD:Coal_Ore"
quantity8
gpCost0
scCost0
id"melvorD:Dragonite_Bar"
level85
productID"melvorD:Dragonite_Bar"
baseQuantity1
baseExperience60
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Dragonite_Ore"
quantity1
id"melvorD:Runite_Ore"
quantity2
id"melvorD:Coal_Ore"
quantity12
gpCost0
scCost0
id"melvorD:Silver_Bar"
level30
productID"melvorD:Silver_Bar"
baseQuantity1
baseExperience15
categoryID"melvorD:Bars"
itemCosts
id"melvorD:Silver_Ore"
quantity1
gpCost0
scCost0
id"melvorD:Bronze_Dagger"
level1
productID"melvorD:Bronze_Dagger"
baseQuantity1
baseExperience10
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Bronze_Sword"
level4
productID"melvorD:Bronze_Sword"
baseQuantity1
baseExperience10
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Bronze_Battleaxe"
level8
productID"melvorD:Bronze_Battleaxe"
baseQuantity1
baseExperience30
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Bronze_2H_Sword"
level14
productID"melvorD:Bronze_2H_Sword"
baseQuantity1
baseExperience30
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Bronze_Helmet"
level7
productID"melvorD:Bronze_Helmet"
baseQuantity1
baseExperience20
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Bronze_Boots"
level10
productID"melvorD:Bronze_Boots"
baseQuantity1
baseExperience20
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Bronze_Platelegs"
level16
productID"melvorD:Bronze_Platelegs"
baseQuantity1
baseExperience30
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Bronze_Platebody"
level18
productID"melvorD:Bronze_Platebody"
baseQuantity1
baseExperience50
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity5
gpCost0
scCost0
id"melvorD:Iron_Dagger"
level10
productID"melvorD:Iron_Dagger"
baseQuantity1
baseExperience20
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Iron_Sword"
level12
productID"melvorD:Iron_Sword"
baseQuantity1
baseExperience20
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Iron_Battleaxe"
level17
productID"melvorD:Iron_Battleaxe"
baseQuantity1
baseExperience60
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Iron_2H_Sword"
level23
productID"melvorD:Iron_2H_Sword"
baseQuantity1
baseExperience60
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Iron_Helmet"
level16
productID"melvorD:Iron_Helmet"
baseQuantity1
baseExperience40
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Iron_Boots"
level19
productID"melvorD:Iron_Boots"
baseQuantity1
baseExperience40
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Iron_Platelegs"
level25
productID"melvorD:Iron_Platelegs"
baseQuantity1
baseExperience60
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Iron_Platebody"
level27
productID"melvorD:Iron_Platebody"
baseQuantity1
baseExperience100
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity5
gpCost0
scCost0
id"melvorD:Steel_Dagger"
level25
productID"melvorD:Steel_Dagger"
baseQuantity1
baseExperience30
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Steel_Sword"
level27
productID"melvorD:Steel_Sword"
baseQuantity1
baseExperience30
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Steel_Battleaxe"
level32
productID"melvorD:Steel_Battleaxe"
baseQuantity1
baseExperience90
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Steel_2H_Sword"
level38
productID"melvorD:Steel_2H_Sword"
baseQuantity1
baseExperience90
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Steel_Helmet"
level31
productID"melvorD:Steel_Helmet"
baseQuantity1
baseExperience60
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Steel_Boots"
level34
productID"melvorD:Steel_Boots"
baseQuantity1
baseExperience60
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Steel_Platelegs"
level40
productID"melvorD:Steel_Platelegs"
baseQuantity1
baseExperience90
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Steel_Platebody"
level42
productID"melvorD:Steel_Platebody"
baseQuantity1
baseExperience150
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity5
gpCost0
scCost0
id"melvorD:Mithril_Dagger"
level40
productID"melvorD:Mithril_Dagger"
baseQuantity1
baseExperience50
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Mithril_Sword"
level42
productID"melvorD:Mithril_Sword"
baseQuantity1
baseExperience50
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Mithril_Battleaxe"
level47
productID"melvorD:Mithril_Battleaxe"
baseQuantity1
baseExperience150
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Mithril_2H_Sword"
level53
productID"melvorD:Mithril_2H_Sword"
baseQuantity1
baseExperience150
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Mithril_Helmet"
level46
productID"melvorD:Mithril_Helmet"
baseQuantity1
baseExperience100
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Mithril_Boots"
level49
productID"melvorD:Mithril_Boots"
baseQuantity1
baseExperience100
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Mithril_Platelegs"
level55
productID"melvorD:Mithril_Platelegs"
baseQuantity1
baseExperience150
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Mithril_Platebody"
level57
productID"melvorD:Mithril_Platebody"
baseQuantity1
baseExperience250
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity5
gpCost0
scCost0
id"melvorD:Adamant_Dagger"
level55
productID"melvorD:Adamant_Dagger"
baseQuantity1
baseExperience60
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Adamant_Sword"
level57
productID"melvorD:Adamant_Sword"
baseQuantity1
baseExperience60
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Adamant_Battleaxe"
level62
productID"melvorD:Adamant_Battleaxe"
baseQuantity1
baseExperience180
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Adamant_2H_Sword"
level68
productID"melvorD:Adamant_2H_Sword"
baseQuantity1
baseExperience180
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Adamant_Helmet"
level61
productID"melvorD:Adamant_Helmet"
baseQuantity1
baseExperience120
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Adamant_Boots"
level64
productID"melvorD:Adamant_Boots"
baseQuantity1
baseExperience120
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Adamant_Platelegs"
level70
productID"melvorD:Adamant_Platelegs"
baseQuantity1
baseExperience180
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Adamant_Platebody"
level72
productID"melvorD:Adamant_Platebody"
baseQuantity1
baseExperience300
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity5
gpCost0
scCost0
id"melvorD:Rune_Dagger"
level70
productID"melvorD:Rune_Dagger"
baseQuantity1
baseExperience75
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Rune_Sword"
level72
productID"melvorD:Rune_Sword"
baseQuantity1
baseExperience75
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Rune_Battleaxe"
level77
productID"melvorD:Rune_Battleaxe"
baseQuantity1
baseExperience225
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Rune_2H_Sword"
level83
productID"melvorD:Rune_2H_Sword"
baseQuantity1
baseExperience225
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Rune_Helmet"
level76
productID"melvorD:Rune_Helmet"
baseQuantity1
baseExperience150
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Rune_Boots"
level79
productID"melvorD:Rune_Boots"
baseQuantity1
baseExperience150
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Rune_Platelegs"
level85
productID"melvorD:Rune_Platelegs"
baseQuantity1
baseExperience225
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Rune_Platebody"
level87
productID"melvorD:Rune_Platebody"
baseQuantity1
baseExperience375
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity5
gpCost0
scCost0
id"melvorD:Dragon_Dagger"
level85
productID"melvorD:Dragon_Dagger"
baseQuantity1
baseExperience100
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Dragon_Sword"
level87
productID"melvorD:Dragon_Sword"
baseQuantity1
baseExperience100
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Dragon_Battleaxe"
level92
productID"melvorD:Dragon_Battleaxe"
baseQuantity1
baseExperience300
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Dragon_2H_Sword"
level98
productID"melvorD:Dragon_2H_Sword"
baseQuantity1
baseExperience300
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Dragon_Helmet"
level91
productID"melvorD:Dragon_Helmet"
baseQuantity1
baseExperience200
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Dragon_Boots"
level94
productID"melvorD:Dragon_Boots"
baseQuantity1
baseExperience200
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Dragon_Platelegs"
level99
productID"melvorD:Dragon_Platelegs"
baseQuantity1
baseExperience300
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Dragon_Platebody"
level99
productID"melvorD:Dragon_Platebody"
baseQuantity1
baseExperience500
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity5
gpCost0
scCost0
id"melvorD:Bronze_Shield"
level12
productID"melvorD:Bronze_Shield"
baseQuantity1
baseExperience30
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Iron_Shield"
level21
productID"melvorD:Iron_Shield"
baseQuantity1
baseExperience60
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Steel_Shield"
level36
productID"melvorD:Steel_Shield"
baseQuantity1
baseExperience90
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Mithril_Shield"
level51
productID"melvorD:Mithril_Shield"
baseQuantity1
baseExperience150
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Adamant_Shield"
level66
productID"melvorD:Adamant_Shield"
baseQuantity1
baseExperience180
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Rune_Shield"
level81
productID"melvorD:Rune_Shield"
baseQuantity1
baseExperience225
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Dragon_Shield"
level96
productID"melvorD:Dragon_Shield"
baseQuantity1
baseExperience300
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Bronze_Arrowtips"
level1
productID"melvorD:Bronze_Arrowtips"
baseQuantity15
baseExperience10
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Iron_Arrowtips"
level13
productID"melvorD:Iron_Arrowtips"
baseQuantity15
baseExperience20
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Steel_Arrowtips"
level28
productID"melvorD:Steel_Arrowtips"
baseQuantity15
baseExperience30
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Mithril_Arrowtips"
level43
productID"melvorD:Mithril_Arrowtips"
baseQuantity15
baseExperience50
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Adamant_Arrowtips"
level58
productID"melvorD:Adamant_Arrowtips"
baseQuantity15
baseExperience60
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Rune_Arrowtips"
level73
productID"melvorD:Rune_Arrowtips"
baseQuantity15
baseExperience75
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Dragon_Arrowtips"
level88
productID"melvorD:Dragon_Arrowtips"
baseQuantity15
baseExperience100
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Bronze_Scimitar"
level6
productID"melvorD:Bronze_Scimitar"
baseQuantity1
baseExperience20
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Iron_Scimitar"
level15
productID"melvorD:Iron_Scimitar"
baseQuantity1
baseExperience40
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Steel_Scimitar"
level30
productID"melvorD:Steel_Scimitar"
baseQuantity1
baseExperience60
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Mithril_Scimitar"
level45
productID"melvorD:Mithril_Scimitar"
baseQuantity1
baseExperience100
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Adamant_Scimitar"
level60
productID"melvorD:Adamant_Scimitar"
baseQuantity1
baseExperience120
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Rune_Scimitar"
level75
productID"melvorD:Rune_Scimitar"
baseQuantity1
baseExperience150
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Dragon_Scimitar"
level90
productID"melvorD:Dragon_Scimitar"
baseQuantity1
baseExperience200
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Bronze_Gloves"
level5
productID"melvorD:Bronze_Gloves"
baseQuantity1
baseExperience20
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Iron_Gloves"
level14
productID"melvorD:Iron_Gloves"
baseQuantity1
baseExperience40
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Steel_Gloves"
level29
productID"melvorD:Steel_Gloves"
baseQuantity1
baseExperience60
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Mithril_Gloves"
level44
productID"melvorD:Mithril_Gloves"
baseQuantity1
baseExperience100
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Adamant_Gloves"
level59
productID"melvorD:Adamant_Gloves"
baseQuantity1
baseExperience120
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Rune_Gloves"
level74
productID"melvorD:Rune_Gloves"
baseQuantity1
baseExperience150
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Dragon_Gloves"
level89
productID"melvorD:Dragon_Gloves"
baseQuantity1
baseExperience200
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Bronze_Crossbow_Head"
level15
productID"melvorD:Bronze_Crossbow_Head"
baseQuantity1
baseExperience30
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Iron_Crossbow_Head"
level24
productID"melvorD:Iron_Crossbow_Head"
baseQuantity1
baseExperience60
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Steel_Crossbow_Head"
level39
productID"melvorD:Steel_Crossbow_Head"
baseQuantity1
baseExperience90
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Mithril_Crossbow_Head"
level54
productID"melvorD:Mithril_Crossbow_Head"
baseQuantity1
baseExperience150
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Adamant_Crossbow_Head"
level69
productID"melvorD:Adamant_Crossbow_Head"
baseQuantity1
baseExperience180
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Rune_Crossbow_Head"
level84
productID"melvorD:Rune_Crossbow_Head"
baseQuantity1
baseExperience225
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Dragon_Crossbow_Head"
level98
productID"melvorD:Dragon_Crossbow_Head"
baseQuantity1
baseExperience300
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity3
gpCost0
scCost0
id"melvorD:Bronze_Javelin_Heads"
level9
productID"melvorD:Bronze_Javelin_Heads"
baseQuantity5
baseExperience20
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Iron_Javelin_Heads"
level18
productID"melvorD:Iron_Javelin_Heads"
baseQuantity5
baseExperience40
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Steel_Javelin_Heads"
level33
productID"melvorD:Steel_Javelin_Heads"
baseQuantity5
baseExperience60
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Mithril_Javelin_Heads"
level48
productID"melvorD:Mithril_Javelin_Heads"
baseQuantity5
baseExperience100
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Adamant_Javelin_Heads"
level63
productID"melvorD:Adamant_Javelin_Heads"
baseQuantity5
baseExperience120
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Rune_Javelin_Heads"
level78
productID"melvorD:Rune_Javelin_Heads"
baseQuantity5
baseExperience150
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Dragon_Javelin_Heads"
level93
productID"melvorD:Dragon_Javelin_Heads"
baseQuantity5
baseExperience200
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
gpCost0
scCost0
id"melvorD:Bronze_Throwing_Knife"
level2
productID"melvorD:Bronze_Throwing_Knife"
baseQuantity4
baseExperience10
categoryID"melvorD:BronzeGear"
itemCosts
id"melvorD:Bronze_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Iron_Throwing_Knife"
level11
productID"melvorD:Iron_Throwing_Knife"
baseQuantity4
baseExperience20
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Steel_Throwing_Knife"
level26
productID"melvorD:Steel_Throwing_Knife"
baseQuantity4
baseExperience30
categoryID"melvorD:SteelGear"
itemCosts
id"melvorD:Steel_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Mithril_Throwing_Knife"
level41
productID"melvorD:Mithril_Throwing_Knife"
baseQuantity4
baseExperience50
categoryID"melvorD:MithrilGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Adamant_Throwing_Knife"
level56
productID"melvorD:Adamant_Throwing_Knife"
baseQuantity4
baseExperience60
categoryID"melvorD:AdamantGear"
itemCosts
id"melvorD:Adamantite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Rune_Throwing_Knife"
level71
productID"melvorD:Rune_Throwing_Knife"
baseQuantity4
baseExperience75
categoryID"melvorD:RuneGear"
itemCosts
id"melvorD:Runite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Dragon_Throwing_Knife"
level86
productID"melvorD:Dragon_Throwing_Knife"
baseQuantity4
baseExperience100
categoryID"melvorD:DragonGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity1
gpCost0
scCost0
id"melvorD:Headless_Bolts"
level10
productID"melvorD:Headless_Bolts"
baseQuantity5
baseExperience15
categoryID"melvorD:IronGear"
itemCosts
id"melvorD:Iron_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Corundumite_Bar"
level100
productID"melvorTotH:Corundumite_Bar"
baseQuantity1
baseExperience119
categoryID"melvorD:Bars"
itemCosts
id"melvorTotH:Corundumite_Ore"
quantity1
id"melvorD:Coal_Ore"
quantity16
gpCost0
scCost0
id"melvorTotH:Iridium_Bar"
level100
productID"melvorTotH:Iridium_Bar"
baseQuantity1
baseExperience85
categoryID"melvorD:Bars"
itemCosts
id"melvorTotH:Iridium_Ore"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Bar"
level105
productID"melvorTotH:Palladium_Bar"
baseQuantity1
baseExperience110
categoryID"melvorD:Bars"
itemCosts
id"melvorTotH:Palladium_Ore"
quantity1
gpCost0
scCost0
id"melvorTotH:Augite_Bar"
level108
productID"melvorTotH:Augite_Bar"
baseQuantity1
baseExperience161
categoryID"melvorD:Bars"
itemCosts
id"melvorTotH:Augite_Ore"
quantity1
id"melvorD:Coal_Ore"
quantity20
gpCost0
scCost0
id"melvorTotH:Meteorite_Bar"
level110
productID"melvorTotH:Meteorite_Bar"
baseQuantity1
baseExperience178
categoryID"melvorD:Bars"
itemCosts
id"melvorTotH:Meteorite_Ore"
quantity2
gpCost0
scCost0
id"melvorTotH:Divinite_Bar"
level115
productID"melvorTotH:Divinite_Bar"
baseQuantity1
baseExperience212
categoryID"melvorD:Bars"
itemCosts
id"melvorTotH:Divinite_Ore"
quantity1
id"melvorD:Coal_Ore"
quantity24
gpCost0
scCost0
id"melvorTotH:Corundum_Dagger"
level100
productID"melvorTotH:Corundum_Dagger"
baseQuantity1
baseExperience115
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Corundum_Sword"
level101
productID"melvorTotH:Corundum_Sword"
baseQuantity1
baseExperience115
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Corundum_Battleaxe"
level104
productID"melvorTotH:Corundum_Battleaxe"
baseQuantity1
baseExperience345
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Corundum_2H_Sword"
level106
productID"melvorTotH:Corundum_2H_Sword"
baseQuantity1
baseExperience345
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Corundum_Scimitar"
level103
productID"melvorTotH:Corundum_Scimitar"
baseQuantity1
baseExperience230
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Corundum_Helmet"
level103
productID"melvorTotH:Corundum_Helmet"
baseQuantity1
baseExperience230
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Corundum_Boots"
level105
productID"melvorTotH:Corundum_Boots"
baseQuantity1
baseExperience230
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Corundum_Platelegs"
level107
productID"melvorTotH:Corundum_Platelegs"
baseQuantity1
baseExperience345
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Corundum_Platebody"
level107
productID"melvorTotH:Corundum_Platebody"
baseQuantity1
baseExperience575
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity5
gpCost0
scCost0
id"melvorTotH:Corundum_Shield"
level105
productID"melvorTotH:Corundum_Shield"
baseQuantity1
baseExperience345
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Corundum_Arrowtips"
level102
productID"melvorTotH:Corundum_Arrowtips"
baseQuantity15
baseExperience115
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Corundum_Gloves"
level102
productID"melvorTotH:Corundum_Gloves"
baseQuantity1
baseExperience230
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Corundum_Crossbow_Head"
level106
productID"melvorTotH:Corundum_Crossbow_Head"
baseQuantity1
baseExperience345
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Corundum_Javelin_Heads"
level104
productID"melvorTotH:Corundum_Javelin_Heads"
baseQuantity5
baseExperience230
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Corundum_Throwing_Knife"
level101
productID"melvorTotH:Corundum_Throwing_Knife"
baseQuantity4
baseExperience115
categoryID"melvorTotH:CorundumGear"
itemCosts
id"melvorTotH:Corundumite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Augite_Dagger"
level108
productID"melvorTotH:Augite_Dagger"
baseQuantity1
baseExperience135
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Augite_Sword"
level109
productID"melvorTotH:Augite_Sword"
baseQuantity1
baseExperience135
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Augite_Battleaxe"
level112
productID"melvorTotH:Augite_Battleaxe"
baseQuantity1
baseExperience405
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Augite_2H_Sword"
level114
productID"melvorTotH:Augite_2H_Sword"
baseQuantity1
baseExperience405
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Augite_Scimitar"
level111
productID"melvorTotH:Augite_Scimitar"
baseQuantity1
baseExperience270
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Augite_Helmet"
level111
productID"melvorTotH:Augite_Helmet"
baseQuantity1
baseExperience270
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Augite_Boots"
level113
productID"melvorTotH:Augite_Boots"
baseQuantity1
baseExperience270
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Augite_Platelegs"
level115
productID"melvorTotH:Augite_Platelegs"
baseQuantity1
baseExperience405
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Augite_Platebody"
level115
productID"melvorTotH:Augite_Platebody"
baseQuantity1
baseExperience675
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity5
gpCost0
scCost0
id"melvorTotH:Augite_Shield"
level113
productID"melvorTotH:Augite_Shield"
baseQuantity1
baseExperience405
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Augite_Arrowtips"
level110
productID"melvorTotH:Augite_Arrowtips"
baseQuantity15
baseExperience135
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Augite_Gloves"
level110
productID"melvorTotH:Augite_Gloves"
baseQuantity1
baseExperience270
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Augite_Crossbow_Head"
level114
productID"melvorTotH:Augite_Crossbow_Head"
baseQuantity1
baseExperience405
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Augite_Javelin_Heads"
level112
productID"melvorTotH:Augite_Javelin_Heads"
baseQuantity5
baseExperience270
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Augite_Throwing_Knife"
level109
productID"melvorTotH:Augite_Throwing_Knife"
baseQuantity4
baseExperience135
categoryID"melvorTotH:AugiteGear"
itemCosts
id"melvorTotH:Augite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Meteorite_2H_Sword"
level115
productID"melvorTotH:Meteorite_2H_Sword"
baseQuantity1
baseExperience465
categoryID"melvorTotH:MeteoriteGear"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Meteorite_Helmet"
level115
productID"melvorTotH:Meteorite_Helmet"
baseQuantity1
baseExperience310
categoryID"melvorTotH:MeteoriteGear"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Meteorite_Platelegs"
level115
productID"melvorTotH:Meteorite_Platelegs"
baseQuantity1
baseExperience465
categoryID"melvorTotH:MeteoriteGear"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Meteorite_Platebody"
level115
productID"melvorTotH:Meteorite_Platebody"
baseQuantity1
baseExperience775
categoryID"melvorTotH:MeteoriteGear"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity5
gpCost0
scCost0
id"melvorTotH:Meteorite_Crossbow_Head"
level115
productID"melvorTotH:Meteorite_Crossbow_Head"
baseQuantity1
baseExperience465
categoryID"melvorTotH:MeteoriteGear"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Meteorite_Javelin_Heads"
level115
productID"melvorTotH:Meteorite_Javelin_Heads"
baseQuantity5
baseExperience310
categoryID"melvorTotH:MeteoriteGear"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Divine_Dagger"
level116
productID"melvorTotH:Divine_Dagger"
baseQuantity1
baseExperience175
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Divine_Sword"
level117
productID"melvorTotH:Divine_Sword"
baseQuantity1
baseExperience175
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Divine_Battleaxe"
level118
productID"melvorTotH:Divine_Battleaxe"
baseQuantity1
baseExperience525
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Divine_2H_Sword"
level119
productID"melvorTotH:Divine_2H_Sword"
baseQuantity1
baseExperience525
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Divine_Scimitar"
level118
productID"melvorTotH:Divine_Scimitar"
baseQuantity1
baseExperience350
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Divine_Helmet"
level118
productID"melvorTotH:Divine_Helmet"
baseQuantity1
baseExperience350
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Divine_Boots"
level119
productID"melvorTotH:Divine_Boots"
baseQuantity1
baseExperience350
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Divine_Platelegs"
level120
productID"melvorTotH:Divine_Platelegs"
baseQuantity1
baseExperience525
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Divine_Platebody"
level120
productID"melvorTotH:Divine_Platebody"
baseQuantity1
baseExperience875
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity5
gpCost0
scCost0
id"melvorTotH:Divine_Shield"
level119
productID"melvorTotH:Divine_Shield"
baseQuantity1
baseExperience525
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Divine_Arrowtips"
level117
productID"melvorTotH:Divine_Arrowtips"
baseQuantity15
baseExperience175
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity1
gpCost0
scCost0
id"melvorTotH:Divine_Gloves"
level117
productID"melvorTotH:Divine_Gloves"
baseQuantity1
baseExperience350
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Divine_Crossbow_Head"
level119
productID"melvorTotH:Divine_Crossbow_Head"
baseQuantity1
baseExperience525
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity3
gpCost0
scCost0
id"melvorTotH:Divine_Javelin_Heads"
level118
productID"melvorTotH:Divine_Javelin_Heads"
baseQuantity5
baseExperience350
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Divine_Throwing_Knife"
level117
productID"melvorTotH:Divine_Throwing_Knife"
baseQuantity4
baseExperience175
categoryID"melvorTotH:DivineGear"
itemCosts
id"melvorTotH:Divinite_Bar"
quantity1
gpCost0
scCost0
id"melvorAoD:Imbued_Bronze_Bar"
level18
productID"melvorAoD:Imbued_Bronze_Bar"
baseQuantity1
baseExperience5
categoryID"melvorAoD:ImbuedBars"
itemCosts
id"melvorD:Bronze_Bar"
quantity1
id"melvorAoD:Barrier_Dust"
quantity1
gpCost0
scCost0
id"melvorAoD:Imbued_Iron_Bar"
level27
productID"melvorAoD:Imbued_Iron_Bar"
baseQuantity1
baseExperience8
categoryID"melvorAoD:ImbuedBars"
itemCosts
id"melvorD:Iron_Bar"
quantity1
id"melvorAoD:Barrier_Dust"
quantity1
gpCost0
scCost0
id"melvorAoD:Imbued_Steel_Bar"
level42
productID"melvorAoD:Imbued_Steel_Bar"
baseQuantity1
baseExperience12
categoryID"melvorAoD:ImbuedBars"
itemCosts
id"melvorD:Steel_Bar"
quantity1
id"melvorAoD:Barrier_Dust"
quantity2
gpCost0
scCost0
id"melvorAoD:Imbued_Mithril_Bar"
level57
productID"melvorAoD:Imbued_Mithril_Bar"
baseQuantity1
baseExperience35
categoryID"melvorAoD:ImbuedBars"
itemCosts
id"melvorD:Mithril_Bar"
quantity1
id"melvorAoD:Barrier_Dust"
quantity4
gpCost0
scCost0
id"melvorAoD:Imbued_Adamantite_Bar"
level72
productID"melvorAoD:Imbued_Adamantite_Bar"
baseQuantity1
baseExperience42
categoryID"melvorAoD:ImbuedBars"
itemCosts
id"melvorD:Adamantite_Bar"
quantity1
id"melvorAoD:Barrier_Dust"
quantity6
gpCost0
scCost0
id"melvorAoD:Imbued_Runite_Bar"
level87
productID"melvorAoD:Imbued_Runite_Bar"
baseQuantity1
baseExperience50
categoryID"melvorAoD:ImbuedBars"
itemCosts
id"melvorD:Runite_Bar"
quantity1
id"melvorAoD:Barrier_Dust"
quantity8
gpCost0
scCost0
id"melvorAoD:Imbued_Dragonite_Bar"
level99
productID"melvorAoD:Imbued_Dragonite_Bar"
baseQuantity1
baseExperience60
categoryID"melvorAoD:ImbuedBars"
itemCosts
id"melvorD:Dragonite_Bar"
quantity1
id"melvorAoD:Barrier_Dust"
quantity12
gpCost0
scCost0
id"melvorAoD:Darksteel_Bar"
level80
productID"melvorAoD:Darksteel_Bar"
baseQuantity1
baseExperience180
categoryID"melvorD:Bars"
itemCosts
id"melvorAoD:Darksteel_Ore"
quantity1
gpCost0
scCost0
id"melvorAoD:Aranite_Bar"
level40
productID"melvorAoD:Aranite_Bar"
baseQuantity1
baseExperience40
categoryID"melvorD:Bars"
itemCosts
id"melvorAoD:Aranite_Ore"
quantity1
gpCost0
scCost0
id"melvorAoD:Darksteel_Shield"
level99
productID"melvorAoD:Darksteel_Shield"
baseQuantity1
baseExperience750
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Darksteel_Bar"
quantity3
id"melvorAoD:Old_Darksteel_Plating"
quantity10
gpCost0
scCost0
id"melvorAoD:Aranite_Shield"
level99
productID"melvorAoD:Aranite_Shield"
baseQuantity1
baseExperience150
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Aranite_Bar"
quantity3
id"melvorAoD:Old_Aranite_Plating"
quantity10
gpCost0
scCost0
id"melvorAoD:Relic_Shield"
level99
productID"melvorAoD:Relic_Shield"
baseQuantity1
baseExperience3000
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Dragonite_Bar"
quantity3
id"melvorD:Runite_Bar"
quantity3
id"melvorAoD:Old_Relic_Plating"
quantity10
gpCost0
scCost0
id"melvorAoD:Crystal_Helmet"
level46
productID"melvorAoD:Crystal_Helmet"
baseQuantity1
baseExperience100
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity4
id"melvorAoD:Refined_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Crystal_Boots"
level49
productID"melvorAoD:Crystal_Boots"
baseQuantity1
baseExperience100
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity4
id"melvorAoD:Refined_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Crystal_Platelegs"
level55
productID"melvorAoD:Crystal_Platelegs"
baseQuantity1
baseExperience150
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity6
id"melvorAoD:Refined_Crystal"
quantity6
gpCost0
scCost0
id"melvorAoD:Crystal_Platebody"
level57
productID"melvorAoD:Crystal_Platebody"
baseQuantity1
baseExperience250
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity10
id"melvorAoD:Refined_Crystal"
quantity10
gpCost0
scCost0
id"melvorAoD:Crystal_Shield"
level51
productID"melvorAoD:Crystal_Shield"
baseQuantity1
baseExperience150
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity6
id"melvorAoD:Refined_Crystal"
quantity6
gpCost0
scCost0
id"melvorAoD:Crystal_Arrowtips"
level43
productID"melvorAoD:Crystal_Arrowtips"
baseQuantity15
baseExperience50
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
id"melvorAoD:Refined_Crystal"
quantity2
gpCost0
scCost0
id"melvorAoD:Crystal_Gloves"
level44
productID"melvorAoD:Crystal_Gloves"
baseQuantity1
baseExperience100
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity4
id"melvorAoD:Refined_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Crystal_Crossbow_Head"
level54
productID"melvorAoD:Crystal_Crossbow_Head"
baseQuantity1
baseExperience150
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity6
id"melvorAoD:Refined_Crystal"
quantity6
gpCost0
scCost0
id"melvorAoD:Crystal_Javelin_Heads"
level48
productID"melvorAoD:Crystal_Javelin_Heads"
baseQuantity5
baseExperience100
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity4
id"melvorAoD:Refined_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Crystal_Throwing_Knife"
level41
productID"melvorAoD:Crystal_Throwing_Knife"
baseQuantity4
baseExperience50
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
id"melvorAoD:Refined_Crystal"
quantity2
gpCost0
scCost0
id"melvorAoD:Crystal_Defender"
level45
productID"melvorAoD:Crystal_Defender"
baseQuantity1
baseExperience100
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity2
id"melvorAoD:Refined_Crystal"
quantity5
gpCost0
scCost0
id"melvorAoD:Crystal_Twin_Blades"
level58
productID"melvorAoD:Crystal_Twin_Blades"
baseQuantity1
baseExperience600
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity12
id"melvorAoD:Refined_Crystal"
quantity12
gpCost0
scCost0
id"melvorAoD:Crystal_2H_Hammer"
level59
productID"melvorAoD:Crystal_2H_Hammer"
baseQuantity1
baseExperience700
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Mithril_Bar"
quantity14
id"melvorAoD:Refined_Crystal"
quantity14
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Helmet"
level91
productID"melvorAoD:Pure_Crystal_Helmet"
baseQuantity1
baseExperience200
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity4
id"melvorAoD:Refined_Pure_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Boots"
level94
productID"melvorAoD:Pure_Crystal_Boots"
baseQuantity1
baseExperience200
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity4
id"melvorAoD:Refined_Pure_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Platelegs"
level99
productID"melvorAoD:Pure_Crystal_Platelegs"
baseQuantity1
baseExperience300
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity6
id"melvorAoD:Refined_Pure_Crystal"
quantity6
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Platebody"
level99
productID"melvorAoD:Pure_Crystal_Platebody"
baseQuantity1
baseExperience500
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity10
id"melvorAoD:Refined_Pure_Crystal"
quantity10
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Shield"
level96
productID"melvorAoD:Pure_Crystal_Shield"
baseQuantity1
baseExperience300
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity6
id"melvorAoD:Refined_Pure_Crystal"
quantity6
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Arrowtips"
level88
productID"melvorAoD:Pure_Crystal_Arrowtips"
baseQuantity15
baseExperience100
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
id"melvorAoD:Refined_Pure_Crystal"
quantity2
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Gloves"
level89
productID"melvorAoD:Pure_Crystal_Gloves"
baseQuantity1
baseExperience200
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity4
id"melvorAoD:Refined_Pure_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Crossbow_Head"
level98
productID"melvorAoD:Pure_Crystal_Crossbow_Head"
baseQuantity1
baseExperience300
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity6
id"melvorAoD:Refined_Pure_Crystal"
quantity6
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Javelin_Heads"
level93
productID"melvorAoD:Pure_Crystal_Javelin_Heads"
baseQuantity5
baseExperience200
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity4
id"melvorAoD:Refined_Pure_Crystal"
quantity4
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Throwing_Knife"
level86
productID"melvorAoD:Pure_Crystal_Throwing_Knife"
baseQuantity4
baseExperience100
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
id"melvorAoD:Refined_Pure_Crystal"
quantity2
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Defender"
level90
productID"melvorAoD:Pure_Crystal_Defender"
baseQuantity1
baseExperience150
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity2
id"melvorAoD:Refined_Pure_Crystal"
quantity5
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_2H_Spear"
level99
productID"melvorAoD:Pure_Crystal_2H_Spear"
baseQuantity1
baseExperience600
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity12
id"melvorAoD:Refined_Pure_Crystal"
quantity12
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_2H_Axe"
level99
productID"melvorAoD:Pure_Crystal_2H_Axe"
baseQuantity1
baseExperience700
categoryID"melvorAoD:CrystalGear"
itemCosts
id"melvorD:Dragonite_Bar"
quantity14
id"melvorAoD:Refined_Pure_Crystal"
quantity14
gpCost0
scCost0
id"melvorAoD:Unholy_2H_Sword"
level83
productID"melvorAoD:Unholy_2H_Sword"
baseQuantity1
baseExperience255
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Runite_Bar"
quantity3
id"melvorAoD:Unholy_Logs"
quantity3
gpCost0
scCost0
id"melvorAoD:Unholy_Platebody"
level87
productID"melvorAoD:Unholy_Platebody"
baseQuantity1
baseExperience425
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Runite_Bar"
quantity5
id"melvorAoD:Unholy_Logs"
quantity5
gpCost0
scCost0
baseMasteryPoolCap106000000
masteryCheckpoints
"+5% Smithing Mastery XP"
"+5% resource preservation chance for Smithing"
"+5% resource preservation chance for Smithing"
"+10% chance to double items in Smithing."
baseInterval2000
name"Smithing"
completedAncientRelic"melvorAoD:SmithingRelic6"
ancientRelics
relicID"melvorAoD:SmithingRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SmithingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SmithingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SmithingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SmithingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.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
Empty array
pets
Empty array
masteryTokenID"melvorD:Mastery_Token_Farming"
masteryLevelUnlocks
level1
descriptionID0
description"Each level provides increased Farming Yield."
level16
descriptionID1
description"Receive up to 1 Allotment or Herb seed back from harvesting."
level31
descriptionID2
description"Receive up to 2 Allotment or Herb seeds back from harvesting."
level46
descriptionID3
description"Receive up to 3 Allotment or Herb seeds back from harvesting."
level50
descriptionID4
description"No compost required to successfully grow."
level61
descriptionID5
description"Receive up to 4 Allotment or Herb seeds back from harvesting."
level76
descriptionID6
description"Receive up to 5 Allotment or Herb seeds back from harvesting."
level91
descriptionID7
description"Receive up to 6 Allotment or Herb seeds back from harvesting."
level99
descriptionID8
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"
returnSeedstrue
scaleXPWithQuantitytrue
harvestMultiplier2
masteryXPDivider3
giveXPOnPlanttrue
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"
returnSeedstrue
scaleXPWithQuantitytrue
harvestMultiplier2
masteryXPDivider3
giveXPOnPlanttrue
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"
returnSeedsfalse
scaleXPWithQuantityfalse
harvestMultiplier30
masteryXPDivider10
giveXPOnPlantfalse
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"
baseExperience8
level1
productId"melvorD:Potatoes"
baseInterval7200000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Potato_Seed"
quantity3
id"melvorD:Onions"
baseExperience10
level5
productId"melvorD:Onions"
baseInterval7200000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Onion_Seed"
quantity3
id"melvorD:Cabbage"
baseExperience11
level7
productId"melvorD:Cabbage"
baseInterval7200000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Cabbage_Seed"
quantity3
id"melvorD:Tomatoes"
baseExperience14
level12
productId"melvorD:Tomatoes"
baseInterval7200000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Tomato_Seed"
quantity3
id"melvorD:Sweetcorn"
baseExperience21
level20
productId"melvorD:Sweetcorn"
baseInterval10800000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Sweetcorn_Seed"
quantity3
id"melvorD:Strawberries"
baseExperience39
level31
productId"melvorD:Strawberries"
baseInterval10800000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Strawberry_Seed"
quantity3
id"melvorD:Watermelon"
baseExperience78
level47
productId"melvorD:Watermelon"
baseInterval14400000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Watermelon_Seed"
quantity3
id"melvorD:Snape_Grass"
baseExperience92
level61
productId"melvorD:Snape_Grass"
baseInterval12600000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Snape_Grass_Seed"
quantity3
id"melvorD:Oak_Logs"
baseExperience5835
level15
productId"melvorD:Oak_Logs"
baseInterval24000000
categoryID"melvorD:Tree"
seedCost
id"melvorD:Oak_Tree_Seed"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorD:Oak"
grownMedia"assets/media/skills/woodcutting/oak_tree.svg"
id"melvorD:Willow_Logs"
baseExperience18185
level30
productId"melvorD:Willow_Logs"
baseInterval33600000
categoryID"melvorD:Tree"
seedCost
id"melvorD:Willow_Tree_Seed"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorD:Willow"
grownMedia"assets/media/skills/woodcutting/willow_tree.svg"
id"melvorD:Maple_Logs"
baseExperience42535
level45
productId"melvorD:Maple_Logs"
baseInterval38400000
categoryID"melvorD:Tree"
seedCost
id"melvorD:Maple_Tree_Seed"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorD:Maple"
grownMedia"assets/media/skills/woodcutting/maple_tree.svg"
id"melvorD:Yew_Logs"
baseExperience88360
level60
productId"melvorD:Yew_Logs"
baseInterval48000000
categoryID"melvorD:Tree"
seedCost
id"melvorD:Yew_Tree_Seed"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorD:Yew"
grownMedia"assets/media/skills/woodcutting/yew_tree.svg"
id"melvorD:Magic_Logs"
baseExperience172250
level75
productId"melvorD:Magic_Logs"
baseInterval57600000
categoryID"melvorD:Tree"
seedCost
id"melvorD:Magic_Tree_Seed"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorD:Magic"
grownMedia"assets/media/skills/woodcutting/magic_tree.svg"
id"melvorD:Carrot"
baseExperience118
level69
productId"melvorD:Carrot"
baseInterval12600000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Carrot_Seeds"
quantity3
id"melvorD:Garum_Herb"
baseExperience9
level5
productId"melvorD:Garum_Herb"
baseInterval5400000
categoryID"melvorD:Herb"
seedCost
id"melvorD:Garum_Seed"
quantity2
id"melvorD:Sourweed_Herb"
baseExperience12
level15
productId"melvorD:Sourweed_Herb"
baseInterval5400000
categoryID"melvorD:Herb"
seedCost
id"melvorD:Sourweed_Seed"
quantity2
id"melvorD:Mantalyme_Herb"
baseExperience16
level25
productId"melvorD:Mantalyme_Herb"
baseInterval7200000
categoryID"melvorD:Herb"
seedCost
id"melvorD:Mantalyme_Seed"
quantity2
id"melvorD:Lemontyle_Herb"
baseExperience28
level35
productId"melvorD:Lemontyle_Herb"
baseInterval9000000
categoryID"melvorD:Herb"
seedCost
id"melvorD:Lemontyle_Seed"
quantity2
id"melvorD:Oxilyme_Herb"
baseExperience35
level50
productId"melvorD:Oxilyme_Herb"
baseInterval10800000
categoryID"melvorD:Herb"
seedCost
id"melvorD:Oxilyme_Seed"
quantity2
id"melvorD:Cherry"
baseExperience42
level40
productId"melvorD:Cherry"
baseInterval10800000
categoryID"melvorD:Allotment"
seedCost
id"melvorD:Cherry_Seeds"
quantity3
id"melvorF:Poraxx_Herb"
baseExperience48
level60
productId"melvorF:Poraxx_Herb"
baseInterval12600000
categoryID"melvorD:Herb"
seedCost
id"melvorF:Poraxx_Seed"
quantity2
id"melvorF:Pigtayle_Herb"
baseExperience69
level70
productId"melvorF:Pigtayle_Herb"
baseInterval12600000
categoryID"melvorD:Herb"
seedCost
id"melvorF:Pigtayle_Seed"
quantity2
id"melvorF:Barrentoe_Herb"
baseExperience92
level80
productId"melvorF:Barrentoe_Herb"
baseInterval14400000
categoryID"melvorD:Herb"
seedCost
id"melvorF:Barrentoe_Seed"
quantity2
id"melvorF:Apple"
baseExperience48925
level70
productId"melvorF:Apple"
baseInterval24000000
categoryID"melvorD:Tree"
seedCost
id"melvorF:Apple_Tree_Seeds"
quantity1
grownNameLang
category"MILESTONES"
id"melvorF:21"
id"melvorTotH:Pumpkin"
baseExperience175
level100
productId"melvorTotH:Pumpkin"
baseInterval18000000
categoryID"melvorD:Allotment"
seedCost
id"melvorTotH:Pumpkin_Seeds"
quantity3
id"melvorTotH:Chilli"
baseExperience185
level105
productId"melvorTotH:Chilli"
baseInterval18000000
categoryID"melvorD:Allotment"
seedCost
id"melvorTotH:Chilli_Seeds"
quantity3
id"melvorTotH:Mushrooms"
baseExperience255
level115
productId"melvorTotH:Mushrooms"
baseInterval23400000
categoryID"melvorD:Allotment"
seedCost
id"melvorTotH:Mushroom_Spores"
quantity3
id"melvorTotH:Starfruit"
baseExperience306
level118
productId"melvorTotH:Starfruit"
baseInterval27000000
categoryID"melvorD:Allotment"
seedCost
id"melvorTotH:Starfruit_Seeds"
quantity3
id"melvorTotH:Snowcress_Herb"
baseExperience106
level102
productId"melvorTotH:Snowcress_Herb"
baseInterval14400000
categoryID"melvorD:Herb"
seedCost
id"melvorTotH:Snowcress_Seeds"
quantity2
id"melvorTotH:Bitterlyme_Herb"
baseExperience123
level106
productId"melvorTotH:Bitterlyme_Herb"
baseInterval14400000
categoryID"melvorD:Herb"
seedCost
id"melvorTotH:Bitterlyme_Seeds"
quantity2
id"melvorTotH:Moonwort_Herb"
baseExperience161
level112
productId"melvorTotH:Moonwort_Herb"
baseInterval18000000
categoryID"melvorD:Herb"
seedCost
id"melvorTotH:Moonwort_Seeds"
quantity2
id"melvorTotH:Wurmtayle_Herb"
baseExperience182
level118
productId"melvorTotH:Wurmtayle_Herb"
baseInterval19800000
categoryID"melvorD:Herb"
seedCost
id"melvorTotH:Wurmtayle_Seeds"
quantity2
id"melvorTotH:Bananas"
baseExperience200000
level100
productId"melvorTotH:Bananas"
baseInterval64800000
categoryID"melvorD:Tree"
seedCost
id"melvorTotH:Banana_Tree_Seeds"
quantity1
id"melvorTotH:Grove_Logs"
baseExperience220000
level105
productId"melvorTotH:Grove_Logs"
baseInterval64800000
categoryID"melvorD:Tree"
seedCost
id"melvorTotH:Grove_Tree_Seeds"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorTotH:Grove"
grownMedia"assets/media/skills/woodcutting/grove_tree.svg"
id"melvorTotH:Elderwood_Logs"
baseExperience315000
level110
productId"melvorTotH:Elderwood_Logs"
baseInterval72000000
categoryID"melvorD:Tree"
seedCost
id"melvorTotH:Elderwood_Tree_Seeds"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorTotH:Elderwood"
grownMedia"assets/media/skills/woodcutting/elderwood_tree.svg"
id"melvorTotH:Carrion_Logs"
baseExperience405000
level120
productId"melvorTotH:Carrion_Logs"
baseInterval79200000
categoryID"melvorD:Tree"
seedCost
id"melvorTotH:Carrion_Tree_Seeds"
quantity1
grownNameLang
category"TREE_NAME"
id"melvorTotH:Carrion"
grownMedia"assets/media/skills/woodcutting/carrion_tree.svg"
id"melvorAoD:Ancient_Wildberry"
baseExperience23
level20
productId"melvorAoD:Ancient_Wildberry"
baseInterval10800000
categoryID"melvorD:Allotment"
seedCost
id"melvorAoD:Ancient_Wildberry_Seeds"
quantity3
id"melvorAoD:Ancient_Corn"
baseExperience84
level50
productId"melvorAoD:Ancient_Corn"
baseInterval14400000
categoryID"melvorD:Allotment"
seedCost
id"melvorAoD:Ancient_Corn_Seeds"
quantity3
id"melvorAoD:Ancient_Carrot"
baseExperience122
level69
productId"melvorAoD:Ancient_Carrot"
baseInterval12600000
categoryID"melvorD:Allotment"
seedCost
id"melvorAoD:Ancient_Carrot_Seeds"
quantity3
plots
id"melvorD:AllotmentPlot1"
categoryID"melvorD:Allotment"
level1
gpCost0
id"melvorD:AllotmentPlot2"
categoryID"melvorD:Allotment"
level1
gpCost500
id"melvorD:AllotmentPlot3"
categoryID"melvorD:Allotment"
level1
gpCost5000
id"melvorD:AllotmentPlot4"
categoryID"melvorD:Allotment"
level10
gpCost15000
id"melvorD:AllotmentPlot5"
categoryID"melvorD:Allotment"
level20
gpCost25000
id"melvorD:AllotmentPlot6"
categoryID"melvorD:Allotment"
level30
gpCost40000
id"melvorD:AllotmentPlot7"
categoryID"melvorD:Allotment"
level40
gpCost65000
id"melvorD:AllotmentPlot8"
categoryID"melvorD:Allotment"
level50
gpCost80000
id"melvorD:AllotmentPlot9"
categoryID"melvorD:Allotment"
level60
gpCost100000
id"melvorD:AllotmentPlot10"
categoryID"melvorD:Allotment"
level70
gpCost120000
id"melvorD:AllotmentPlot11"
categoryID"melvorD:Allotment"
level80
gpCost150000
id"melvorD:AllotmentPlot12"
categoryID"melvorD:Allotment"
level90
gpCost200000
id"melvorD:HerbPlot1"
categoryID"melvorD:Herb"
level5
gpCost10000
id"melvorD:HerbPlot2"
categoryID"melvorD:Herb"
level5
gpCost20000
id"melvorD:HerbPlot3"
categoryID"melvorD:Herb"
level15
gpCost35000
id"melvorD:HerbPlot4"
categoryID"melvorD:Herb"
level35
gpCost50000
id"melvorD:HerbPlot5"
categoryID"melvorD:Herb"
level45
gpCost80000
id"melvorD:HerbPlot6"
categoryID"melvorD:Herb"
level55
gpCost100000
id"melvorD:HerbPlot7"
categoryID"melvorD:Herb"
level65
gpCost125000
id"melvorD:HerbPlot8"
categoryID"melvorD:Herb"
level75
gpCost150000
id"melvorD:HerbPlot9"
categoryID"melvorD:Herb"
level85
gpCost200000
id"melvorD:TreePlot1"
categoryID"melvorD:Tree"
level15
gpCost50000
id"melvorD:TreePlot2"
categoryID"melvorD:Tree"
level30
gpCost100000
id"melvorD:TreePlot3"
categoryID"melvorD:Tree"
level60
gpCost250000
id"melvorD:TreePlot4"
categoryID"melvorD:Tree"
level80
gpCost400000
id"melvorTotH:AllotmentPlot13"
categoryID"melvorD:Allotment"
level100
gpCost1000000
id"melvorTotH:AllotmentPlot14"
categoryID"melvorD:Allotment"
level110
gpCost5000000
id"melvorTotH:AllotmentPlot15"
categoryID"melvorD:Allotment"
level118
gpCost10000000
id"melvorTotH:HerbPlot10"
categoryID"melvorD:Herb"
level102
gpCost1000000
id"melvorTotH:HerbPlot11"
categoryID"melvorD:Herb"
level110
gpCost5000000
id"melvorTotH:HerbPlot12"
categoryID"melvorD:Herb"
level118
gpCost10000000
id"melvorTotH:TreePlot5"
categoryID"melvorD:Tree"
level105
gpCost5000000
id"melvorTotH:TreePlot6"
categoryID"melvorD:Tree"
level115
gpCost10000000
id"melvorAoD:AllotmentPlot16"
categoryID"melvorD:Allotment"
level5
gpCost10000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity20
id"melvorAoD:AllotmentPlot17"
categoryID"melvorD:Allotment"
level25
gpCost350000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity100
id"melvorAoD:AllotmentPlot18"
categoryID"melvorD:Allotment"
level55
gpCost100000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity200
id"melvorAoD:AllotmentPlot19"
categoryID"melvorD:Allotment"
level85
gpCost4000000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity350
id"melvorAoD:HerbPlot13"
categoryID"melvorD:Herb"
level5
gpCost10000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity20
id"melvorAoD:HerbPlot14"
categoryID"melvorD:Herb"
level25
gpCost350000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity100
id"melvorAoD:HerbPlot15"
categoryID"melvorD:Herb"
level55
gpCost900000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity200
id"melvorAoD:HerbPlot16"
categoryID"melvorD:Herb"
level85
gpCost17000000
itemCosts
id"melvorAoD:Giant_Clay_Pot"
quantity350
baseMasteryPoolCap19500000
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
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:FarmingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:FarmingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:FarmingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:FarmingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
skillID"melvorD:Summoning"
data
categories
id"melvorD:Marks"
name"Marks"
id"melvorD:TabletsFamiliars"
name"Tablets/Familiars"
id"melvorD:Synergies"
name"Synergies"
recipeGPCost1000
markLevels
1
6
16
31
46
61
baseInterval5000
name"Summoning"
pets
"melvorF:TimTheWolf"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Summoning_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Utility"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.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
Empty array
pets
"melvorF:TimTheWolf"
masteryTokenID"melvorF:Mastery_Token_Summoning"
masteryLevelUnlocks
level10
descriptionID0
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level20
descriptionID1
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level30
descriptionID2
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level40
descriptionID3
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level50
descriptionID4
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level50
descriptionID5
description"+1 Shard Cost Reduction for this Summoning Tablet only."
level60
descriptionID6
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level70
descriptionID7
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level80
descriptionID8
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level90
descriptionID9
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level99
descriptionID10
description"+5% Cost Reduction, excluding Shards, for this Summoning Tablet only."
level99
descriptionID11
description"+1 Shard Cost Reduction for this Summoning Tablet only."
level99
descriptionID12
description"+10 Base Quantity for this Summoning Tablet only."
recipes
id"melvorF:GolbinThief"
level1
productID"melvorF:Summoning_Familiar_Golbin_Thief"
baseQuantity25
baseExperience5
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity6
gpCost0
scCost0
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"
tier1
skillIDs
"melvorD:Attack"
"melvorD:Strength"
"melvorD:Defence"
id"melvorF:Occultist"
level5
productID"melvorF:Summoning_Familiar_Occultist"
baseQuantity25
baseExperience7
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity6
gpCost0
scCost0
nonShardItemCosts
"melvorF:Eyeball"
tier1
skillIDs
"melvorD:Magic"
id"melvorF:Wolf"
level15
productID"melvorF:Summoning_Familiar_Wolf"
baseQuantity25
baseExperience11
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity6
gpCost0
scCost0
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"
tier1
skillIDs
"melvorD:Attack"
"melvorD:Ranged"
id"melvorF:Ent"
level1
productID"melvorF:Summoning_Familiar_Ent"
baseQuantity25
baseExperience5
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity6
gpCost0
scCost0
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"
tier1
skillIDs
"melvorD:Woodcutting"
id"melvorF:Mole"
level5
productID"melvorF:Summoning_Familiar_Mole"
baseQuantity25
baseExperience7
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity6
gpCost0
scCost0
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"
tier1
skillIDs
"melvorD:Mining"
id"melvorF:Octopus"
level15
productID"melvorF:Summoning_Familiar_Octopus"
baseQuantity25
baseExperience11
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity6
gpCost0
scCost0
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"
tier1
skillIDs
"melvorD:Fishing"
id"melvorF:Minotaur"
level25
productID"melvorF:Summoning_Familiar_Minotaur"
baseQuantity25
baseExperience15
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity8
id"melvorF:Summoning_Shard_Blue"
quantity6
gpCost0
scCost0
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"
tier2
skillIDs
"melvorD:Strength"
id"melvorF:Centaur"
level35
productID"melvorF:Summoning_Familiar_Centaur"
baseQuantity25
baseExperience19
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity8
id"melvorF:Summoning_Shard_Blue"
quantity6
gpCost0
scCost0
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"
tier2
skillIDs
"melvorD:Ranged"
id"melvorF:Witch"
level45
productID"melvorF:Summoning_Familiar_Witch"
baseQuantity25
baseExperience23
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity8
id"melvorF:Summoning_Shard_Blue"
quantity6
gpCost0
scCost0
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"
tier2
skillIDs
"melvorD:Magic"
id"melvorF:Pig"
level25
productID"melvorF:Summoning_Familiar_Pig"
baseQuantity25
baseExperience15
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity8
id"melvorF:Summoning_Shard_Silver"
quantity6
gpCost0
scCost0
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"
tier2
skillIDs
"melvorD:Cooking"
id"melvorF:Crow"
level35
productID"melvorF:Summoning_Familiar_Crow"
baseQuantity25
baseExperience19
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity8
id"melvorF:Summoning_Shard_Silver"
quantity6
gpCost0
scCost0
nonShardItemCosts
"melvorD:Mist_Rune"
"melvorD:Dust_Rune"
"melvorF:Mud_Rune"
"melvorD:Smoke_Rune"
"melvorF:Steam_Rune"
"melvorF:Lava_Rune"
tier2
skillIDs
"melvorD:Runecrafting"
id"melvorF:Leprechaun"
level45
productID"melvorF:Summoning_Familiar_Leprechaun"
baseQuantity25
baseExperience23
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity8
id"melvorF:Summoning_Shard_Silver"
quantity6
gpCost1000
scCost0
nonShardItemCosts
Empty array
tier2
skillIDs
"melvorD:Thieving"
id"melvorF:Cyclops"
level55
productID"melvorF:Summoning_Familiar_Cyclops"
baseQuantity25
baseExperience27
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity10
id"melvorF:Summoning_Shard_Blue"
quantity8
id"melvorF:Summoning_Shard_Gold"
quantity6
gpCost0
scCost1000
nonShardItemCosts
Empty array
tier3
skillIDs
"melvorD:Slayer"
id"melvorF:Yak"
level65
productID"melvorF:Summoning_Familiar_Yak"
baseQuantity25
baseExperience31
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity10
id"melvorF:Summoning_Shard_Blue"
quantity8
id"melvorF:Summoning_Shard_Gold"
quantity6
gpCost0
scCost0
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"
tier3
skillIDs
"melvorD:Defence"
id"melvorF:Unicorn"
level80
productID"melvorF:Summoning_Familiar_Unicorn"
baseQuantity25
baseExperience37
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity10
id"melvorF:Summoning_Shard_Blue"
quantity8
id"melvorF:Summoning_Shard_Gold"
quantity6
gpCost0
scCost0
nonShardItemCosts
"melvorF:Holy_Dust"
tier3
skillIDs
"melvorD:Prayer"
id"melvorF:Dragon"
level90
productID"melvorF:Summoning_Familiar_Dragon"
baseQuantity25
baseExperience41
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity10
id"melvorF:Summoning_Shard_Blue"
quantity8
id"melvorF:Summoning_Shard_Gold"
quantity6
gpCost0
scCost0
nonShardItemCosts
"melvorD:Dragon_Bones"
tier3
skillIDs
"melvorD:Hitpoints"
id"melvorF:Monkey"
level55
productID"melvorF:Summoning_Familiar_Monkey"
baseQuantity25
baseExperience27
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity10
id"melvorF:Summoning_Shard_Silver"
quantity8
id"melvorF:Summoning_Shard_Black"
quantity6
gpCost0
scCost0
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"
tier3
skillIDs
"melvorD:Crafting"
id"melvorF:Salamander"
level65
productID"melvorF:Summoning_Familiar_Salamander"
baseQuantity25
baseExperience31
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity10
id"melvorF:Summoning_Shard_Silver"
quantity8
id"melvorF:Summoning_Shard_Black"
quantity6
gpCost0
scCost0
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"
tier3
skillIDs
"melvorD:Smithing"
id"melvorF:Bear"
level80
productID"melvorF:Summoning_Familiar_Bear"
baseQuantity25
baseExperience37
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity10
id"melvorF:Summoning_Shard_Silver"
quantity8
id"melvorF:Summoning_Shard_Black"
quantity6
gpCost0
scCost0
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"
tier3
skillIDs
"melvorD:Herblore"
id"melvorF:Devil"
level90
productID"melvorF:Summoning_Familiar_Devil"
baseQuantity25
baseExperience41
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity10
id"melvorF:Summoning_Shard_Silver"
quantity8
id"melvorF:Summoning_Shard_Black"
quantity6
gpCost0
scCost0
nonShardItemCosts
"melvorD:Topaz"
"melvorD:Sapphire"
"melvorD:Ruby"
"melvorD:Emerald"
"melvorD:Diamond"
tier3
skillIDs
"melvorD:Firemaking"
id"melvorTotH:Eagle"
level100
productID"melvorTotH:Summoning_Familiar_Eagle"
baseQuantity25
baseExperience45
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity12
id"melvorF:Summoning_Shard_Silver"
quantity10
id"melvorF:Summoning_Shard_Black"
quantity8
gpCost0
scCost0
nonShardItemCosts
"melvorD:Feathers"
tier4
skillIDs
"melvorD:Agility"
id"melvorTotH:Owl"
level105
productID"melvorTotH:Summoning_Familiar_Owl"
baseQuantity25
baseExperience47
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity12
id"melvorF:Summoning_Shard_Silver"
quantity10
id"melvorF:Summoning_Shard_Black"
quantity8
gpCost0
scCost0
nonShardItemCosts
"melvorF:Stardust"
"melvorF:Golden_Stardust"
tier4
skillIDs
"melvorD:Astrology"
id"melvorTotH:Beaver"
level110
productID"melvorTotH:Summoning_Familiar_Beaver"
baseQuantity25
baseExperience49
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity14
id"melvorF:Summoning_Shard_Silver"
quantity10
id"melvorF:Summoning_Shard_Black"
quantity8
gpCost0
scCost0
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"
tier5
skillIDs
"melvorD:Fletching"
id"melvorTotH:Fox"
level115
productID"melvorTotH:Summoning_Familiar_Fox"
baseQuantity25
baseExperience51
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Green"
quantity14
id"melvorF:Summoning_Shard_Silver"
quantity10
id"melvorF:Summoning_Shard_Black"
quantity8
gpCost0
scCost0
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"
tier5
skillIDs
"melvorD:Summoning"
id"melvorTotH:LightningSpirit"
level100
productID"melvorTotH:Summoning_Familiar_Lightning_Spirit"
baseQuantity25
baseExperience45
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity12
id"melvorF:Summoning_Shard_Blue"
quantity10
id"melvorF:Summoning_Shard_Gold"
quantity8
gpCost0
scCost0
nonShardItemCosts
"melvorTotH:Lightning_Rune"
tier4
skillIDs
"melvorD:Attack"
"melvorD:Ranged"
"melvorD:Magic"
id"melvorTotH:Siren"
level105
productID"melvorTotH:Summoning_Familiar_Siren"
baseQuantity25
baseExperience47
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity12
id"melvorF:Summoning_Shard_Blue"
quantity10
id"melvorF:Summoning_Shard_Gold"
quantity8
gpCost0
scCost0
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"
tier4
skillIDs
"melvorD:Strength"
"melvorD:Ranged"
"melvorD:Magic"
id"melvorTotH:Spider"
level110
productID"melvorTotH:Summoning_Familiar_Spider"
baseQuantity25
baseExperience49
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity14
id"melvorF:Summoning_Shard_Blue"
quantity12
id"melvorF:Summoning_Shard_Gold"
quantity10
gpCost0
scCost0
nonShardItemCosts
"melvorTotH:Spider_Queen_Eggs"
tier5
skillIDs
"melvorD:Defence"
"melvorD:Ranged"
"melvorD:Magic"
id"melvorTotH:Spectre"
level115
productID"melvorTotH:Summoning_Familiar_Spectre"
baseQuantity25
baseExperience51
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity14
id"melvorF:Summoning_Shard_Blue"
quantity12
id"melvorF:Summoning_Shard_Gold"
quantity10
gpCost0
scCost0
nonShardItemCosts
"melvorTotH:Ectoplasm"
tier5
skillIDs
"melvorD:Prayer"
id"melvorAoD:Barrier"
level70
productID"melvorAoD:Summoning_Familiar_Barrier"
baseQuantity25
baseExperience33
categoryID"melvorD:TabletsFamiliars"
itemCosts
id"melvorF:Summoning_Shard_Red"
quantity14
id"melvorF:Summoning_Shard_Blue"
quantity6
gpCost0
scCost0
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"
tier1
skillIDs
"melvorD:Attack"
"melvorD:Ranged"
"melvorD:Magic"
synergies
summonIDs
"melvorF:GolbinThief"
"melvorF:Occultist"
modifiers
increasedGPFromMonstersFlatBasedOnEvasion15
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Wolf"
modifiers
increasedGPFromMonstersFlat350
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Minotaur"
modifiers
increasedGPPerMeleeDamage2500
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Centaur"
modifiers
increasedGPPerRangedDamage2000
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Witch"
modifiers
increasedGPPerMagicDamage1500
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Cyclops"
modifiers
increasedGPFromSlayerTaskMonsters400
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Yak"
modifiers
increasedGPWhenHitBasedOnDR30
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Unicorn"
modifiers
increasedGPOnRegenBasedOnHPGain1000
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:GolbinThief"
"melvorF:Dragon"
modifiers
increasedGPFromBurningMonsters200
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorF:Wolf"
modifiers
Empty object
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"
value100
operator">="
modifiers
increasedGlobalEvasion20
enemyModifiers
decreasedGlobalEvasion20
summonIDs
"melvorF:Occultist"
"melvorF:Minotaur"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"-20% Enemy Melee Evasion Rating."
enemyModifiers
decreasedMeleeEvasion20
summonIDs
"melvorF:Occultist"
"melvorF:Centaur"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"-20% Enemy Ranged Evasion Rating."
enemyModifiers
decreasedRangedEvasion20
summonIDs
"melvorF:Occultist"
"melvorF:Witch"
modifiers
increasedFlatMagicDefenceBonus100
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorF:Cyclops"
modifiers
decreasedSlayerTaskMonsterAccuracy20
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorF:Yak"
modifiers
increasedMeleeRangedDefenceBonusBasedOnDR1
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorF:Unicorn"
modifiers
increasedHPRegenWhenEnemyHasMoreEvasion200
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorF:Dragon"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedFlatMeleeDefenceBonus75
increasedFlatRangedDefenceBonus75
increasedFlatMagicDefenceBonus75
summonIDs
"melvorF:Wolf"
"melvorF:Minotaur"
modifiers
increasedMeleeLifesteal12
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorF:Centaur"
modifiers
increasedRangedLifesteal8
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorF:Witch"
modifiers
increasedMagicLifesteal4
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorF:Cyclops"
modifiers
increasedSCfromLifesteal200
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorF:Yak"
modifiers
increasedHealingOnAttackBasedOnDR5
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorF:Unicorn"
modifiers
increasedBleedLifesteal50
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorF:Dragon"
modifiers
increasedSummoningAttackLifesteal100
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Ent"
"melvorF:Mole"
modifiers
increasedWoodcuttingGemChance5
consumesOn
type"WoodcuttingAction"
summonIDs
"melvorF:Ent"
"melvorF:Octopus"
modifiers
increasedBirdNestDropRate6
increasedBonusFishingSpecialChance6
consumesOn
type"WoodcuttingAction"
type"FishingAction"
summonIDs
"melvorF:Ent"
"melvorF:Pig"
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Cooking"
value30
consumesOn
type"CookingAction"
summonIDs
"melvorF:Ent"
"melvorF:Crow"
modifiers
increasedRunecraftingStavePreservation20
consumesOn
type"RunecraftingAction"
subCategories
"Staff"
summonIDs
"melvorF:Ent"
"melvorF:Leprechaun"
modifiers
summoningSynergy_Ent_Leprechaun2
consumesOn
type"ThievingAction"
succesfultrue
npcIDs
"melvorF:LUMBERJACK"
customDescription"When successfully pickpocketing the Lumberjack in Thieving, grants +2 Bird Nest instead of GP."
summonIDs
"melvorF:Ent"
"melvorF:Monkey"
modifiers
increasedWoodcuttingJewelryChance35
consumesOn
type"WoodcuttingAction"
nestGiventrue
summonIDs
"melvorF:Ent"
"melvorF:Salamander"
modifiers
summoningSynergy_3_1720
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
increasedMinimumBirdNestsWhenPotionActive1
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
increasedWoodcuttingXPAddedAsFiremakingXP15
halvedWoodcuttingDoubleChance1
consumesOn
type"WoodcuttingAction"
summonIDs
"melvorF:Mole"
"melvorF:Octopus"
modifiers
summoningSynergy_4_515
consumesOn
type"FishingAction"
gemGiventrue
type"MiningAction"
gemObtainedtrue
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
decreasedCookingSuccessCap25
coalGainedOnCookingFailure100
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
doubleRuneEssenceMining1
consumesOn
type"MiningAction"
actionIDs
"melvorD:Rune_Essence"
summonIDs
"melvorF:Mole"
"melvorF:Leprechaun"
modifiers
summoningSynergy_Mole_Leprechaun30
consumesOn
type"ThievingAction"
succesfultrue
npcIDs
"melvorF:MINER"
customDescription"When successfully pickpocketing the Miner in Thieving, +30% chance to get a random Gem."
summonIDs
"melvorF:Mole"
"melvorF:Monkey"
modifiers
doubleSilverGoldMining1
consumesOn
type"MiningAction"
actionIDs
"melvorD:Silver_Ore"
"melvorD:Gold_Ore"
summonIDs
"melvorF:Mole"
"melvorF:Salamander"
modifiers
increasedMiningBarChance15
consumesOn
type"MiningAction"
smithedVersionExiststrue
summonIDs
"melvorF:Mole"
"melvorF:Bear"
modifiers
increasedMiningNodeHPWithPerfectSwing25
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
increasedChanceForDiamondFiremaking10
consumesOn
type"FiremakingAction"
summonIDs
"melvorF:Octopus"
"melvorF:Pig"
modifiers
increasedFishingCookedChance75
consumesOn
type"FishingAction"
cookedVersionExiststrue
summonIDs
"melvorF:Octopus"
"melvorF:Crow"
modifiers
increasedRunecraftingWaterComboRunes5
consumesOn
type"RunecraftingAction"
categoryIDs
"melvorF:CombinationRunes"
consumedItemIDs
"melvorD:Water_Rune"
summonIDs
"melvorF:Octopus"
"melvorF:Leprechaun"
modifiers
summoningSynergy_Octopus_Leprechaun50
consumesOn
type"ThievingAction"
succesfultrue
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
increasedCraftingJewelryRandomGemChance33
consumesOn
type"CraftingAction"
categoryIDs
"melvorF:Necklaces"
"melvorF:Rings"
summonIDs
"melvorF:Octopus"
"melvorF:Salamander"
modifiers
increasedSmithingDragonGearPreservation15
consumesOn
type"SmithingAction"
categoryIDs
"melvorD:DragonGear"
summonIDs
"melvorF:Octopus"
"melvorF:Bear"
modifiers
increasedFishermansPotionCharges200
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"
value10
increasedMasteryXP
skillID"melvorD:Cooking"
value5
consumesOn
type"CookingAction"
summonIDs
"melvorF:Minotaur"
"melvorF:Centaur"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedFlatStabAttackBonus25
increasedFlatSlashAttackBonus25
increasedFlatBlockAttackBonus25
increasedFlatMeleeStrengthBonus25
summonIDs
"melvorF:Minotaur"
"melvorF:Witch"
modifiers
increasedMagicMinHitBasedOnMaxHitSlayerTask5
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Minotaur"
"melvorF:Cyclops"
modifiers
increasedMeleeMaxHitBasedOnMaxHitSlayerTask10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Minotaur"
"melvorF:Yak"
modifiers
increasedDamageReductionAgainstRanged2
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Minotaur"
"melvorF:Unicorn"
modifiers
increasedFlatHPRegenBasedOnMeleeMaxHit8
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
Empty object
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"
invertedfalse
modifiers
increasedMeleeMaxHit10
increasedMeleeAccuracyBonus10
summonIDs
"melvorF:Centaur"
"melvorF:Witch"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedFlatRangedAttackBonus25
increasedFlatRangedStrengthBonus25
summonIDs
"melvorF:Centaur"
"melvorF:Cyclops"
modifiers
increasedRangedMaxHitBasedOnMaxHitSlayerTask10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Centaur"
"melvorF:Yak"
modifiers
increasedDamageReductionAgainstMagic2
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Centaur"
"melvorF:Unicorn"
modifiers
increasedFlatHPRegenBasedOnRangedMaxHit7
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Centaur"
"melvorF:Dragon"
modifiers
increasedChanceToApplyBurnWithRanged10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Witch"
"melvorF:Cyclops"
modifiers
increasedSlayerCoinsPerMagicDamageSlayerTask40
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Witch"
"melvorF:Yak"
modifiers
increasedDamageReductionAgainstMelee2
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Witch"
"melvorF:Unicorn"
modifiers
increasedFlatHPRegenBasedOnMagicMaxHit5
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Witch"
"melvorF:Dragon"
modifiers
increasedMinAirSpellDmg3
increasedMinWaterSpellDmg3
increasedMinEarthSpellDmg3
increasedMinFireSpellDmg3
consumesOn
type"PlayerSummonAttack"
customDescription"+30 Minimum Damage for all Standard Magic Spells."
summonIDs
"melvorF:Pig"
"melvorF:Crow"
modifiers
increasedRunecraftingEssencePreservation15
increasedSkillPreservationChance
skillID"melvorD:Cooking"
value15
consumesOn
type"CookingAction"
type"RunecraftingAction"
categoryIDs
"melvorF:StandardRunes"
"melvorF:CombinationRunes"
summonIDs
"melvorF:Pig"
"melvorF:Leprechaun"
modifiers
thievingChefNoDamage1
consumesOn
type"ThievingAction"
succesfulfalse
npcIDs
"melvorF:CHEF"
summonIDs
"melvorF:Pig"
"melvorF:Monkey"
modifiers
decreasedFlatCraftingDragonhideCost1
consumesOn
type"CraftingAction"
categoryIDs
"melvorF:Dragonhide"
summonIDs
"melvorF:Pig"
"melvorF:Salamander"
modifiers
decreasedSkillInterval
skillID"melvorD:Cooking"
value300
skillID"melvorD:Smithing"
value300
consumesOn
type"CookingAction"
type"SmithingAction"
summonIDs
"melvorF:Pig"
"melvorF:Bear"
modifiers
increasedGenerousCookPotionCharges200
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"
value8
skillID"melvorD:Cooking"
value8
decreasedSkillPreservationChance
skillID"melvorD:Firemaking"
value10
skillID"melvorD:Cooking"
value10
consumesOn
type"CookingAction"
type"FiremakingAction"
customDescription"+8% Firemaking & Cooking Mastery XP. -10% Firemaking & Cooking Preservation Chance."
summonIDs
"melvorF:Crow"
"melvorF:Leprechaun"
modifiers
increasedRuneEssenceThievingMiner1
consumesOn
type"ThievingAction"
succesfultrue
npcIDs
"melvorF:MINER"
summonIDs
"melvorF:Crow"
"melvorF:Monkey"
modifiers
increasedChanceToDoubleLeatherDragonhideCrafting20
consumesOn
type"CraftingAction"
categoryIDs
"melvorF:LeatherArmour"
"melvorF:Dragonhide"
summonIDs
"melvorF:Crow"
"melvorF:Salamander"
modifiers
increasedSkillPreservationChance
skillID"melvorD:Smithing"
value10
skillID"melvorD:Runecrafting"
value10
consumesOn
type"RunecraftingAction"
type"SmithingAction"
customDescription"+10% Smithing & Runecrafting Preservation Chance."
summonIDs
"melvorF:Crow"
"melvorF:Bear"
modifiers
giveRandomComboRunesRunecrafting1
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
increasedFireRunesWhenMakingElementalRunes10
decreasedSkillXP
skillID"melvorD:Runecrafting"
value5
consumesOn
type"RunecraftingAction"
subCategories
"ElementalRunes"
summonIDs
"melvorF:Leprechaun"
"melvorF:Monkey"
modifiers
increasedThievingAutoSellPrice15
consumesOn
type"ThievingAction"
succesfultrue
commonDropObtainedtrue
summonIDs
"melvorF:Leprechaun"
"melvorF:Salamander"
modifiers
increasedRandomBarChanceThievingMiner50
consumesOn
type"ThievingAction"
succesfultrue
commonDropObtainedtrue
npcIDs
"melvorF:MINER"
summonIDs
"melvorF:Leprechaun"
"melvorF:Bear"
modifiers
increasedHerbSackChanceThievingFarmer3
consumesOn
type"ThievingAction"
succesfultrue
commonDropObtainedtrue
npcIDs
"melvorF:BOB_THE_FARMER"
summonIDs
"melvorF:Leprechaun"
"melvorF:Devil"
modifiers
summoningSynergy_Leprechaun_Devil1
consumesOn
type"ThievingAction"
succesfultrue
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
increasedDamageReductionAgainstSlayerTasks3
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Cyclops"
"melvorF:Unicorn"
modifiers
increasedHitpointRegenerationAgainstSlayerTasks150
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Cyclops"
"melvorF:Dragon"
modifiers
decreasedDragonBreathDamage25
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Yak"
"melvorF:Unicorn"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"+200% Hitpoints Regeneration if you have less than 75% Current Hitpoints."
conditionalModifiers
condition
type"Hitpoints"
character"Player"
operator"<"
value75
modifiers
increasedHitpointRegeneration200
summonIDs
"melvorF:Yak"
"melvorF:Dragon"
modifiers
burnImmunity100
consumesOn
type"PlayerSummonAttack"
customDescription"You take no damage from BURNING."
summonIDs
"melvorF:Unicorn"
"melvorF:Dragon"
modifiers
increasedBurnLifesteal100
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Monkey"
"melvorF:Salamander"
modifiers
increasedCraftingJewelryPreservation33
consumesOn
type"CraftingAction"
categoryIDs
"melvorF:Necklaces"
"melvorF:Rings"
summonIDs
"melvorF:Monkey"
"melvorF:Bear"
modifiers
increasedCraftingPotionCharges100
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
increasedFiremakingLogGP400
consumesOn
type"FiremakingAction"
summonIDs
"melvorF:Salamander"
"melvorF:Bear"
modifiers
doubleSilverGoldSmithingWithSeeingGold1
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
decreasedFlatSmithingCoalCost3
consumesOn
type"SmithingAction"
consumedItemIDs
"melvorD:Coal_Ore"
customDescription"-3 Coal required for Smithing Item production."
summonIDs
"melvorF:Bear"
"melvorF:Devil"
modifiers
summoningSynergy_Bear_Devil5
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"
value300
consumesOn
type"WoodcuttingAction"
summonIDs
"melvorF:Ent"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerDeedree
skillID"melvorD:Woodcutting"
value1.5
consumesOn
type"WoodcuttingAction"
summonIDs
"melvorF:Ent"
"melvorTotH:Beaver"
modifiers
increasedChanceForArrowShaftsWoodcutting30
consumesOn
type"WoodcuttingAction"
summonIDs
"melvorF:Ent"
"melvorTotH:Fox"
modifiers
decreasedNonShardCostForEquippedTablets30
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Ent"
summonIDs
"melvorF:Mole"
"melvorTotH:Eagle"
modifiers
decreasedSkillInterval
skillID"melvorD:Mining"
value200
consumesOn
type"MiningAction"
summonIDs
"melvorF:Mole"
"melvorTotH:Owl"
modifiers
increasedChanceExtraMeteoriteOre30
consumesOn
type"MiningAction"
actionIDs
"melvorTotH:Meteorite_Ore"
summonIDs
"melvorF:Mole"
"melvorTotH:Beaver"
modifiers
increasedChanceExtraArrows100
consumesOn
type"FletchingAction"
isArrowstrue
summonIDs
"melvorF:Mole"
"melvorTotH:Fox"
modifiers
increasedChanceForQualitySuperiorGem10
consumesOn
type"MiningAction"
actionGivesSuperiorGemstrue
summonIDs
"melvorF:Octopus"
"melvorTotH:Eagle"
modifiers
decreasedSkillInterval
skillID"melvorD:Fishing"
value500
consumesOn
type"FishingAction"
summonIDs
"melvorF:Octopus"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerAmeria
skillID"melvorD:Fishing"
value1.5
consumesOn
type"FishingAction"
summonIDs
"melvorF:Octopus"
"melvorTotH:Beaver"
modifiers
increasedChanceExtraUnstrungBows30
consumesOn
type"FletchingAction"
isUnstrungBowstrue
summonIDs
"melvorF:Octopus"
"melvorTotH:Fox"
modifiers
decreasedSummoningIntervalForOctopus5
decreasedNonShardCostForEquippedTablets20
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Octopus"
"melvorTotH:Fox"
summonIDs
"melvorF:Pig"
"melvorTotH:Eagle"
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Cooking"
value10
consumesOn
type"CookingAction"
summonIDs
"melvorF:Pig"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerVale
skillID"melvorD:Cooking"
value1.5
consumesOn
type"CookingAction"
summonIDs
"melvorF:Pig"
"melvorTotH:Beaver"
modifiers
decreasedPassiveCookInterval15
consumesOn
type"CookingAction"
isPassiveCookingtrue
summonIDs
"melvorF:Pig"
"melvorTotH:Fox"
modifiers
decreasedNonShardCostForEquippedTablets30
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Pig"
"melvorTotH:Fox"
summonIDs
"melvorF:Bear"
"melvorTotH:Eagle"
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Herblore"
value10
consumesOn
type"HerbloreAction"
summonIDs
"melvorF:Bear"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerQimican
skillID"melvorD:Herblore"
value1.5
consumesOn
type"HerbloreAction"
summonIDs
"melvorF:Bear"
"melvorTotH:Beaver"
modifiers
increasedSkillPreservationCap
skillID"melvorD:Fletching"
value5
consumesOn
type"FletchingAction"
summonIDs
"melvorF:Bear"
"melvorTotH:Fox"
modifiers
increasedSkillPreservationCap
skillID"melvorD:Herblore"
value5
consumesOn
type"HerbloreAction"
summonIDs
"melvorF:Leprechaun"
"melvorTotH:Eagle"
modifiers
increasedGPFromAgilityPerActiveObstacle30
consumesOn
type"AgilityAction"
summonIDs
"melvorF:Leprechaun"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerKo
skillID"melvorD:Thieving"
value1.5
consumesOn
type"ThievingAction"
succesfultrue
summonIDs
"melvorF:Leprechaun"
"melvorTotH:Beaver"
modifiers
increasedChanceItemToGoldFletching20
consumesOn
type"FletchingAction"
summonIDs
"melvorF:Leprechaun"
"melvorTotH:Fox"
modifiers
increasedLeprechaunCreationCharges10
increasedNonShardCostForEquippedTablets100
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Leprechaun"
summonIDs
"melvorF:Crow"
"melvorTotH:Eagle"
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Runecrafting"
value10
consumesOn
type"RunecraftingAction"
summonIDs
"melvorF:Crow"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerArachi
skillID"melvorD:Runecrafting"
value1.5
consumesOn
type"RunecraftingAction"
summonIDs
"melvorF:Crow"
"melvorTotH:Beaver"
modifiers
increasedChanceExtraCrossbows100
consumesOn
type"FletchingAction"
categoryIDs
"melvorF:Crossbows"
summonIDs
"melvorF:Crow"
"melvorTotH:Fox"
modifiers
decreasedNonShardCostForEquippedTablets30
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Crow"
"melvorTotH:Fox"
summonIDs
"melvorF:Salamander"
"melvorTotH:Eagle"
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Smithing"
value20
consumesOn
type"SmithingAction"
summonIDs
"melvorF:Salamander"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerIridan
skillID"melvorD:Smithing"
value1.5
consumesOn
type"SmithingAction"
summonIDs
"melvorF:Salamander"
"melvorTotH:Beaver"
modifiers
increasedChanceExtraJavelins30
consumesOn
type"FletchingAction"
categoryIDs
"melvorF:Javelins"
summonIDs
"melvorF:Salamander"
"melvorTotH:Fox"
modifiers
increasedSalamanderCreationCharges200
disableSalamanderItemReduction1
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Salamander"
"melvorTotH:Fox"
summonIDs
"melvorF:Monkey"
"melvorTotH:Eagle"
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Agility"
value10
consumesOn
type"AgilityAction"
summonIDs
"melvorF:Monkey"
"melvorTotH:Owl"
modifiers
increasedSkillMasteryXPPerHyden
skillID"melvorD:Crafting"
value1.5
consumesOn
type"CraftingAction"
summonIDs
"melvorF:Monkey"
"melvorTotH:Beaver"
modifiers
increasedJavelinProduction1
increasedJavelinResourceCost100
consumesOn
type"FletchingAction"
categoryIDs
"melvorF:Javelins"
summonIDs
"melvorF:Monkey"
"melvorTotH:Fox"
modifiers
increasedSummoningCreationChargesForEquippedTablets15
decreasedSummoningIntervalPercentForEquippedTablets5
increasedNonShardCostForEquippedTablets50
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Monkey"
"melvorTotH:Fox"
summonIDs
"melvorF:Devil"
"melvorTotH:Eagle"
modifiers
decreasedGPFromAgility100
increasedMasteryXP
skillID"melvorD:Agility"
value10
consumesOn
type"AgilityAction"
customDescription"+10% Agility Mastery XP. -100% GP from Agility."
summonIDs
"melvorF:Devil"
"melvorTotH:Owl"
modifiers
increasedBaseStardustDropQty4
disableGoldenStardustDrops1
consumesOn
type"AstrologyAction"
customDescription"Adds an additional +4 to regular stardust drops, gain no golden stardust"
summonIDs
"melvorF:Devil"
"melvorTotH:Beaver"
modifiers
increasedBoltProduction2
decreasedChanceToDoubleItemsSkill
skillID"melvorD:Fletching"
value10
consumesOn
type"FletchingAction"
categoryIDs
"melvorF:Bolts"
summonIDs
"melvorF:Devil"
"melvorTotH:Fox"
modifiers
increasedMasteryXP
skillID"melvorD:Summoning"
value100
increasedSkillXP
skillID"melvorD:Summoning"
value100
decreasedSummoningCreationCharges1000
consumesOn
type"SummoningAction"
summonIDs
"melvorTotH:Eagle"
"melvorTotH:Owl"
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Astrology"
value10
consumesOn
type"AstrologyAction"
summonIDs
"melvorTotH:Eagle"
"melvorTotH:Beaver"
modifiers
decreasedFletchingIntervalWithArrows300
consumesOn
type"FletchingAction"
isArrowstrue
summonIDs
"melvorTotH:Eagle"
"melvorTotH:Fox"
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Summoning"
value10
consumesOn
type"SummoningAction"
summonIDs
"melvorTotH:Owl"
"melvorTotH:Beaver"
modifiers
increasedSkillMasteryXPPerSyllia
skillID"melvorD:Fletching"
value1.5
consumesOn
type"FletchingAction"
summonIDs
"melvorTotH:Owl"
"melvorTotH:Fox"
modifiers
increasedSkillMasteryXPPerQimican
skillID"melvorD:Summoning"
value1.5
consumesOn
type"SummoningAction"
summonIDs
"melvorTotH:Beaver"
"melvorTotH:Fox"
modifiers
increasedSummoningCreationChargesForEquippedTablets5
decreasedNonShardCostForEquippedTablets15
consumesOn
type"SummoningAction"
actionIDs
"melvorTotH:Beaver"
"melvorTotH:Fox"
summonIDs
"melvorF:GolbinThief"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, +150% Damage Dealt gained as GP."
conditionalModifiers
condition
type"IsStunned"
flavour"Stun"
character"Enemy"
invertedfalse
modifiers
increasedGPPerDamage1500
summonIDs
"melvorF:GolbinThief"
"melvorTotH:Siren"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Sleeping, +200% Damage Dealt gained as GP."
conditionalModifiers
condition
type"IsSleeping"
character"Enemy"
invertedfalse
modifiers
increasedGPPerDamage2000
summonIDs
"melvorF:GolbinThief"
"melvorTotH:Spider"
modifiers
Empty object
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"
invertedfalse
type"DOT"
character"Enemy"
dotType"Poison"
invertedfalse
modifiers
increasedGPBasedOnEnemyCombatLevel1
summonIDs
"melvorF:GolbinThief"
"melvorTotH:Spectre"
modifiers
increasedGPBasedOnSummonDamage1000
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, +15% Lifesteal."
conditionalModifiers
condition
type"IsStunned"
character"Enemy"
flavour"Stun"
invertedfalse
modifiers
increasedLifesteal15
summonIDs
"melvorF:Wolf"
"melvorTotH:Siren"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Sleeping, +25% Lifesteal."
conditionalModifiers
condition
type"IsSleeping"
character"Enemy"
invertedfalse
modifiers
increasedLifesteal25
summonIDs
"melvorF:Wolf"
"melvorTotH:Spider"
modifiers
increasedPoisonLifesteal50
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Wolf"
"melvorTotH:Spectre"
modifiers
healOnHitBasedOnTargetDR10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Witch"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, +15% Magic Damage Bonus from Equipment."
conditionalModifiers
condition
type"IsStunned"
character"Enemy"
flavour"Stun"
invertedfalse
modifiers
increasedMagicDamageBonus15
summonIDs
"melvorF:Witch"
"melvorTotH:Siren"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedGlobalSleepChance5
summonIDs
"melvorF:Witch"
"melvorTotH:Spider"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedChanceToApplyPoison30
summonIDs
"melvorF:Witch"
"melvorTotH:Spectre"
modifiers
Empty object
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"
invertedfalse
enemyModifiers
decreasedDamageReduction5
summonIDs
"melvorF:Minotaur"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, +15% Melee Strength Bonus from Equipment."
conditionalModifiers
condition
type"IsStunned"
character"Enemy"
flavour"Stun"
invertedfalse
modifiers
increasedMeleeStrengthBonus15
summonIDs
"melvorF:Minotaur"
"melvorTotH:Siren"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedGlobalSleepChance5
summonIDs
"melvorF:Minotaur"
"melvorTotH:Spider"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedChanceToApplyPoison30
summonIDs
"melvorF:Minotaur"
"melvorTotH:Spectre"
modifiers
Empty object
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"
invertedfalse
enemyModifiers
decreasedDamageReduction5
summonIDs
"melvorF:Centaur"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, +15% Ranged Strength Bonus from Equipment"
conditionalModifiers
condition
type"IsStunned"
character"Enemy"
flavour"Stun"
invertedfalse
modifiers
increasedRangedStrengthBonus15
summonIDs
"melvorF:Centaur"
"melvorTotH:Siren"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedGlobalSleepChance5
summonIDs
"melvorF:Centaur"
"melvorTotH:Spider"
modifiers
Empty object
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"
invertedfalse
modifiers
increased15SlowStunChance2Turns15
summonIDs
"melvorF:Centaur"
"melvorTotH:Spectre"
modifiers
Empty object
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"
invertedfalse
enemyModifiers
decreasedDamageReduction5
summonIDs
"melvorF:Cyclops"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, +10% Damage Dealt gained as Slayer Coins."
conditionalModifiers
condition
type"IsStunned"
character"Enemy"
flavour"Stun"
invertedfalse
modifiers
increasedSlayerCoinsPerDamage100
summonIDs
"melvorF:Cyclops"
"melvorTotH:Siren"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Sleeping, +15% Damage Dealt gained as Slayer Coins."
conditionalModifiers
condition
type"IsSleeping"
character"Enemy"
invertedfalse
modifiers
increasedSlayerCoinsPerDamage150
summonIDs
"melvorF:Cyclops"
"melvorTotH:Spider"
modifiers
increasedSlayerCoinsPerPoisonDamage2000
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Cyclops"
"melvorTotH:Spectre"
modifiers
increasedSlayerCoinsBasedOnTargetDR100
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorTotH:LightningSpirit"
modifiers
decreaseEnemyEvasionOnStun1
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorTotH:Siren"
modifiers
decreaseEnemyEvasionOnSleep1
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Occultist"
"melvorTotH:Spider"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Poisoned, apply -20% Global Evasion to the Target."
conditionalModifiers
condition
type"DOT"
character"Enemy"
dotType"Poison"
invertedfalse
enemyModifiers
decreasedGlobalEvasion20
summonIDs
"melvorF:Occultist"
"melvorTotH:Spectre"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"Enemies have -1% Global Evasion Rating for every 2% base Damage Reduction"
enemyModifiers
decreasedEvasionBasedOnDR1
summonIDs
"melvorF:Yak"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"+3% Damage Reduction while Stunned."
conditionalModifiers
condition
type"IsStunned"
character"Player"
flavour"Stun"
invertedfalse
modifiers
increasedDamageReduction3
summonIDs
"melvorF:Yak"
"melvorTotH:Siren"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"+3% Damage Reduction while Sleeping."
conditionalModifiers
condition
type"IsSleeping"
character"Player"
invertedfalse
modifiers
increasedDamageReduction3
summonIDs
"melvorF:Yak"
"melvorTotH:Spider"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"+3% Damage Reduction while Poisoned."
conditionalModifiers
condition
type"DOT"
character"Player"
dotType"Poison"
invertedfalse
modifiers
increasedDamageReduction3
summonIDs
"melvorF:Yak"
"melvorTotH:Spectre"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Damage Reduction is less than the Targets, +2% Damage Reduction."
conditionalModifiers
condition
type"EquipStatCompare"
statKey"damageReduction"
operator"<"
modifiers
increasedDamageReduction2
summonIDs
"melvorF:Unicorn"
"melvorTotH:LightningSpirit"
modifiers
increasedHealWhenStunned10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Unicorn"
"melvorTotH:Siren"
modifiers
increasedHealWhenSleep20
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Unicorn"
"melvorTotH:Spider"
modifiers
poisonImmunity100
consumesOn
type"PlayerSummonAttack"
customDescription"Grants poison immunity"
summonIDs
"melvorF:Unicorn"
"melvorTotH:Spectre"
modifiers
healOnHitBasedOnTargetDR20
disableLifesteal1
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorF:Dragon"
"melvorTotH:LightningSpirit"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, +15% Chance to apply burn when attacking."
conditionalModifiers
condition
type"IsStunned"
character"Enemy"
invertedfalse
modifiers
increasedChanceToApplyBurn15
summonIDs
"melvorF:Dragon"
"melvorTotH:Siren"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Sleeping, +15% Chance to apply burn when attacking."
conditionalModifiers
condition
type"IsSleeping"
character"Enemy"
invertedfalse
modifiers
increasedChanceToApplyBurn15
summonIDs
"melvorF:Dragon"
"melvorTotH:Spider"
modifiers
Empty object
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"
invertedfalse
type"DOT"
character"Enemy"
dotType"Poison"
invertedfalse
type"DOT"
character"Enemy"
dotType"Burn"
invertedfalse
modifiers
increasedMaxHitPercent300
summonIDs
"melvorF:Dragon"
"melvorTotH:Spectre"
modifiers
Empty object
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"
invertedfalse
enemyModifiers
decreasedDamageReduction8
summonIDs
"melvorTotH:LightningSpirit"
"melvorTotH:Siren"
modifiers
increasedChanceToAvoidStun10
increasedChanceToAvoidSleep10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:LightningSpirit"
"melvorTotH:Spider"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Stunned, -10% Attack Interval."
conditionalModifiers
condition
type"IsStunned"
character"Enemy"
invertedfalse
modifiers
decreasedAttackIntervalPercent10
summonIDs
"melvorTotH:LightningSpirit"
"melvorTotH:Spectre"
modifiers
Empty object
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"
invertedfalse
enemyModifiers
decreasedDamageReduction5
summonIDs
"melvorTotH:Siren"
"melvorTotH:Spider"
modifiers
Empty object
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"
invertedfalse
modifiers
increasedGlobalSleepChance10
summonIDs
"melvorTotH:Siren"
"melvorTotH:Spectre"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"If Target is currently Sleeping, Target Damage Reduction is decreased by flat 6%."
conditionalModifiers
condition
type"IsSleeping"
character"Enemy"
invertedfalse
enemyModifiers
decreasedDamageReduction6
summonIDs
"melvorTotH:Spider"
"melvorTotH:Spectre"
modifiers
increasedSummoningMaxHit100
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorF:GolbinThief"
modifiers
increasedGPOnEnemyHit60
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorF:Occultist"
modifiers
increasedGlobalEvasion10
consumesOn
type"PlayerSummonAttack"
customDescription"Occultist Familiar effect is doubled."
enemyModifiers
decreasedGlobalEvasion10
summonIDs
"melvorTotH:Fox"
"melvorF:Wolf"
modifiers
doubleLifesteal1
decreasedAutoEatEfficiency10
decreasedAutoEatHPLimit10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorF:Minotaur"
modifiers
increasedMeleeCritChance5
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorF:Centaur"
modifiers
increasedRangedCritChance5
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorF:Witch"
modifiers
increasedMagicCritChance5
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorF:Cyclops"
modifiers
increasedCyclopsCreationCharges5
decreasedNonShardCostForEquippedTablets15
consumesOn
type"SummoningAction"
actionIDs
"melvorF:Cyclops"
"melvorTotH:Fox"
summonIDs
"melvorTotH:Fox"
"melvorF:Yak"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"While at Full Hitpoints, +3% Damage Reduction."
conditionalModifiers
condition
type"Hitpoints"
character"Player"
value100
operator"=="
modifiers
increasedDamageReduction3
summonIDs
"melvorTotH:Fox"
"melvorF:Unicorn"
modifiers
increasedHPRegenFlat1.5
consumesOn
type"PlayerHitpointRegeneration"
summonIDs
"melvorTotH:Fox"
"melvorF:Dragon"
modifiers
increasedMaxHPBurnDamage5
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorTotH:LightningSpirit"
modifiers
increasedChanceToIncreaseStunDuration10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorTotH:Siren"
modifiers
increasedChanceToIncreaseSleepDuration10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorTotH:Spider"
modifiers
increasedChanceToApplyDeadlyPoison10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorTotH:Fox"
"melvorTotH:Spectre"
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
customDescription"While above 75% Hitpoints, Target Damage Reduction is decreased by flat 5%."
conditionalModifiers
condition
type"Hitpoints"
character"Player"
value75
operator">"
enemyModifiers
decreasedDamageReduction5
summonIDs
"melvorAoD:Barrier"
"melvorF:Wolf"
modifiers
increasedChanceBarrierBleed10
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorAoD:Barrier"
"melvorF:Witch"
modifiers
increasedFlatBarrierSummonDamageMagic9
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorAoD:Barrier"
"melvorF:Minotaur"
modifiers
increasedFlatBarrierSummonDamageMelee9
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorAoD:Barrier"
"melvorF:Centaur"
modifiers
increasedFlatBarrierSummonDamageRanged9
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorAoD:Barrier"
"melvorF:Cyclops"
modifiers
increasedBarrierSummonDamage20
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"
value0
operator">"
modifiers
Empty object
enemyModifiers
decreasedGlobalEvasion10
modifiers
Empty object
enemyModifiers
decreasedGlobalEvasion10
summonIDs
"melvorAoD:Barrier"
"melvorF:Yak"
customDescription"+2% Damage Reduction if the Target has Barrier"
conditionalModifiers
condition
type"Barrier"
character"Enemy"
value0
operator">"
modifiers
increasedDamageReduction2
modifiers
Empty object
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"
value75
operator">"
modifiers
increasedBarrierSummonDamage40
modifiers
Empty object
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorAoD:Barrier"
"melvorF:Dragon"
modifiers
increasedChanceBarrierBurn20
consumesOn
type"PlayerSummonAttack"
summonIDs
"melvorAoD:Barrier"
"melvorF:GolbinThief"
modifiers
increasedGPFromBarrierDamage1000
consumesOn
type"PlayerSummonAttack"
baseMasteryPoolCap14500000
masteryCheckpoints
"+5% Summoning Mastery XP"
"+1 Shard Cost Reduction for Tier 1 & 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
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SummoningRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SummoningRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SummoningRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:SummoningRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Attack"
data
pets
"melvorD:Bruce"
customMilestones
type"Custom"
level1
name"Wield Bronze Weapons"
milestoneID"0"
type"Custom"
level1
name"Wield Iron Weapons"
milestoneID"1"
type"Custom"
level5
name"Wield Steel Weapons"
milestoneID"2"
type"Custom"
level10
name"Wield Black Weapons"
milestoneID"3"
type"Custom"
level20
name"Wield Mithril Weapons"
milestoneID"4"
type"Custom"
level30
name"Wield Adamant Weapons"
milestoneID"5"
type"Custom"
level40
name"Wield Rune Weapons"
milestoneID"6"
type"Custom"
level60
name"Wield Dragon Weapons"
milestoneID"7"
type"Custom"
level70
name"Wield Ancient Weapons"
milestoneID"8"
type"Custom"
level85
name"Wield Godswords"
milestoneID"9"
type"Custom"
level100
name"Wield Corundum Weapons"
milestoneID"WIELD_CORUNDUM"
type"EquipItem"
itemID"melvorTotH:Heated_Fury_2H_Hammer"
type"EquipItem"
itemID"melvorTotH:Dark_Blade_Defender"
type"Custom"
level105
name"Wield Augite Weapons"
milestoneID"WIELD_AUGITE"
type"Custom"
level108
name"Wield Meteorite Weapons"
milestoneID"WIELD_METEORITE"
type"Custom"
level110
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"
level120
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
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:AttackRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:AttackRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:AttackRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:AttackRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
skillID"melvorD:Strength"
data
pets
"melvorD:LilRon"
name"Strength"
customMilestones
type"EquipItem"
itemID"melvorTotH:Gauntlets_of_Rage"
type"Custom"
level120
name"Wear Vorloran Protector Armour"
milestoneID"WEAR_VORLORAN_PROTECTOR"
completedAncientRelic"melvorAoD:StrengthRelic6"
ancientRelics
relicID"melvorAoD:StrengthRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:StrengthRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:StrengthRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:StrengthRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:StrengthRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
skillID"melvorD:Defence"
data
pets
"melvorD:Leonardo"
customMilestones
type"Custom"
level1
name"Wear Bronze Armour"
milestoneID"10"
type"Custom"
level1
name"Wear Iron Armour"
milestoneID"11"
type"Custom"
level5
name"Wear Steel Armour"
milestoneID"12"
type"Custom"
level10
name"Wear Black Armour"
milestoneID"13"
type"Custom"
level20
name"Wear Mithril Armour"
milestoneID"14"
type"Custom"
level30
name"Wear Adamant Armour"
milestoneID"15"
type"Custom"
level40
name"Wear Rune Armour"
milestoneID"16"
type"Custom"
level60
name"Wear Dragon Armour"
milestoneID"17"
type"Custom"
level70
name"Wear Ancient Armour"
milestoneID"18"
type"Custom"
level85
name"Wear Terran God Armour"
milestoneID"19"
type"Custom"
level85
name"Wear Ragnar God Armour"
milestoneID"20"
type"Custom"
level100
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"
level105
name"Wear Augite Armour"
milestoneID"WEAR_AUGITE"
type"Custom"
level108
name"Wear Meteorite Armour"
milestoneID"WEAR_METEORITE"
type"Custom"
level110
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"
level120
name"Wear Vorloran Protector Armour"
milestoneID"WEAR_VORLORAN_PROTECTOR"
name"Defence"
completedAncientRelic"melvorAoD:DefenceRelic6"
ancientRelics
relicID"melvorAoD:DefenceRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:DefenceRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:DefenceRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:DefenceRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:DefenceRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
skillID"melvorD:Hitpoints"
data
pets
"melvorD:FinnTheCat"
name"Hitpoints"
completedAncientRelic"melvorAoD:HitpointsRelic6"
ancientRelics
relicID"melvorAoD:HitpointsRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:HitpointsRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:HitpointsRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:HitpointsRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:HitpointsRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
skillID"melvorD:Thieving"
data
pets
"melvorF:Snek"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Circlet_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Thieving_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Gathering"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.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
Empty array
pets
"melvorF:Snek"
masteryTokenID"melvorF:Mastery_Token_Thieving"
masteryLevelUnlocks
level1
descriptionID0
description"Each level provides +1 Thieving Stealth and +1% GP acquired for this NPC only."
level50
descriptionID1
description"-0.2s Thieving Interval for this NPC only."
level99
descriptionID2
description"+75 Thieving Stealth for this NPC only."
npcs
id"melvorF:MAN"
baseExperience5
level1
name"Man"
perception110
maxHit2.20000000000000017763568394002504646778106689453125
maxGP100
lootTable
Empty array
id"melvorF:GOLBIN"
baseExperience10
level8
name"Golbin"
perception175
maxHit4
maxGP175
lootTable
itemID"melvorD:Copper_Ore"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Tin_Ore"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Iron_Ore"
minQuantity1
maxQuantity1
weight12
itemID"melvorD:Bronze_Bar"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Iron_Bar"
minQuantity1
maxQuantity1
weight15
itemID"melvorD:Steel_Bar"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Normal_Logs"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Oak_Logs"
minQuantity1
maxQuantity1
weight15
itemID"melvorD:Willow_Logs"
minQuantity1
maxQuantity1
weight10
id"melvorF:LUMBERJACK"
baseExperience62
level61
name"Lumberjack"
perception480
maxHit15.5
maxGP500
lootTable
itemID"melvorD:Maple_Logs"
minQuantity1
maxQuantity1
weight10
itemID"melvorD:Mahogany_Logs"
minQuantity1
maxQuantity1
weight6
itemID"melvorD:Yew_Logs"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Magic_Logs"
minQuantity1
maxQuantity1
weight2
itemID"melvorD:Redwood_Logs"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorF:Lumberjacks_Top"
quantity1
id"melvorF:BOB_THE_FARMER"
baseExperience36
level39
name"Bob the Farmer"
perception420
maxHit13.699999999999999289457264239899814128875732421875
maxGP400
lootTable
itemID"melvorD:Potato_Seed"
minQuantity1
maxQuantity1
weight280
itemID"melvorD:Onion_Seed"
minQuantity1
maxQuantity1
weight180
itemID"melvorF:Herb_Sack"
minQuantity1
maxQuantity1
weight150
itemID"melvorD:Cabbage_Seed"
minQuantity1
maxQuantity1
weight140
itemID"melvorD:Tomato_Seed"
minQuantity1
maxQuantity1
weight110
itemID"melvorD:Sweetcorn_Seed"
minQuantity1
maxQuantity1
weight80
itemID"melvorD:Strawberry_Seed"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Cherry_Seeds"
minQuantity1
maxQuantity1
weight35
itemID"melvorD:Watermelon_Seed"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Compost"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Snape_Grass_Seed"
minQuantity1
maxQuantity1
weight18
itemID"melvorD:Carrot_Seeds"
minQuantity1
maxQuantity1
weight15
itemID"melvorD:Oak_Tree_Seed"
minQuantity1
maxQuantity1
weight80
itemID"melvorD:Willow_Tree_Seed"
minQuantity1
maxQuantity1
weight30
itemID"melvorD:Maple_Tree_Seed"
minQuantity1
maxQuantity1
weight15
itemID"melvorD:Yew_Tree_Seed"
minQuantity1
maxQuantity1
weight5
itemID"melvorD:Magic_Tree_Seed"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorF:Bobs_Gloves"
quantity1
id"melvorF:FISHERMAN"
baseExperience46
level54
name"Fisherman"
perception400
maxHit10.0999999999999996447286321199499070644378662109375
maxGP450
lootTable
itemID"melvorD:Raw_Swordfish"
minQuantity1
maxQuantity1
weight80
itemID"melvorD:Raw_Anglerfish"
minQuantity1
maxQuantity1
weight80
itemID"melvorD:Raw_Fanfish"
minQuantity1
maxQuantity1
weight60
itemID"melvorD:Raw_Crab"
minQuantity1
maxQuantity1
weight46
itemID"melvorD:Raw_Carp"
minQuantity1
maxQuantity1
weight36
itemID"melvorD:Raw_Shark"
minQuantity1
maxQuantity1
weight29
itemID"melvorD:Raw_Cave_Fish"
minQuantity1
maxQuantity1
weight23
itemID"melvorD:Raw_Manta_Ray"
minQuantity1
maxQuantity1
weight16
itemID"melvorD:Raw_Whale"
minQuantity1
maxQuantity1
weight11
id"melvorF:CHEF"
baseExperience31
level34
name"Chef"
perception350
maxHit10.800000000000000710542735760100185871124267578125
maxGP300
lootTable
itemID"melvorD:Lobster"
minQuantity1
maxQuantity1
weight39
itemID"melvorD:Hearty_Soup"
minQuantity1
maxQuantity1
weight21
itemID"melvorD:Anglerfish"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Cherry_Cupcake"
minQuantity1
maxQuantity1
weight13
itemID"melvorD:Shark"
minQuantity1
maxQuantity1
weight7
itemID"melvorF:Apple_Pie"
minQuantity1
maxQuantity1
weight6
uniqueDrop
id"melvorF:Chefs_Hat"
quantity1
id"melvorF:MINER"
baseExperience73
level70
name"Miner"
perception600
maxHit18
maxGP550
lootTable
itemID"melvorD:Gold_Ore"
minQuantity1
maxQuantity1
weight156
itemID"melvorD:Mithril_Ore"
minQuantity1
maxQuantity1
weight80
itemID"melvorD:Adamantite_Ore"
minQuantity1
maxQuantity1
weight29
itemID"melvorD:Runite_Ore"
minQuantity1
maxQuantity1
weight19
itemID"melvorD:Dragonite_Ore"
minQuantity1
maxQuantity1
weight11
uniqueDrop
id"melvorF:Miners_Helmet"
quantity1
id"melvorF:KNIGHT"
baseExperience107
level88
name"Knight"
perception820
maxHit24.10000000000000142108547152020037174224853515625
maxGP750
lootTable
itemID"melvorD:Dragon_Helmet"
minQuantity1
maxQuantity1
weight61
itemID"melvorD:Rune_Platebody"
minQuantity1
maxQuantity1
weight74
itemID"melvorD:Adamant_Platelegs"
minQuantity1
maxQuantity1
weight199
itemID"melvorD:Adamant_Helmet"
minQuantity1
maxQuantity1
weight369
itemID"melvorD:Adamant_Battleaxe"
minQuantity1
maxQuantity1
weight343
itemID"melvorD:Rune_Battleaxe"
minQuantity1
maxQuantity1
weight129
itemID"melvorD:Dragon_Dagger"
minQuantity1
maxQuantity1
weight83
itemID"melvorD:Adamant_2H_Sword"
minQuantity1
maxQuantity1
weight226
itemID"melvorD:Rune_Shield"
minQuantity1
maxQuantity1
weight103
uniqueDrop
id"melvorF:Knights_Defender"
quantity1
id"melvorF:WOMAN"
baseExperience7
level4
name"Woman"
perception140
maxHit3.20000000000000017763568394002504646778106689453125
maxGP150
lootTable
Empty array
uniqueDrop
id"melvorF:Fine_Coinpurse"
quantity1
id"melvorF:GOLBIN_CHIEF"
baseExperience18
level16
name"Golbin Chief"
perception280
maxHit10.0999999999999996447286321199499070644378662109375
maxGP275
lootTable
itemID"melvorD:Coal_Ore"
minQuantity1
maxQuantity1
weight22
itemID"melvorD:Gold_Ore"
minQuantity1
maxQuantity1
weight12
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity1
weight9
itemID"melvorD:Adamantite_Bar"
minQuantity1
maxQuantity1
weight6
itemID"melvorD:Maple_Logs"
minQuantity1
maxQuantity1
weight9
itemID"melvorD:Yew_Logs"
minQuantity1
maxQuantity1
weight5
uniqueDrop
id"melvorF:Golbin_Mask"
quantity1
id"melvorF:BANDIT_THUG"
baseExperience13
level12
name"Bandit Thug"
perception220
maxHit5.4000000000000003552713678800500929355621337890625
maxGP200
lootTable
itemID"melvorD:Normal_Shortbow"
minQuantity1
maxQuantity1
weight20
itemID"melvorF:Normal_Longbow"
minQuantity1
maxQuantity1
weight20
itemID"melvorD:Bronze_Arrows"
minQuantity1
maxQuantity10
weight20
itemID"melvorD:Iron_Arrows"
minQuantity1
maxQuantity10
weight20
itemID"melvorD:Oak_Shortbow"
minQuantity1
maxQuantity1
weight4
itemID"melvorF:Oak_Longbow"
minQuantity1
maxQuantity1
weight4
itemID"melvorD:Steel_Arrows"
minQuantity1
maxQuantity10
weight4
itemID"melvorF:Willow_Shortbow"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Willow_Longbow"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Mithril_Arrows"
minQuantity1
maxQuantity10
weight1
id"melvorF:MARAUDER"
baseExperience19
level21
name"Marauder"
perception250
maxHit6.79999999999999982236431605997495353221893310546875
maxGP225
lootTable
itemID"melvorD:Adamant_Arrows"
minQuantity1
maxQuantity10
weight249
itemID"melvorD:Rune_Arrows"
minQuantity1
maxQuantity10
weight48
itemID"melvorD:Dragon_Arrows"
minQuantity1
maxQuantity10
weight26
itemID"melvorF:Adamant_Crossbow"
minQuantity1
maxQuantity1
weight5
itemID"melvorF:Rune_Crossbow"
minQuantity1
maxQuantity1
weight3
itemID"melvorF:Dragon_Crossbow"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorF:Absorbing_Shield"
quantity1
id"melvorF:MERCHANT"
baseExperience29
level31
name"Merchant"
perception300
maxHit9.699999999999999289457264239899814128875732421875
maxGP350
lootTable
itemID"melvorD:Garum_Herb"
minQuantity1
maxQuantity1
weight324
itemID"melvorD:Sourweed_Herb"
minQuantity1
maxQuantity1
weight150
itemID"melvorD:Mantalyme_Herb"
minQuantity1
maxQuantity1
weight105
itemID"melvorD:Lemontyle_Herb"
minQuantity1
maxQuantity1
weight83
itemID"melvorD:Oxilyme_Herb"
minQuantity1
maxQuantity1
weight64
itemID"melvorF:Poraxx_Herb"
minQuantity1
maxQuantity1
weight56
itemID"melvorF:Pigtayle_Herb"
minQuantity1
maxQuantity1
weight51
itemID"melvorF:Barrentoe_Herb"
minQuantity1
maxQuantity1
weight46
uniqueDrop
id"melvorF:Merchants_Permit"
quantity1
id"melvorF:ASSISTANT_COOK"
baseExperience26
level26
name"Assistant Cook"
perception275
maxHit8.5999999999999996447286321199499070644378662109375
maxGP250
lootTable
itemID"melvorD:Bread"
minQuantity1
maxQuantity1
weight53
itemID"melvorD:Chicken"
minQuantity1
maxQuantity1
weight37
itemID"melvorD:Sardine"
minQuantity1
maxQuantity1
weight23
itemID"melvorD:Plain_Pizza_Slice"
minQuantity1
maxQuantity1
weight13
itemID"melvorD:Herring"
minQuantity1
maxQuantity1
weight12
itemID"melvorD:Beef_Pie"
minQuantity1
maxQuantity1
weight7
uniqueDrop
id"melvorF:Chefs_Spoon"
quantity1
id"melvorF:DOCK_HAND"
baseExperience42
level45
name"Dock Hand"
perception375
maxHit11.9000000000000003552713678800500929355621337890625
maxGP375
lootTable
itemID"melvorD:Raw_Shrimp"
minQuantity1
maxQuantity1
weight50
itemID"melvorD:Raw_Sardine"
minQuantity1
maxQuantity1
weight13
itemID"melvorD:Raw_Blowfish"
minQuantity1
maxQuantity1
weight9
itemID"melvorD:Raw_Herring"
minQuantity1
maxQuantity1
weight7
itemID"melvorD:Raw_Trout"
minQuantity1
maxQuantity1
weight4
uniqueDrop
id"melvorF:Sailors_Top"
quantity1
id"melvorF:TROLL"
baseExperience50
level49
name"Troll"
perception450
maxHit15.0999999999999996447286321199499070644378662109375
maxGP425
lootTable
itemID"melvorD:Silver_Ore"
minQuantity1
maxQuantity1
weight40
itemID"melvorD:Mithril_Ore"
minQuantity1
maxQuantity1
weight11
itemID"melvorD:Silver_Bar"
minQuantity1
maxQuantity1
weight27
itemID"melvorD:Mithril_Bar"
minQuantity1
maxQuantity1
weight19
itemID"melvorD:Teak_Logs"
minQuantity1
maxQuantity1
weight27
itemID"melvorD:Mahogany_Logs"
minQuantity1
maxQuantity1
weight8
id"melvorF:CYCLOPS"
baseExperience53
level57
name"Cyclops"
perception520
maxHit17.300000000000000710542735760100185871124267578125
maxGP475
lootTable
itemID"melvorD:Magic_Logs"
minQuantity1
maxQuantity1
weight26
itemID"melvorD:Maple_Logs"
minQuantity1
maxQuantity1
weight100
itemID"melvorD:Runite_Bar"
minQuantity1
maxQuantity1
weight31
itemID"melvorD:Adamantite_Bar"
minQuantity1
maxQuantity1
weight59
itemID"melvorD:Runite_Ore"
minQuantity1
maxQuantity1
weight22
itemID"melvorD:Adamantite_Ore"
minQuantity1
maxQuantity1
weight31
uniqueDrop
id"melvorF:Cave_Giant_Boots"
quantity1
id"melvorF:SQUIRE"
baseExperience67
level66
name"Squire"
perception550
maxHit16.89999999999999857891452847979962825775146484375
maxGP525
lootTable
itemID"melvorD:Bronze_Sword"
minQuantity1
maxQuantity1
weight100
itemID"melvorD:Iron_Scimitar"
minQuantity1
maxQuantity1
weight53
itemID"melvorD:Black_Dagger"
minQuantity1
maxQuantity1
weight12
itemID"melvorD:Steel_2H_Sword"
minQuantity1
maxQuantity1
weight23
itemID"melvorD:Mithril_Battleaxe"
minQuantity1
maxQuantity1
weight6
itemID"melvorD:Iron_Shield"
minQuantity1
maxQuantity1
weight53
itemID"melvorD:Steel_Gloves"
minQuantity1
maxQuantity1
weight23
itemID"melvorD:Bronze_Boots"
minQuantity1
maxQuantity1
weight100
itemID"melvorD:Mithril_Platebody"
minQuantity1
maxQuantity1
weight6
itemID"melvorD:Iron_Helmet"
minQuantity1
maxQuantity1
weight53
uniqueDrop
id"melvorF:Training_Shield"
quantity1
id"melvorF:WIZARD"
baseExperience95
level84
name"Wizard"
perception750
maxHit21.60000000000000142108547152020037174224853515625
maxGP700
lootTable
itemID"melvorD:Chaos_Rune"
minQuantity1
maxQuantity10
weight137
itemID"melvorF:Water_Adept_Wizard_Hat"
minQuantity1
maxQuantity1
weight105
itemID"melvorF:Nature_Rune"
minQuantity1
maxQuantity10
weight98
itemID"melvorD:Smoke_Rune"
minQuantity1
maxQuantity10
weight98
itemID"melvorF:Water_Adept_Wizard_Boots"
minQuantity1
maxQuantity1
weight82
itemID"melvorF:Water_Adept_Wizard_Bottoms"
minQuantity1
maxQuantity1
weight66
itemID"melvorF:Fire_Adept_Wizard_Hat"
minQuantity1
maxQuantity1
weight62
itemID"melvorF:Havoc_Rune"
minQuantity1
maxQuantity10
weight56
itemID"melvorF:Steam_Rune"
minQuantity1
maxQuantity10
weight56
itemID"melvorF:Water_Adept_Wizard_Robes"
minQuantity1
maxQuantity1
weight53
itemID"melvorF:Fire_Adept_Wizard_Boots"
minQuantity1
maxQuantity1
weight51
itemID"melvorF:Fire_Adept_Wizard_Bottoms"
minQuantity1
maxQuantity1
weight42
itemID"melvorF:Lava_Rune"
minQuantity1
maxQuantity10
weight35
itemID"melvorF:Fire_Adept_Wizard_Robes"
minQuantity1
maxQuantity1
weight35
itemID"melvorD:Death_Rune"
minQuantity1
maxQuantity10
weight29
itemID"melvorD:Blood_Rune"
minQuantity1
maxQuantity10
weight20
uniqueDrop
id"melvorF:Amulet_Of_Incantation"
quantity1
id"melvorF:ACOLYTE"
baseExperience76
level75
name"Acolyte"
perception575
maxHit16.199999999999999289457264239899814128875732421875
maxGP575
lootTable
itemID"melvorD:Rune_Essence"
minQuantity1
maxQuantity1
weight75
itemID"melvorD:Air_Rune"
minQuantity1
maxQuantity10
weight75
itemID"melvorF:Air_Acolyte_Wizard_Hat"
minQuantity1
maxQuantity1
weight75
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity10
weight60
itemID"melvorF:Air_Acolyte_Wizard_Boots"
minQuantity1
maxQuantity1
weight49
itemID"melvorD:Water_Rune"
minQuantity1
maxQuantity10
weight43
itemID"melvorF:Air_Acolyte_Wizard_Bottoms"
minQuantity1
maxQuantity1
weight36
itemID"melvorD:Earth_Rune"
minQuantity1
maxQuantity10
weight32
itemID"melvorF:Earth_Acolyte_Wizard_Hat"
minQuantity1
maxQuantity1
weight32
itemID"melvorD:Mist_Rune"
minQuantity1
maxQuantity10
weight30
itemID"melvorF:Air_Acolyte_Wizard_Robes"
minQuantity1
maxQuantity1
weight29
itemID"melvorF:Earth_Acolyte_Wizard_Boots"
minQuantity1
maxQuantity1
weight26
itemID"melvorD:Fire_Rune"
minQuantity1
maxQuantity10
weight25
itemID"melvorD:Light_Rune"
minQuantity1
maxQuantity10
weight24
itemID"melvorF:Earth_Acolyte_Wizard_Bottoms"
minQuantity1
maxQuantity1
weight23
itemID"melvorD:Body_Rune"
minQuantity1
maxQuantity10
weight21
itemID"melvorD:Dust_Rune"
minQuantity1
maxQuantity10
weight21
itemID"melvorF:Earth_Acolyte_Wizard_Robes"
minQuantity1
maxQuantity1
weight20
itemID"melvorF:Mud_Rune"
minQuantity1
maxQuantity10
weight17
uniqueDrop
id"melvorF:Book_Of_Scholars"
quantity1
id"melvorF:COURT_JESTER"
baseExperience82
level79
name"Court Jester"
perception715
maxHit19.800000000000000710542735760100185871124267578125
maxGP625
lootTable
Empty array
uniqueDrop
id"melvorF:Jesters_Hat"
quantity1
id"melvorF:KING"
baseExperience133
level95
name"King"
perception950
maxHit30.60000000000000142108547152020037174224853515625
maxGP1000
lootTable
itemID"melvorD:Ruby"
minQuantity1
maxQuantity1
weight9
itemID"melvorF:Silver_Ruby_Ring"
minQuantity1
maxQuantity1
weight16
itemID"melvorF:Silver_Ruby_Necklace"
minQuantity1
maxQuantity1
weight14
itemID"melvorF:Gold_Ruby_Ring"
minQuantity1
maxQuantity1
weight13
itemID"melvorF:Gold_Ruby_Necklace"
minQuantity1
maxQuantity1
weight14
itemID"melvorD:Emerald"
minQuantity1
maxQuantity1
weight9
itemID"melvorF:Silver_Emerald_Ring"
minQuantity1
maxQuantity1
weight15
itemID"melvorF:Gold_Emerald_Ring"
minQuantity1
maxQuantity1
weight12
itemID"melvorF:Silver_Emerald_Necklace"
minQuantity1
maxQuantity1
weight14
itemID"melvorF:Gold_Emerald_Necklace"
minQuantity1
maxQuantity1
weight12
itemID"melvorD:Diamond"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Gold_Diamond_Ring"
minQuantity1
maxQuantity1
weight3
itemID"melvorF:Gold_Diamond_Necklace"
minQuantity1
maxQuantity1
weight3
itemID"melvorF:Silver_Sapphire_Ring"
minQuantity1
maxQuantity1
weight36
itemID"melvorF:Silver_Sapphire_Necklace"
minQuantity1
maxQuantity1
weight68
itemID"melvorF:Gold_Sapphire_Ring"
minQuantity1
maxQuantity1
weight46
itemID"melvorF:Gold_Sapphire_Necklace"
minQuantity1
maxQuantity1
weight44
uniqueDrop
id"melvorF:Gold_Crested_Shield"
quantity1
id"melvorF:PRINCESS"
baseExperience120
level92
name"Princess"
perception890
maxHit26.60000000000000142108547152020037174224853515625
maxGP850
lootTable
itemID"melvorD:Topaz"
minQuantity1
maxQuantity1
weight8
itemID"melvorF:Silver_Topaz_Ring"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Silver_Topaz_Necklace"
minQuantity1
maxQuantity1
weight9
itemID"melvorD:Gold_Topaz_Ring"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Gold_Topaz_Necklace"
minQuantity1
maxQuantity1
weight9
itemID"melvorD:Sapphire"
minQuantity1
maxQuantity1
weight6
itemID"melvorF:Silver_Sapphire_Ring"
minQuantity1
maxQuantity1
weight7
itemID"melvorF:Silver_Sapphire_Necklace"
minQuantity1
maxQuantity1
weight9
itemID"melvorF:Gold_Sapphire_Ring"
minQuantity1
maxQuantity1
weight7
itemID"melvorF:Gold_Sapphire_Necklace"
minQuantity1
maxQuantity1
weight7
itemID"melvorF:Silver_Diamond_Ring"
minQuantity1
maxQuantity1
weight2
itemID"melvorF:Silver_Diamond_Necklace"
minQuantity1
maxQuantity1
weight3
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity1
weight13
itemID"melvorD:Silver_Bar"
minQuantity1
maxQuantity1
weight32
uniqueDrop
id"melvorF:Jadestone"
quantity300
id"melvorTotH:EXPLORER"
baseExperience184
level100
name"Explorer"
perception1000
maxHit29
maxGP1050
lootTable
itemID"melvorD:Iron_Dagger"
minQuantity1
maxQuantity10
weight87
itemID"melvorD:Steel_Dagger"
minQuantity1
maxQuantity5
weight111
itemID"melvorD:Adamant_Dagger"
minQuantity1
maxQuantity3
weight37
itemID"melvorD:Dragon_Dagger"
minQuantity1
maxQuantity2
weight11
itemID"melvorTotH:Augite_Dagger"
minQuantity1
maxQuantity1
weight11
itemID"melvorD:Gold_Bar"
minQuantity1
maxQuantity15
weight10
itemID"melvorTotH:Iridium_Onyx_Ring"
minQuantity1
maxQuantity1
weight5
itemID"melvorTotH:Pumpkin_Seeds"
minQuantity1
maxQuantity5
weight25
uniqueDrop
id"melvorTotH:Grappling_Hook"
quantity1
id"melvorTotH:NECROMANCER"
baseExperience198
level102
name"Necromancer"
perception1040
maxHit34.5
maxGP1090
lootTable
itemID"melvorD:Bones"
minQuantity1
maxQuantity3
weight260
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity50
weight150
itemID"melvorD:Magic_Bones"
minQuantity1
maxQuantity1
weight35
itemID"melvorTotH:Despair_Rune"
minQuantity1
maxQuantity50
weight24
itemID"melvorD:Magic_Wand_Basic"
minQuantity1
maxQuantity1
weight184
itemID"melvorD:Magic_Wand_Elite"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorTotH:Necromancers_Crown"
quantity1
id"melvorTotH:PILGRIM"
baseExperience215
level104
name"Pilgrim"
perception1080
maxHit32
maxGP1135
lootTable
itemID"melvorTotH:Sandwich"
minQuantity1
maxQuantity2
weight86
itemID"melvorTotH:Sandwich_Perfect"
minQuantity1
maxQuantity1
weight86
itemID"melvorD:Bread"
minQuantity1
maxQuantity10
weight303
itemID"melvorD:Light_Rune"
minQuantity1
maxQuantity50
weight311
itemID"melvorTotH:Soul_Rune"
minQuantity1
maxQuantity50
weight99
uniqueDrop
id"melvorTotH:Amulet_of_Prayers"
quantity1
id"melvorTotH:ADVENTURER"
baseExperience235
level105
name"Adventurer"
perception1055
maxHit39
maxGP1185
lootTable
itemID"melvorD:Bronze_Boots"
minQuantity1
maxQuantity10
weight362
itemID"melvorD:Steel_Boots"
minQuantity1
maxQuantity5
weight93
itemID"melvorD:Dragon_Boots"
minQuantity1
maxQuantity2
weight11
itemID"melvorTotH:Augite_Boots"
minQuantity1
maxQuantity1
weight12
itemID"melvorD:Bronze_Arrows"
minQuantity1
maxQuantity50
weight145
itemID"melvorD:Steel_Arrows"
minQuantity1
maxQuantity50
weight75
itemID"melvorD:Dragon_Arrows"
minQuantity1
maxQuantity50
weight15
itemID"melvorTotH:Augite_Arrows"
minQuantity1
maxQuantity50
weight11
itemID"melvorTotH:Onyx_Bolts"
minQuantity1
maxQuantity100
weight1
uniqueDrop
id"melvorTotH:Adventurers_Backpack"
quantity1
id"melvorTotH:DARK_KNIGHT"
baseExperience257
level108
name"Dark Knight"
perception1110
maxHit36.5
maxGP1240
lootTable
itemID"melvorD:Steel_Battleaxe"
minQuantity1
maxQuantity5
weight25
itemID"melvorD:Adamant_Battleaxe"
minQuantity1
maxQuantity3
weight5
itemID"melvorD:Dragon_Battleaxe"
minQuantity1
maxQuantity2
weight1
itemID"melvorTotH:Augite_Battleaxe"
minQuantity1
maxQuantity1
weight1
itemID"melvorD:Steel_2H_Sword"
minQuantity1
maxQuantity4
weight29
itemID"melvorD:Adamant_2H_Sword"
minQuantity1
maxQuantity3
weight5
itemID"melvorD:Dragon_2H_Sword"
minQuantity1
maxQuantity2
weight1
itemID"melvorTotH:Augite_2H_Sword"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorTotH:Dark_Blade_Defender"
quantity1
id"melvorTotH:SAGE"
baseExperience282
level110
name"Sage"
perception1095
maxHit41
maxGP1300
lootTable
itemID"melvorTotH:Mushrooms"
minQuantity1
maxQuantity3
weight11
itemID"melvorTotH:Snowcress_Herb"
minQuantity1
maxQuantity1
weight4
itemID"melvorTotH:Bitterlyme_Herb"
minQuantity1
maxQuantity1
weight3
itemID"melvorTotH:Wurmtayle_Herb"
minQuantity1
maxQuantity2
weight1
itemID"melvorTotH:Pumpkin_Seeds"
minQuantity1
maxQuantity2
weight11
itemID"melvorTotH:Chilli_Seeds"
minQuantity1
maxQuantity2
weight8
itemID"melvorTotH:Mushroom_Spores"
minQuantity1
maxQuantity2
weight5
itemID"melvorTotH:Starfruit_Seeds"
minQuantity1
maxQuantity2
weight4
uniqueDrop
id"melvorTotH:Potion_Stirrer"
quantity1
id"melvorTotH:TREASURE_HUNTER"
baseExperience309
level110
name"Treasure Hunter"
perception1135
maxHit44
maxGP1365
lootTable
itemID"melvorD:Steel_Bar"
minQuantity1
maxQuantity5
weight22
itemID"melvorD:Adamantite_Bar"
minQuantity1
maxQuantity2
weight9
itemID"melvorD:Dragonite_Bar"
minQuantity1
maxQuantity1
weight4
itemID"melvorTotH:Augite_Bar"
minQuantity1
maxQuantity1
weight4
itemID"melvorTotH:Iridium_Onyx_Necklace"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorTotH:Hunters_Journal"
quantity1
id"melvorTotH:TRAVELLING_MERCHANT"
baseExperience339
level112
name"Travelling Merchant"
perception1160
maxHit48
maxGP1435
lootTable
itemID"melvorD:Rubber_Ducky"
minQuantity1
maxQuantity1
weight35
itemID"melvorF:Silver_Topaz_Ring"
minQuantity1
maxQuantity2
weight12
itemID"melvorF:Gold_Ruby_Ring"
minQuantity1
maxQuantity1
weight7
itemID"melvorF:Silver_Diamond_Necklace"
minQuantity1
maxQuantity1
weight5
itemID"melvorF:Basic_Bag"
minQuantity1
maxQuantity2
weight1
itemID"melvorD:Smoke_Rune"
minQuantity1
maxQuantity50
weight11
itemID"melvorF:Steam_Rune"
minQuantity1
maxQuantity50
weight10
itemID"melvorTotH:Raw_Blue_Crab"
minQuantity1
maxQuantity2
weight9
itemID"melvorTotH:Raw_Frost_Crab"
minQuantity1
maxQuantity1
weight11
itemID"melvorTotH:Pumpkin_Soup"
minQuantity1
maxQuantity1
weight16
itemID"melvorTotH:Iridium_Oricha_Necklace"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorTotH:Travellers_Compass"
quantity2000
id"melvorTotH:VAMPIRE"
baseExperience371
level114
name"Vampire"
perception1185
maxHit46.5
maxGP1510
lootTable
itemID"melvorD:Blood_Rune"
minQuantity1
maxQuantity250
weight30
itemID"melvorD:Mind_Rune"
minQuantity1
maxQuantity100
weight111
itemID"melvorD:Chaos_Rune"
minQuantity1
maxQuantity100
weight60
itemID"melvorD:Death_Rune"
minQuantity1
maxQuantity100
weight51
itemID"melvorTotH:Reaper_Potion_I"
minQuantity1
maxQuantity1
weight13
itemID"melvorTotH:Reaper_Potion_II"
minQuantity1
maxQuantity1
weight13
uniqueDrop
id"melvorTotH:Blood_Ring"
quantity1
id"melvorTotH:MADREMONTE"
baseExperience413
level116
name"Madremonte"
perception1250
maxHit52.5
maxGP1590
lootTable
itemID"melvorD:Teak_Logs"
minQuantity1
maxQuantity3
weight78
itemID"melvorD:Mahogany_Logs"
minQuantity1
maxQuantity1
weight67
itemID"melvorD:Redwood_Logs"
minQuantity1
maxQuantity1
weight108
itemID"melvorTotH:Spruce_Logs"
minQuantity1
maxQuantity1
weight13
itemID"melvorTotH:Grove_Logs"
minQuantity1
maxQuantity1
weight16
itemID"melvorTotH:Elderwood_Logs"
minQuantity1
maxQuantity1
weight12
itemID"melvorTotH:Revenant_Logs"
minQuantity1
maxQuantity1
weight5
itemID"melvorTotH:Carrion_Logs"
minQuantity1
maxQuantity1
weight3
itemID"melvorTotH:Banana_Tree_Seeds"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Grove_Tree_Seeds"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Elderwood_Tree_Seeds"
minQuantity1
maxQuantity1
weight1
uniqueDrop
id"melvorTotH:Crown_of_Madremonte"
quantity1
id"melvorTotH:VAMPIRE_LORD"
baseExperience503
level118
name"Vampire Lord"
perception1300
maxHit55
maxGP1670
lootTable
itemID"melvorD:Blood_Rune"
minQuantity1
maxQuantity50
weight15
itemID"melvorTotH:Reaper_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Reaper_Potion_IV"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Slayer_Bounty_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Penetration_Potion_III"
minQuantity1
maxQuantity1
weight1
itemID"melvorTotH:Critical_Strike_Potion_II"
minQuantity1
maxQuantity1
weight1
itemID"melvorF:Melee_Strength_Potion_IV"
minQuantity1
maxQuantity1
weight5
itemID"melvorF:Ranged_Strength_Potion_IV"
minQuantity1
maxQuantity1
weight10
itemID"melvorF:Magic_Damage_Potion_IV"
minQuantity1
maxQuantity1
weight7
uniqueDrop
id"melvorTotH:Vampiric_Cloak"
quantity1
areas
id"melvorF:LOW_TOWN"
name"Low Town"
npcIDs
"melvorF:MAN"
"melvorF:WOMAN"
uniqueDrops
id"melvorF:Jeweled_Necklace"
quantity1
id"melvorF:GOLBIN_VILLAGE"
name"Golbin Village"
npcIDs
"melvorF:GOLBIN"
"melvorF:GOLBIN_CHIEF"
uniqueDrops
id"melvorF:Crate_Of_Basic_Supplies"
quantity1
id"melvorF:BANDIT_HIDEOUT"
name"Bandit Hideout"
npcIDs
"melvorF:BANDIT_THUG"
"melvorF:MARAUDER"
uniqueDrops
id"melvorF:Thievers_Cape"
quantity1
id"melvorF:Marksmans_Sigil"
quantity1
id"melvorF:FARMERS_MARKET"
name"Farmer's Market"
npcIDs
"melvorF:MERCHANT"
"melvorF:BOB_THE_FARMER"
uniqueDrops
id"melvorF:Crate_Of_Food"
quantity1
id"melvorF:Basic_Bag"
quantity10
id"melvorF:Apple_Tree_Seeds"
quantity3
id"melvorF:BANQUET"
name"Banquet"
npcIDs
"melvorF:ASSISTANT_COOK"
"melvorF:CHEF"
uniqueDrops
id"melvorD:Bag_of_Flour"
quantity200
id"melvorF:Cooking_Apron"
quantity1
id"melvorF:PORT_OF_LEMVOR"
name"Port of Lemvor"
npcIDs
"melvorF:DOCK_HAND"
"melvorF:FISHERMAN"
uniqueDrops
id"melvorF:Shipwheel"
quantity1
id"melvorD:Treasure_Chest"
quantity1
id"melvorF:Fishing_Hook"
quantity1000
id"melvorF:CAVE_OF_GIANTS"
name"Cave of Giants"
npcIDs
"melvorF:TROLL"
"melvorF:CYCLOPS"
uniqueDrops
id"melvorF:Giant_Club"
quantity1
id"melvorF:Stack_Of_Bones"
quantity1
id"melvorF:Eyeball"
quantity100
id"melvorF:OUTSKIRTS"
name"Outskirts"
npcIDs
"melvorF:LUMBERJACK"
"melvorF:MINER"
uniqueDrops
id"melvorF:Pile_Of_Logs"
quantity1
id"melvorF:Pile_Of_Ores"
quantity1
id"melvorF:FORT"
name"Fort"
npcIDs
"melvorF:SQUIRE"
"melvorF:KNIGHT"
uniqueDrops
id"melvorF:Knights_Sigil"
quantity1
id"melvorF:Knights_Cape"
quantity1
id"melvorF:Whetstone"
quantity1000
id"melvorF:WIZARD_TOWER"
name"Wizard Tower"
npcIDs
"melvorF:ACOLYTE"
"melvorF:WIZARD"
uniqueDrops
id"melvorF:Wizards_Scroll"
quantity1000
id"melvorF:Wizards_Sigil"
quantity1
id"melvorF:Prayer_Scroll"
quantity1000
id"melvorF:ROYAL_CASTLE"
name"Royal Castle"
npcIDs
"melvorF:COURT_JESTER"
"melvorF:PRINCESS"
"melvorF:KING"
uniqueDrops
id"melvorF:Ring_Of_Wealth"
quantity1
id"melvorF:Chest_Of_Gems"
quantity1
id"melvorF:Antique_Vase"
quantity1
id"melvorTotH:LOST_RUINS"
name"Lost Ruins"
npcIDs
"melvorTotH:EXPLORER"
"melvorTotH:ADVENTURER"
"melvorTotH:TREASURE_HUNTER"
uniqueDrops
id"melvorTotH:Explorers_Map"
quantity500
id"melvorTotH:Golden_Chest"
quantity1
id"melvorTotH:UNDEAD_PALACE"
name"Undead Palace"
npcIDs
"melvorTotH:NECROMANCER"
"melvorTotH:DARK_KNIGHT"
uniqueDrops
id"melvorTotH:Large_Urn"
quantity10
id"melvorTotH:DESERT"
name"Desert"
npcIDs
"melvorTotH:PILGRIM"
"melvorTotH:TRAVELLING_MERCHANT"
uniqueDrops
id"melvorTotH:Portable_Rations"
quantity500
id"melvorTotH:Crate_of_Lost_Supplies"
quantity1
id"melvorTotH:MUSHROOM_FOREST"
name"Mushroom Forest"
npcIDs
"melvorTotH:SAGE"
"melvorTotH:MADREMONTE"
uniqueDrops
id"melvorTotH:Mushrooms"
quantity10
id"melvorTotH:Mortar_and_Pestle"
quantity1
id"melvorTotH:Exotic_Herb_Sack"
quantity1
id"melvorTotH:TWILIGHT"
name"Twilight"
npcIDs
"melvorTotH:VAMPIRE"
"melvorTotH:VAMPIRE_LORD"
uniqueDrops
id"melvorTotH:Blood_Vial"
quantity500
id"melvorTotH:Masquerade_Mask"
quantity500
generalRareItems
itemID"melvorF:Bobbys_Pocket"
chance0.83333333333333337034076748750521801412105560302734375
itemID"melvorF:Chapeau_Noir"
chance0.005000000000000000104083408558608425664715468883514404296875
itemID"melvorF:Boots_Of_Stealth"
chance0.006666666666666667094565124074279083288274705410003662109375
itemID"melvorTotH:Thieving_Shorts"
chance0.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"
baseMasteryPoolCap17000000
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"
baseInterval3000
baseStunInterval3000
itemChance75
baseAreaUniqueChance0.200000000000000011102230246251565404236316680908203125
name"Thieving"
completedAncientRelic"melvorAoD:ThievingRelic6"
ancientRelics
relicID"melvorAoD:ThievingRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ThievingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ThievingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ThievingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ThievingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Fletching"
data
pets
"melvorF:Quill"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Fletching_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Artisan"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.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
level1
descriptionID0
description"Each level provides +0.2% chance to preserve resources."
level99
descriptionID1
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"
level1
productID"melvorF:Arrow_Shafts"
baseQuantity15
baseExperience5
categoryID"melvorF:Arrows"
itemCosts
Empty array
gpCost0
scCost0
alternativeCosts
itemCosts
id"melvorD:Normal_Logs"
quantity1
quantityMultiplier1
itemCosts
id"melvorD:Oak_Logs"
quantity1
quantityMultiplier2
itemCosts
id"melvorD:Willow_Logs"
quantity1
quantityMultiplier3
itemCosts
id"melvorD:Teak_Logs"
quantity1
quantityMultiplier4
itemCosts
id"melvorD:Maple_Logs"
quantity1
quantityMultiplier5
itemCosts
id"melvorD:Mahogany_Logs"
quantity1
quantityMultiplier6
itemCosts
id"melvorD:Yew_Logs"
quantity1
quantityMultiplier7
itemCosts
id"melvorD:Magic_Logs"
quantity1
quantityMultiplier8
itemCosts
id"melvorD:Redwood_Logs"
quantity1
quantityMultiplier9
itemCosts
id"melvorTotH:Spruce_Logs"
quantity1
quantityMultiplier10
itemCosts
id"melvorTotH:Hornbeam_Logs"
quantity1
quantityMultiplier11
itemCosts
id"melvorTotH:Grove_Logs"
quantity1
quantityMultiplier12
itemCosts
id"melvorTotH:Linden_Logs"
quantity1
quantityMultiplier13
itemCosts
id"melvorTotH:Elderwood_Logs"
quantity1
quantityMultiplier14
itemCosts
id"melvorTotH:Red_Oak_Logs"
quantity1
quantityMultiplier15
itemCosts
id"melvorTotH:Revenant_Logs"
quantity1
quantityMultiplier16
itemCosts
id"melvorTotH:Mystic_Logs"
quantity1
quantityMultiplier17
itemCosts
id"melvorTotH:Carrion_Logs"
quantity1
quantityMultiplier18
itemCosts
id"melvorAoD:Unholy_Logs"
quantity1
quantityMultiplier4
itemCosts
id"melvorAoD:Cursed_Logs"
quantity1
quantityMultiplier7
id"melvorF:Headless_Arrows"
level1
productID"melvorD:Headless_Arrows"
baseQuantity15
baseExperience15
categoryID"melvorF:Arrows"
itemCosts
id"melvorF:Arrow_Shafts"
quantity15
id"melvorD:Feathers"
quantity15
gpCost0
scCost0
id"melvorF:Bronze_Arrows"
level1
productID"melvorD:Bronze_Arrows"
baseQuantity15
baseExperience18
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Bronze_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorF:Iron_Arrows"
level15
productID"melvorD:Iron_Arrows"
baseQuantity15
baseExperience35
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Iron_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorF:Steel_Arrows"
level30
productID"melvorD:Steel_Arrows"
baseQuantity15
baseExperience70
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Steel_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorF:Mithril_Arrows"
level45
productID"melvorD:Mithril_Arrows"
baseQuantity15
baseExperience110
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Mithril_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorF:Adamant_Arrows"
level60
productID"melvorD:Adamant_Arrows"
baseQuantity15
baseExperience140
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Adamant_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorF:Rune_Arrows"
level75
productID"melvorD:Rune_Arrows"
baseQuantity15
baseExperience180
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Rune_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorF:Dragon_Arrows"
level90
productID"melvorD:Dragon_Arrows"
baseQuantity15
baseExperience225
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Dragon_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorF:Normal_Shortbow_U"
level1
productID"melvorF:Normal_Shortbow_U"
baseQuantity1
baseExperience5
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Normal_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Oak_Shortbow_U"
level20
productID"melvorF:Oak_Shortbow_U"
baseQuantity1
baseExperience15
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Oak_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Willow_Shortbow_U"
level35
productID"melvorF:Willow_Shortbow_U"
baseQuantity1
baseExperience33
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Willow_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Maple_Shortbow_U"
level50
productID"melvorF:Maple_Shortbow_U"
baseQuantity1
baseExperience50
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Maple_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Yew_Shortbow_U"
level65
productID"melvorF:Yew_Shortbow_U"
baseQuantity1
baseExperience67
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Yew_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Magic_Shortbow_U"
level80
productID"melvorF:Magic_Shortbow_U"
baseQuantity1
baseExperience83
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Magic_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Normal_Shortbow"
level1
productID"melvorD:Normal_Shortbow"
baseQuantity1
baseExperience1
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Normal_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Oak_Shortbow"
level20
productID"melvorD:Oak_Shortbow"
baseQuantity1
baseExperience15
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Oak_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Willow_Shortbow"
level35
productID"melvorF:Willow_Shortbow"
baseQuantity1
baseExperience30
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Willow_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Maple_Shortbow"
level50
productID"melvorD:Maple_Shortbow"
baseQuantity1
baseExperience50
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Maple_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Yew_Shortbow"
level65
productID"melvorD:Yew_Shortbow"
baseQuantity1
baseExperience65
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Yew_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Magic_Shortbow"
level80
productID"melvorD:Magic_Shortbow"
baseQuantity1
baseExperience80
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Magic_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Normal_Longbow_U"
level10
productID"melvorF:Normal_Longbow_U"
baseQuantity1
baseExperience10
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Normal_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Oak_Longbow_U"
level25
productID"melvorF:Oak_Longbow_U"
baseQuantity1
baseExperience25
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Oak_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Willow_Longbow_U"
level40
productID"melvorF:Willow_Longbow_U"
baseQuantity1
baseExperience41
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Willow_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Maple_Longbow_U"
level55
productID"melvorF:Maple_Longbow_U"
baseQuantity1
baseExperience58
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Maple_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Yew_Longbow_U"
level70
productID"melvorF:Yew_Longbow_U"
baseQuantity1
baseExperience75
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Yew_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Magic_Longbow_U"
level85
productID"melvorF:Magic_Longbow_U"
baseQuantity1
baseExperience91
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Magic_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Normal_Longbow"
level10
productID"melvorF:Normal_Longbow"
baseQuantity1
baseExperience10
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Normal_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Oak_Longbow"
level25
productID"melvorF:Oak_Longbow"
baseQuantity1
baseExperience25
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Oak_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Willow_Longbow"
level40
productID"melvorF:Willow_Longbow"
baseQuantity1
baseExperience40
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Willow_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Maple_Longbow"
level55
productID"melvorD:Maple_Longbow"
baseQuantity1
baseExperience55
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Maple_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Yew_Longbow"
level70
productID"melvorF:Yew_Longbow"
baseQuantity1
baseExperience75
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Yew_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Magic_Longbow"
level85
productID"melvorD:Magic_Longbow"
baseQuantity1
baseExperience90
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Magic_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Redwood_Shortbow_U"
level90
productID"melvorF:Redwood_Shortbow_U"
baseQuantity1
baseExperience89
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Redwood_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Redwood_Shortbow"
level90
productID"melvorF:Redwood_Shortbow"
baseQuantity1
baseExperience89
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Redwood_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Redwood_Longbow_U"
level95
productID"melvorF:Redwood_Longbow_U"
baseQuantity1
baseExperience95
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Redwood_Logs"
quantity1
gpCost0
scCost0
id"melvorF:Redwood_Longbow"
level95
productID"melvorD:Redwood_Longbow"
baseQuantity1
baseExperience95
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Redwood_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Topaz_Bolts"
level10
productID"melvorF:Topaz_Bolts"
baseQuantity3
baseExperience24
categoryID"melvorF:Bolts"
itemCosts
id"melvorD:Topaz"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorF:Sapphire_Bolts"
level25
productID"melvorF:Sapphire_Bolts"
baseQuantity3
baseExperience45
categoryID"melvorF:Bolts"
itemCosts
id"melvorD:Sapphire"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorF:Ruby_Bolts"
level40
productID"melvorF:Ruby_Bolts"
baseQuantity3
baseExperience60
categoryID"melvorF:Bolts"
itemCosts
id"melvorD:Ruby"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorF:Emerald_Bolts"
level60
productID"melvorF:Emerald_Bolts"
baseQuantity3
baseExperience130
categoryID"melvorF:Bolts"
itemCosts
id"melvorD:Emerald"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorF:Diamond_Bolts"
level85
productID"melvorF:Diamond_Bolts"
baseQuantity3
baseExperience250
categoryID"melvorF:Bolts"
itemCosts
id"melvorD:Diamond"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorF:Bronze_Crossbow"
level5
productID"melvorF:Bronze_Crossbow"
baseQuantity1
baseExperience10
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Normal_Logs"
quantity3
id"melvorD:Bronze_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Iron_Crossbow"
level20
productID"melvorF:Iron_Crossbow"
baseQuantity1
baseExperience45
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Oak_Logs"
quantity3
id"melvorD:Iron_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Steel_Crossbow"
level35
productID"melvorF:Steel_Crossbow"
baseQuantity1
baseExperience90
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Willow_Logs"
quantity3
id"melvorD:Steel_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Mithril_Crossbow"
level50
productID"melvorF:Mithril_Crossbow"
baseQuantity1
baseExperience125
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Maple_Logs"
quantity3
id"melvorD:Mithril_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Adamant_Crossbow"
level65
productID"melvorF:Adamant_Crossbow"
baseQuantity1
baseExperience150
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Mahogany_Logs"
quantity3
id"melvorD:Adamant_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Rune_Crossbow"
level80
productID"melvorF:Rune_Crossbow"
baseQuantity1
baseExperience200
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Yew_Logs"
quantity3
id"melvorD:Rune_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Dragon_Crossbow"
level95
productID"melvorF:Dragon_Crossbow"
baseQuantity1
baseExperience300
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Redwood_Logs"
quantity3
id"melvorD:Dragon_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorF:Bronze_Javelin"
level3
productID"melvorF:Bronze_Javelin"
baseQuantity5
baseExperience20
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Normal_Logs"
quantity3
id"melvorD:Bronze_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorF:Iron_Javelin"
level17
productID"melvorF:Iron_Javelin"
baseQuantity5
baseExperience39
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Oak_Logs"
quantity3
id"melvorD:Iron_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorF:Steel_Javelin"
level32
productID"melvorF:Steel_Javelin"
baseQuantity5
baseExperience76
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Willow_Logs"
quantity3
id"melvorD:Steel_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorF:Mithril_Javelin"
level47
productID"melvorF:Mithril_Javelin"
baseQuantity5
baseExperience116
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Maple_Logs"
quantity3
id"melvorD:Mithril_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorF:Adamant_Javelin"
level62
productID"melvorF:Adamant_Javelin"
baseQuantity5
baseExperience145
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Mahogany_Logs"
quantity3
id"melvorD:Adamant_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorF:Rune_Javelin"
level77
productID"melvorF:Rune_Javelin"
baseQuantity5
baseExperience190
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Yew_Logs"
quantity3
id"melvorD:Rune_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorF:Dragon_Javelin"
level92
productID"melvorF:Dragon_Javelin"
baseQuantity5
baseExperience240
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Redwood_Logs"
quantity3
id"melvorD:Dragon_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorF:Jadestone_Bolts"
level95
productID"melvorF:Jadestone_Bolts"
baseQuantity3
baseExperience350
categoryID"melvorF:Bolts"
itemCosts
id"melvorF:Jadestone"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorTotH:Elderwood_Shortbow_U"
level100
productID"melvorTotH:Elderwood_Shortbow_U"
baseQuantity1
baseExperience244
categoryID"melvorF:Shortbows"
itemCosts
id"melvorTotH:Elderwood_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Elderwood_Shortbow"
level100
productID"melvorTotH:Elderwood_Shortbow"
baseQuantity1
baseExperience244
categoryID"melvorF:Shortbows"
itemCosts
id"melvorTotH:Elderwood_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Elderwood_Longbow_U"
level102
productID"melvorTotH:Elderwood_Longbow_U"
baseQuantity1
baseExperience255
categoryID"melvorF:Longbows"
itemCosts
id"melvorTotH:Elderwood_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Elderwood_Longbow"
level102
productID"melvorTotH:Elderwood_Longbow"
baseQuantity1
baseExperience259
categoryID"melvorF:Longbows"
itemCosts
id"melvorTotH:Elderwood_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Revenant_Shortbow_U"
level105
productID"melvorTotH:Revenant_Shortbow_U"
baseQuantity1
baseExperience259
categoryID"melvorF:Shortbows"
itemCosts
id"melvorTotH:Revenant_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Revenant_Shortbow"
level105
productID"melvorTotH:Revenant_Shortbow"
baseQuantity1
baseExperience259
categoryID"melvorF:Shortbows"
itemCosts
id"melvorTotH:Revenant_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Revenant_Longbow_U"
level108
productID"melvorTotH:Revenant_Longbow_U"
baseQuantity1
baseExperience272
categoryID"melvorF:Longbows"
itemCosts
id"melvorTotH:Revenant_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Revenant_Longbow"
level108
productID"melvorTotH:Revenant_Longbow"
baseQuantity1
baseExperience272
categoryID"melvorF:Longbows"
itemCosts
id"melvorTotH:Revenant_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Carrion_Shortbow_U"
level110
productID"melvorTotH:Carrion_Shortbow_U"
baseQuantity1
baseExperience275
categoryID"melvorF:Shortbows"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Carrion_Shortbow"
level110
productID"melvorTotH:Carrion_Shortbow"
baseQuantity1
baseExperience275
categoryID"melvorF:Shortbows"
itemCosts
id"melvorTotH:Carrion_Shortbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Carrion_Longbow_U"
level115
productID"melvorTotH:Carrion_Longbow_U"
baseQuantity1
baseExperience286
categoryID"melvorF:Longbows"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Carrion_Longbow"
level115
productID"melvorTotH:Carrion_Longbow"
baseQuantity1
baseExperience286
categoryID"melvorF:Longbows"
itemCosts
id"melvorTotH:Carrion_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Corundum_Arrows"
level100
productID"melvorTotH:Corundum_Arrows"
baseQuantity15
baseExperience297
categoryID"melvorF:Arrows"
itemCosts
id"melvorTotH:Corundum_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorTotH:Augite_Arrows"
level105
productID"melvorTotH:Augite_Arrows"
baseQuantity15
baseExperience336
categoryID"melvorF:Arrows"
itemCosts
id"melvorTotH:Augite_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorTotH:Divine_Arrows"
level110
productID"melvorTotH:Divine_Arrows"
baseQuantity15
baseExperience380
categoryID"melvorF:Arrows"
itemCosts
id"melvorTotH:Divine_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorTotH:Ethereal_Arrows"
level120
productID"melvorTotH:Ethereal_Arrows"
baseQuantity15
baseExperience495
categoryID"melvorF:Arrows"
itemCosts
id"melvorTotH:Divine_Arrows"
quantity15
id"melvorTotH:Ectoplasm"
quantity15
gpCost0
scCost0
id"melvorTotH:Onyx_Bolts"
level102
productID"melvorTotH:Onyx_Bolts"
baseQuantity3
baseExperience495
categoryID"melvorF:Bolts"
itemCosts
id"melvorTotH:Onyx"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorTotH:Meteorite_Bolts"
level108
productID"melvorTotH:Meteorite_Bolts"
baseQuantity3
baseExperience743
categoryID"melvorF:Bolts"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorTotH:Decay_Bolts"
level112
productID"melvorTotH:Decay_Bolts"
baseQuantity3
baseExperience858
categoryID"melvorF:Bolts"
itemCosts
id"melvorTotH:Onyx_Bolts"
quantity3
id"melvorTotH:Decaying_Stem"
quantity3
gpCost0
scCost0
id"melvorTotH:Zephyte_Bolts"
level118
productID"melvorTotH:Zephyte_Bolts"
baseQuantity3
baseExperience935
categoryID"melvorF:Bolts"
itemCosts
id"melvorTotH:Zephyte"
quantity1
id"melvorD:Headless_Bolts"
quantity3
gpCost0
scCost0
id"melvorTotH:Corundum_Crossbow"
level100
productID"melvorTotH:Corundum_Crossbow"
baseQuantity1
baseExperience440
categoryID"melvorF:Crossbows"
itemCosts
id"melvorTotH:Hornbeam_Logs"
quantity3
id"melvorTotH:Corundum_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Augite_Crossbow"
level105
productID"melvorTotH:Augite_Crossbow"
baseQuantity1
baseExperience578
categoryID"melvorF:Crossbows"
itemCosts
id"melvorTotH:Linden_Logs"
quantity3
id"melvorTotH:Augite_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Divine_Crossbow"
level110
productID"melvorTotH:Divine_Crossbow"
baseQuantity1
baseExperience743
categoryID"melvorF:Crossbows"
itemCosts
id"melvorTotH:Red_Oak_Logs"
quantity3
id"melvorTotH:Divine_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Meteorite_Crossbow"
level115
productID"melvorTotH:Meteorite_Crossbow"
baseQuantity1
baseExperience1018
categoryID"melvorF:Crossbows"
itemCosts
id"melvorTotH:Mystic_Logs"
quantity3
id"melvorTotH:Meteorite_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorTotH:Corundum_Javelin"
level103
productID"melvorTotH:Corundum_Javelin"
baseQuantity5
baseExperience314
categoryID"melvorF:Javelins"
itemCosts
id"melvorTotH:Hornbeam_Logs"
quantity3
id"melvorTotH:Corundum_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorTotH:Augite_Javelin"
level107
productID"melvorTotH:Augite_Javelin"
baseQuantity5
baseExperience369
categoryID"melvorF:Javelins"
itemCosts
id"melvorTotH:Linden_Logs"
quantity3
id"melvorTotH:Augite_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorTotH:Divine_Javelin"
level111
productID"melvorTotH:Divine_Javelin"
baseQuantity5
baseExperience429
categoryID"melvorF:Javelins"
itemCosts
id"melvorTotH:Red_Oak_Logs"
quantity3
id"melvorTotH:Divine_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorTotH:Meteorite_Javelin"
level114
productID"melvorTotH:Meteorite_Javelin"
baseQuantity5
baseExperience715
categoryID"melvorF:Javelins"
itemCosts
id"melvorTotH:Mystic_Logs"
quantity3
id"melvorTotH:Meteorite_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorAoD:Unholy_Longbow_U"
level70
productID"melvorAoD:Unholy_Longbow_U"
baseQuantity1
baseExperience105
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Unholy_Logs"
quantity3
gpCost0
scCost0
id"melvorAoD:Unholy_Longbow"
level70
productID"melvorAoD:Unholy_Longbow"
baseQuantity1
baseExperience105
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Unholy_Longbow_U"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorAoD:Darksteel_Arrows"
level95
productID"melvorAoD:Darksteel_Arrows"
baseQuantity15
baseExperience235
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Darksteel_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorAoD:Aranite_Arrows"
level80
productID"melvorAoD:Aranite_Arrows"
baseQuantity15
baseExperience190
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Aranite_Arrowtips"
quantity15
id"melvorD:Headless_Arrows"
quantity15
gpCost0
scCost0
id"melvorAoD:Crystal_Arrows"
level40
productID"melvorAoD:Crystal_Arrows"
baseQuantity15
baseExperience105
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Headless_Arrows"
quantity15
id"melvorAoD:Crystal_Arrowtips"
quantity15
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Arrows"
level85
productID"melvorAoD:Pure_Crystal_Arrows"
baseQuantity15
baseExperience215
categoryID"melvorF:Arrows"
itemCosts
id"melvorD:Headless_Arrows"
quantity15
id"melvorAoD:Pure_Crystal_Arrowtips"
quantity15
gpCost0
scCost0
id"melvorAoD:Crystal_Shortbow"
level40
productID"melvorAoD:Crystal_Shortbow"
baseQuantity1
baseExperience50
categoryID"melvorF:Shortbows"
itemCosts
id"melvorF:Willow_Shortbow"
quantity1
id"melvorAoD:Refined_Crystal"
quantity5
gpCost0
scCost0
id"melvorAoD:Crystal_Longbow"
level40
productID"melvorAoD:Crystal_Longbow"
baseQuantity1
baseExperience60
categoryID"melvorF:Longbows"
itemCosts
id"melvorF:Willow_Longbow"
quantity1
id"melvorAoD:Refined_Crystal"
quantity5
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Shortbow"
level85
productID"melvorAoD:Pure_Crystal_Shortbow"
baseQuantity1
baseExperience100
categoryID"melvorF:Shortbows"
itemCosts
id"melvorD:Magic_Shortbow"
quantity1
id"melvorAoD:Refined_Pure_Crystal"
quantity5
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Longbow"
level85
productID"melvorAoD:Pure_Crystal_Longbow"
baseQuantity1
baseExperience100
categoryID"melvorF:Longbows"
itemCosts
id"melvorD:Magic_Longbow"
quantity1
id"melvorAoD:Refined_Pure_Crystal"
quantity5
gpCost0
scCost0
id"melvorAoD:Crystal_Javelin"
level40
productID"melvorAoD:Crystal_Javelin"
baseQuantity5
baseExperience110
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Maple_Logs"
quantity3
id"melvorAoD:Crystal_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Javelin"
level85
productID"melvorAoD:Pure_Crystal_Javelin"
baseQuantity5
baseExperience230
categoryID"melvorF:Javelins"
itemCosts
id"melvorD:Redwood_Logs"
quantity3
id"melvorAoD:Pure_Crystal_Javelin_Heads"
quantity5
gpCost0
scCost0
id"melvorAoD:Crystal_Crossbow"
level40
productID"melvorAoD:Crystal_Crossbow"
baseQuantity1
baseExperience120
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Maple_Logs"
quantity3
id"melvorAoD:Crystal_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
id"melvorAoD:Pure_Crystal_Crossbow"
level85
productID"melvorAoD:Pure_Crystal_Crossbow"
baseQuantity1
baseExperience250
categoryID"melvorF:Crossbows"
itemCosts
id"melvorD:Redwood_Logs"
quantity3
id"melvorAoD:Pure_Crystal_Crossbow_Head"
quantity1
id"melvorD:Bowstring"
quantity1
gpCost0
scCost0
baseMasteryPoolCap49500000
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"
baseInterval2000
name"Fletching"
completedAncientRelic"melvorAoD:FletchingRelic6"
ancientRelics
relicID"melvorAoD:FletchingRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FletchingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FletchingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FletchingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:FletchingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Crafting"
data
pets
"melvorF:Caaarrrlll"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Crafting_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Artisan"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.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
level1
descriptionID0
description"Each level provides +0.2% chance to preserve resources."
level99
descriptionID1
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"
level1
productID"melvorF:Leather_Gloves"
baseQuantity1
baseExperience13
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity1
gpCost0
scCost0
id"melvorF:Leather_Boots"
level7
productID"melvorD:Leather_Boots"
baseQuantity1
baseExperience16
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity1
gpCost0
scCost0
id"melvorF:Leather_Cowl"
level9
productID"melvorD:Leather_Cowl"
baseQuantity1
baseExperience18
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity1
gpCost0
scCost0
id"melvorF:Leather_Vambraces"
level11
productID"melvorD:Leather_Vambraces"
baseQuantity1
baseExperience22
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity1
gpCost0
scCost0
id"melvorF:Leather_Body"
level14
productID"melvorF:Leather_Body"
baseQuantity1
baseExperience25
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity1
gpCost0
scCost0
id"melvorF:Leather_Chaps"
level18
productID"melvorD:Leather_Chaps"
baseQuantity1
baseExperience27
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity1
gpCost0
scCost0
id"melvorF:Green_Dhide_Vambraces"
level57
productID"melvorD:Green_Dhide_Vambraces"
baseQuantity1
baseExperience50
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Green_Dragonhide"
quantity1
gpCost0
scCost0
id"melvorF:Green_Dhide_Chaps"
level60
productID"melvorD:Green_Dhide_Chaps"
baseQuantity1
baseExperience99
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Green_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Green_Dhide_Body"
level63
productID"melvorD:Green_Dhide_Body"
baseQuantity1
baseExperience148
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Green_Dragonhide"
quantity3
gpCost0
scCost0
id"melvorF:Blue_Dhide_Vambraces"
level66
productID"melvorD:Blue_Dhide_Vambraces"
baseQuantity1
baseExperience56
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Blue_Dragonhide"
quantity1
gpCost0
scCost0
id"melvorF:Blue_Dhide_Chaps"
level68
productID"melvorD:Blue_Dhide_Chaps"
baseQuantity1
baseExperience112
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Blue_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Blue_Dhide_Body"
level71
productID"melvorD:Blue_Dhide_Body"
baseQuantity1
baseExperience168
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Blue_Dragonhide"
quantity3
gpCost0
scCost0
id"melvorF:Red_Dhide_Vambraces"
level73
productID"melvorD:Red_Dhide_Vambraces"
baseQuantity1
baseExperience62
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Red_Dragonhide"
quantity1
gpCost0
scCost0
id"melvorF:Red_Dhide_Chaps"
level75
productID"melvorD:Red_Dhide_Chaps"
baseQuantity1
baseExperience129
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Red_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Red_Dhide_Body"
level77
productID"melvorD:Red_Dhide_Body"
baseQuantity1
baseExperience187
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Red_Dragonhide"
quantity3
gpCost0
scCost0
id"melvorF:Black_Dhide_Vambraces"
level79
productID"melvorD:Black_Dhide_Vambraces"
baseQuantity1
baseExperience86
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Black_Dragonhide"
quantity1
gpCost0
scCost0
id"melvorF:Black_Dhide_Chaps"
level82
productID"melvorD:Black_Dhide_Chaps"
baseQuantity1
baseExperience172
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Black_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Black_Dhide_Body"
level84
productID"melvorD:Black_Dhide_Body"
baseQuantity1
baseExperience258
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Black_Dragonhide"
quantity3
gpCost0
scCost0
id"melvorF:Silver_Topaz_Ring"
level10
productID"melvorF:Silver_Topaz_Ring"
baseQuantity1
baseExperience20
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Topaz"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Sapphire_Ring"
level20
productID"melvorF:Silver_Sapphire_Ring"
baseQuantity1
baseExperience40
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Sapphire"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Ruby_Ring"
level25
productID"melvorF:Silver_Ruby_Ring"
baseQuantity1
baseExperience50
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Ruby"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Emerald_Ring"
level50
productID"melvorF:Silver_Emerald_Ring"
baseQuantity1
baseExperience120
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Emerald"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Diamond_Ring"
level80
productID"melvorF:Silver_Diamond_Ring"
baseQuantity1
baseExperience240
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Diamond"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Topaz_Ring"
level10
productID"melvorD:Gold_Topaz_Ring"
baseQuantity1
baseExperience24
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Topaz"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Sapphire_Ring"
level20
productID"melvorF:Gold_Sapphire_Ring"
baseQuantity1
baseExperience45
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Sapphire"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Ruby_Ring"
level25
productID"melvorF:Gold_Ruby_Ring"
baseQuantity1
baseExperience60
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Ruby"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Emerald_Ring"
level50
productID"melvorF:Gold_Emerald_Ring"
baseQuantity1
baseExperience130
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Emerald"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Diamond_Ring"
level80
productID"melvorF:Gold_Diamond_Ring"
baseQuantity1
baseExperience250
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Diamond"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Topaz_Necklace"
level10
productID"melvorF:Silver_Topaz_Necklace"
baseQuantity1
baseExperience22
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Topaz"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Sapphire_Necklace"
level20
productID"melvorF:Silver_Sapphire_Necklace"
baseQuantity1
baseExperience40
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Sapphire"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Ruby_Necklace"
level25
productID"melvorF:Silver_Ruby_Necklace"
baseQuantity1
baseExperience50
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Ruby"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Emerald_Necklace"
level50
productID"melvorF:Silver_Emerald_Necklace"
baseQuantity1
baseExperience120
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Emerald"
quantity1
gpCost0
scCost0
id"melvorF:Silver_Diamond_Necklace"
level80
productID"melvorF:Silver_Diamond_Necklace"
baseQuantity1
baseExperience240
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Silver_Bar"
quantity1
id"melvorD:Diamond"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Topaz_Necklace"
level10
productID"melvorF:Gold_Topaz_Necklace"
baseQuantity1
baseExperience24
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Topaz"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Sapphire_Necklace"
level20
productID"melvorF:Gold_Sapphire_Necklace"
baseQuantity1
baseExperience45
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Sapphire"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Ruby_Necklace"
level25
productID"melvorF:Gold_Ruby_Necklace"
baseQuantity1
baseExperience60
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Ruby"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Emerald_Necklace"
level50
productID"melvorF:Gold_Emerald_Necklace"
baseQuantity1
baseExperience130
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Emerald"
quantity1
gpCost0
scCost0
id"melvorF:Gold_Diamond_Necklace"
level80
productID"melvorF:Gold_Diamond_Necklace"
baseQuantity1
baseExperience250
categoryID"melvorF:Necklaces"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorD:Diamond"
quantity1
gpCost0
scCost0
id"melvorF:Hard_Leather_Gloves"
level24
productID"melvorF:Hard_Leather_Gloves"
baseQuantity1
baseExperience26
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity3
gpCost0
scCost0
id"melvorF:Hard_Leather_Boots"
level28
productID"melvorF:Hard_Leather_Boots"
baseQuantity1
baseExperience32
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity3
gpCost0
scCost0
id"melvorF:Hard_Leather_Cowl"
level33
productID"melvorF:Hard_Leather_Cowl"
baseQuantity1
baseExperience36
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity3
gpCost0
scCost0
id"melvorF:Hard_Leather_Vambraces"
level39
productID"melvorF:Hard_Leather_Vambraces"
baseQuantity1
baseExperience44
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity3
gpCost0
scCost0
id"melvorF:Hard_Leather_Body"
level44
productID"melvorF:Hard_Leather_Body"
baseQuantity1
baseExperience50
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity3
gpCost0
scCost0
id"melvorF:Hard_Leather_Chaps"
level50
productID"melvorF:Hard_Leather_Chaps"
baseQuantity1
baseExperience54
categoryID"melvorF:LeatherArmour"
itemCosts
id"melvorD:Leather"
quantity3
gpCost0
scCost0
id"melvorF:Green_Dhide_Shield"
level60
productID"melvorF:Green_Dhide_Shield"
baseQuantity1
baseExperience99
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Green_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Blue_Dhide_Shield"
level68
productID"melvorF:Blue_Dhide_Shield"
baseQuantity1
baseExperience112
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Blue_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Red_Dhide_Shield"
level75
productID"melvorF:Red_Dhide_Shield"
baseQuantity1
baseExperience129
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Red_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Black_Dhide_Shield"
level82
productID"melvorF:Black_Dhide_Shield"
baseQuantity1
baseExperience172
categoryID"melvorF:Dragonhide"
itemCosts
id"melvorD:Black_Dragonhide"
quantity2
gpCost0
scCost0
id"melvorF:Thiefs_Moneysack"
level49
productID"melvorF:Thiefs_Moneysack"
baseQuantity25
baseExperience135
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
gpCost50
scCost0
id"melvorF:Seed_Pouch"
level42
productID"melvorF:Seed_Pouch"
baseQuantity25
baseExperience108
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorD:Onion_Seed"
quantity1
gpCost0
scCost0
id"melvorF:Runecrafting_Pouch"
level35
productID"melvorF:Runecrafting_Pouch"
baseQuantity25
baseExperience84
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Alchemists_Bag"
level56
productID"melvorF:Alchemists_Bag"
baseQuantity25
baseExperience163
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorD:Sourweed_Herb"
quantity1
gpCost0
scCost0
id"melvorF:Ring_Of_Blade_Echoes"
level90
productID"melvorF:Ring_Of_Blade_Echoes"
baseQuantity1
baseExperience400
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorF:Knights_Sigil"
quantity25
gpCost0
scCost0
id"melvorF:Ring_Of_Barrage"
level90
productID"melvorF:Ring_Of_Barrage"
baseQuantity1
baseExperience400
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorF:Marksmans_Sigil"
quantity25
gpCost0
scCost0
id"melvorF:Ring_Of_Spirit_Power"
level90
productID"melvorF:Ring_Of_Spirit_Power"
baseQuantity1
baseExperience400
categoryID"melvorF:Rings"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorF:Wizards_Sigil"
quantity25
gpCost0
scCost0
id"melvorF:Small_Urn"
level50
productID"melvorF:Small_Urn"
baseQuantity1
baseExperience50
categoryID"melvorF:Urns"
itemCosts
id"melvorD:Maple_Logs"
quantity1
id"melvorF:Ash"
quantity15
gpCost0
scCost0
id"melvorF:Medium_Urn"
level85
productID"melvorF:Medium_Urn"
baseQuantity1
baseExperience105
categoryID"melvorF:Urns"
itemCosts
id"melvorD:Maple_Logs"
quantity1
id"melvorF:Ash"
quantity25
gpCost0
scCost0
id"melvorTotH:Elderwood_Vambraces"
level100
productID"melvorTotH:Elderwood_Vambraces"
baseQuantity1
baseExperience1700
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Elderwood_Logs"
quantity100
gpCost0
scCost0
id"melvorTotH:Elderwood_Chaps"
level102
productID"melvorTotH:Elderwood_Chaps"
baseQuantity1
baseExperience3400
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Elderwood_Logs"
quantity125
gpCost0
scCost0
id"melvorTotH:Elderwood_Shield"
level102
productID"melvorTotH:Elderwood_Shield"
baseQuantity1
baseExperience3400
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Elderwood_Logs"
quantity125
gpCost0
scCost0
id"melvorTotH:Elderwood_Body"
level104
productID"melvorTotH:Elderwood_Body"
baseQuantity1
baseExperience5100
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Elderwood_Logs"
quantity150
gpCost0
scCost0
id"melvorTotH:Revenant_Vambraces"
level105
productID"melvorTotH:Revenant_Vambraces"
baseQuantity1
baseExperience1820
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Revenant_Logs"
quantity100
gpCost0
scCost0
id"melvorTotH:Revenant_Chaps"
level108
productID"melvorTotH:Revenant_Chaps"
baseQuantity1
baseExperience3640
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Revenant_Logs"
quantity125
gpCost0
scCost0
id"melvorTotH:Revenant_Shield"
level108
productID"melvorTotH:Revenant_Shield"
baseQuantity1
baseExperience3640
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Revenant_Logs"
quantity125
gpCost0
scCost0
id"melvorTotH:Revenant_Body"
level110
productID"melvorTotH:Revenant_Body"
baseQuantity1
baseExperience5460
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Revenant_Logs"
quantity150
gpCost0
scCost0
id"melvorTotH:Carrion_Vambraces"
level112
productID"melvorTotH:Carrion_Vambraces"
baseQuantity1
baseExperience1920
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity100
id"melvorTotH:Carrion_Bark"
quantity50
gpCost0
scCost0
id"melvorTotH:Carrion_Chaps"
level115
productID"melvorTotH:Carrion_Chaps"
baseQuantity1
baseExperience3840
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity125
id"melvorTotH:Carrion_Bark"
quantity50
gpCost0
scCost0
id"melvorTotH:Carrion_Shield"
level115
productID"melvorTotH:Carrion_Shield"
baseQuantity1
baseExperience3840
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity125
id"melvorTotH:Carrion_Bark"
quantity50
gpCost0
scCost0
id"melvorTotH:Carrion_Body"
level118
productID"melvorTotH:Carrion_Body"
baseQuantity1
baseExperience5760
categoryID"melvorTotH:HardwoodArmour"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity150
id"melvorTotH:Carrion_Bark"
quantity50
gpCost0
scCost0
id"melvorTotH:Iridium_Onyx_Ring"
level100
productID"melvorTotH:Iridium_Onyx_Ring"
baseQuantity1
baseExperience319
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Onyx"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Onyx_Ring"
level104
productID"melvorTotH:Palladium_Onyx_Ring"
baseQuantity1
baseExperience350
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Onyx"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Oricha_Ring"
level102
productID"melvorTotH:Iridium_Oricha_Ring"
baseQuantity1
baseExperience372
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Oricha"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Oricha_Ring"
level107
productID"melvorTotH:Palladium_Oricha_Ring"
baseQuantity1
baseExperience412
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Oricha"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Cerulean_Ring"
level105
productID"melvorTotH:Iridium_Cerulean_Ring"
baseQuantity1
baseExperience439
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Cerulean"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Cerulean_Ring"
level112
productID"melvorTotH:Palladium_Cerulean_Ring"
baseQuantity1
baseExperience472
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Cerulean"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Runestone_Ring"
level108
productID"melvorTotH:Iridium_Runestone_Ring"
baseQuantity1
baseExperience494
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Runestone"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Runestone_Ring"
level115
productID"melvorTotH:Palladium_Runestone_Ring"
baseQuantity1
baseExperience532
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Runestone"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Zephyte_Ring"
level110
productID"melvorTotH:Iridium_Zephyte_Ring"
baseQuantity1
baseExperience547
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Zephyte"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Zephyte_Ring"
level118
productID"melvorTotH:Palladium_Zephyte_Ring"
baseQuantity1
baseExperience600
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Zephyte"
quantity1
gpCost0
scCost0
id"melvorTotH:Meteorite_Warrior_Ring"
level120
productID"melvorTotH:Meteorite_Warrior_Ring"
baseQuantity1
baseExperience1
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity250
id"melvorTotH:Zephyte"
quantity50
gpCost0
scCost0
id"melvorTotH:Meteorite_Marksman_Ring"
level120
productID"melvorTotH:Meteorite_Marksman_Ring"
baseQuantity1
baseExperience1
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity250
id"melvorTotH:Zephyte"
quantity50
gpCost0
scCost0
id"melvorTotH:Meteorite_Spellcaster_Ring"
level120
productID"melvorTotH:Meteorite_Spellcaster_Ring"
baseQuantity1
baseExperience1
categoryID"melvorF:Rings"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity250
id"melvorTotH:Zephyte"
quantity50
gpCost0
scCost0
id"melvorTotH:Iridium_Onyx_Necklace"
level100
productID"melvorTotH:Iridium_Onyx_Necklace"
baseQuantity1
baseExperience326
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Onyx"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Onyx_Necklace"
level104
productID"melvorTotH:Palladium_Onyx_Necklace"
baseQuantity1
baseExperience359
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Onyx"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Oricha_Necklace"
level102
productID"melvorTotH:Iridium_Oricha_Necklace"
baseQuantity1
baseExperience380
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Oricha"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Oricha_Necklace"
level107
productID"melvorTotH:Palladium_Oricha_Necklace"
baseQuantity1
baseExperience421
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Oricha"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Cerulean_Necklace"
level105
productID"melvorTotH:Iridium_Cerulean_Necklace"
baseQuantity1
baseExperience449
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Cerulean"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Cerulean_Necklace"
level112
productID"melvorTotH:Palladium_Cerulean_Necklace"
baseQuantity1
baseExperience482
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Cerulean"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Runestone_Necklace"
level108
productID"melvorTotH:Iridium_Runestone_Necklace"
baseQuantity1
baseExperience506
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Runestone"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Runestone_Necklace"
level115
productID"melvorTotH:Palladium_Runestone_Necklace"
baseQuantity1
baseExperience547
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Runestone"
quantity1
gpCost0
scCost0
id"melvorTotH:Iridium_Zephyte_Necklace"
level110
productID"melvorTotH:Iridium_Zephyte_Necklace"
baseQuantity1
baseExperience560
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Iridium_Bar"
quantity5
id"melvorTotH:Zephyte"
quantity1
gpCost0
scCost0
id"melvorTotH:Palladium_Zephyte_Necklace"
level118
productID"melvorTotH:Palladium_Zephyte_Necklace"
baseQuantity1
baseExperience614
categoryID"melvorF:Necklaces"
itemCosts
id"melvorTotH:Palladium_Bar"
quantity5
id"melvorTotH:Zephyte"
quantity1
gpCost0
scCost0
id"melvorTotH:Artisan_Pouch"
level102
productID"melvorTotH:Artisan_Pouch"
baseQuantity25
baseExperience178
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorTotH:Pure_Essence"
quantity5
id"melvorTotH:Elderwood_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Kindling_Pouch"
level106
productID"melvorTotH:Kindling_Pouch"
baseQuantity25
baseExperience205
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorTotH:Pure_Essence"
quantity5
id"melvorTotH:Charcoal"
quantity1
gpCost0
scCost0
id"melvorTotH:Stamina_Pouch"
level115
productID"melvorTotH:Stamina_Pouch"
baseQuantity25
baseExperience236
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorTotH:Pure_Essence"
quantity5
gpCost100
scCost0
id"melvorTotH:Spirit_Bag"
level104
productID"melvorTotH:Spirit_Bag"
baseQuantity25
baseExperience191
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorF:Spirit_Rune"
quantity1
gpCost0
scCost0
id"melvorTotH:Chefs_Bag"
level108
productID"melvorTotH:Chefs_Bag"
baseQuantity25
baseExperience219
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorTotH:Blue_Crab"
quantity1
gpCost0
scCost0
id"melvorTotH:Summoners_Bag"
level118
productID"melvorTotH:Summoners_Bag"
baseQuantity25
baseExperience255
categoryID"melvorF:Bags"
itemCosts
id"melvorF:Basic_Bag"
quantity1
id"melvorF:Summoning_Shard_Black"
quantity1
gpCost0
scCost0
id"melvorTotH:Large_Urn"
level100
productID"melvorTotH:Large_Urn"
baseQuantity1
baseExperience250
categoryID"melvorF:Urns"
itemCosts
id"melvorD:Maple_Logs"
quantity1
id"melvorF:Ash"
quantity50
gpCost0
scCost0
id"melvorAoD:Basic_Bag"
level32
productID"melvorF:Basic_Bag"
baseQuantity1
baseExperience35
categoryID"melvorF:Bags"
itemCosts
id"melvorAoD:Ancient_Woven_Bags"
quantity1
gpCost0
scCost0
id"melvorAoD:Barrier_Dust"
level7
productID"melvorAoD:Barrier_Dust"
baseQuantity2
baseExperience7
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Barrier_Gem"
quantity1
gpCost0
scCost0
id"melvorAoD:Imbued_Leather"
level18
productID"melvorAoD:Imbued_Leather"
baseQuantity1
baseExperience35
categoryID"melvorAoD:ImbuedMaterials"
itemCosts
id"melvorD:Leather"
quantity1
id"melvorAoD:Barrier_Dust"
quantity1
gpCost0
scCost0
id"melvorAoD:Imbued_Green_Dragonhide"
level63
productID"melvorAoD:Imbued_Green_Dragonhide"
baseQuantity1
baseExperience148
categoryID"melvorAoD:ImbuedMaterials"
itemCosts
id"melvorD:Green_Dragonhide"
quantity1
id"melvorAoD:Barrier_Dust"
quantity2
gpCost0
scCost0
id"melvorAoD:Imbued_Blue_Dragonhide"
level71
productID"melvorAoD:Imbued_Blue_Dragonhide"
baseQuantity1
baseExperience168
categoryID"melvorAoD:ImbuedMaterials"
itemCosts
id"melvorD:Blue_Dragonhide"
quantity1
id"melvorAoD:Barrier_Dust"
quantity4
gpCost0
scCost0
id"melvorAoD:Imbued_Red_Dragonhide"
level77
productID"melvorAoD:Imbued_Red_Dragonhide"
baseQuantity1
baseExperience187
categoryID"melvorAoD:ImbuedMaterials"
itemCosts
id"melvorD:Red_Dragonhide"
quantity1
id"melvorAoD:Barrier_Dust"
quantity6
gpCost0
scCost0
id"melvorAoD:Imbued_Black_Dragonhide"
level84
productID"melvorAoD:Imbued_Black_Dragonhide"
baseQuantity1
baseExperience258
categoryID"melvorAoD:ImbuedMaterials"
itemCosts
id"melvorD:Black_Dragonhide"
quantity1
id"melvorAoD:Barrier_Dust"
quantity8
gpCost0
scCost0
id"melvorAoD:Imbued_Elder_Dragonhide"
level99
productID"melvorAoD:Imbued_Elder_Dragonhide"
baseQuantity1
baseExperience350
categoryID"melvorAoD:ImbuedMaterials"
itemCosts
id"melvorF:Elder_Dragonhide"
quantity1
id"melvorAoD:Barrier_Dust"
quantity12
gpCost0
scCost0
id"melvorAoD:Unholy_Body"
level63
productID"melvorAoD:Unholy_Body"
baseQuantity1
baseExperience178
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Green_Dragonhide"
quantity3
id"melvorAoD:Unholy_Logs"
quantity3
gpCost0
scCost0
id"melvorAoD:Unholy_Amulet"
level45
productID"melvorAoD:Unholy_Amulet"
baseQuantity1
baseExperience90
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Unholy_Logs"
quantity1
id"melvorD:Emerald"
quantity1
gpCost0
scCost0
id"melvorAoD:Unholy_Ring"
level40
productID"melvorAoD:Unholy_Ring"
baseQuantity1
baseExperience80
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Unholy_Logs"
quantity1
id"melvorD:Ruby"
quantity1
gpCost0
scCost0
id"melvorAoD:Refined_Crystal"
level40
productID"melvorAoD:Refined_Crystal"
baseQuantity1
baseExperience50
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Crystal"
quantity1
id"melvorAoD:Crystalized_Mithril_Fragment"
quantity1
gpCost0
scCost0
id"melvorAoD:Refined_Pure_Crystal"
level85
productID"melvorAoD:Refined_Pure_Crystal"
baseQuantity1
baseExperience150
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorAoD:Pure_Crystal"
quantity1
id"melvorAoD:Crystalized_Dragon_Fragment"
quantity1
gpCost0
scCost0
id"melvorAoD:Ring_of_Barrier_Touch"
level20
productID"melvorAoD:Ring_of_Barrier_Touch"
baseQuantity1
baseExperience45
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorAoD:Barrier_Touch_Gem"
quantity2
gpCost0
scCost0
id"melvorAoD:Amulet_of_Barrier_Touch"
level20
productID"melvorAoD:Amulet_of_Barrier_Touch"
baseQuantity1
baseExperience45
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Gold_Bar"
quantity1
id"melvorAoD:Barrier_Touch_Gem"
quantity3
gpCost0
scCost0
baseMasteryPoolCap57000000
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"
baseInterval3000
name"Crafting"
completedAncientRelic"melvorAoD:CraftingRelic6"
ancientRelics
relicID"melvorAoD:CraftingRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CraftingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CraftingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CraftingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CraftingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Runecrafting"
data
pets
"melvorF:Gunter"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Runecrafting_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Artisan"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.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
level15
descriptionID0
description"2 Runes Produced per Runecraft."
level30
descriptionID1
description"3 Runes Produced per Runecraft. -5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level45
descriptionID2
description"4 Runes Produced per Runecraft."
level60
descriptionID3
description"5 Runes Produced per Runecraft. -5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level75
descriptionID4
description"6 Runes Produced per Runecraft."
level90
descriptionID5
description"7 Runes Produced per Runecraft. -5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level99
descriptionID6
description"11 Runes Produced per Runecraft. -15% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level10
descriptionID7
description"-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level20
descriptionID7
description"-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level40
descriptionID7
description"-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level50
descriptionID7
description"-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level70
descriptionID7
description"-5% Rune Costs for this item if it's Equipment or a Weapon (Cannot be reduced below 1)."
level80
descriptionID7
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 & 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"
level1
productID"melvorD:Air_Rune"
baseQuantity1
baseExperience4
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Mind_Rune"
level1
productID"melvorD:Mind_Rune"
baseQuantity1
baseExperience5
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Water_Rune"
level5
productID"melvorD:Water_Rune"
baseQuantity1
baseExperience8
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Earth_Rune"
level9
productID"melvorD:Earth_Rune"
baseQuantity1
baseExperience10
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Fire_Rune"
level14
productID"melvorD:Fire_Rune"
baseQuantity1
baseExperience12
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Body_Rune"
level20
productID"melvorD:Body_Rune"
baseQuantity1
baseExperience14
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Chaos_Rune"
level35
productID"melvorD:Chaos_Rune"
baseQuantity1
baseExperience16
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Death_Rune"
level65
productID"melvorD:Death_Rune"
baseQuantity1
baseExperience18
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Blood_Rune"
level75
productID"melvorD:Blood_Rune"
baseQuantity1
baseExperience20
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Ancient_Rune"
level85
productID"melvorD:Ancient_Rune"
baseQuantity1
baseExperience22
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Light_Rune"
level15
productID"melvorD:Light_Rune"
baseQuantity1
baseExperience12
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Nature_Rune"
level40
productID"melvorF:Nature_Rune"
baseQuantity1
baseExperience18
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Havoc_Rune"
level50
productID"melvorF:Havoc_Rune"
baseQuantity1
baseExperience20
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Spirit_Rune"
level80
productID"melvorF:Spirit_Rune"
baseQuantity1
baseExperience24
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
gpCost0
scCost0
id"melvorF:Mist_Rune"
level10
productID"melvorD:Mist_Rune"
baseQuantity1
baseExperience24
categoryID"melvorF:CombinationRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
id"melvorD:Air_Rune"
quantity2
id"melvorD:Water_Rune"
quantity2
gpCost0
scCost0
id"melvorF:Dust_Rune"
level20
productID"melvorD:Dust_Rune"
baseQuantity1
baseExperience28
categoryID"melvorF:CombinationRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
id"melvorD:Air_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity2
gpCost0
scCost0
id"melvorF:Mud_Rune"
level30
productID"melvorF:Mud_Rune"
baseQuantity1
baseExperience32
categoryID"melvorF:CombinationRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
id"melvorD:Water_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity2
gpCost0
scCost0
id"melvorF:Smoke_Rune"
level40
productID"melvorD:Smoke_Rune"
baseQuantity1
baseExperience36
categoryID"melvorF:CombinationRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
id"melvorD:Air_Rune"
quantity2
id"melvorD:Fire_Rune"
quantity2
gpCost0
scCost0
id"melvorF:Steam_Rune"
level50
productID"melvorF:Steam_Rune"
baseQuantity1
baseExperience40
categoryID"melvorF:CombinationRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
id"melvorD:Water_Rune"
quantity2
id"melvorD:Fire_Rune"
quantity2
gpCost0
scCost0
id"melvorF:Lava_Rune"
level60
productID"melvorF:Lava_Rune"
baseQuantity1
baseExperience44
categoryID"melvorF:CombinationRunes"
itemCosts
id"melvorD:Rune_Essence"
quantity1
id"melvorD:Earth_Rune"
quantity2
id"melvorD:Fire_Rune"
quantity2
gpCost0
scCost0
id"melvorF:Staff_of_Air"
level1
productID"melvorF:Staff_of_Air"
baseQuantity1
baseExperience10
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Normal_Logs"
quantity1
id"melvorD:Air_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Staff_of_Water"
level5
productID"melvorF:Staff_of_Water"
baseQuantity1
baseExperience15
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Normal_Logs"
quantity1
id"melvorD:Water_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Staff_of_Earth"
level9
productID"melvorF:Staff_of_Earth"
baseQuantity1
baseExperience20
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Normal_Logs"
quantity1
id"melvorD:Earth_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Staff_of_Fire"
level14
productID"melvorF:Staff_of_Fire"
baseQuantity1
baseExperience25
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Normal_Logs"
quantity1
id"melvorD:Fire_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Air_Battlestaff"
level30
productID"melvorD:Air_Battlestaff"
baseQuantity1
baseExperience35
categoryID"melvorF:StavesWands"
itemCosts
id"melvorF:Staff_of_Air"
quantity10
id"melvorD:Maple_Logs"
quantity1
id"melvorD:Air_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Water_Battlestaff"
level35
productID"melvorD:Water_Battlestaff"
baseQuantity1
baseExperience40
categoryID"melvorF:StavesWands"
itemCosts
id"melvorF:Staff_of_Water"
quantity10
id"melvorD:Maple_Logs"
quantity1
id"melvorD:Water_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Earth_Battlestaff"
level39
productID"melvorD:Earth_Battlestaff"
baseQuantity1
baseExperience45
categoryID"melvorF:StavesWands"
itemCosts
id"melvorF:Staff_of_Earth"
quantity10
id"melvorD:Maple_Logs"
quantity1
id"melvorD:Earth_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Fire_Battlestaff"
level44
productID"melvorD:Fire_Battlestaff"
baseQuantity1
baseExperience50
categoryID"melvorF:StavesWands"
itemCosts
id"melvorF:Staff_of_Fire"
quantity10
id"melvorD:Maple_Logs"
quantity1
id"melvorD:Fire_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Mystic_Air_Staff"
level70
productID"melvorD:Mystic_Air_Staff"
baseQuantity1
baseExperience75
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Air_Battlestaff"
quantity10
id"melvorD:Magic_Logs"
quantity1
id"melvorD:Air_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Mystic_Water_Staff"
level75
productID"melvorF:Mystic_Water_Staff"
baseQuantity1
baseExperience80
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Water_Battlestaff"
quantity10
id"melvorD:Magic_Logs"
quantity1
id"melvorD:Water_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Mystic_Earth_Staff"
level79
productID"melvorF:Mystic_Earth_Staff"
baseQuantity1
baseExperience85
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Earth_Battlestaff"
quantity10
id"melvorD:Magic_Logs"
quantity1
id"melvorD:Earth_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Mystic_Fire_Staff"
level84
productID"melvorF:Mystic_Fire_Staff"
baseQuantity1
baseExperience90
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Fire_Battlestaff"
quantity10
id"melvorD:Magic_Logs"
quantity1
id"melvorD:Fire_Rune"
quantity100
gpCost0
scCost0
id"melvorF:Air_Acolyte_Wizard_Hat"
level1
productID"melvorF:Air_Acolyte_Wizard_Hat"
baseQuantity1
baseExperience11
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity20
gpCost0
scCost0
id"melvorF:Air_Acolyte_Wizard_Robes"
level11
productID"melvorF:Air_Acolyte_Wizard_Robes"
baseQuantity1
baseExperience21
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity20
gpCost0
scCost0
id"melvorF:Air_Acolyte_Wizard_Bottoms"
level7
productID"melvorF:Air_Acolyte_Wizard_Bottoms"
baseQuantity1
baseExperience17
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity20
gpCost0
scCost0
id"melvorF:Air_Acolyte_Wizard_Boots"
level4
productID"melvorF:Air_Acolyte_Wizard_Boots"
baseQuantity1
baseExperience14
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity20
gpCost0
scCost0
id"melvorF:Water_Acolyte_Wizard_Hat"
level5
productID"melvorF:Water_Acolyte_Wizard_Hat"
baseQuantity1
baseExperience15
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity25
gpCost0
scCost0
id"melvorF:Water_Acolyte_Wizard_Robes"
level17
productID"melvorF:Water_Acolyte_Wizard_Robes"
baseQuantity1
baseExperience27
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity25
gpCost0
scCost0
id"melvorF:Water_Acolyte_Wizard_Bottoms"
level13
productID"melvorF:Water_Acolyte_Wizard_Bottoms"
baseQuantity1
baseExperience23
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity25
gpCost0
scCost0
id"melvorF:Water_Acolyte_Wizard_Boots"
level9
productID"melvorF:Water_Acolyte_Wizard_Boots"
baseQuantity1
baseExperience19
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity25
gpCost0
scCost0
id"melvorF:Earth_Acolyte_Wizard_Hat"
level9
productID"melvorF:Earth_Acolyte_Wizard_Hat"
baseQuantity1
baseExperience19
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity30
gpCost0
scCost0
id"melvorF:Earth_Acolyte_Wizard_Robes"
level21
productID"melvorF:Earth_Acolyte_Wizard_Robes"
baseQuantity1
baseExperience31
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity30
gpCost0
scCost0
id"melvorF:Earth_Acolyte_Wizard_Bottoms"
level17
productID"melvorF:Earth_Acolyte_Wizard_Bottoms"
baseQuantity1
baseExperience27
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity30
gpCost0
scCost0
id"melvorF:Earth_Acolyte_Wizard_Boots"
level13
productID"melvorF:Earth_Acolyte_Wizard_Boots"
baseQuantity1
baseExperience23
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity30
gpCost0
scCost0
id"melvorF:Fire_Acolyte_Wizard_Hat"
level14
productID"melvorF:Fire_Acolyte_Wizard_Hat"
baseQuantity1
baseExperience24
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity35
gpCost0
scCost0
id"melvorF:Fire_Acolyte_Wizard_Robes"
level26
productID"melvorF:Fire_Acolyte_Wizard_Robes"
baseQuantity1
baseExperience36
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity35
gpCost0
scCost0
id"melvorF:Fire_Acolyte_Wizard_Bottoms"
level22
productID"melvorF:Fire_Acolyte_Wizard_Bottoms"
baseQuantity1
baseExperience32
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity35
gpCost0
scCost0
id"melvorF:Fire_Acolyte_Wizard_Boots"
level18
productID"melvorF:Fire_Acolyte_Wizard_Boots"
baseQuantity1
baseExperience28
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity35
gpCost0
scCost0
id"melvorF:Air_Adept_Wizard_Hat"
level35
productID"melvorF:Air_Adept_Wizard_Hat"
baseQuantity1
baseExperience60
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity50
gpCost0
scCost0
id"melvorF:Air_Adept_Wizard_Robes"
level47
productID"melvorF:Air_Adept_Wizard_Robes"
baseQuantity1
baseExperience72
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity50
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Air_Adept_Wizard_Bottoms"
level43
productID"melvorF:Air_Adept_Wizard_Bottoms"
baseQuantity1
baseExperience68
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity50
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Air_Adept_Wizard_Boots"
level39
productID"melvorF:Air_Adept_Wizard_Boots"
baseQuantity1
baseExperience64
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity50
gpCost0
scCost0
id"melvorF:Water_Adept_Wizard_Hat"
level39
productID"melvorF:Water_Adept_Wizard_Hat"
baseQuantity1
baseExperience64
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity75
gpCost0
scCost0
id"melvorF:Water_Adept_Wizard_Robes"
level51
productID"melvorF:Water_Adept_Wizard_Robes"
baseQuantity1
baseExperience76
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity75
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Water_Adept_Wizard_Bottoms"
level47
productID"melvorF:Water_Adept_Wizard_Bottoms"
baseQuantity1
baseExperience72
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity75
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Water_Adept_Wizard_Boots"
level43
productID"melvorF:Water_Adept_Wizard_Boots"
baseQuantity1
baseExperience68
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity75
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Earth_Adept_Wizard_Hat"
level43
productID"melvorF:Earth_Adept_Wizard_Hat"
baseQuantity1
baseExperience68
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Earth_Adept_Wizard_Robes"
level55
productID"melvorF:Earth_Adept_Wizard_Robes"
baseQuantity1
baseExperience80
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Earth_Adept_Wizard_Bottoms"
level51
productID"melvorF:Earth_Adept_Wizard_Bottoms"
baseQuantity1
baseExperience76
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Earth_Adept_Wizard_Boots"
level47
productID"melvorF:Earth_Adept_Wizard_Boots"
baseQuantity1
baseExperience72
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Fire_Adept_Wizard_Hat"
level48
productID"melvorF:Fire_Adept_Wizard_Hat"
baseQuantity1
baseExperience73
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity125
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Fire_Adept_Wizard_Robes"
level60
productID"melvorF:Fire_Adept_Wizard_Robes"
baseQuantity1
baseExperience85
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity125
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Fire_Adept_Wizard_Bottoms"
level56
productID"melvorF:Fire_Adept_Wizard_Bottoms"
baseQuantity1
baseExperience81
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity125
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Fire_Adept_Wizard_Boots"
level52
productID"melvorF:Fire_Adept_Wizard_Boots"
baseQuantity1
baseExperience77
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity125
id"melvorF:Nature_Rune"
quantity3
gpCost0
scCost0
id"melvorF:Air_Expert_Wizard_Hat"
level65
productID"melvorF:Air_Expert_Wizard_Hat"
baseQuantity1
baseExperience140
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Air_Expert_Wizard_Robes"
level77
productID"melvorF:Air_Expert_Wizard_Robes"
baseQuantity1
baseExperience152
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Air_Expert_Wizard_Bottoms"
level73
productID"melvorF:Air_Expert_Wizard_Bottoms"
baseQuantity1
baseExperience148
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Air_Expert_Wizard_Boots"
level69
productID"melvorF:Air_Expert_Wizard_Boots"
baseQuantity1
baseExperience144
categoryID"melvorF:AirMagicGear"
itemCosts
id"melvorD:Air_Rune"
quantity100
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Water_Expert_Wizard_Hat"
level69
productID"melvorF:Water_Expert_Wizard_Hat"
baseQuantity1
baseExperience144
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity150
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Water_Expert_Wizard_Robes"
level81
productID"melvorF:Water_Expert_Wizard_Robes"
baseQuantity1
baseExperience156
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity150
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Water_Expert_Wizard_Bottoms"
level77
productID"melvorF:Water_Expert_Wizard_Bottoms"
baseQuantity1
baseExperience152
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity150
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Water_Expert_Wizard_Boots"
level73
productID"melvorF:Water_Expert_Wizard_Boots"
baseQuantity1
baseExperience148
categoryID"melvorF:WaterMagicGear"
itemCosts
id"melvorD:Water_Rune"
quantity150
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Earth_Expert_Wizard_Hat"
level73
productID"melvorF:Earth_Expert_Wizard_Hat"
baseQuantity1
baseExperience148
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity200
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Earth_Expert_Wizard_Robes"
level85
productID"melvorF:Earth_Expert_Wizard_Robes"
baseQuantity1
baseExperience160
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity200
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Earth_Expert_Wizard_Bottoms"
level81
productID"melvorF:Earth_Expert_Wizard_Bottoms"
baseQuantity1
baseExperience156
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity200
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Earth_Expert_Wizard_Boots"
level77
productID"melvorF:Earth_Expert_Wizard_Boots"
baseQuantity1
baseExperience152
categoryID"melvorF:EarthMagicGear"
itemCosts
id"melvorD:Earth_Rune"
quantity200
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Fire_Expert_Wizard_Hat"
level78
productID"melvorF:Fire_Expert_Wizard_Hat"
baseQuantity1
baseExperience153
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity250
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Fire_Expert_Wizard_Robes"
level90
productID"melvorF:Fire_Expert_Wizard_Robes"
baseQuantity1
baseExperience165
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity250
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Fire_Expert_Wizard_Bottoms"
level86
productID"melvorF:Fire_Expert_Wizard_Bottoms"
baseQuantity1
baseExperience161
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity250
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Fire_Expert_Wizard_Boots"
level82
productID"melvorF:Fire_Expert_Wizard_Boots"
baseQuantity1
baseExperience157
categoryID"melvorF:FireMagicGear"
itemCosts
id"melvorD:Fire_Rune"
quantity250
id"melvorF:Nature_Rune"
quantity5
gpCost0
scCost0
id"melvorF:Air_Imbued_Wand"
level80
productID"melvorF:Air_Imbued_Wand"
baseQuantity1
baseExperience300
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Magic_Wand_Elite"
quantity1
id"melvorD:Air_Rune"
quantity1000
id"melvorF:Nature_Rune"
quantity20
gpCost0
scCost0
id"melvorF:Water_Imbued_Wand"
level84
productID"melvorF:Water_Imbued_Wand"
baseQuantity1
baseExperience350
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Magic_Wand_Elite"
quantity1
id"melvorD:Water_Rune"
quantity1000
id"melvorF:Nature_Rune"
quantity20
gpCost0
scCost0
id"melvorF:Earth_Imbued_Wand"
level89
productID"melvorF:Earth_Imbued_Wand"
baseQuantity1
baseExperience400
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Magic_Wand_Elite"
quantity1
id"melvorD:Earth_Rune"
quantity1000
id"melvorF:Nature_Rune"
quantity20
gpCost0
scCost0
id"melvorF:Fire_Imbued_Wand"
level95
productID"melvorF:Fire_Imbued_Wand"
baseQuantity1
baseExperience450
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Magic_Wand_Elite"
quantity1
id"melvorD:Fire_Rune"
quantity1000
id"melvorF:Nature_Rune"
quantity20
gpCost0
scCost0
id"melvorTotH:Poison_Rune"
level100
productID"melvorTotH:Poison_Rune"
baseQuantity1
baseExperience87
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorD:Air_Rune"
quantity2
id"melvorD:Water_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Decay_Rune"
level102
productID"melvorTotH:Decay_Rune"
baseQuantity1
baseExperience96
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorD:Mind_Rune"
quantity2
id"melvorD:Body_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Infernal_Rune"
level104
productID"melvorTotH:Infernal_Rune"
baseQuantity1
baseExperience105
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorD:Air_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity2
id"melvorD:Fire_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Despair_Rune"
level106
productID"melvorTotH:Despair_Rune"
baseQuantity1
baseExperience116
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorD:Mind_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Soul_Rune"
level108
productID"melvorTotH:Soul_Rune"
baseQuantity1
baseExperience131
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorF:Spirit_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Lightning_Rune"
level110
productID"melvorTotH:Lightning_Rune"
baseQuantity1
baseExperience148
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorD:Air_Rune"
quantity2
id"melvorD:Water_Rune"
quantity2
id"melvorD:Fire_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Archaic_Rune"
level112
productID"melvorTotH:Archaic_Rune"
baseQuantity1
baseExperience168
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorD:Mind_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity2
id"melvorD:Death_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Calamity_Rune"
level115
productID"melvorTotH:Calamity_Rune"
baseQuantity1
baseExperience190
categoryID"melvorF:StandardRunes"
itemCosts
id"melvorTotH:Pure_Essence"
quantity1
id"melvorF:Havoc_Rune"
quantity2
id"melvorD:Blood_Rune"
quantity2
id"melvorD:Ancient_Rune"
quantity2
gpCost0
scCost0
id"melvorTotH:Poison_Master_Wizard_Hat"
level100
productID"melvorTotH:Poison_Master_Wizard_Hat"
baseQuantity1
baseExperience424
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Poison_Master_Wizard_Robes"
level104
productID"melvorTotH:Poison_Master_Wizard_Robes"
baseQuantity1
baseExperience453
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Poison_Master_Wizard_Bottoms"
level103
productID"melvorTotH:Poison_Master_Wizard_Bottoms"
baseQuantity1
baseExperience444
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Poison_Master_Wizard_Boots"
level102
productID"melvorTotH:Poison_Master_Wizard_Boots"
baseQuantity1
baseExperience434
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Infernal_Master_Wizard_Hat"
level102
productID"melvorTotH:Infernal_Master_Wizard_Hat"
baseQuantity1
baseExperience501
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Infernal_Master_Wizard_Robes"
level106
productID"melvorTotH:Infernal_Master_Wizard_Robes"
baseQuantity1
baseExperience530
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Infernal_Master_Wizard_Bottoms"
level105
productID"melvorTotH:Infernal_Master_Wizard_Bottoms"
baseQuantity1
baseExperience549
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Infernal_Master_Wizard_Boots"
level104
productID"melvorTotH:Infernal_Master_Wizard_Boots"
baseQuantity1
baseExperience511
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Lightning_Master_Wizard_Hat"
level103
productID"melvorTotH:Lightning_Master_Wizard_Hat"
baseQuantity1
baseExperience540
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Lightning_Master_Wizard_Robes"
level107
productID"melvorTotH:Lightning_Master_Wizard_Robes"
baseQuantity1
baseExperience568
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Lightning_Master_Wizard_Bottoms"
level106
productID"melvorTotH:Lightning_Master_Wizard_Bottoms"
baseQuantity1
baseExperience559
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Lightning_Master_Wizard_Boots"
level105
productID"melvorTotH:Lightning_Master_Wizard_Boots"
baseQuantity1
baseExperience549
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity350
id"melvorF:Nature_Rune"
quantity15
id"melvorTotH:Runestone"
quantity10
gpCost0
scCost0
id"melvorTotH:Poison_Legendary_Wizard_Hat"
level104
productID"melvorTotH:Poison_Legendary_Wizard_Hat"
baseQuantity1
baseExperience578
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Poison_Legendary_Wizard_Robes"
level108
productID"melvorTotH:Poison_Legendary_Wizard_Robes"
baseQuantity1
baseExperience607
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Poison_Legendary_Wizard_Bottoms"
level107
productID"melvorTotH:Poison_Legendary_Wizard_Bottoms"
baseQuantity1
baseExperience597
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Poison_Legendary_Wizard_Boots"
level106
productID"melvorTotH:Poison_Legendary_Wizard_Boots"
baseQuantity1
baseExperience588
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Infernal_Legendary_Wizard_Hat"
level106
productID"melvorTotH:Infernal_Legendary_Wizard_Hat"
baseQuantity1
baseExperience655
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Infernal_Legendary_Wizard_Robes"
level110
productID"melvorTotH:Infernal_Legendary_Wizard_Robes"
baseQuantity1
baseExperience684
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Infernal_Legendary_Wizard_Bottoms"
level109
productID"melvorTotH:Infernal_Legendary_Wizard_Bottoms"
baseQuantity1
baseExperience674
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Infernal_Legendary_Wizard_Boots"
level108
productID"melvorTotH:Infernal_Legendary_Wizard_Boots"
baseQuantity1
baseExperience664
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Lightning_Legendary_Wizard_Hat"
level107
productID"melvorTotH:Lightning_Legendary_Wizard_Hat"
baseQuantity1
baseExperience693
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Lightning_Legendary_Wizard_Robes"
level111
productID"melvorTotH:Lightning_Legendary_Wizard_Robes"
baseQuantity1
baseExperience722
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Lightning_Legendary_Wizard_Bottoms"
level110
productID"melvorTotH:Lightning_Legendary_Wizard_Bottoms"
baseQuantity1
baseExperience712
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Lightning_Legendary_Wizard_Boots"
level109
productID"melvorTotH:Lightning_Legendary_Wizard_Boots"
baseQuantity1
baseExperience684
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity500
id"melvorF:Nature_Rune"
quantity30
id"melvorTotH:Runestone"
quantity25
gpCost0
scCost0
id"melvorTotH:Poison_Mythical_Wizard_Hat"
level108
productID"melvorTotH:Poison_Mythical_Wizard_Hat"
baseQuantity1
baseExperience732
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Poison_Mythical_Wizard_Robes"
level112
productID"melvorTotH:Poison_Mythical_Wizard_Robes"
baseQuantity1
baseExperience760
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Poison_Mythical_Wizard_Bottoms"
level111
productID"melvorTotH:Poison_Mythical_Wizard_Bottoms"
baseQuantity1
baseExperience751
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Poison_Mythical_Wizard_Boots"
level110
productID"melvorTotH:Poison_Mythical_Wizard_Boots"
baseQuantity1
baseExperience741
categoryID"melvorTotH:PoisonMagicGear"
itemCosts
id"melvorTotH:Poison_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Infernal_Mythical_Wizard_Hat"
level110
productID"melvorTotH:Infernal_Mythical_Wizard_Hat"
baseQuantity1
baseExperience808
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Infernal_Mythical_Wizard_Robes"
level114
productID"melvorTotH:Infernal_Mythical_Wizard_Robes"
baseQuantity1
baseExperience837
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Infernal_Mythical_Wizard_Bottoms"
level113
productID"melvorTotH:Infernal_Mythical_Wizard_Bottoms"
baseQuantity1
baseExperience828
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Infernal_Mythical_Wizard_Boots"
level112
productID"melvorTotH:Infernal_Mythical_Wizard_Boots"
baseQuantity1
baseExperience818
categoryID"melvorTotH:InfernalMagicGear"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Lightning_Mythical_Wizard_Hat"
level110
productID"melvorTotH:Lightning_Mythical_Wizard_Hat"
baseQuantity1
baseExperience847
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Lightning_Mythical_Wizard_Robes"
level114
productID"melvorTotH:Lightning_Mythical_Wizard_Robes"
baseQuantity1
baseExperience866
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Lightning_Mythical_Wizard_Bottoms"
level113
productID"melvorTotH:Lightning_Mythical_Wizard_Bottoms"
baseQuantity1
baseExperience856
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Lightning_Mythical_Wizard_Boots"
level110
productID"melvorTotH:Lightning_Mythical_Wizard_Boots"
baseQuantity1
baseExperience847
categoryID"melvorTotH:LightningMagicGear"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity750
id"melvorF:Nature_Rune"
quantity50
id"melvorTotH:Runestone"
quantity50
gpCost0
scCost0
id"melvorTotH:Poison_Staff"
level100
productID"melvorTotH:Poison_Staff"
baseQuantity1
baseExperience1152
categoryID"melvorF:StavesWands"
itemCosts
id"melvorTotH:Poison_Rune"
quantity1000
id"melvorTotH:Mystic_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Infernal_Staff"
level105
productID"melvorTotH:Infernal_Staff"
baseQuantity1
baseExperience1248
categoryID"melvorF:StavesWands"
itemCosts
id"melvorTotH:Infernal_Rune"
quantity1000
id"melvorTotH:Mystic_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Lightning_Staff"
level110
productID"melvorTotH:Lightning_Staff"
baseQuantity1
baseExperience1440
categoryID"melvorF:StavesWands"
itemCosts
id"melvorTotH:Lightning_Rune"
quantity1000
id"melvorTotH:Mystic_Logs"
quantity1
gpCost0
scCost0
id"melvorTotH:Meteorite_Staff"
level115
productID"melvorTotH:Meteorite_Staff"
baseQuantity1
baseExperience1800
categoryID"melvorF:StavesWands"
itemCosts
id"melvorTotH:Poison_Rune"
quantity1000
id"melvorTotH:Mystic_Logs"
quantity1
id"melvorTotH:Meteorite_Bar"
quantity250
gpCost0
scCost0
id"melvorTotH:Despair_Wand"
level108
productID"melvorTotH:Despair_Wand"
baseQuantity1
baseExperience1308
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Magic_Wand_Elite"
quantity10
id"melvorTotH:Despair_Rune"
quantity2000
id"melvorF:Nature_Rune"
quantity50
gpCost0
scCost0
id"melvorTotH:Archaic_Wand"
level112
productID"melvorTotH:Archaic_Wand"
baseQuantity1
baseExperience1416
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Magic_Wand_Elite"
quantity10
id"melvorTotH:Archaic_Rune"
quantity2000
id"melvorF:Nature_Rune"
quantity50
gpCost0
scCost0
id"melvorTotH:Calamity_Wand"
level118
productID"melvorTotH:Calamity_Wand"
baseQuantity1
baseExperience1524
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Magic_Wand_Elite"
quantity10
id"melvorTotH:Calamity_Rune"
quantity2000
id"melvorF:Nature_Rune"
quantity50
gpCost0
scCost0
id"melvorAoD:Unholy_Wizard_Robes"
level47
productID"melvorAoD:Unholy_Wizard_Robes"
baseQuantity1
baseExperience92
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Chaos_Rune"
quantity50
id"melvorF:Nature_Rune"
quantity3
id"melvorAoD:Unholy_Logs"
quantity3
gpCost0
scCost0
id"melvorAoD:Unholy_Staff"
level70
productID"melvorAoD:Unholy_Staff"
baseQuantity1
baseExperience125
categoryID"melvorAoD:SpecialItems"
itemCosts
id"melvorD:Air_Battlestaff"
quantity2
id"melvorD:Water_Battlestaff"
quantity2
id"melvorD:Earth_Battlestaff"
quantity2
id"melvorD:Fire_Battlestaff"
quantity2
id"melvorAoD:Unholy_Logs"
quantity3
id"melvorD:Chaos_Rune"
quantity100
gpCost0
scCost0
id"melvorAoD:Crystal_Battlestaff"
level50
productID"melvorAoD:Crystal_Battlestaff"
baseQuantity1
baseExperience100
categoryID"melvorF:StavesWands"
itemCosts
id"melvorD:Maple_Logs"
quantity1
id"melvorF:Steam_Rune"
quantity100
id"melvorAoD:Refined_Crystal"
quantity10
gpCost0
scCost0
id"melvorAoD:Mystic_Pure_Crystal_Staff"
level90
productID"melvorAoD:Mystic_Pure_Crystal_Staff"
baseQuantity1
baseExperience150
categoryID"melvorF:StavesWands"
itemCosts
id"melvorAoD:Crystal_Battlestaff"
quantity10
id"melvorD:Magic_Logs"
quantity1
id"melvorF:Lava_Rune"
quantity1000
id"melvorAoD:Refined_Pure_Crystal"
quantity100
gpCost0
scCost0
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"
baseMasteryPoolCap69500000
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"
baseInterval2000
name"Runecrafting"
completedAncientRelic"melvorAoD:RunecraftingRelic6"
ancientRelics
relicID"melvorAoD:RunecraftingRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:RunecraftingRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:RunecraftingRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:RunecraftingRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:RunecraftingRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Herblore"
data
pets
"melvorF:Gronk"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Herblore_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Artisan"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.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
level1
descriptionID0
description"Each Mastery Level +0.2% chance to preserve resources for this Potion only."
level1
descriptionID1
description"Unlock Tier I Potion"
level20
descriptionID2
description"Unlock Tier II Potion"
level50
descriptionID3
description"Unlock Tier III Potion"
level90
descriptionID4
description"Unlock Tier IV Potion"
level99
descriptionID5
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"
level5
potionIDs
"melvorF:Melee_Accuracy_Potion_I"
"melvorF:Melee_Accuracy_Potion_II"
"melvorF:Melee_Accuracy_Potion_III"
"melvorF:Melee_Accuracy_Potion_IV"
baseExperience8
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Garum_Herb"
quantity1
id"melvorD:Bones"
quantity1
gpCost0
scCost0
id"melvorF:Melee_Strength_Potion"
name"Melee Strength Potion"
level60
potionIDs
"melvorF:Melee_Strength_Potion_I"
"melvorF:Melee_Strength_Potion_II"
"melvorF:Melee_Strength_Potion_III"
"melvorF:Melee_Strength_Potion_IV"
baseExperience60
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Poraxx_Herb"
quantity1
id"melvorF:Eyeball"
quantity1
id"melvorD:Dragon_Bones"
quantity1
gpCost0
scCost0
id"melvorF:Melee_Evasion_Potion"
name"Melee Evasion Potion"
level10
potionIDs
"melvorF:Melee_Evasion_Potion_I"
"melvorF:Melee_Evasion_Potion_II"
"melvorF:Melee_Evasion_Potion_III"
"melvorF:Melee_Evasion_Potion_IV"
baseExperience10
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Garum_Herb"
quantity1
id"melvorD:Raw_Chicken"
quantity1
gpCost0
scCost0
id"melvorF:Ranged_Assistance_Potion"
name"Ranged Assistance Potion"
level15
potionIDs
"melvorF:Ranged_Assistance_Potion_I"
"melvorF:Ranged_Assistance_Potion_II"
"melvorF:Ranged_Assistance_Potion_III"
"melvorF:Ranged_Assistance_Potion_IV"
baseExperience14
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Sourweed_Herb"
quantity1
id"melvorD:Raw_Beef"
quantity1
gpCost0
scCost0
id"melvorF:Magic_Assistance_Potion"
name"Magic Assistance Potion"
level25
potionIDs
"melvorF:Magic_Assistance_Potion_I"
"melvorF:Magic_Assistance_Potion_II"
"melvorF:Magic_Assistance_Potion_III"
"melvorF:Magic_Assistance_Potion_IV"
baseExperience22
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Mantalyme_Herb"
quantity1
id"melvorF:Holy_Dust"
quantity1
gpCost0
scCost0
id"melvorF:Regeneration_Potion"
name"Regeneration Potion"
level35
potionIDs
"melvorF:Regeneration_Potion_I"
"melvorF:Regeneration_Potion_II"
"melvorF:Regeneration_Potion_III"
"melvorF:Regeneration_Potion_IV"
baseExperience31
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity1
id"melvorD:Ruby"
quantity1
gpCost0
scCost0
id"melvorF:Damage_Reduction_Potion"
name"Damage Reduction Potion"
level90
potionIDs
"melvorF:Damage_Reduction_Potion_I"
"melvorF:Damage_Reduction_Potion_II"
"melvorF:Damage_Reduction_Potion_III"
"melvorF:Damage_Reduction_Potion_IV"
baseExperience180
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Barrentoe_Herb"
quantity2
id"melvorF:Eyeball"
quantity2
id"melvorF:Large_Horn"
quantity1
gpCost0
scCost0
id"melvorF:Bird_Nest_Potion"
name"Bird Nest Potion"
level1
potionIDs
"melvorF:Bird_Nest_Potion_I"
"melvorF:Bird_Nest_Potion_II"
"melvorF:Bird_Nest_Potion_III"
"melvorF:Bird_Nest_Potion_IV"
baseExperience5
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Garum_Herb"
quantity1
id"melvorD:Potato_Seed"
quantity2
gpCost0
scCost0
id"melvorF:Fishermans_Potion"
name"Fishermans Potion"
level40
potionIDs
"melvorF:Fishermans_Potion_I"
"melvorF:Fishermans_Potion_II"
"melvorF:Fishermans_Potion_III"
"melvorF:Fishermans_Potion_IV"
baseExperience36
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity2
id"melvorD:Raw_Crab"
quantity2
gpCost0
scCost0
id"melvorF:Controlled_Heat_Potion"
name"Controlled Heat Potion"
level20
potionIDs
"melvorF:Controlled_Heat_Potion_I"
"melvorF:Controlled_Heat_Potion_II"
"melvorF:Controlled_Heat_Potion_III"
"melvorF:Controlled_Heat_Potion_IV"
baseExperience18
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Sourweed_Herb"
quantity2
id"melvorD:Mahogany_Logs"
quantity3
gpCost0
scCost0
id"melvorF:Generous_Cook_Potion"
name"Generous Cook Potion"
level32
potionIDs
"melvorF:Generous_Cook_Potion_I"
"melvorF:Generous_Cook_Potion_II"
"melvorF:Generous_Cook_Potion_III"
"melvorF:Generous_Cook_Potion_IV"
baseExperience28
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Mantalyme_Herb"
quantity1
id"melvorD:Swordfish"
quantity2
gpCost0
scCost0
id"melvorF:Perfect_Swing_Potion"
name"Perfect Swing Potion"
level53
potionIDs
"melvorF:Perfect_Swing_Potion_I"
"melvorF:Perfect_Swing_Potion_II"
"melvorF:Perfect_Swing_Potion_III"
"melvorF:Perfect_Swing_Potion_IV"
baseExperience53
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Oxilyme_Herb"
quantity1
id"melvorD:Coal_Ore"
quantity2
id"melvorD:Gold_Ore"
quantity1
gpCost0
scCost0
id"melvorF:Seeing_Gold_Potion"
name"Seeing Gold Potion"
level36
potionIDs
"melvorF:Seeing_Gold_Potion_I"
"melvorF:Seeing_Gold_Potion_II"
"melvorF:Seeing_Gold_Potion_III"
"melvorF:Seeing_Gold_Potion_IV"
baseExperience33
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Mantalyme_Herb"
quantity1
id"melvorD:Silver_Bar"
quantity1
gpCost0
scCost0
id"melvorF:Gentle_Hands_Potion"
name"Gentle Hands Potion"
level45
potionIDs
"melvorF:Gentle_Hands_Potion_I"
"melvorF:Gentle_Hands_Potion_II"
"melvorF:Gentle_Hands_Potion_III"
"melvorF:Gentle_Hands_Potion_IV"
baseExperience41
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity1
id"melvorD:Strawberry_Seed"
quantity2
gpCost0
scCost0
id"melvorF:Farming_Potion"
name"Generous Harvest Potion"
level74
potionIDs
"melvorF:Farming_Potion_I"
"melvorF:Farming_Potion_II"
"melvorF:Farming_Potion_III"
"melvorF:Farming_Potion_IV"
baseExperience112
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorF:Pigtayle_Herb"
quantity1
id"melvorD:Snape_Grass"
quantity2
id"melvorD:Carrot"
quantity2
gpCost0
scCost0
id"melvorF:Fletching_Potion"
name"Skilled Fletching Potion"
level42
potionIDs
"melvorF:Fletching_Potion_I"
"melvorF:Fletching_Potion_II"
"melvorF:Fletching_Potion_III"
"melvorF:Fletching_Potion_IV"
baseExperience39
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity2
id"melvorD:Bowstring"
quantity2
gpCost0
scCost0
id"melvorF:Crafting_Potion"
name"Crafting Potion"
level49
potionIDs
"melvorF:Crafting_Potion_I"
"melvorF:Crafting_Potion_II"
"melvorF:Crafting_Potion_III"
"melvorF:Crafting_Potion_IV"
baseExperience41
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity1
id"melvorD:Leather"
quantity3
gpCost0
scCost0
id"melvorF:Elemental_Potion"
name"Elemental Potion"
level63
potionIDs
"melvorF:Elemental_Potion_I"
"melvorF:Elemental_Potion_II"
"melvorF:Elemental_Potion_III"
"melvorF:Elemental_Potion_IV"
baseExperience63
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorF:Poraxx_Herb"
quantity1
id"melvorD:Body_Rune"
quantity2
gpCost0
scCost0
id"melvorF:Herblore_Potion"
name"Herblore Potion"
level71
potionIDs
"melvorF:Herblore_Potion_I"
"melvorF:Herblore_Potion_II"
"melvorF:Herblore_Potion_III"
"melvorF:Herblore_Potion_IV"
baseExperience99
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorF:Pigtayle_Herb"
quantity3
gpCost0
scCost0
id"melvorF:Magic_Damage_Potion"
name"Magic Damage Potion"
level65
potionIDs
"melvorF:Magic_Damage_Potion_I"
"melvorF:Magic_Damage_Potion_II"
"melvorF:Magic_Damage_Potion_III"
"melvorF:Magic_Damage_Potion_IV"
baseExperience85
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Poraxx_Herb"
quantity1
id"melvorF:Eyeball"
quantity1
id"melvorD:Snape_Grass"
quantity1
gpCost0
scCost0
id"melvorF:Ranged_Strength_Potion"
name"Ranged Strength Potion"
level45
potionIDs
"melvorF:Ranged_Strength_Potion_I"
"melvorF:Ranged_Strength_Potion_II"
"melvorF:Ranged_Strength_Potion_III"
"melvorF:Ranged_Strength_Potion_IV"
baseExperience45
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Oxilyme_Herb"
quantity2
id"melvorF:Eyeball"
quantity2
gpCost0
scCost0
id"melvorF:Diamond_Luck_Potion"
name"Diamond Luck Potion"
level85
potionIDs
"melvorF:Diamond_Luck_Potion_I"
"melvorF:Diamond_Luck_Potion_II"
"melvorF:Diamond_Luck_Potion_III"
"melvorF:Diamond_Luck_Potion_IV"
baseExperience160
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Barrentoe_Herb"
quantity1
id"melvorD:Diamond"
quantity1
gpCost0
scCost0
id"melvorF:Divine_Potion"
name"Divine Potion"
level57
potionIDs
"melvorF:Divine_Potion_I"
"melvorF:Divine_Potion_II"
"melvorF:Divine_Potion_III"
"melvorF:Divine_Potion_IV"
baseExperience51
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Oxilyme_Herb"
quantity1
id"melvorF:Holy_Dust"
quantity1
id"melvorD:Big_Bones"
quantity1
gpCost0
scCost0
id"melvorF:Lucky_Herb_Potion"
name"Lucky Herb Potion"
level50
potionIDs
"melvorF:Lucky_Herb_Potion_I"
"melvorF:Lucky_Herb_Potion_II"
"melvorF:Lucky_Herb_Potion_III"
"melvorF:Lucky_Herb_Potion_IV"
baseExperience47
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Oxilyme_Herb"
quantity2
id"melvorD:Compost"
quantity2
gpCost0
scCost0
id"melvorF:Performance_Enhancing_Potion"
name"Performance Enhancing Potion"
level62
potionIDs
"melvorF:Performance_Enhancing_Potion_I"
"melvorF:Performance_Enhancing_Potion_II"
"melvorF:Performance_Enhancing_Potion_III"
"melvorF:Performance_Enhancing_Potion_IV"
baseExperience61
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorF:Poraxx_Herb"
quantity2
id"melvorD:Raw_Poison_Fish"
quantity1
gpCost0
scCost0
id"melvorF:Necromancer_Potion"
name"Necromancer Potion"
level55
potionIDs
"melvorF:Necromancer_Potion_I"
"melvorF:Necromancer_Potion_II"
"melvorF:Necromancer_Potion_III"
"melvorF:Necromancer_Potion_IV"
baseExperience50
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Oxilyme_Herb"
quantity2
id"melvorD:Big_Bones"
quantity1
id"melvorD:Feathers"
quantity20
gpCost0
scCost0
id"melvorF:Hinder_Potion"
name"Hinder Potion"
level18
potionIDs
"melvorF:Hinder_Potion_I"
"melvorF:Hinder_Potion_II"
"melvorF:Hinder_Potion_III"
"melvorF:Hinder_Potion_IV"
baseExperience16
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Sourweed_Herb"
quantity1
id"melvorF:Goo"
quantity1
gpCost0
scCost0
id"melvorF:Famished_Potion"
name"Famished Potion"
level40
potionIDs
"melvorF:Famished_Potion_I"
"melvorF:Famished_Potion_II"
"melvorF:Famished_Potion_III"
"melvorF:Famished_Potion_IV"
baseExperience38
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity1
id"melvorF:Wildflower"
quantity1
gpCost0
scCost0
id"melvorF:Lethal_Toxins_Potion"
name"Lethal Toxins Potion"
level68
potionIDs
"melvorF:Lethal_Toxins_Potion_I"
"melvorF:Lethal_Toxins_Potion_II"
"melvorF:Lethal_Toxins_Potion_III"
"melvorF:Lethal_Toxins_Potion_IV"
baseExperience92
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Poraxx_Herb"
quantity2
id"melvorD:Raw_Poison_Fish"
quantity2
gpCost0
scCost0
id"melvorF:Secret_Stardust_Potion"
name"Secret Stardust Potion"
level47
potionIDs
"melvorF:Secret_Stardust_Potion_I"
"melvorF:Secret_Stardust_Potion_II"
"melvorF:Secret_Stardust_Potion_III"
"melvorF:Secret_Stardust_Potion_IV"
baseExperience47
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity2
id"melvorF:Stardust"
quantity1
gpCost0
scCost0
id"melvorTotH:Area_Control_Potion"
name"Area Control Potion"
level100
potionIDs
"melvorTotH:Area_Control_Potion_I"
"melvorTotH:Area_Control_Potion_II"
"melvorTotH:Area_Control_Potion_III"
"melvorTotH:Area_Control_Potion_IV"
baseExperience365
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Snowcress_Herb"
quantity1
id"melvorTotH:Jungle_Spores"
quantity2
gpCost0
scCost0
id"melvorTotH:Adaptive_Defence_Potion"
name"Adaptive Defence Potion"
level102
potionIDs
"melvorTotH:Adaptive_Defence_Potion_I"
"melvorTotH:Adaptive_Defence_Potion_II"
"melvorTotH:Adaptive_Defence_Potion_III"
"melvorTotH:Adaptive_Defence_Potion_IV"
baseExperience394
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Snowcress_Herb"
quantity1
id"melvorTotH:Static_Jellyfish"
quantity1
gpCost0
scCost0
id"melvorTotH:Slayer_Bounty_Potion"
name"Slayer Bounty Potion"
level105
potionIDs
"melvorTotH:Slayer_Bounty_Potion_I"
"melvorTotH:Slayer_Bounty_Potion_II"
"melvorTotH:Slayer_Bounty_Potion_III"
"melvorTotH:Slayer_Bounty_Potion_IV"
baseExperience428
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Bitterlyme_Herb"
quantity1
id"melvorTotH:Bitterlyme_Seeds"
quantity2
gpCost0
scCost0
id"melvorTotH:Holy_Bulwark_Potion"
name"Holy Bulwark Potion"
level108
potionIDs
"melvorTotH:Holy_Bulwark_Potion_I"
"melvorTotH:Holy_Bulwark_Potion_II"
"melvorTotH:Holy_Bulwark_Potion_III"
"melvorTotH:Holy_Bulwark_Potion_IV"
baseExperience457
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Bitterlyme_Herb"
quantity1
id"melvorD:Magic_Bones"
quantity1
gpCost0
scCost0
id"melvorTotH:Adaptive_Accuracy_Potion"
name"Adaptive Accuracy Potion"
level110
potionIDs
"melvorTotH:Adaptive_Accuracy_Potion_I"
"melvorTotH:Adaptive_Accuracy_Potion_II"
"melvorTotH:Adaptive_Accuracy_Potion_III"
"melvorTotH:Adaptive_Accuracy_Potion_IV"
baseExperience493
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Moonwort_Herb"
quantity1
id"melvorTotH:Infernal_Bones"
quantity1
gpCost0
scCost0
id"melvorTotH:Reaper_Potion"
name"Reaper Potion"
level112
potionIDs
"melvorTotH:Reaper_Potion_I"
"melvorTotH:Reaper_Potion_II"
"melvorTotH:Reaper_Potion_III"
"melvorTotH:Reaper_Potion_IV"
baseExperience523
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Moonwort_Herb"
quantity1
id"melvorTotH:Raw_Ghost_Fish"
quantity2
gpCost0
scCost0
id"melvorTotH:Penetration_Potion"
name"Penetration Potion"
level115
potionIDs
"melvorTotH:Penetration_Potion_I"
"melvorTotH:Penetration_Potion_II"
"melvorTotH:Penetration_Potion_III"
"melvorTotH:Penetration_Potion_IV"
baseExperience561
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Wurmtayle_Herb"
quantity1
id"melvorTotH:Ectoplasm"
quantity2
gpCost0
scCost0
id"melvorTotH:Critical_Strike_Potion"
name"Critical Strike Potion"
level118
potionIDs
"melvorTotH:Critical_Strike_Potion_I"
"melvorTotH:Critical_Strike_Potion_II"
"melvorTotH:Critical_Strike_Potion_III"
"melvorTotH:Critical_Strike_Potion_IV"
baseExperience594
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorTotH:Wurmtayle_Herb"
quantity1
id"melvorTotH:Zephyte"
quantity1
gpCost0
scCost0
id"melvorTotH:Alchemic_Practice_Potion"
name"Alchemic Practice Potion"
level100
potionIDs
"melvorTotH:Alchemic_Practice_Potion_I"
"melvorTotH:Alchemic_Practice_Potion_II"
"melvorTotH:Alchemic_Practice_Potion_III"
"melvorTotH:Alchemic_Practice_Potion_IV"
baseExperience297
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Snowcress_Herb"
quantity1
id"melvorTotH:Pumpkin"
quantity2
gpCost0
scCost0
id"melvorTotH:Gem_Detector_Potion"
name"Gem Detector Potion"
level102
potionIDs
"melvorTotH:Gem_Detector_Potion_I"
"melvorTotH:Gem_Detector_Potion_II"
"melvorTotH:Gem_Detector_Potion_III"
"melvorTotH:Gem_Detector_Potion_IV"
baseExperience313
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Snowcress_Herb"
quantity1
id"melvorTotH:Onyx"
quantity1
gpCost0
scCost0
id"melvorTotH:Multicooker_Potion"
name"Multicooker Potion"
level105
potionIDs
"melvorTotH:Multicooker_Potion_I"
"melvorTotH:Multicooker_Potion_II"
"melvorTotH:Multicooker_Potion_III"
"melvorTotH:Multicooker_Potion_IV"
baseExperience329
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Bitterlyme_Herb"
quantity1
id"melvorTotH:Grove_Logs"
quantity1
id"melvorF:Ash"
quantity1
gpCost0
scCost0
id"melvorTotH:Star_Seeker_Potion"
name"Star Seeker Potion"
level108
potionIDs
"melvorTotH:Star_Seeker_Potion_I"
"melvorTotH:Star_Seeker_Potion_II"
"melvorTotH:Star_Seeker_Potion_III"
"melvorTotH:Star_Seeker_Potion_IV"
baseExperience340
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Bitterlyme_Herb"
quantity1
id"melvorTotH:Meteorite_Ore"
quantity1
gpCost0
scCost0
id"melvorTotH:Traps_Potion"
name"Traps Potion"
level110
potionIDs
"melvorTotH:Traps_Potion_I"
"melvorTotH:Traps_Potion_II"
"melvorTotH:Traps_Potion_III"
"melvorTotH:Traps_Potion_IV"
baseExperience369
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Moonwort_Herb"
quantity1
id"melvorTotH:Elderwood_Logs"
quantity2
gpCost0
scCost0
id"melvorTotH:Blacksmith_Potion"
name"Blacksmith Potion"
level112
potionIDs
"melvorTotH:Blacksmith_Potion_I"
"melvorTotH:Blacksmith_Potion_II"
"melvorTotH:Blacksmith_Potion_III"
"melvorTotH:Blacksmith_Potion_IV"
baseExperience397
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Moonwort_Herb"
quantity1
id"melvorTotH:Iridium_Bar"
quantity2
gpCost0
scCost0
id"melvorTotH:Enkindled_Yields_Potion"
name"Enkindled Yields Potion"
level115
potionIDs
"melvorTotH:Enkindled_Yields_Potion_I"
"melvorTotH:Enkindled_Yields_Potion_II"
"melvorTotH:Enkindled_Yields_Potion_III"
"melvorTotH:Enkindled_Yields_Potion_IV"
baseExperience432
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Wurmtayle_Herb"
quantity1
id"melvorTotH:Charcoal"
quantity1
gpCost0
scCost0
id"melvorTotH:Alt_Magic_Potion"
name"Alt. Magic Potion"
level118
potionIDs
"melvorTotH:Alt_Magic_Potion_I"
"melvorTotH:Alt_Magic_Potion_II"
"melvorTotH:Alt_Magic_Potion_III"
"melvorTotH:Alt_Magic_Potion_IV"
baseExperience477
categoryID"melvorF:SkillPotions"
itemCosts
id"melvorTotH:Wurmtayle_Herb"
quantity1
id"melvorTotH:Soul_Rune"
quantity5
gpCost0
scCost0
id"melvorAoD:Barrier_Touch_Potion"
name"Barrier Touch Potion"
level12
potionIDs
"melvorAoD:Barrier_Touch_Potion_I"
"melvorAoD:Barrier_Touch_Potion_II"
"melvorAoD:Barrier_Touch_Potion_III"
"melvorAoD:Barrier_Touch_Potion_IV"
baseExperience13
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Garum_Herb"
quantity1
id"melvorAoD:Barrier_Gem"
quantity5
gpCost0
scCost0
id"melvorAoD:Barrier_Igniter_Potion"
name"Barrier Igniter Potion"
level75
potionIDs
"melvorAoD:Barrier_Igniter_Potion_I"
"melvorAoD:Barrier_Igniter_Potion_II"
"melvorAoD:Barrier_Igniter_Potion_III"
"melvorAoD:Barrier_Igniter_Potion_IV"
baseExperience130
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Barrentoe_Herb"
quantity1
id"melvorAoD:Eroding_Barrier_Gem"
quantity1
gpCost0
scCost0
id"melvorAoD:Unholy_Potion"
name"Unholy Potion"
level42
potionIDs
"melvorAoD:Unholy_Potion_I"
"melvorAoD:Unholy_Potion_II"
"melvorAoD:Unholy_Potion_III"
"melvorAoD:Unholy_Potion_IV"
baseExperience43
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity1
id"melvorAoD:Unholy_Dust"
quantity3
gpCost0
scCost0
id"melvorAoD:Cursed_Potion"
name"Cursed Potion"
level73
potionIDs
"melvorAoD:Cursed_Potion_I"
"melvorAoD:Cursed_Potion_II"
"melvorAoD:Cursed_Potion_III"
"melvorAoD:Cursed_Potion_IV"
baseExperience126
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Poraxx_Herb"
quantity1
id"melvorAoD:Cursed_Dust"
quantity3
gpCost0
scCost0
id"melvorAoD:Crystallization_Potion"
name"Crystallization Potion"
level40
potionIDs
"melvorAoD:Crystallization_Potion_I"
"melvorAoD:Crystallization_Potion_II"
"melvorAoD:Crystallization_Potion_III"
"melvorAoD:Crystallization_Potion_IV"
baseExperience41
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity3
id"melvorAoD:Crystal_Binding_Dust"
quantity2
gpCost0
scCost0
id"melvorAoD:Crystal_Sanction_Potion"
name"Crystal Sanction Potion"
level85
potionIDs
"melvorAoD:Crystal_Sanction_Potion_I"
"melvorAoD:Crystal_Sanction_Potion_II"
"melvorAoD:Crystal_Sanction_Potion_III"
"melvorAoD:Crystal_Sanction_Potion_IV"
baseExperience180
categoryID"melvorF:CombatPotions"
itemCosts
id"melvorF:Barrentoe_Herb"
quantity3
id"melvorAoD:Pure_Crystal_Binding_Dust"
quantity2
gpCost0
scCost0
baseMasteryPoolCap26000000
masteryCheckpoints
"+5% Herblore Mastery XP"
"+3% Herblore Skill XP"
"+5% resource preservation chance for Herblore"
"+10% chance to double Potions per action in Herblore"
baseInterval2000
name"Herblore"
deadlyToxinsItem"melvorTotH:Deadly_Toxins_Potion"
completedAncientRelic"melvorAoD:HerbloreRelic6"
ancientRelics
relicID"melvorAoD:HerbloreRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:HerbloreRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:HerbloreRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:HerbloreRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:HerbloreRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Agility"
data
pets
"melvorF:Sam"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Circlet_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Agility_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Utility"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.25
minibar
defaultItems
"melvorF:Agility_Skillcape"
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
Empty array
pets
"melvorF:Sam"
masteryTokenID"melvorF:Mastery_Token_Agility"
masteryLevelUnlocks
level10
descriptionID0
description"-3% Agility Interval for this Obstacle only."
level20
descriptionID1
description"-3% Agility Interval for this Obstacle only."
level30
descriptionID2
description"-3% Agility Interval for this Obstacle only."
level40
descriptionID3
description"-3% Agility Interval for this Obstacle only."
level50
descriptionID4
description"-3% Agility Interval for this Obstacle only."
level60
descriptionID5
description"-3% Agility Interval for this Obstacle only."
level70
descriptionID6
description"-3% Agility Interval for this Obstacle only."
level80
descriptionID7
description"-3% Agility Interval for this Obstacle only."
level80
descriptionID8
description"+10% Agility Obstacle cost reduction for this Obstacle only."
level90
descriptionID9
description"-3% Agility Interval for this Obstacle only."
level95
descriptionID10
description"+10% Agility Obstacle cost reduction for this Obstacle only."
level99
descriptionID11
description"Passive Debuffs (Red) are halved for this Obstacle only."
pillars
id"melvorF:PillarofCombat"
name"Pillar of Combat"
itemCosts
id"melvorD:Gold_Bar"
quantity5000
id"melvorD:Silver_Bar"
quantity5000
gpCost50000000
scCost0
modifiers
increasedMeleeEvasion10
increasedRangedEvasion10
increasedMagicEvasion10
increasedHPRegenFlat1
increasedSlayerAreaEffectNegationFlat5
increasedMinHitBasedOnMaxHit5
decreasedMonsterRespawnTimer200
id"melvorF:PillarofSkilling"
name"Pillar of Skilling"
itemCosts
id"melvorD:Gold_Bar"
quantity5000
id"melvorD:Silver_Bar"
quantity5000
gpCost50000000
scCost0
modifiers
increasedFarmingYield10
increasedChanceToDoubleItemsGlobal3
increasedGlobalPreservationChance3
increasedGlobalMasteryXP2
id"melvorF:PillarofGenerosity"
name"Pillar of Generosity"
itemCosts
id"melvorD:Gold_Bar"
quantity5000
id"melvorD:Silver_Bar"
quantity5000
gpCost50000000
scCost0
modifiers
increasedBankSpace10
increasedChanceToPreservePotionCharge10
increasedPotionChargesFlat5
increasedGPGlobal10
increasedSummoningChargePreservation5
obstacles
id"melvorF:CargoNet"
name"Cargo Net"
itemCosts
Empty array
gpCost10000
scCost0
modifiers
increasedGPGlobal3
increasedMasteryXP
skillID"melvorD:Fishing"
value2
category0
baseInterval4000
skillRequirements
Empty array
baseExperience8
gpReward6
scReward0
itemRewards
Empty array
id"melvorF:RopeSwing"
name"Rope Swing"
itemCosts
Empty array
gpCost10000
scCost0
modifiers
increasedMasteryXP
skillID"melvorD:Agility"
value2
category0
baseInterval4000
skillRequirements
Empty array
baseExperience6
gpReward8
scReward0
itemRewards
Empty array
id"melvorF:RopeClimb"
name"Rope Climb"
itemCosts
Empty array
gpCost10000
scCost0
modifiers
increasedMasteryXP
skillID"melvorD:Thieving"
value2
category0
baseInterval6000
skillRequirements
Empty array
baseExperience7
gpReward4
scReward0
itemRewards
Empty array
id"melvorF:RopeJump"
name"Rope Jump"
itemCosts
Empty array
gpCost50000
scCost0
modifiers
increasedMasteryXP
skillID"melvorD:Smithing"
value3
category1
baseInterval7000
skillRequirements
Empty array
baseExperience13
gpReward40
scReward0
itemRewards
Empty array
id"melvorF:MonkeyBars"
name"Monkey Bars"
itemCosts
id"melvorD:Oak_Logs"
quantity250
gpCost50000
scCost0
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Firemaking"
value4
category1
baseInterval3000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level15
baseExperience7
gpReward27
scReward0
itemRewards
Empty array
id"melvorF:BalanceBeam"
name"Balance Beam"
itemCosts
Empty array
gpCost50000
scCost0
modifiers
increasedSkillXP
skillID"melvorD:Agility"
value2
category1
baseInterval4000
skillRequirements
Empty array
baseExperience11
gpReward34
scReward0
itemRewards
Empty array
id"melvorF:BalanceSeesaw"
name"Balance Seesaw"
itemCosts
Empty array
gpCost150000
scCost0
modifiers
increasedSkillXP
skillID"melvorD:Agility"
value2
increasedMasteryXP
skillID"melvorD:Agility"
value2
category2
baseInterval5000
skillRequirements
Empty array
baseExperience24
gpReward92
scReward0
itemRewards
Empty array
id"melvorF:PipeClimb"
name"Pipe Climb"
itemCosts
id"melvorD:Iron_Bar"
quantity300
gpCost150000
scCost1000
modifiers
increasedMeleeMaxHit5
increasedMeleeEvasion5
category2
baseInterval9000
skillRequirements
type"SkillLevel"
skillID"melvorD:Strength"
level10
type"SkillLevel"
skillID"melvorD:Defence"
level10
baseExperience29
gpReward67
scReward0
itemRewards
Empty array
id"melvorF:PipeBalance"
name"Pipe Balance"
itemCosts
id"melvorD:Iron_Ore"
quantity300
id"melvorD:Tin_Ore"
quantity300
gpCost150000
scCost0
modifiers
increasedMiningNodeHP10
increasedGlobalPreservationChance3
increasedChanceNoDamageMining3
category2
baseInterval5000
skillRequirements
type"SkillLevel"
skillID"melvorD:Mining"
level20
baseExperience24
gpReward96
scReward0
itemRewards
Empty array
id"melvorF:PitJump"
name"Pit Jump"
itemCosts
id"melvorD:Raw_Herring"
quantity300
id"melvorD:Raw_Salmon"
quantity300
gpCost150000
scCost0
modifiers
increasedGlobalSkillXP3
decreasedSkillXP
skillID"melvorD:Agility"
value4
category2
baseInterval4000
skillRequirements
Empty array
baseExperience37
gpReward24
scReward0
itemRewards
Empty array
id"melvorF:SteppingStones"
name"Stepping Stones"
itemCosts
id"melvorD:Willow_Logs"
quantity300
id"melvorD:Teak_Logs"
quantity300
gpCost150000
scCost0
modifiers
increasedSkillXP
skillID"melvorD:Firemaking"
value3
decreasedSkillIntervalPercent
skillID"melvorD:Woodcutting"
value6
category2
baseInterval9000
skillRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level30
type"SkillLevel"
skillID"melvorD:Firemaking"
level30
baseExperience13
gpReward63
scReward0
itemRewards
Empty array
id"melvorF:CoalStones"
name"Coal Stones"
itemCosts
id"melvorD:Tomato_Seed"
quantity100
id"melvorD:Salmon"
quantity500
gpCost250000
scCost0
modifiers
increasedGlobalPreservationChance3
increasedGPFromThieving20
increasedFoodHealingValue10
decreasedGlobalSkillXP4
category3
baseInterval6000
skillRequirements
type"SkillLevel"
skillID"melvorD:Thieving"
level20
type"SkillLevel"
skillID"melvorD:Cooking"
level20
baseExperience22
gpReward40
scReward0
itemRewards
Empty array
id"melvorF:MudCrawl"
name"Mud Crawl"
itemCosts
id"melvorD:Garum_Herb"
quantity250
id"melvorD:Sourweed_Herb"
quantity250
id"melvorD:Mantalyme_Herb"
quantity250
gpCost250000
scCost0
modifiers
increasedSkillPreservationChance
skillID"melvorD:Herblore"
value3
increasedSkillXP
skillID"melvorD:Herblore"
value2
increasedMasteryXP
skillID"melvorD:Herblore"
value2
decreasedFarmingYield10
category3
baseInterval8000
skillRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level25
type"SkillLevel"
skillID"melvorD:Farming"
level25
baseExperience34
gpReward140
scReward0
itemRewards
Empty array
id"melvorF:MudDive"
name"Mud Dive"
itemCosts
id"melvorD:Mithril_Bar"
quantity500
gpCost250000
scCost5000
modifiers
increasedMeleeMaxHit2
increasedMeleeAccuracyBonus5
increasedFlatMaxHitpoints2
decreasedDamageReduction4
category3
baseInterval8000
skillRequirements
type"SkillLevel"
skillID"melvorD:Attack"
level20
type"SkillLevel"
skillID"melvorD:Strength"
level20
baseExperience43
gpReward66
scReward0
itemRewards
Empty array
id"melvorF:CaveClimb"
name"Cave Climb"
itemCosts
id"melvorD:Air_Rune"
quantity500
id"melvorD:Earth_Rune"
quantity500
id"melvorD:Iron_Bar"
quantity250
gpCost250000
scCost5000
modifiers
increasedAmmoPreservation5
increasedRunePreservation5
increasedMeleeMaxHit5
decreasedFlatMaxHitpoints4
category3
baseInterval7000
skillRequirements
type"SkillLevel"
skillID"melvorD:Strength"
level10
type"SkillLevel"
skillID"melvorD:Ranged"
level10
type"SkillLevel"
skillID"melvorD:Magic"
level10
baseExperience36
gpReward96
scReward0
itemRewards
Empty array
id"melvorF:GapJump"
name"Gap Jump"
itemCosts
id"melvorD:Mind_Rune"
quantity500
gpCost250000
scCost0
modifiers
increasedMasteryXP
skillID"melvorD:Runecrafting"
value3
category3
baseInterval6000
skillRequirements
Empty array
baseExperience48
gpReward45
scReward0
itemRewards
Empty array
id"melvorF:RockClimb"
name"Rock Climb"
itemCosts
id"melvorD:Teak_Logs"
quantity500
id"melvorD:Coal_Ore"
quantity500
id"melvorD:Onion_Seed"
quantity500
gpCost500000
scCost0
modifiers
increasedChanceToDoubleItemsSkill
skillID"melvorD:Fishing"
value5
skillID"melvorD:Woodcutting"
value5
skillID"melvorD:Mining"
value5
skillID"melvorD:Thieving"
value5
decreasedGlobalPreservationChance10
category4
baseInterval4000
skillRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level30
type"SkillLevel"
skillID"melvorD:Fishing"
level30
type"SkillLevel"
skillID"melvorD:Mining"
level30
type"SkillLevel"
skillID"melvorD:Thieving"
level30
baseExperience35
gpReward172
scReward0
itemRewards
Empty array
id"melvorF:CliffClimb"
name"Cliff Climb"
itemCosts
id"melvorD:Mithril_Bar"
quantity1000
gpCost500000
scCost20000
modifiers
increasedSlayerCoins10
increasedDamageToSlayerTasks5
increasedSlayerTaskLength10
decreasedSkillXP
skillID"melvorD:Slayer"
value10
decreasedSlayerAreaEffectNegationFlat20
category4
baseInterval13000
skillRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level20
baseExperience64
gpReward82
scReward0
itemRewards
Empty array
id"melvorF:CliffBalance"
name"Cliff Balance"
itemCosts
id"melvorD:Mithril_Ore"
quantity500
id"melvorD:Coal_Ore"
quantity500
id"melvorD:Rune_Essence"
quantity1000
gpCost500000
scCost20000
modifiers
increasedMeleeAccuracyBonus5
increasedRangedAccuracyBonus5
increasedMagicAccuracyBonus5
increasedFlatMaxHitpoints2
decreasedFlatPrayerCostReduction2
category4
baseInterval4000
skillRequirements
type"SkillLevel"
skillID"melvorD:Attack"
level20
type"SkillLevel"
skillID"melvorD:Ranged"
level20
type"SkillLevel"
skillID"melvorD:Magic"
level20
baseExperience41
gpReward117
scReward0
itemRewards
Empty array
id"melvorF:MountainClimb"
name"Mountain Climb"
itemCosts
id"melvorD:Bones"
quantity1000
gpCost500000
scCost0
modifiers
increasedGPFromAgility15
decreasedSkillIntervalPercent
skillID"melvorD:Agility"
value12
decreasedSkillXP
skillID"melvorD:Agility"
value8
decreasedMasteryXP
skillID"melvorD:Agility"
value2
category4
baseInterval10000
skillRequirements
Empty array
baseExperience60
gpReward296
scReward0
itemRewards
Empty array
id"melvorF:TreeClimb"
name"Tree Climb"
itemCosts
id"melvorD:Mahogany_Logs"
quantity1000
id"melvorD:Iron_Arrows"
quantity2000
id"melvorD:Chaos_Rune"
quantity2000
gpCost500000
scCost0
modifiers
increasedGlobalSkillXP4
increasedGlobalMasteryXP3
decreasedGlobalPreservationChance10
decreasedAmmoPreservation10
decreasedRunePreservation10
category4
baseInterval5000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level60
baseExperience44
gpReward91
scReward0
itemRewards
Empty array
id"melvorF:TreeHop"
name"Tree Hop"
itemCosts
id"melvorD:Steel_Arrows"
quantity2500
id"melvorF:Nature_Rune"
quantity2500
gpCost1000000
scCost0
modifiers
increasedGlobalPreservationChance5
increasedAmmoPreservation5
increasedRunePreservation5
category5
baseInterval11000
skillRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level40
type"SkillLevel"
skillID"melvorD:Ranged"
level40
type"SkillLevel"
skillID"melvorD:Magic"
level40
baseExperience68
gpReward565
scReward0
itemRewards
Empty array
id"melvorF:TreeBalance"
name"Tree Balance"
itemCosts
Empty array
gpCost1000000
scCost0
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Agility"
value12
decreasedGlobalSkillXP4
category5
baseInterval13000
skillRequirements
Empty array
baseExperience59
gpReward505
scReward0
itemRewards
Empty array
id"melvorF:RockyWaters"
name"Rocky Waters"
itemCosts
id"melvorD:Lobster"
quantity3000
gpCost1000000
scCost50000
modifiers
increasedFlatMaxHitpoints5
category5
baseInterval11000
skillRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level50
baseExperience61
gpReward578
scReward0
itemRewards
Empty array
id"melvorF:LakeSwim"
name"Lake Swim"
itemCosts
id"melvorD:Silver_Bar"
quantity2500
gpCost1000000
scCost50000
modifiers
increasedDamageToAllMonsters5
increasedDamageReduction1
increasedChanceToPreservePrayerPoints3
category5
baseInterval14000
skillRequirements
type"SkillLevel"
skillID"melvorD:Strength"
level50
type"SkillLevel"
skillID"melvorD:Prayer"
level50
baseExperience55
gpReward521
scReward0
itemRewards
Empty array
id"melvorF:RaftDrifting"
name"Raft Drifting"
itemCosts
id"melvorD:Watermelon"
quantity3000
gpCost1000000
scCost0
modifiers
increasedFarmingYield10
category5
baseInterval7000
skillRequirements
type"SkillLevel"
skillID"melvorD:Farming"
level60
baseExperience80
gpReward247
scReward0
itemRewards
Empty array
id"melvorF:SpikeTrap"
name"Spike Trap"
itemCosts
Empty array
gpCost2500000
scCost0
modifiers
decreasedFlatMaxHitpoints4
decreasedDamageReduction2
category6
baseInterval9000
skillRequirements
Empty array
baseExperience87
gpReward640
scReward0
itemRewards
Empty array
id"melvorF:HeatTrap"
name"Heat Trap"
itemCosts
Empty array
gpCost2500000
scCost0
modifiers
decreasedDamageToAllMonsters10
decreasedAutoEatEfficiency10
category6
baseInterval5000
skillRequirements
Empty array
baseExperience134
gpReward849
scReward0
itemRewards
Empty array
id"melvorF:BoulderTrap"
name"Boulder Trap"
itemCosts
Empty array
gpCost2500000
scCost0
modifiers
decreasedGlobalPreservationChance20
category6
baseInterval13000
skillRequirements
Empty array
baseExperience93
gpReward777
scReward0
itemRewards
Empty array
id"melvorF:WaterTrap"
name"Water Trap"
itemCosts
Empty array
gpCost2500000
scCost0
modifiers
decreasedGlobalSkillXP6
decreasedGlobalMasteryXP6
category6
baseInterval8000
skillRequirements
Empty array
baseExperience53
gpReward1035
scReward0
itemRewards
Empty array
id"melvorF:FreezingTrap"
name"Freezing Trap"
itemCosts
Empty array
gpCost2500000
scCost0
modifiers
decreasedRunePreservation30
decreasedAmmoPreservation30
decreasedMeleeAccuracyBonus16
decreasedRangedAccuracyBonus16
decreasedMagicAccuracyBonus16
category6
baseInterval8000
skillRequirements
Empty array
baseExperience78
gpReward598
scReward0
itemRewards
Empty array
id"melvorF:PipeCrawl"
name"Pipe Crawl"
itemCosts
id"melvorD:Adamantite_Bar"
quantity4000
gpCost5000000
scCost150000
modifiers
increasedDamageToSlayerAreaMonsters8
decreasedSlayerCoins10
category7
baseInterval11000
skillRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level70
baseExperience180
gpReward1603
scReward0
itemRewards
Empty array
id"melvorF:RaftBuilding"
name"Raft Building"
itemCosts
id"melvorD:Swordfish"
quantity2000
gpCost5000000
scCost150000
modifiers
increasedDamageToAllMonsters2
increasedFlatMaxHitpoints2
increasedDamageReduction1
category7
baseInterval14000
skillRequirements
type"SkillLevel"
skillID"melvorD:Strength"
level70
type"SkillLevel"
skillID"melvorD:Hitpoints"
level70
baseExperience144
gpReward2619
scReward0
itemRewards
Empty array
id"melvorF:SpikeJump"
name"Spike Jump"
itemCosts
id"melvorD:Emerald"
quantity2000
gpCost5000000
scCost150000
modifiers
increasedDamageToDungeonMonsters5
increasedChanceToDoubleLootCombat5
category7
baseInterval8000
skillRequirements
type"SkillLevel"
skillID"melvorD:Defence"
level70
type"SkillLevel"
skillID"melvorD:Prayer"
level70
baseExperience145
gpReward2301
scReward0
itemRewards
Empty array
id"melvorF:TreeHang"
name"Tree Hang"
itemCosts
id"melvorF:Barrentoe_Herb"
quantity5000
gpCost5000000
scCost0
modifiers
increasedGlobalMasteryXP5
decreasedGlobalSkillXP6
category7
baseInterval8000
skillRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level80
type"SkillLevel"
skillID"melvorD:Firemaking"
level80
baseExperience205
gpReward2360
scReward0
itemRewards
Empty array
id"melvorF:ALovelyJog"
name"A Lovely Jog"
itemCosts
id"melvorD:Magic_Logs"
quantity5000
gpCost5000000
scCost0
modifiers
increasedGlobalSkillXP5
decreasedGlobalMasteryXP6
category7
baseInterval12000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level70
type"SkillLevel"
skillID"melvorD:Fishing"
level70
type"SkillLevel"
skillID"melvorD:Mining"
level70
baseExperience106
gpReward1228
scReward0
itemRewards
Empty array
id"melvorF:LavaJump"
name"Lava Jump"
itemCosts
id"melvorD:Shark"
quantity2500
id"melvorD:Silver_Bar"
quantity5000
id"melvorD:Redwood_Logs"
quantity5000
gpCost10000000
scCost250000
modifiers
decreasedMonsterRespawnTimer300
decreasedDamageReduction6
decreasedGlobalMasteryXP6
decreasedAutoEatEfficiency6
category8
baseInterval5000
skillRequirements
type"SkillLevel"
skillID"melvorD:Prayer"
level80
baseExperience160
gpReward3488
scReward0
itemRewards
Empty array
id"melvorF:WaterJump"
name"Water Jump"
itemCosts
id"melvorD:Rune_Arrows"
quantity5000
id"melvorD:Death_Rune"
quantity5000
id"melvorD:Gold_Bar"
quantity5000
gpCost10000000
scCost250000
modifiers
increasedGlobalMasteryXP3
increasedMeleeMaxHit8
increasedRangedMaxHit8
increasedMagicMaxHit8
category8
baseInterval5000
skillRequirements
type"SkillLevel"
skillID"melvorD:Strength"
level70
type"SkillLevel"
skillID"melvorD:Magic"
level70
type"SkillLevel"
skillID"melvorD:Ranged"
level70
baseExperience162
gpReward888
scReward0
itemRewards
Empty array
id"melvorF:IceJump"
name"Ice Jump"
itemCosts
id"melvorD:Crab"
quantity2500
id"melvorD:Coal_Ore"
quantity5000
id"melvorD:Diamond"
quantity2000
gpCost10000000
scCost0
modifiers
increasedGlobalPreservationChance10
increasedFoodHealingValue5
increasedChanceToDoubleItemsGlobal5
increasedFlatMaxHitpoints2
increasedMiningNodeHP10
category8
baseInterval6000
skillRequirements
type"SkillLevel"
skillID"melvorD:Cooking"
level60
type"SkillLevel"
skillID"melvorD:Mining"
level60
type"SkillLevel"
skillID"melvorD:Slayer"
level60
type"SkillLevel"
skillID"melvorD:Thieving"
level60
baseExperience315
gpReward3898
scReward0
itemRewards
Empty array
id"melvorF:CaveMaze"
name"Cave Maze"
itemCosts
id"melvorD:Dragon_Bones"
quantity5000
gpCost10000000
scCost0
modifiers
increasedChanceToPreservePrayerPoints10
increasedAmmoPreservation10
increasedRunePreservation10
increasedFlatPrayerCostReduction1
category8
baseInterval8000
skillRequirements
type"SkillLevel"
skillID"melvorD:Prayer"
level70
type"SkillLevel"
skillID"melvorD:Ranged"
level70
type"SkillLevel"
skillID"melvorD:Magic"
level70
baseExperience296
gpReward604
scReward0
itemRewards
Empty array
id"melvorF:FrozenLakeCrossing"
name"Frozen Lake Crossing"
itemCosts
id"melvorD:Adamantite_Bar"
quantity7500
gpCost10000000
scCost250000
modifiers
increasedDamageToAllMonsters3
increasedAutoEatEfficiency10
increasedSlayerCoins10
increasedSkillXP
skillID"melvorD:Slayer"
value5
category8
baseInterval15000
skillRequirements
type"SkillLevel"
skillID"melvorD:Strength"
level70
type"SkillLevel"
skillID"melvorD:Hitpoints"
level70
baseExperience138
gpReward1086
scReward0
itemRewards
Empty array
id"melvorF:Waterfall"
name"Waterfall"
itemCosts
id"melvorF:Stardust"
quantity3000
gpCost20000000
scCost0
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Astrology"
value5
increasedSkillXP
skillID"melvorD:Astrology"
value5
increasedMasteryXP
skillID"melvorD:Astrology"
value5
category9
baseInterval23000
skillRequirements
Empty array
baseExperience567
gpReward7626
scReward0
itemRewards
Empty array
id"melvorF:LavaWaterfallDodge"
name"Lava Waterfall Dodge"
itemCosts
id"melvorD:Magic_Bones"
quantity10000
id"melvorD:Dragon_Arrows"
quantity10000
id"melvorD:Ancient_Rune"
quantity10000
gpCost20000000
scCost0
modifiers
increasedGlobalPreservationChance10
increasedAmmoPreservation5
increasedRunePreservation10
increasedChanceToPreservePrayerPoints10
category9
baseInterval15000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level95
type"SkillLevel"
skillID"melvorD:Ranged"
level95
type"SkillLevel"
skillID"melvorD:Magic"
level95
type"SkillLevel"
skillID"melvorD:Slayer"
level90
type"SkillLevel"
skillID"melvorD:Prayer"
level80
baseExperience361
gpReward2915
scReward0
itemRewards
Empty array
id"melvorF:BoulderMove"
name"Boulder Move"
itemCosts
id"melvorD:Dragonite_Bar"
quantity10000
id"melvorD:Redwood_Logs"
quantity10000
gpCost20000000
scCost0
modifiers
increasedGlobalMasteryXP8
category9
baseInterval14000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level99
type"SkillLevel"
skillID"melvorD:Woodcutting"
level99
baseExperience560
gpReward3257
scReward0
itemRewards
Empty array
id"melvorF:DragonFight"
name"Dragon Fight"
itemCosts
id"melvorD:Whale"
quantity3000
gpCost20000000
scCost300000
modifiers
decreasedMonsterRespawnTimer300
decreasedAutoEatEfficiency16
category9
baseInterval20000
skillRequirements
type"SkillLevel"
skillID"melvorD:Attack"
level95
type"SkillLevel"
skillID"melvorD:Strength"
level95
type"SkillLevel"
skillID"melvorD:Defence"
level95
type"SkillLevel"
skillID"melvorD:Prayer"
level95
baseExperience539
gpReward7175
scReward0
itemRewards
Empty array
id"melvorF:OceanRafting"
name"Ocean Rafting"
itemCosts
id"melvorD:Carrot"
quantity30000
gpCost20000000
scCost300000
modifiers
increasedDamageToAllMonsters5
increasedAutoEatEfficiency5
increasedSlayerCoins10
category9
baseInterval23000
skillRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level99
baseExperience343
gpReward3380
scReward0
itemRewards
Empty array
id"melvorF:ForestTrail"
name"Forest Trail"
itemCosts
id"melvorD:Maple_Logs"
quantity1500
gpCost1000000
scCost0
modifiers
increasedMasteryXP
skillID"melvorD:Summoning"
value5
decreasedSkillIntervalPercent
skillID"melvorD:Summoning"
value5
decreasedFarmingYield6
category5
baseInterval10000
skillRequirements
type"SkillLevel"
skillID"melvorD:Summoning"
level45
baseExperience88
gpReward252
scReward0
itemRewards
Empty array
id"melvorF:RunicTrail"
name"Runic Trail"
itemCosts
id"melvorF:Summoning_Shard_Gold"
quantity500
id"melvorF:Summoning_Shard_Black"
quantity500
gpCost5000000
scCost100000
modifiers
increasedSkillPreservationChance
skillID"melvorD:Summoning"
value5
increasedSummoningChargePreservation15
increasedSummoningCreationCharges3
decreasedSkillPreservationChance
skillID"melvorD:Herblore"
value16
category7
baseInterval12000
skillRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level70
type"SkillLevel"
skillID"melvorD:Herblore"
level70
type"SkillLevel"
skillID"melvorD:Summoning"
level75
baseExperience160
gpReward2399
scReward0
itemRewards
Empty array
id"melvorF:BurningCoals"
name"Burning Coals"
itemCosts
id"melvorD:Coal_Ore"
quantity350
id"melvorD:Oak_Logs"
quantity200
gpCost150000
scCost0
modifiers
increasedSkillXP
skillID"melvorD:Cooking"
value3
increasedChanceSuccessfulCook5
decreasedDamageToAllMonsters6
decreasedSkillIntervalPercent
skillID"melvorD:Cooking"
value3
category2
baseInterval6000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level25
baseExperience19
gpReward56
scReward0
itemRewards
Empty array
id"melvorF:SwelteringPools"
name"Sweltering Pools"
itemCosts
id"melvorD:Yew_Logs"
quantity1000
id"melvorD:Adamantite_Bar"
quantity500
id"melvorD:Coal_Ore"
quantity1000
gpCost5000000
scCost0
modifiers
increasedMasteryXP
skillID"melvorD:Cooking"
value3
decreasedSkillIntervalPercent
skillID"melvorD:Cooking"
value3
increasedFoodHealingValue10
increasedAutoEatEfficiency10
decreasedGlobalPreservationChance20
category7
baseInterval12000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level75
type"SkillLevel"
skillID"melvorD:Smithing"
level75
type"SkillLevel"
skillID"melvorD:Cooking"
level75
baseExperience195
gpReward2200
scReward0
itemRewards
Empty array
id"melvorF:RooftopRun"
name"Rooftop Run"
itemCosts
id"melvorD:Lemontyle_Herb"
quantity500
id"melvorD:Lobster"
quantity750
gpCost500000
scCost0
modifiers
increasedSkillXP
skillID"melvorD:Thieving"
value3
increasedGPFromThieving20
decreasedSkillInterval
skillID"melvorD:Thieving"
value200
increasedThievingStealth35
decreasedDamageToAllMonsters10
category4
baseInterval6000
skillRequirements
type"SkillLevel"
skillID"melvorD:Thieving"
level50
baseExperience27
gpReward288
scReward0
itemRewards
Empty array
id"melvorTotH:PitMaze"
name"Pit Maze"
itemCosts
id"melvorTotH:Corundumite_Ore"
quantity12500
gpCost30000000
scCost0
modifiers
increasedGlobalMasteryXP3
increasedMiningNodeHP15
increasedChanceForQualitySuperiorGem2
decreasedGlobalPreservationChance20
category10
baseInterval31000
skillRequirements
type"SkillLevel"
skillID"melvorD:Mining"
level100
baseExperience835
gpReward7044
scReward0
itemRewards
Empty array
id"melvorTotH:FrozenMaze"
name"Frozen Maze"
itemCosts
id"melvorF:Holy_Dust"
quantity12500
id"melvorTotH:Corundum_Arrows"
quantity7500
gpCost30000000
scCost300000
modifiers
decreasedMonsterRespawnTimer100
increasedDamageReduction1
increasedFlatPrayerCostReduction3
decreasedRunePreservation20
decreasedAmmoPreservation20
category10
baseInterval27000
skillRequirements
type"SkillLevel"
skillID"melvorD:Prayer"
level100
baseExperience810
gpReward8269
scReward0
itemRewards
Empty array
id"melvorTotH:WaterMaze"
name"Water Maze"
itemCosts
id"melvorTotH:Spruce_Logs"
quantity12500
id"melvorTotH:Snowcress_Herb"
quantity6000
gpCost30000000
scCost0
modifiers
increasedChanceToDoubleItemsGlobal10
decreasedGlobalSkillXP10
category10
baseInterval22000
skillRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level100
type"SkillLevel"
skillID"melvorD:Herblore"
level100
type"SkillLevel"
skillID"melvorD:Woodcutting"
level100
baseExperience870
gpReward5130
scReward0
itemRewards
Empty array
id"melvorTotH:ForestMaze"
name"Forest Maze"
itemCosts
id"melvorTotH:Lava_Fish"
quantity8000
id"melvorTotH:Corundumite_Bar"
quantity6000
gpCost30000000
scCost500000
modifiers
increasedSkillXP
skillID"melvorD:Slayer"
value8
increasedSlayerCoins10
increasedSlayerAreaEffectNegationFlat15
decreasedAutoEatEfficiency20
decreasedGlobalAccuracy20
category10
baseInterval19000
skillRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level100
type"SkillLevel"
skillID"melvorD:Cooking"
level100
type"SkillLevel"
skillID"melvorD:Smithing"
level100
baseExperience813
gpReward4341
scReward0
itemRewards
Empty array
id"melvorTotH:PipeMaze"
name"Pipe Maze"
itemCosts
id"melvorTotH:Onyx"
quantity8000
gpCost30000000
scCost300000
modifiers
decreasedEnemyDamageReduction5
increasedDamageToDungeonMonsters5
decreasedChanceToDoubleLootCombat20
category10
baseInterval24000
skillRequirements
type"SkillLevel"
skillID"melvorD:Attack"
level100
type"SkillLevel"
skillID"melvorD:Defence"
level100
type"SkillLevel"
skillID"melvorD:Prayer"
level100
baseExperience683
gpReward5111
scReward0
itemRewards
Empty array
id"melvorTotH:BoulderBalance"
name"Boulder Balance"
itemCosts
id"melvorTotH:Poison_Rune"
quantity20000
id"melvorTotH:Revenant_Shortbow"
quantity10000
id"melvorTotH:Corundum_Sword"
quantity10000
gpCost50000000
scCost0
modifiers
increasedMinHitBasedOnMaxHit5
decreasedAttackInterval100
decreasedGlobalAccuracy20
category11
baseInterval20000
skillRequirements
type"SkillLevel"
skillID"melvorD:Ranged"
level105
type"SkillLevel"
skillID"melvorD:Attack"
level105
type"SkillLevel"
skillID"melvorD:Magic"
level105
baseExperience682
gpReward5478
scReward0
itemRewards
Empty array
id"melvorTotH:CaveWaters"
name"Cave Waters"
itemCosts
id"melvorTotH:Bitterlyme_Herb"
quantity12500
id"melvorF:Alchemists_Bag"
quantity12500
id"melvorTotH:Raw_Rockfish"
quantity10000
gpCost50000000
scCost0
modifiers
increasedChanceToPreservePotionCharge15
decreasedSkillPreservationChance
skillID"melvorD:Herblore"
value10
decreasedGlobalMasteryXP6
category11
baseInterval34000
skillRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level105
type"SkillLevel"
skillID"melvorD:Crafting"
level105
type"SkillLevel"
skillID"melvorD:Fishing"
level105
baseExperience1088
gpReward9164
scReward0
itemRewards
Empty array
id"melvorTotH:RuneCrawl"
name"Rune Crawl"
itemCosts
id"melvorTotH:Hornbeam_Logs"
quantity15000
id"melvorF:Summoning_Shard_Gold"
quantity5000
id"melvorF:Summoning_Shard_Black"
quantity5000
gpCost50000000
scCost0
modifiers
increasedSummoningCreationCharges6
increasedSummoningChargePreservation10
decreasedSkillIntervalPercent
skillID"melvorD:Summoning"
value5
decreasedChanceToPreservePotionCharge20
category11
baseInterval25000
skillRequirements
type"SkillLevel"
skillID"melvorD:Summoning"
level105
baseExperience977
gpReward8552
scReward0
itemRewards
Empty array
id"melvorTotH:MonkeyTrail"
name"Monkey Trail"
itemCosts
id"melvorD:Coal_Ore"
quantity7500
id"melvorTotH:Magma_Fish"
quantity5000
id"melvorTotH:Chilli"
quantity7500
gpCost50000000
scCost0
modifiers
increasedFarmingYield15
decreasedSkillIntervalPercent
skillID"melvorD:Cooking"
value5
increasedFoodHealingValue10
decreasedGlobalPreservationChance10
decreasedSkillXP
skillID"melvorD:Agility"
value6
category11
baseInterval23000
skillRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level105
type"SkillLevel"
skillID"melvorD:Cooking"
level105
type"SkillLevel"
skillID"melvorD:Farming"
level105
baseExperience712
gpReward6204
scReward0
itemRewards
Empty array
id"melvorTotH:ForestJog"
name"Forest Jog"
itemCosts
id"melvorTotH:Oricha"
quantity5000
gpCost50000000
scCost0
modifiers
decreasedAgilityObstacleCost5
increasedGPFromAgility25
decreasedGlobalMasteryXP6
category11
baseInterval24000
skillRequirements
Empty array
baseExperience1100
gpReward6628
scReward0
itemRewards
Empty array
id"melvorTotH:RopeTrap"
name"Rope Trap"
itemCosts
Empty array
gpCost75000000
scCost0
modifiers
increasedDamageToBosses8
decreasedGlobalMasteryXP10
category12
baseInterval38000
skillRequirements
Empty array
baseExperience933
gpReward9080
scReward0
itemRewards
Empty array
id"melvorTotH:IceTrap"
name"Ice Trap"
itemCosts
Empty array
gpCost75000000
scCost0
modifiers
increasedGlobalMasteryXP6
decreasedDamageToAllMonsters10
decreasedAutoEatEfficiency20
category12
baseInterval38000
skillRequirements
Empty array
baseExperience1366
gpReward8387
scReward0
itemRewards
Empty array
id"melvorTotH:BurningTrap"
name"Burning Trap"
itemCosts
Empty array
gpCost75000000
scCost0
modifiers
increasedGPGlobal15
decreasedChanceToDoubleItemsGlobal30
decreasedChanceToDoubleLootCombat30
category12
baseInterval27000
skillRequirements
Empty array
baseExperience1013
gpReward8682
scReward0
itemRewards
Empty array
id"melvorTotH:CaveTrap"
name"Cave Trap"
itemCosts
Empty array
gpCost75000000
scCost0
modifiers
increasedChanceToPreservePotionCharge5
increasedSummoningChargePreservation5
decreasedFlatMaxHitpoints5
decreasedGlobalPreservationChance10
category12
baseInterval42000
skillRequirements
Empty array
baseExperience1674
gpReward7567
scReward0
itemRewards
Empty array
id"melvorTotH:BalanceTrap"
name"Balance Trap"
itemCosts
Empty array
gpCost75000000
scCost0
modifiers
increasedChanceToDoubleItemsGlobal5
increasedSkillIntervalPercent
skillID"melvorD:Agility"
value10
decreasedGPFromAgility30
category12
baseInterval34000
skillRequirements
Empty array
baseExperience1214
gpReward9844
scReward0
itemRewards
Empty array
id"melvorTotH:RooftopClimb"
name"Rooftop Climb"
itemCosts
id"melvorTotH:Moonwort_Herb"
quantity15000
id"melvorTotH:Raw_Ghost_Fish"
quantity15000
gpCost150000000
scCost0
modifiers
increasedThievingStealth75
increasedGPFromThieving50
decreasedThievingStunIntervalPercent25
decreasedChanceToDoubleItemsGlobal30
decreasedChanceToDoubleLootCombat30
category13
baseInterval39000
skillRequirements
type"SkillLevel"
skillID"melvorD:Thieving"
level110
type"SkillLevel"
skillID"melvorD:Fishing"
level110
baseExperience1610
gpReward9274
scReward0
itemRewards
Empty array
id"melvorTotH:ForestClimb"
name"Forest Climb"
itemCosts
id"melvorTotH:Meteorite_Ore"
quantity5000
id"melvorF:Golden_Stardust"
quantity1000
gpCost150000000
scCost0
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Astrology"
value10
increasedChanceStardust1.5
increasedChanceGoldenStardust0.5
decreasedGlobalSkillXP6
category13
baseInterval28000
skillRequirements
type"SkillLevel"
skillID"melvorD:Astrology"
level110
type"SkillLevel"
skillID"melvorD:Mining"
level115
baseExperience1477
gpReward7123
scReward0
itemRewards
Empty array
id"melvorTotH:FreezingClimb"
name"Freezing Climb"
itemCosts
id"melvorTotH:Cerulean"
quantity5000
id"melvorTotH:Palladium_Bar"
quantity15000
id"melvorTotH:Pure_Essence"
quantity20000
gpCost150000000
scCost0
modifiers
increasedGlobalEvasion30
increasedGlobalAccuracy30
increasedDamageToDungeonMonsters15
decreasedGPFromMonsters150
decreasedChanceToDoubleLootCombat6
category13
baseInterval35000
skillRequirements
type"SkillLevel"
skillID"melvorD:Defence"
level110
type"SkillLevel"
skillID"melvorD:Ranged"
level110
type"SkillLevel"
skillID"melvorD:Magic"
level110
baseExperience1505
gpReward10357
scReward0
itemRewards
Empty array
id"melvorTotH:GapClimb"
name"Gap Climb"
itemCosts
id"melvorTotH:Augite_Ore"
quantity15000
gpCost150000000
scCost1000000
modifiers
increasedSlayerCoins10
increasedSlayerAreaEffectNegationFlat15
increasedDamageToSlayerAreaMonsters15
decreasedDamageToDungeonMonsters20
category13
baseInterval36000
skillRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level110
baseExperience1499
gpReward6659
scReward0
itemRewards
Empty array
id"melvorTotH:WaterfallClimb"
name"Waterfall Climb"
itemCosts
id"melvorTotH:Red_Oak_Logs"
quantity15000
gpCost150000000
scCost0
modifiers
increasedMasteryXP
skillID"melvorD:Agility"
value10
increasedGPFromAgility40
decreasedSkillXP
skillID"melvorD:Agility"
value16
category13
baseInterval32000
skillRequirements
Empty array
baseExperience1326
gpReward10897
scReward0
itemRewards
Empty array
id"melvorTotH:FreezingRafting"
name"Freezing Rafting"
itemCosts
id"melvorTotH:Mystic_Logs"
quantity20000
id"melvorTotH:Raw_Mystic_Seahorse"
quantity10000
gpCost200000000
scCost1000000
modifiers
increasedAutoEatThreshold3
increasedAutoEatEfficiency15
decreasedSkillIntervalPercent
skillID"melvorD:Cooking"
value10
decreasedFarmingYield20
category14
baseInterval48000
skillRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level110
type"SkillLevel"
skillID"melvorD:Cooking"
level120
type"SkillLevel"
skillID"melvorD:Firemaking"
level120
baseExperience2154
gpReward11571
scReward0
itemRewards
Empty array
id"melvorTotH:WaterDive"
name"Water Dive"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity20000
id"melvorTotH:Terrorfish"
quantity20000
id"melvorTotH:Divinite_Ore"
quantity20000
gpCost200000000
scCost0
modifiers
increasedGlobalMasteryXP8
decreasedGlobalSkillXP8
category14
baseInterval44000
skillRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level120
type"SkillLevel"
skillID"melvorD:Fishing"
level120
type"SkillLevel"
skillID"melvorD:Mining"
level120
baseExperience1944
gpReward13542
scReward0
itemRewards
Empty array
id"melvorTotH:WaterfallCrossing"
name"Waterfall Crossing"
itemCosts
id"melvorF:Diamond_Luck_Potion_IV"
quantity10000
id"melvorTotH:Wurmtayle_Herb"
quantity15000
gpCost200000000
scCost1000000
modifiers
increasedAttackRolls1
decreasedFlatMaxHitpoints10
decreasedSlayerCoins10
category14
baseInterval41000
skillRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level120
baseExperience1841
gpReward11556
scReward0
itemRewards
Empty array
id"melvorTotH:MountainTrail"
name"Mountain Trail"
itemCosts
id"melvorTotH:Meteorite_Bar"
quantity10000
id"melvorTotH:Meteorite_Javelin"
quantity15000
id"melvorTotH:Revenant_Logs"
quantity25000
gpCost200000000
scCost0
modifiers
decreasedSkillInterval
skillID"melvorD:Smithing"
value200
skillID"melvorD:Fletching"
value200
skillID"melvorD:Crafting"
value200
increasedChanceAdditionalSkillResource
skillID"melvorD:Smithing"
value30
skillID"melvorD:Fletching"
value30
skillID"melvorD:Crafting"
value30
increasedChanceForQualitySuperiorGem3
decreasedGlobalPreservationChance20
category14
baseInterval27000
skillRequirements
type"SkillLevel"
skillID"melvorD:Smithing"
level115
type"SkillLevel"
skillID"melvorD:Fletching"
level115
type"SkillLevel"
skillID"melvorD:Crafting"
level115
baseExperience1534
gpReward10103
scReward0
itemRewards
Empty array
id"melvorTotH:LavaTrail"
name"Lava Trail"
itemCosts
id"melvorTotH:Starfruit"
quantity30000
id"melvorF:Golden_Stardust"
quantity1000
gpCost200000000
scCost0
modifiers
increasedGlobalPreservationChance15
decreasedGlobalMasteryXP8
category14
baseInterval36000
skillRequirements
type"SkillLevel"
skillID"melvorD:Farming"
level120
type"SkillLevel"
skillID"melvorD:Astrology"
level120
baseExperience1683
gpReward9899
scReward0
itemRewards
Empty array
id"melvorAoD:RiverCrossing"
name"River Crossing"
itemCosts
id"melvorAoD:Paper"
quantity200
gpCost50000
scCost0
modifiers
decreasedSurveyInterval5
decreasedMapRefinementCost5
increasedSkillXP
skillID"melvorAoD:Cartography"
value5
category1
baseInterval5000
skillRequirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level15
baseExperience12
gpReward45
scReward0
itemRewards
Empty array
id"melvorAoD:CaveTrail"
name"Cave Trail"
itemCosts
id"melvorAoD:Large_Stone"
quantity20
gpCost150000
scCost0
modifiers
increasedChanceToPreserveMapCharges5
increasedSkillXP
skillID"melvorAoD:Archaeology"
value6
increasedMasteryXP
skillID"melvorAoD:Archaeology"
value6
category3
baseInterval7000
skillRequirements
type"SkillLevel"
skillID"melvorAoD:Archaeology"
level25
baseExperience40
gpReward80
scReward0
itemRewards
Empty array
id"melvorAoD:OceanDrifting"
name"Ocean Drifting"
itemCosts
id"melvorD:Magic_Logs"
quantity5000
id"melvorAoD:Paper"
quantity5000
id"melvorAoD:Coral"
quantity500
gpCost10000000
scCost250000
modifiers
decreasedMapRefinementCost10
increasedChanceToDoubleItemsSkill
skillID"melvorAoD:Archaeology"
value10
skillID"melvorAoD:Cartography"
value10
decreasedSkillIntervalPercent
skillID"melvorAoD:Cartography"
value5
category8
baseInterval10000
skillRequirements
type"SkillLevel"
skillID"melvorAoD:Archaeology"
level70
type"SkillLevel"
skillID"melvorAoD:Cartography"
level70
baseExperience250
gpReward1560
scReward0
itemRewards
Empty array
baseMasteryPoolCap39500000
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"
quantity10000
id"melvorTotH:Divinite_Bar"
quantity10000
gpCost250000000
scCost3000000
modifiers
increasedHitpointRegeneration50
increasedLifesteal10
increasedSlayerAreaEffectNegationFlat35
increasedChanceToPreservePrayerPoints25
increasedFlatPrayerCostReduction3
increasedGPFromMonsters350
id"melvorTotH:ElitePillarOfEndowment"
name"Elite Pillar of Endowment"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity10000
id"melvorTotH:Divinite_Bar"
quantity10000
gpCost250000000
scCost0
modifiers
increasedChanceToPreservePotionCharge20
increasedSummoningChargePreservation20
increasedSummoningCreationCharges20
increasedBankSpace50
increasedChanceToPreserveConsumable20
id"melvorTotH:ElitePillarOfExpertise"
name"Elite Pillar of Expertise"
itemCosts
id"melvorTotH:Carrion_Logs"
quantity10000
id"melvorTotH:Divinite_Bar"
quantity10000
gpCost250000000
scCost0
modifiers
increasedGlobalMasteryXP8
increasedGPGlobal40
increasedChanceToDoubleItemsGlobal8
decreasedGlobalSkillIntervalPercent3
completedAncientRelic"melvorAoD:AgilityRelic6"
ancientRelics
relicID"melvorAoD:AgilityRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AgilityRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AgilityRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AgilityRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AgilityRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Astrology"
data
pets
"melvorF:Astro"
"melvorD:Ty"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Circlet_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
itemID"melvorAoD:Astrology_Lesser_Relic"
quantity300
requirements
Empty array
chance
type"Fixed"
chance0.1000000000000000055511151231257827021181583404541015625
gamemodes
"melvorAoD:AncientRelics"
itemID"melvorF:Birthday_Present_Utility"
quantity1
requirements
Empty array
chance
type"Fixed"
chance0.25
minibar
defaultItems
"melvorF:Astrology_Skillcape"
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
Empty array
pets
"melvorF:Astro"
masteryTokenID"melvorF:Mastery_Token_Astrology"
masteryLevelUnlocks
level20
descriptionID0
description"Unlock another Star (Unique Modifier)"
level40
descriptionID1
description"Unlock another Star (Standard Modifier)"
level60
descriptionID2
description"Unlock another Star (Unique Modifier)"
level80
descriptionID3
description"Unlock another Star (Standard Modifier)"
level99
descriptionID4
description"Unlock another Star (Unique Modifier)"
recipes
id"melvorF:Deedree"
baseExperience5
level1
name"Deedree"
skillIDs
"melvorD:Woodcutting"
"melvorD:Farming"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Woodcutting"
key"increasedSkillXP"
skill"melvorD:Farming"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedMasteryXP"
skill"melvorD:Woodcutting"
key"increasedMasteryXP"
skill"melvorD:Farming"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Woodcutting"
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Farming"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedBirdNestDropRate"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedFarmingYield"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceStardustCuttingMagicLogs"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerDeedree"
id"melvorF:Iridan"
baseExperience13
level10
name"Iridan"
skillIDs
"melvorD:Attack"
"melvorD:Smithing"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Attack"
key"increasedGlobalAccuracy"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedSkillXP"
skill"melvorD:Smithing"
key"increasedMasteryXP"
skill"melvorD:Smithing"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Smithing"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedHiddenSkillLevel"
skill"melvorD:Attack"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"decreasedSkillIntervalPercent"
skill"melvorD:Smithing"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedMinHitBasedOnMaxHit"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerIridan"
id"melvorF:Ameria"
baseExperience21
level20
name"Ameria"
skillIDs
"melvorD:Fishing"
"melvorD:Firemaking"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Fishing"
key"increasedSkillXP"
skill"melvorD:Firemaking"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedMasteryXP"
skill"melvorD:Fishing"
key"increasedMasteryXP"
skill"melvorD:Firemaking"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Fishing"
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Firemaking"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedFishingSpecialChance"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"decreasedSkillIntervalPercent"
skill"melvorD:Fishing"
key"decreasedSkillIntervalPercent"
skill"melvorD:Firemaking"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceForDiamondFiremaking"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerAmeria"
id"melvorF:Terra"
baseExperience29
level30
name"Terra"
skillIDs
"melvorD:Strength"
"melvorD:Mining"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Strength"
key"increasedGlobalAccuracy"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedSkillXP"
skill"melvorD:Mining"
key"increasedMasteryXP"
skill"melvorD:Mining"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Mining"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedHiddenSkillLevel"
skill"melvorD:Strength"
key"increasedMeleeStrengthBonus"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedMiningGemChance"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceNoDamageMining"
maxCount5
incrementValue1
costs
50
100
200
400
800
id"melvorF:Vale"
baseExperience37
level40
name"Vale"
skillIDs
"melvorD:Hitpoints"
"melvorD:Cooking"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Hitpoints"
key"increasedGlobalAccuracy"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedSkillXP"
skill"melvorD:Cooking"
key"increasedMasteryXP"
skill"melvorD:Cooking"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Cooking"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"decreasedSkillIntervalPercent"
skill"melvorD:Cooking"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedLifesteal"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedFoodHealingValue"
key"increasedChanceToPreserveFood"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerVale"
id"melvorF:Syllia"
baseExperience45
level50
name"Syllia"
skillIDs
"melvorD:Ranged"
"melvorD:Fletching"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Ranged"
key"increasedGlobalAccuracy"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedSkillXP"
skill"melvorD:Fletching"
key"increasedMasteryXP"
skill"melvorD:Fletching"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Fletching"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedHiddenSkillLevel"
skill"melvorD:Ranged"
key"increasedRangedStrengthBonus"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedAmmoPreservation"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceAdditionalSkillResource"
skill"melvorD:Fletching"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerSyllia"
id"melvorF:Arachi"
baseExperience53
level60
name"Arachi"
skillIDs
"melvorD:Magic"
"melvorD:Runecrafting"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Magic"
key"increasedGlobalAccuracy"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedSkillXP"
skill"melvorD:Runecrafting"
key"increasedMasteryXP"
skill"melvorD:Runecrafting"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Runecrafting"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedHiddenSkillLevel"
skill"melvorD:Magic"
key"increasedMagicDamageBonus"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedAltMagicRunePreservation"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceForElementalRune"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerArachi"
id"melvorF:Ko"
baseExperience61
level70
name"Ko"
skillIDs
"melvorD:Agility"
"melvorD:Thieving"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Thieving"
key"increasedSkillXP"
skill"melvorD:Agility"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedMasteryXP"
skill"melvorD:Thieving"
key"increasedMasteryXP"
skill"melvorD:Agility"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Thieving"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"decreasedSkillIntervalPercent"
skill"melvorD:Thieving"
key"decreasedSkillIntervalPercent"
skill"melvorD:Agility"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedGPFromAgility"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedThievingStealth"
maxCount5
incrementValue10
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerKo"
id"melvorF:Tellus"
baseExperience69
level80
name"Tellus"
skillIDs
"melvorD:Defence"
"melvorD:Slayer"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Defence"
key"increasedHiddenSkillLevel"
skill"melvorD:Defence"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedSkillXP"
skill"melvorD:Slayer"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedGPFromMonsters"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedSlayerCoins"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedDamageToSlayerAreaMonsters"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedReflectDamage"
maxCount5
incrementValue1
costs
50
100
200
400
800
id"melvorF:Hyden"
baseExperience77
level90
name"Hyden"
skillIDs
"melvorD:Prayer"
"melvorD:Crafting"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Prayer"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedSkillXP"
skill"melvorD:Crafting"
key"increasedMasteryXP"
skill"melvorD:Crafting"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Crafting"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"decreasedSkillIntervalPercent"
skill"melvorD:Crafting"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceAdditionalSkillResource"
skill"melvorD:Crafting"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceToPreservePrayerPoints"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerHyden"
id"melvorF:Qimican"
baseExperience85
level95
name"Qimican"
skillIDs
"melvorD:Summoning"
"melvorD:Herblore"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Herblore"
key"increasedSkillXP"
skill"melvorD:Summoning"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedMasteryXP"
skill"melvorD:Herblore"
key"increasedMasteryXP"
skill"melvorD:Summoning"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Herblore"
key"increasedChanceToDoubleItemsSkill"
skill"melvorD:Summoning"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"decreasedSkillIntervalPercent"
skill"melvorD:Herblore"
key"decreasedSkillIntervalPercent"
skill"melvorD:Summoning"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceToPreservePotionCharge"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedSummoningChargePreservation"
maxCount5
incrementValue1
costs
50
100
200
400
800
masteryXPModifier"increasedSkillMasteryXPPerQimican"
id"melvorTotH:Variel"
baseExperience155
level100
name"Variel"
skillIDs
"melvorD:Astrology"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Astrology"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedMasteryXP"
skill"melvorD:Astrology"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceStardust"
maxCount8
incrementValue0.25
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"decreasedSkillIntervalPercent"
skill"melvorD:Astrology"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceGoldenStardust"
maxCount5
incrementValue0.5
costs
50
100
200
400
800
modifiers
key"increasedChanceToFindMeteorite"
maxCount5
incrementValue0.1000000000000000055511151231257827021181583404541015625
costs
50
100
200
400
800
id"melvorTotH:Haemir"
baseExperience235
level105
name"Haemir"
skillIDs
"melvorD:Township"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorD:Township"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedTownshipResourceProduction"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedTownshipMaxStorage"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedTownshipHappiness"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"decreasedTownshipBuildingCost"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedTownshipEducation"
maxCount5
incrementValue1
costs
50
100
200
400
800
id"melvorTotH:Rosaniya"
baseExperience335
level110
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"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedChanceForQualitySuperiorGem"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleItemsGlobal"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceStardust"
maxCount8
incrementValue0.5
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"increasedGPGlobal"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedBankSpace"
maxCount5
incrementValue10
costs
50
100
200
400
800
modifiers
key"increasedGlobalMasteryXP"
maxCount5
incrementValue1
costs
50
100
200
400
800
id"melvorTotH:Ashtar"
baseExperience475
level115
name"Ashtar"
skillIDs
"melvorD:Attack"
"melvorD:Strength"
"melvorD:Defence"
"melvorD:Hitpoints"
"melvorD:Ranged"
"melvorD:Magic"
"melvorD:Prayer"
"melvorD:Slayer"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedAutoEatEfficiency"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedDamageToSlayerTasks"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToDoubleLootCombat"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"decreasedAttackIntervalPercent"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedSlayerAreaEffectNegationFlat"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"decreasedEnemyDamageReduction"
maxCount5
incrementValue1
costs
50
100
200
400
800
id"melvorAoD:Nysa"
baseExperience41
level45
name"Nysa"
skillIDs
"melvorAoD:Archaeology"
"melvorAoD:Cartography"
gpReward0
scReward0
itemRewards
Empty array
standardModifiers
modifiers
key"increasedSkillXP"
skill"melvorAoD:Archaeology"
key"increasedSkillXP"
skill"melvorAoD:Cartography"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedChanceToPreserveMapCharges"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
modifiers
key"increasedMasteryXP"
skill"melvorAoD:Archaeology"
maxCount8
incrementValue1
costs
10
20
40
80
160
320
640
1280
uniqueModifiers
modifiers
key"decreasedMapRefinementCost"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"decreasedSurveyInterval"
maxCount5
incrementValue1
costs
50
100
200
400
800
modifiers
key"increasedChanceToDoubleItemsSkill"
skill"melvorAoD:Archaeology"
key"increasedChanceToDoubleItemsSkill"
skill"melvorAoD:Cartography"
maxCount5
incrementValue1
costs
50
100
200
400
800
stardustItemID"melvorF:Stardust"
goldenStardustItemID"melvorF:Golden_Stardust"
baseMasteryPoolCap8000000
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
baseStardustChance5
baseGoldenStardustChance2
baseInterval3000
name"Astrology"
completedAncientRelic"melvorAoD:AstrologyRelic6"
ancientRelics
relicID"melvorAoD:AstrologyRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AstrologyRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AstrologyRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AstrologyRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:AstrologyRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
skillID"melvorD:Township"
data
pets
"melvorF:B"
minibar
defaultItems
"melvorF:Township_Skillcape"
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
Empty array
pets
"melvorF:B"
biomes
id"melvorF:Grasslands"
name"Grasslands"
tier1
id"melvorF:Forest"
name"Forest"
tier1
id"melvorF:Mountains"
name"Mountains"
tier1
id"melvorF:Water"
name"Water"
tier1
id"melvorF:Swamp"
name"Swamp"
tier2
id"melvorF:Valley"
name"Valley"
tier2
id"melvorF:Arid_Plains"
name"Arid Plains"
tier2
id"melvorF:Jungle"
name"Jungle"
tier3
id"melvorF:Desert"
name"Desert"
tier3
id"melvorF:Snowlands"
name"Snowlands"
tier3
worships
id"melvorF:Aeris"
name"Aeris"
description""
modifiers
decreasedTownshipDesertProduction50
decreasedTownshipWaterProduction75
isHiddenfalse
checkpoints
increasedTownshipMountainsProduction25
increasedTownshipValleyProduction25
increasedTownshipMountainsProduction25
increasedTownshipValleyProduction25
increasedTownshipMountainsProduction25
increasedTownshipValleyProduction25
increasedTownshipMountainsProduction25
increasedTownshipValleyProduction25
decreasedTownshipBuildingCost25
unlockRequirements
Empty array
statueName"Statue of Aeris"
statueMedia"assets/media/skills/township/Statue_of_Aeris.svg"
seasonMultiplier
seasonID"melvorF:Spring"
multiplier2
id"melvorF:Glacia"
name"Glacia"
description""
modifiers
decreasedTownshipMountainsProduction75
decreasedTownshipDesertProduction50
isHiddenfalse
checkpoints
increasedTownshipWaterProduction25
increasedTownshipSwampProduction25
decreasedTownshipBuildingCost15
increasedTownshipWaterProduction25
increasedTownshipWaterProduction50
increasedTownshipSwampProduction50
unlockRequirements
Empty array
statueName"Statue of Glacia"
statueMedia"assets/media/skills/township/Statue_of_Glacia.svg"
seasonMultiplier
seasonID"melvorF:Winter"
multiplier2
id"melvorF:Terran"
name"Terran"
description""
modifiers
decreasedTownshipWaterProduction50
decreasedTownshipDesertProduction75
isHiddenfalse
checkpoints
increasedTownshipForestProduction25
increasedTownshipJungleProduction25
increasedTownshipForestProduction25
increasedTownshipJungleProduction25
increasedTownshipJungleProduction50
increasedTownshipForestProduction25
decreasedTownshipBuildingCost15
unlockRequirements
Empty array
statueName"Statue of Terran"
statueMedia"assets/media/skills/township/Statue_of_Terran.svg"
seasonMultiplier
seasonID"melvorF:Fall"
multiplier2
id"melvorF:Ragnar"
name"Ragnar"
description""
modifiers
decreasedTownshipWaterProduction75
decreasedTownshipMountainsProduction50
isHiddenfalse
checkpoints
increasedTownshipAridPlainsProduction25
increasedTownshipDesertProduction25
increasedTownshipDesertProduction25
increasedTownshipAridPlainsProduction25
decreasedTownshipBuildingCost15
increasedTownshipDesertProduction50
increasedTownshipAridPlainsProduction25
unlockRequirements
Empty array
statueName"Statue of Ragnar"
statueMedia"assets/media/skills/township/Statue_of_Ragnar.svg"
seasonMultiplier
seasonID"melvorF:Summer"
multiplier2
id"melvorF:Bane"
name"Bane"
description""
modifiers
enableNightfallSeason1
decreasedTownshipBuildingCost15
isHiddenfalse
checkpoints
increasedTownshipGrasslandsProduction25
increasedTownshipSwampProduction25
increasedTownshipSnowlandsProduction25
increasedTownshipGrasslandsProduction25
increasedTownshipSwampProduction25
increasedTownshipSnowlandsProduction25
increasedTownshipGrasslandsProduction25
increasedTownshipSwampProduction25
increasedTownshipSnowlandsProduction25
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorF:Impending_Darkness"
count1
statueName"Statue of Bane"
statueMedia"assets/media/skills/township/Statue_of_Bane.svg"
seasonMultiplier
Empty array
id"melvorF:Lemon"
name"UNDEFINED TRANSLATION: :WORSHIP_Lemon"
description""
modifiers
Empty object
isHiddentrue
checkpoints
Empty object
Empty object
Empty object
Empty object
Empty object
unlockRequirements
Empty array
statueName"Statue of Lemon"
statueMedia"assets/media/skills/township/Statue_of_Lemon.svg"
seasonMultiplier
Empty array
id"melvorTotH:TheHerald"
name"The Herald"
description""
modifiers
enableSolarEclipseSeason1
decreasedTownshipMountainsProduction31
decreasedTownshipAridPlainsProduction31
decreasedTownshipSnowlandsProduction31
isHiddenfalse
checkpoints
increasedTownshipSwampProduction42
increasedTownshipJungleProduction42
increasedTownshipDesertProduction42
increasedTownshipWaterProduction42
increasedTownshipForestProduction42
increasedTownshipValleyProduction42
increasedTownshipGrasslandsProduction42
decreasedTownshipRepairCost25
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Throne_of_the_Herald"
count1
statueName"Statue of The Herald"
statueMedia"assets/media/skills/township/Statue_of_The_Herald.svg"
seasonMultiplier
Empty array
resources
id"melvorF:GP"
name"GP"
type"Currency"
startingAmount0
id"melvorF:Food"
name"Food"
type"Raw"
startingAmount2500
id"melvorF:Wood"
name"Wood"
type"Raw"
startingAmount5000
id"melvorF:Stone"
name"Stone"
type"Raw"
startingAmount10000
id"melvorF:Ore"
name"Ore"
type"Raw"
startingAmount0
id"melvorF:Coal"
name"Coal"
type"Raw"
startingAmount0
id"melvorF:Bar"
name"Bar"
type"Raw"
startingAmount0
id"melvorF:Herbs"
name"Herbs"
type"Raw"
startingAmount0
id"melvorF:Rune_Essence"
name"Rune Essence"
type"Raw"
startingAmount0
id"melvorF:Leather"
name"Leather"
type"Raw"
startingAmount0
id"melvorF:Potions"
name"Potions"
type"Raw"
startingAmount0
id"melvorF:Planks"
name"Planks"
type"Raw"
startingAmount0
id"melvorF:Clothing"
name"Clothing"
type"Raw"
startingAmount0
itemConversions
toTownship
resourceID"melvorF:Food"
items
itemID"melvorD:Shrimp"
unlockRequirements
Empty array
itemID"melvorD:Sardine"
unlockRequirements
Empty array
itemID"melvorD:Herring"
unlockRequirements
Empty array
itemID"melvorD:Trout"
unlockRequirements
Empty array
itemID"melvorD:Salmon"
unlockRequirements
Empty array
itemID"melvorD:Lobster"
unlockRequirements
Empty array
itemID"melvorD:Swordfish"
unlockRequirements
Empty array
itemID"melvorD:Crab"
unlockRequirements
Empty array
itemID"melvorD:Shark"
unlockRequirements
Empty array
itemID"melvorD:Cave_Fish"
unlockRequirements
Empty array
itemID"melvorD:Manta_Ray"
unlockRequirements
Empty array
itemID"melvorD:Whale"
unlockRequirements
Empty array
itemID"melvorD:Anglerfish"
unlockRequirements
Empty array
itemID"melvorD:Fanfish"
unlockRequirements
Empty array
itemID"melvorD:Seahorse"
unlockRequirements
Empty array
itemID"melvorD:Carp"
unlockRequirements
Empty array
itemID"melvorD:Bread"
unlockRequirements
Empty array
itemID"melvorD:Beef"
unlockRequirements
Empty array
itemID"melvorD:Chicken"
unlockRequirements
Empty array
itemID"melvorD:Plain_Pizza_Slice"
unlockRequirements
Empty array
itemID"melvorD:Beef_Pie"
unlockRequirements
Empty array
itemID"melvorD:Meat_Pizza_Slice"
unlockRequirements
Empty array
itemID"melvorD:Basic_Soup"
unlockRequirements
Empty array
itemID"melvorD:Strawberry_Cupcake"
unlockRequirements
Empty array
itemID"melvorD:Hearty_Soup"
unlockRequirements
Empty array
itemID"melvorD:Cherry_Cupcake"
unlockRequirements
Empty array
itemID"melvorD:Cream_Corn_Soup"
unlockRequirements
Empty array
itemID"melvorD:Chicken_Soup"
unlockRequirements
Empty array
itemID"melvorD:Strawberry_Cake"
unlockRequirements
Empty array
itemID"melvorD:Carrot_Cake"
unlockRequirements
Empty array
itemID"melvorF:Apple"
unlockRequirements
Empty array
itemID"melvorF:Apple_Pie"
unlockRequirements
Empty array
itemID"melvorTotH:Lava_Fish"
unlockRequirements
Empty array
itemID"melvorTotH:Blue_Crab"
unlockRequirements
Empty array
itemID"melvorTotH:Magma_Fish"
unlockRequirements
Empty array
itemID"melvorTotH:Static_Jellyfish"
unlockRequirements
Empty array
itemID"melvorTotH:Magma_Eel"
unlockRequirements
Empty array
itemID"melvorTotH:Frost_Crab"
unlockRequirements
Empty array
itemID"melvorTotH:Frozen_Manta_Ray"
unlockRequirements
Empty array
itemID"melvorTotH:Terrorfish"
unlockRequirements
Empty array
itemID"melvorTotH:Mystic_Shark"
unlockRequirements
Empty array
itemID"melvorTotH:Banana_Bread"
unlockRequirements
Empty array
itemID"melvorTotH:Mushroom_Soup"
unlockRequirements
Empty array
itemID"melvorTotH:Spicy_Chicken_Pizza"
unlockRequirements
Empty array
itemID"melvorTotH:Beef_Mushroom_Stew"
unlockRequirements
Empty array
itemID"melvorTotH:Sandwich"
unlockRequirements
Empty array
itemID"melvorTotH:Pumpkin_Soup"
unlockRequirements
Empty array
itemID"melvorTotH:Spicy_Shrimp_Soup"
unlockRequirements
Empty array
itemID"melvorTotH:Fancy_Meat_Pizza"
unlockRequirements
Empty array
itemID"melvorTotH:Chicken_Cream_Mushroom_Soup"
unlockRequirements
Empty array
itemID"melvorTotH:Chilli_Frost_Crab"
unlockRequirements
Empty array
itemID"melvorTotH:Starfruit_Cake"
unlockRequirements
Empty array
resourceID"melvorF:Wood"
items
itemID"melvorD:Normal_Logs"
unlockRequirements
Empty array
itemID"melvorD:Oak_Logs"
unlockRequirements
Empty array
itemID"melvorD:Willow_Logs"
unlockRequirements
Empty array
itemID"melvorD:Teak_Logs"
unlockRequirements
Empty array
itemID"melvorD:Maple_Logs"
unlockRequirements
Empty array
itemID"melvorD:Mahogany_Logs"
unlockRequirements
Empty array
itemID"melvorD:Yew_Logs"
unlockRequirements
Empty array
itemID"melvorD:Magic_Logs"
unlockRequirements
Empty array
itemID"melvorD:Redwood_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Spruce_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Hornbeam_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Grove_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Linden_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Elderwood_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Red_Oak_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Revenant_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Mystic_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Carrion_Logs"
unlockRequirements
Empty array
resourceID"melvorF:Planks"
items
itemID"melvorD:Normal_Logs"
unlockRequirements
Empty array
itemID"melvorD:Oak_Logs"
unlockRequirements
Empty array
itemID"melvorD:Willow_Logs"
unlockRequirements
Empty array
itemID"melvorD:Teak_Logs"
unlockRequirements
Empty array
itemID"melvorD:Maple_Logs"
unlockRequirements
Empty array
itemID"melvorD:Mahogany_Logs"
unlockRequirements
Empty array
itemID"melvorD:Yew_Logs"
unlockRequirements
Empty array
itemID"melvorD:Magic_Logs"
unlockRequirements
Empty array
itemID"melvorD:Redwood_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Spruce_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Hornbeam_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Grove_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Linden_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Elderwood_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Red_Oak_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Revenant_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Mystic_Logs"
unlockRequirements
Empty array
itemID"melvorTotH:Carrion_Logs"
unlockRequirements
Empty array
resourceID"melvorF:Stone"
items
itemID"melvorD:Copper_Ore"
unlockRequirements
Empty array
itemID"melvorD:Tin_Ore"
unlockRequirements
Empty array
itemID"melvorD:Iron_Ore"
unlockRequirements
Empty array
itemID"melvorD:Coal_Ore"
unlockRequirements
Empty array
itemID"melvorD:Silver_Ore"
unlockRequirements
Empty array
itemID"melvorD:Gold_Ore"
unlockRequirements
Empty array
itemID"melvorD:Mithril_Ore"
unlockRequirements
Empty array
itemID"melvorD:Adamantite_Ore"
unlockRequirements
Empty array
itemID"melvorD:Runite_Ore"
unlockRequirements
Empty array
itemID"melvorD:Dragonite_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Corundumite_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Iridium_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Palladium_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Augite_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Divinite_Ore"
unlockRequirements
Empty array
resourceID"melvorF:Bar"
items
itemID"melvorD:Bronze_Bar"
unlockRequirements
Empty array
itemID"melvorD:Iron_Bar"
unlockRequirements
Empty array
itemID"melvorD:Steel_Bar"
unlockRequirements
Empty array
itemID"melvorD:Gold_Bar"
unlockRequirements
Empty array
itemID"melvorD:Mithril_Bar"
unlockRequirements
Empty array
itemID"melvorD:Adamantite_Bar"
unlockRequirements
Empty array
itemID"melvorD:Runite_Bar"
unlockRequirements
Empty array
itemID"melvorD:Dragonite_Bar"
unlockRequirements
Empty array
itemID"melvorD:Silver_Bar"
unlockRequirements
Empty array
itemID"melvorTotH:Corundumite_Bar"
unlockRequirements
Empty array
itemID"melvorTotH:Iridium_Bar"
unlockRequirements
Empty array
itemID"melvorTotH:Palladium_Bar"
unlockRequirements
Empty array
itemID"melvorTotH:Augite_Bar"
unlockRequirements
Empty array
itemID"melvorTotH:Divinite_Bar"
unlockRequirements
Empty array
resourceID"melvorF:Ore"
items
itemID"melvorD:Copper_Ore"
unlockRequirements
Empty array
itemID"melvorD:Tin_Ore"
unlockRequirements
Empty array
itemID"melvorD:Iron_Ore"
unlockRequirements
Empty array
itemID"melvorD:Coal_Ore"
unlockRequirements
Empty array
itemID"melvorD:Silver_Ore"
unlockRequirements
Empty array
itemID"melvorD:Gold_Ore"
unlockRequirements
Empty array
itemID"melvorD:Mithril_Ore"
unlockRequirements
Empty array
itemID"melvorD:Adamantite_Ore"
unlockRequirements
Empty array
itemID"melvorD:Runite_Ore"
unlockRequirements
Empty array
itemID"melvorD:Dragonite_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Corundumite_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Iridium_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Palladium_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Augite_Ore"
unlockRequirements
Empty array
itemID"melvorTotH:Divinite_Ore"
unlockRequirements
Empty array
resourceID"melvorF:Coal"
items
itemID"melvorD:Coal_Ore"
unlockRequirements
Empty array
resourceID"melvorF:Rune_Essence"
items
itemID"melvorD:Rune_Essence"
unlockRequirements
Empty array
itemID"melvorTotH:Pure_Essence"
unlockRequirements
Empty array
resourceID"melvorF:Herbs"
items
itemID"melvorD:Garum_Herb"
unlockRequirements
Empty array
itemID"melvorD:Sourweed_Herb"
unlockRequirements
Empty array
itemID"melvorD:Mantalyme_Herb"
unlockRequirements
Empty array
itemID"melvorD:Lemontyle_Herb"
unlockRequirements
Empty array
itemID"melvorD:Oxilyme_Herb"
unlockRequirements
Empty array
itemID"melvorF:Poraxx_Herb"
unlockRequirements
Empty array
itemID"melvorF:Pigtayle_Herb"
unlockRequirements
Empty array
itemID"melvorF:Barrentoe_Herb"
unlockRequirements
Empty array
itemID"melvorTotH:Snowcress_Herb"
unlockRequirements
Empty array
itemID"melvorTotH:Bitterlyme_Herb"
unlockRequirements
Empty array
itemID"melvorTotH:Moonwort_Herb"
unlockRequirements
Empty array
itemID"melvorTotH:Wurmtayle_Herb"
unlockRequirements
Empty array
resourceID"melvorF:Potions"
items
itemID"melvorF:Melee_Accuracy_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Melee_Strength_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Melee_Evasion_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Ranged_Assistance_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Magic_Assistance_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Regeneration_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Damage_Reduction_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Bird_Nest_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Fishermans_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Controlled_Heat_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Generous_Cook_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Perfect_Swing_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Seeing_Gold_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Gentle_Hands_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Farming_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Fletching_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Crafting_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Elemental_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Herblore_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Ranged_Strength_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Magic_Damage_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Diamond_Luck_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Divine_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Lucky_Herb_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Performance_Enhancing_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Necromancer_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Hinder_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Famished_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Lethal_Toxins_Potion_IV"
unlockRequirements
Empty array
itemID"melvorF:Secret_Stardust_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Area_Control_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Adaptive_Defence_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Slayer_Bounty_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Holy_Bulwark_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Adaptive_Accuracy_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Reaper_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Penetration_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Critical_Strike_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Alchemic_Practice_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Gem_Detector_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Star_Seeker_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Traps_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Blacksmith_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Enkindled_Yields_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Alt_Magic_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Multicooker_Potion_IV"
unlockRequirements
Empty array
itemID"melvorTotH:Deadly_Toxins_Potion"
unlockRequirements
Empty array
resourceID"melvorF:Leather"
items
itemID"melvorD:Leather"
unlockRequirements
Empty array
resourceID"melvorF:Clothing"
items
itemID"melvorD:Green_Dragonhide"
unlockRequirements
Empty array
itemID"melvorD:Blue_Dragonhide"
unlockRequirements
Empty array
itemID"melvorD:Red_Dragonhide"
unlockRequirements
Empty array
itemID"melvorD:Black_Dragonhide"
unlockRequirements
Empty array
itemID"melvorF:Elder_Dragonhide"
unlockRequirements
Empty array
fromTownship
resourceID"melvorF:Food"
items
itemID"melvorF:Fishing_Scroll_Of_XP"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Fishing"
level15
type"SkillLevel"
skillID"melvorD:Township"
level15
itemID"melvorF:Monster_Hunter_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level70
type"SkillLevel"
skillID"melvorD:Township"
level70
itemID"melvorF:Additional_Cooker_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Cooking"
level75
type"SkillLevel"
skillID"melvorD:Township"
level30
itemID"melvorF:Slayer_Harvest_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level80
type"SkillLevel"
skillID"melvorD:Township"
level50
itemID"melvorF:Dragonbreath_Deterer"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorF:Dragons_Den"
count10
type"SkillLevel"
skillID"melvorD:Township"
level40
itemID"melvorF:Fervor_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level75
type"SkillLevel"
skillID"melvorD:Township"
level70
itemID"melvorF:Food_Box_I"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Cooking"
level40
type"SkillLevel"
skillID"melvorD:Township"
level40
type"TownshipTask"
count40
itemID"melvorF:Food_Box_II"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Cooking"
level99
type"SkillLevel"
skillID"melvorD:Township"
level99
type"TownshipTask"
count85
itemID"melvorTotH:Food_Box_III"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Cooking"
level120
type"SkillLevel"
skillID"melvorD:Township"
level120
type"TownshipTask"
count110
resourceID"melvorF:Wood"
items
itemID"melvorF:Woodcutting_Scroll_Of_XP"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level15
type"SkillLevel"
skillID"melvorD:Township"
level15
itemID"melvorF:Quick_Burner"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level50
type"SkillLevel"
skillID"melvorD:Township"
level20
itemID"melvorF:Flaming_Axe_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level75
type"SkillLevel"
skillID"melvorD:Firemaking"
level75
type"SkillLevel"
skillID"melvorD:Township"
level50
itemID"melvorF:Ranged_Hinder_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Ranged"
level40
type"SkillLevel"
skillID"melvorD:Township"
level10
itemID"melvorF:Wood_Box_I"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level40
type"SkillLevel"
skillID"melvorD:Township"
level40
type"TownshipTask"
count40
itemID"melvorF:Wood_Box_II"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level99
type"SkillLevel"
skillID"melvorD:Township"
level99
type"TownshipTask"
count85
itemID"melvorTotH:Wood_Box_III"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level120
type"SkillLevel"
skillID"melvorD:Township"
level120
type"TownshipTask"
count110
resourceID"melvorF:Planks"
items
itemID"melvorF:Burning_Scroll_Of_Gold"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level60
type"SkillLevel"
skillID"melvorD:Township"
level30
itemID"melvorF:Burning_Scroll_Of_Stardust"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Astrology"
level60
type"SkillLevel"
skillID"melvorD:Township"
level30
itemID"melvorF:Burning_Scroll_Of_Ash"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Firemaking"
level60
type"SkillLevel"
skillID"melvorD:Township"
level30
itemID"melvorF:Slayer_Deterer"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
type"DungeonCompletion"
dungeonID"melvorF:Miolite_Caves"
count20
resourceID"melvorF:Stone"
items
itemID"melvorF:Mining_Scroll_Of_XP"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Mining"
level15
type"SkillLevel"
skillID"melvorD:Township"
level15
itemID"melvorF:Gem_Finder_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Mining"
level60
type"SkillLevel"
skillID"melvorD:Township"
level35
itemID"melvorF:Melee_Hinder_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Attack"
level40
type"SkillLevel"
skillID"melvorD:Township"
level10
resourceID"melvorF:Bar"
items
itemID"melvorF:Bar_Box_I"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Smithing"
level40
type"SkillLevel"
skillID"melvorD:Mining"
level40
type"SkillLevel"
skillID"melvorD:Township"
level40
type"TownshipTask"
count40
itemID"melvorF:Bar_Box_II"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Smithing"
level99
type"SkillLevel"
skillID"melvorD:Mining"
level99
type"SkillLevel"
skillID"melvorD:Township"
level99
type"TownshipTask"
count85
itemID"melvorTotH:Bar_Box_III"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Smithing"
level120
type"SkillLevel"
skillID"melvorD:Mining"
level120
type"SkillLevel"
skillID"melvorD:Township"
level120
type"TownshipTask"
count110
resourceID"melvorF:Ore"
items
itemID"melvorF:Ore_Box_I"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Mining"
level40
type"SkillLevel"
skillID"melvorD:Township"
level40
type"TownshipTask"
count40
itemID"melvorF:Ore_Box_II"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Mining"
level99
type"SkillLevel"
skillID"melvorD:Township"
level99
type"TownshipTask"
count85
itemID"melvorTotH:Ore_Box_III"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Mining"
level120
type"SkillLevel"
skillID"melvorD:Township"
level120
type"TownshipTask"
count110
resourceID"melvorF:Coal"
items
itemID"melvorD:Coal_Ore"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Smithing"
level95
type"SkillLevel"
skillID"melvorD:Township"
level20
itemID"melvorF:Bad_Cooker_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Cooking"
level70
type"SkillLevel"
skillID"melvorD:Smithing"
level70
type"SkillLevel"
skillID"melvorD:Township"
level25
resourceID"melvorF:Rune_Essence"
items
itemID"melvorF:Runecrafting_Scroll_Of_XP"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level15
type"SkillLevel"
skillID"melvorD:Township"
level15
itemID"melvorF:Scroll_Of_Essence"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level75
type"SkillLevel"
skillID"melvorD:Township"
level30
itemID"melvorF:Looter_Pouch"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
itemID"melvorF:Staff_Maker_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level50
type"SkillLevel"
skillID"melvorD:Township"
level25
itemID"melvorF:Magic_Hinder_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Magic"
level40
type"SkillLevel"
skillID"melvorD:Township"
level10
resourceID"melvorF:Herbs"
items
itemID"melvorF:Herblore_Scroll_Of_XP"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level15
type"SkillLevel"
skillID"melvorD:Township"
level15
itemID"melvorF:Golden_Star"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Astrology"
level35
type"SkillLevel"
skillID"melvorD:Township"
level35
itemID"melvorF:Herb_Box_I"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Farming"
level40
type"SkillLevel"
skillID"melvorD:Herblore"
level40
type"SkillLevel"
skillID"melvorD:Township"
level40
type"TownshipTask"
count40
itemID"melvorF:Herb_Box_II"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Farming"
level99
type"SkillLevel"
skillID"melvorD:Herblore"
level99
type"SkillLevel"
skillID"melvorD:Township"
level99
type"TownshipTask"
count85
itemID"melvorTotH:Herb_Box_III"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Farming"
level120
type"SkillLevel"
skillID"melvorD:Herblore"
level120
type"SkillLevel"
skillID"melvorD:Township"
level120
type"TownshipTask"
count110
resourceID"melvorF:Potions"
items
itemID"melvorF:Consumable_Enhancer"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Township"
level95
itemID"melvorF:Herblore_Preservation_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level80
type"SkillLevel"
skillID"melvorD:Township"
level75
itemID"melvorF:Potion_Box_I"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level40
type"SkillLevel"
skillID"melvorD:Hitpoints"
level40
type"SkillLevel"
skillID"melvorD:Township"
level40
type"TownshipTask"
count40
itemID"melvorF:Potion_Box_II"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level99
type"SkillLevel"
skillID"melvorD:Hitpoints"
level99
type"SkillLevel"
skillID"melvorD:Township"
level99
type"TownshipTask"
count85
itemID"melvorTotH:Potion_Box_III"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Herblore"
level120
type"SkillLevel"
skillID"melvorD:Hitpoints"
level120
type"SkillLevel"
skillID"melvorD:Township"
level120
type"TownshipTask"
count110
resourceID"melvorF:Leather"
items
itemID"melvorF:Slayer_Binding_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level40
type"SkillLevel"
skillID"melvorD:Township"
level25
itemID"melvorF:Leather_Crafter_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Crafting"
level30
type"SkillLevel"
skillID"melvorD:Township"
level30
itemID"melvorF:Gem_Preserver_Scroll"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Crafting"
level60
type"SkillLevel"
skillID"melvorD:Township"
level45
itemID"melvorD:Leather"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Crafting"
level60
type"SkillLevel"
skillID"melvorD:Township"
level35
resourceID"melvorF:Clothing"
items
itemID"melvorF:Crafting_Scroll_Of_XP"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Crafting"
level15
type"SkillLevel"
skillID"melvorD:Township"
level15
itemID"melvorF:Mastery_Magnet"
unlockRequirements
type"SkillLevel"
skillID"melvorD:Township"
level99
type"DungeonCompletion"
dungeonID"melvorF:Into_the_Mist"
count1
buildings
id"melvorF:Blacksmiths_Smithy"
name"Blacksmiths Smithy"
tier1
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity2650
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
id"melvorF:Ore"
quantity200
id"melvorF:Coal"
quantity75
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity2650
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
id"melvorF:Ore"
quantity200
id"melvorF:Coal"
quantity75
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity3800
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
id"melvorF:Ore"
quantity200
id"melvorF:Coal"
quantity150
id"melvorF:Clothing"
quantity150
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity7.5
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity7.5
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity15
biomes
"melvorF:Grasslands"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades20
id"melvorF:Magic_Emporium"
name"Magic Emporium"
tier4
cost
biomeID"melvorF:Desert"
cost
id"melvorF:GP"
quantity9500
id"melvorF:Planks"
quantity200
id"melvorF:Stone"
quantity1175
id"melvorF:Bar"
quantity100
id"melvorF:Clothing"
quantity1000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity9500
id"melvorF:Planks"
quantity200
id"melvorF:Stone"
quantity1175
id"melvorF:Bar"
quantity100
id"melvorF:Clothing"
quantity1000
id"melvorF:Coal"
quantity1000
provides
biomeID"melvorF:Desert"
population0
happiness0
education0
storage0
resources
id"melvorF:Rune_Essence"
quantity130
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Rune_Essence"
quantity130
biomes
"melvorF:Desert"
"melvorF:Snowlands"
maxUpgrades50
id"melvorF:Hunters_Cabin"
name"Hunters Cabin"
tier1
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity4.5
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity6.75
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity9
biomes
"melvorF:Forest"
"melvorF:Swamp"
"melvorF:Jungle"
maxUpgrades20
id"melvorF:Fishermans_Dock"
name"Fishermans Dock"
tier1
cost
biomeID"melvorF:Water"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
provides
biomeID"melvorF:Water"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity15
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity22.5
biomes
"melvorF:Water"
"melvorF:Swamp"
maxUpgrades20
id"melvorF:Herbalist"
name"Herbalist"
tier1
cost
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity1000
id"melvorF:Herbs"
quantity200
provides
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Potions"
quantity2.5
biomes
"melvorF:Valley"
maxUpgrades20
id"melvorF:Miners_Pit"
name"Miners Pit"
tier1
cost
biomeID"melvorF:Desert"
cost
id"melvorF:GP"
quantity1800
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
id"melvorF:Clothing"
quantity100
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity2050
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
id"melvorF:Clothing"
quantity100
id"melvorF:Coal"
quantity75
provides
biomeID"melvorF:Desert"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity50
id"melvorF:Ore"
quantity10
id"melvorF:Coal"
quantity10
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity25
id"melvorF:Ore"
quantity5
id"melvorF:Coal"
quantity5
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity50
id"melvorF:Ore"
quantity10
id"melvorF:Coal"
quantity10
biomes
"melvorF:Desert"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades20
id"melvorF:Town_Hall"
name"Town Hall"
tier5
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity100000000
id"melvorF:Wood"
quantity100000
id"melvorF:Stone"
quantity100000
id"melvorF:Bar"
quantity100000
id"melvorF:Herbs"
quantity50000
id"melvorF:Potions"
quantity50000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades8
modifiers
increasedTownshipTaxPerCitizen10
canDegradetrue
id"melvorF:Storehouse"
name"Storehouse"
tier1
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity1750
id"melvorF:Wood"
quantity200
id"melvorF:Stone"
quantity150
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity2000
id"melvorF:Wood"
quantity200
id"melvorF:Stone"
quantity150
id"melvorF:Coal"
quantity50
id"melvorF:Clothing"
quantity50
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage5000
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage10000
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades20
canDegradefalse
id"melvorF:Woodcutters_Camp"
name"Woodcutters Camp"
tier1
cost
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity20
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity40
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades20
id"melvorF:Carpenters_Workshop"
name"Carpenters Workshop"
tier1
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity2550
id"melvorF:Wood"
quantity400
id"melvorF:Stone"
quantity113
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity2550
id"melvorF:Wood"
quantity400
id"melvorF:Stone"
quantity113
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity15
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity30
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades20
id"melvorF:Farmland"
name"Farmland"
tier1
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity440
id"melvorF:Wood"
quantity50
id"melvorF:Stone"
quantity38
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity650
id"melvorF:Wood"
quantity50
id"melvorF:Stone"
quantity38
id"melvorF:Clothing"
quantity50
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity7.5
biomeID"melvorF:Arid_Plains"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity11.25
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
maxUpgrades20
id"melvorF:Farmers_Market"
name"Market"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity4000
id"melvorF:Food"
quantity2500
id"melvorF:Wood"
quantity2000
id"melvorF:Stone"
quantity5000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades100
modifiers
decreasedTownshipRepairCost0.25
id"melvorF:Gatherers_Hut"
name"Gatherers Hut"
tier1
cost
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity1300
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
provides
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity2.5
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity2.5
biomes
"melvorF:Swamp"
"melvorF:Valley"
maxUpgrades20
id"melvorF:School"
name"School"
tier1
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity2000
id"melvorF:Wood"
quantity200
id"melvorF:Stone"
quantity200
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity2250
id"melvorF:Wood"
quantity200
id"melvorF:Stone"
quantity200
id"melvorF:Clothing"
quantity100
id"melvorF:Coal"
quantity50
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0.1000000000000000055511151231257827021181583404541015625
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education0.1499999999999999944488848768742172978818416595458984375
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades20
id"melvorF:Large_School"
name"Large School"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity7000
id"melvorF:Planks"
quantity800
id"melvorF:Stone"
quantity600
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity11000
id"melvorF:Planks"
quantity800
id"melvorF:Stone"
quantity600
id"melvorF:Clothing"
quantity600
id"melvorF:Coal"
quantity300
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0.40000000000000002220446049250313080847263336181640625
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education0.5
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades20
upgradesFrom"melvorF:School"
id"melvorF:Academy"
name"Academy"
tier5
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity34000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity16000
id"melvorF:Bar"
quantity2400
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity47000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity16000
id"melvorF:Bar"
quantity2400
id"melvorF:Clothing"
quantity5000
id"melvorF:Coal"
quantity5000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0.75
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education1
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades30
upgradesFrom"melvorF:Large_School"
id"melvorF:Gardens"
name"Gardens"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity2500
id"melvorF:Wood"
quantity300
id"melvorF:Planks"
quantity100
id"melvorF:Stone"
quantity100
provides
biomeID"melvorF:Grasslands"
population0
happiness0.5
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades100
id"melvorF:Tavern"
name"Tavern"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity7500
id"melvorF:Food"
quantity1000
id"melvorF:Wood"
quantity200
id"melvorF:Stone"
quantity150
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity10500
id"melvorF:Food"
quantity100
id"melvorF:Wood"
quantity200
id"melvorF:Stone"
quantity150
id"melvorF:Coal"
quantity400
id"melvorF:Clothing"
quantity400
provides
biomeID"melvorF:Grasslands"
population0
happiness0.5
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness1
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades100
id"melvorF:Cemetery"
name"Cemetery"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity8500
id"melvorF:Planks"
quantity400
id"melvorF:Stone"
quantity400
id"melvorF:Bar"
quantity400
id"melvorF:Herbs"
quantity500
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades50
modifiers
increasedTownshipPotionProduction2
id"melvorF:Blacksmiths_Workshop"
name"Blacksmiths Workshop"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity6000
id"melvorF:Planks"
quantity150
id"melvorF:Stone"
quantity225
id"melvorF:Ore"
quantity600
id"melvorF:Coal"
quantity300
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity6000
id"melvorF:Planks"
quantity150
id"melvorF:Stone"
quantity225
id"melvorF:Ore"
quantity600
id"melvorF:Coal"
quantity300
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity8500
id"melvorF:Planks"
quantity150
id"melvorF:Stone"
quantity225
id"melvorF:Ore"
quantity600
id"melvorF:Coal"
quantity400
id"melvorF:Clothing"
quantity400
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity15
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity15
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity30
biomes
"melvorF:Grasslands"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades30
upgradesFrom"melvorF:Blacksmiths_Smithy"
id"melvorF:Hunters_Lodge"
name"Hunters Lodge"
tier3
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity5200
id"melvorF:Planks"
quantity600
id"melvorF:Stone"
quantity450
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity5200
id"melvorF:Planks"
quantity600
id"melvorF:Stone"
quantity450
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity5200
id"melvorF:Planks"
quantity600
id"melvorF:Stone"
quantity450
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity18
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity27
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity36
biomes
"melvorF:Forest"
"melvorF:Swamp"
"melvorF:Jungle"
maxUpgrades15
upgradesFrom"melvorF:Hunters_Cabin"
id"melvorF:Fishermans_Pier"
name"Fishermans Pier"
tier3
cost
biomeID"melvorF:Water"
cost
id"melvorF:GP"
quantity4500
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity4500
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
provides
biomeID"melvorF:Water"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity60
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity90
biomes
"melvorF:Water"
"melvorF:Swamp"
maxUpgrades15
upgradesFrom"melvorF:Fishermans_Dock"
id"melvorF:Infirmary"
name"Infirmary"
tier3
cost
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity8000
id"melvorF:Herbs"
quantity1600
provides
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Potions"
quantity10
biomes
"melvorF:Valley"
maxUpgrades15
upgradesFrom"melvorF:Herbalist"
id"melvorF:Miners_Field"
name"Miners Field"
tier2
cost
biomeID"melvorF:Desert"
cost
id"melvorF:GP"
quantity4000
id"melvorF:Planks"
quantity200
id"melvorF:Stone"
quantity200
id"melvorF:Clothing"
quantity400
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity2000
id"melvorF:Planks"
quantity200
id"melvorF:Stone"
quantity200
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity4250
id"melvorF:Planks"
quantity200
id"melvorF:Stone"
quantity200
id"melvorF:Clothing"
quantity225
id"melvorF:Coal"
quantity225
provides
biomeID"melvorF:Desert"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity75
id"melvorF:Ore"
quantity20
id"melvorF:Coal"
quantity20
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity37.5
id"melvorF:Ore"
quantity10
id"melvorF:Coal"
quantity10
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity75
id"melvorF:Ore"
quantity20
id"melvorF:Coal"
quantity20
biomes
"melvorF:Desert"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades30
upgradesFrom"melvorF:Miners_Pit"
id"melvorF:Logging_Camp"
name"Logging Camp"
tier2
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity2600
id"melvorF:Planks"
quantity300
id"melvorF:Stone"
quantity225
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity2600
id"melvorF:Planks"
quantity300
id"melvorF:Stone"
quantity225
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity40
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity80
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades30
upgradesFrom"melvorF:Woodcutters_Camp"
id"melvorF:Carpenters_Factory"
name"Carpenters Factory"
tier3
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity12000
id"melvorF:Wood"
quantity1600
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity12000
id"melvorF:Wood"
quantity1600
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity60
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity120
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades15
upgradesFrom"melvorF:Carpenters_Workshop"
id"melvorF:Plantation"
name"Plantation"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity1000
id"melvorF:Planks"
quantity125
id"melvorF:Stone"
quantity125
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity1250
id"melvorF:Planks"
quantity125
id"melvorF:Stone"
quantity125
id"melvorF:Clothing"
quantity150
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity15
biomeID"melvorF:Arid_Plains"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity22.5
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
maxUpgrades30
upgradesFrom"melvorF:Farmland"
id"melvorF:Gatherers_Lodge"
name"Gatherers Lodge"
tier3
cost
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity4500
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity4500
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
provides
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity10
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity10
biomes
"melvorF:Swamp"
"melvorF:Valley"
maxUpgrades15
upgradesFrom"melvorF:Gatherers_Hut"
id"melvorF:Blacksmiths_Forge"
name"Blacksmiths Forge"
tier4
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity45000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity600
id"melvorF:Ore"
quantity4800
id"melvorF:Coal"
quantity1200
id"melvorF:Rune_Essence"
quantity200
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity45000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity600
id"melvorF:Ore"
quantity4800
id"melvorF:Coal"
quantity1200
id"melvorF:Rune_Essence"
quantity200
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity59000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity600
id"melvorF:Ore"
quantity4800
id"melvorF:Coal"
quantity2400
id"melvorF:Rune_Essence"
quantity200
id"melvorF:Clothing"
quantity1600
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity40
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity40
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity80
biomes
"melvorF:Grasslands"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades20
upgradesFrom"melvorF:Blacksmiths_Workshop"
id"melvorF:Hunters_Villa"
name"Hunters Villa"
tier4
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity13000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity460
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity13000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity460
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity13000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity460
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity24
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity36
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity48
biomes
"melvorF:Forest"
"melvorF:Swamp"
"melvorF:Jungle"
maxUpgrades20
upgradesFrom"melvorF:Hunters_Lodge"
id"melvorF:Fishermans_Port"
name"Fishermans Port"
tier4
cost
biomeID"melvorF:Water"
cost
id"melvorF:GP"
quantity13000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity500
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity13000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity500
provides
biomeID"melvorF:Water"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity120
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity180
biomes
"melvorF:Water"
"melvorF:Swamp"
maxUpgrades20
upgradesFrom"melvorF:Fishermans_Pier"
id"melvorF:Healing_Centre"
name"Healing Centre"
tier5
cost
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity39000
id"melvorF:Stone"
quantity10000
id"melvorF:Herbs"
quantity10800
id"melvorF:Rune_Essence"
quantity10000
provides
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Potions"
quantity25
biomes
"melvorF:Valley"
maxUpgrades20
upgradesFrom"melvorF:Infirmary"
id"melvorF:Miners_Quarry"
name"Miners Quarry"
tier4
cost
biomeID"melvorF:Desert"
cost
id"melvorF:GP"
quantity30000
id"melvorF:Planks"
quantity800
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity700
id"melvorF:Clothing"
quantity3200
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity14000
id"melvorF:Planks"
quantity800
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity700
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity27000
id"melvorF:Planks"
quantity800
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity700
id"melvorF:Clothing"
quantity1350
id"melvorF:Coal"
quantity1350
provides
biomeID"melvorF:Desert"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity300
id"melvorF:Ore"
quantity80
id"melvorF:Coal"
quantity60
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity150
id"melvorF:Ore"
quantity40
id"melvorF:Coal"
quantity30
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity300
id"melvorF:Ore"
quantity80
id"melvorF:Coal"
quantity60
biomes
"melvorF:Desert"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades20
upgradesFrom"melvorF:Miners_Field"
id"melvorF:Forestry_Camp"
name"Forestry Camp"
tier4
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity14000
id"melvorF:Planks"
quantity800
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity700
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity14000
id"melvorF:Planks"
quantity800
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity700
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity120
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity240
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades20
upgradesFrom"melvorF:Logging_Camp"
id"melvorF:Carpenters_Foundry"
name"Carpenters Foundry"
tier4
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity35000
id"melvorF:Wood"
quantity4000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity700
id"melvorF:Rune_Essence"
quantity200
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity35000
id"melvorF:Wood"
quantity4000
id"melvorF:Planks"
quantity900
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity700
id"melvorF:Rune_Essence"
quantity200
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity120
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity240
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades20
upgradesFrom"melvorF:Carpenters_Factory"
id"melvorF:Mill"
name"Mill"
tier4
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity12000
id"melvorF:Planks"
quantity600
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity300
id"melvorF:Rune_Essence"
quantity200
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity16000
id"melvorF:Planks"
quantity600
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity300
id"melvorF:Rune_Essence"
quantity200
id"melvorF:Clothing"
quantity800
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity60
biomeID"melvorF:Arid_Plains"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity90
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
maxUpgrades20
upgradesFrom"melvorF:Plantation"
id"melvorF:Gatherers_Villa"
name"Gatherers Villa"
tier4
cost
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity12000
id"melvorF:Planks"
quantity700
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity500
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity12000
id"melvorF:Planks"
quantity700
id"melvorF:Stone"
quantity2800
id"melvorF:Bar"
quantity500
provides
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity20
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity20
biomes
"melvorF:Swamp"
"melvorF:Valley"
maxUpgrades20
upgradesFrom"melvorF:Gatherers_Lodge"
id"melvorF:Warehouse"
name"Warehouse"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity5250
id"melvorF:Planks"
quantity600
id"melvorF:Stone"
quantity450
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity6750
id"melvorF:Planks"
quantity600
id"melvorF:Stone"
quantity450
id"melvorF:Coal"
quantity300
id"melvorF:Clothing"
quantity300
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage25000
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage50000
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades20
upgradesFrom"melvorF:Storehouse"
canDegradefalse
id"melvorF:Repository"
name"Repository"
tier5
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity100000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity16000
id"melvorF:Bar"
quantity2400
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity200000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity16000
id"melvorF:Bar"
quantity2400
id"melvorF:Coal"
quantity10000
id"melvorF:Clothing"
quantity10000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage300000
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage600000
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades30
upgradesFrom"melvorF:Warehouse"
canDegradefalse
id"melvorF:Tailor"
name"Tailor"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity2050
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
id"melvorF:Leather"
quantity150
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity2650
id"melvorF:Wood"
quantity150
id"melvorF:Stone"
quantity113
id"melvorF:Leather"
quantity150
id"melvorF:Coal"
quantity25
id"melvorF:Clothing"
quantity100
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity15
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity30
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades20
id"melvorF:Clothier"
name"Clothier"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity10000
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
id"melvorF:Leather"
quantity1200
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity14000
id"melvorF:Planks"
quantity450
id"melvorF:Stone"
quantity450
id"melvorF:Leather"
quantity1200
id"melvorF:Coal"
quantity150
id"melvorF:Clothing"
quantity600
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity60
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity120
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades15
upgradesFrom"melvorF:Tailor"
id"melvorF:Outfitter"
name"Outfitter"
tier5
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity44000
id"melvorF:Planks"
quantity5000
id"melvorF:Stone"
quantity16000
id"melvorF:Bar"
quantity1500
id"melvorF:Leather"
quantity15000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity54000
id"melvorF:Planks"
quantity5000
id"melvorF:Stone"
quantity16000
id"melvorF:Bar"
quantity1500
id"melvorF:Leather"
quantity15000
id"melvorF:Coal"
quantity3200
id"melvorF:Clothing"
quantity3200
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity100
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity200
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades20
upgradesFrom"melvorF:Clothier"
id"melvorF:Prats_Hats"
name"Prats Hats"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity2600
id"melvorF:Wood"
quantity300
id"melvorF:Stone"
quantity226
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades10
id"melvorF:Malcs_Cats"
name"Malcs Cats"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity3700
id"melvorF:Planks"
quantity300
id"melvorF:Stone"
quantity450
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades10
id"melvorF:Statues"
name"Statues"
tier5
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity1000000
id"melvorF:Stone"
quantity35000
id"melvorF:Bar"
quantity10000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
worship20
biomes
"melvorF:Grasslands"
maxUpgrades50
id"melvorF:Chapel"
name"Chapel"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity4200
id"melvorF:Planks"
quantity400
id"melvorF:Stone"
quantity450
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
worship10
biomes
"melvorF:Grasslands"
maxUpgrades100
id"melvorF:Library"
name"Library"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity8200
id"melvorF:Planks"
quantity700
id"melvorF:Stone"
quantity450
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0.25
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades100
modifiers
Empty object
id"melvorF:Trading_Post"
name"Trading Post"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity500000
id"melvorF:Planks"
quantity5000
id"melvorF:Stone"
quantity7500
id"melvorF:Bar"
quantity5000
id"melvorF:Herbs"
quantity2000
id"melvorF:Potions"
quantity2000
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity500000
id"melvorF:Planks"
quantity5000
id"melvorF:Stone"
quantity7500
id"melvorF:Bar"
quantity5000
id"melvorF:Clothing"
quantity5000
id"melvorF:Herbs"
quantity2000
id"melvorF:Potions"
quantity2000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity500000
id"melvorF:Planks"
quantity5000
id"melvorF:Stone"
quantity7500
id"melvorF:Bar"
quantity5000
id"melvorF:Coal"
quantity5000
id"melvorF:Clothing"
quantity5000
id"melvorF:Herbs"
quantity2000
id"melvorF:Potions"
quantity2000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Arid_Plains"
population0
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades50
modifiers
decreasedTownshipTraderCost0.330000000000000015543122344752191565930843353271484375
id"melvorF:Orchard"
name"Orchard"
tier2
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity18000
id"melvorF:Wood"
quantity3000
id"melvorF:Planks"
quantity200
id"melvorF:Stone"
quantity400
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity18000
id"melvorF:Wood"
quantity3000
id"melvorF:Planks"
quantity200
id"melvorF:Stone"
quantity400
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity45
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity90
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades100
id"melvorF:Basic_Shelter"
name"Basic Shelter"
tier1
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity100
id"melvorF:Food"
quantity10
id"melvorF:Wood"
quantity10
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity290
id"melvorF:Food"
quantity10
id"melvorF:Wood"
quantity10
id"melvorF:Clothing"
quantity32
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity850
id"melvorF:Food"
quantity10
id"melvorF:Wood"
quantity10
id"melvorF:Clothing"
quantity50
id"melvorF:Coal"
quantity100
provides
biomeID"melvorF:Grasslands"
population5
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Arid_Plains"
population8
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population10
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades20
id"melvorF:Wooden_Hut"
name"Wooden Hut"
tier1
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity700
id"melvorF:Food"
quantity60
id"melvorF:Wood"
quantity60
id"melvorF:Stone"
quantity20
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity1075
id"melvorF:Food"
quantity60
id"melvorF:Wood"
quantity60
id"melvorF:Stone"
quantity20
id"melvorF:Clothing"
quantity75
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity2200
id"melvorF:Food"
quantity60
id"melvorF:Stone"
quantity60
id"melvorF:Stone"
quantity20
id"melvorF:Clothing"
quantity100
id"melvorF:Coal"
quantity200
provides
biomeID"melvorF:Grasslands"
population10
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Arid_Plains"
population15
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population20
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades30
upgradesFrom"melvorF:Basic_Shelter"
id"melvorF:House"
name"House"
tier2
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity7000
id"melvorF:Food"
quantity600
id"melvorF:Wood"
quantity600
id"melvorF:Stone"
quantity200
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity8500
id"melvorF:Food"
quantity600
id"melvorF:Wood"
quantity600
id"melvorF:Stone"
quantity200
id"melvorF:Clothing"
quantity300
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity13000
id"melvorF:Food"
quantity600
id"melvorF:Wood"
quantity600
id"melvorF:Stone"
quantity200
id"melvorF:Clothing"
quantity400
id"melvorF:Coal"
quantity800
provides
biomeID"melvorF:Grasslands"
population40
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Arid_Plains"
population60
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population80
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades20
upgradesFrom"melvorF:Wooden_Hut"
id"melvorF:Cottage"
name"Cottage"
tier3
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity29000
id"melvorF:Food"
quantity2400
id"melvorF:Wood"
quantity2400
id"melvorF:Stone"
quantity800
id"melvorF:Potions"
quantity100
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity32000
id"melvorF:Food"
quantity2400
id"melvorF:Wood"
quantity2400
id"melvorF:Stone"
quantity800
id"melvorF:Clothing"
quantity600
id"melvorF:Potions"
quantity100
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity41000
id"melvorF:Food"
quantity2400
id"melvorF:Wood"
quantity2400
id"melvorF:Stone"
quantity800
id"melvorF:Clothing"
quantity800
id"melvorF:Coal"
quantity1600
id"melvorF:Potions"
quantity100
provides
biomeID"melvorF:Grasslands"
population80
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Arid_Plains"
population120
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population160
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades25
upgradesFrom"melvorF:House"
id"melvorF:Large_Cottage"
name"Large Cottage"
tier4
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity102000
id"melvorF:Food"
quantity7200
id"melvorF:Wood"
quantity7200
id"melvorF:Stone"
quantity4800
id"melvorF:Planks"
quantity2400
id"melvorF:Bar"
quantity600
id"melvorF:Potions"
quantity400
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity108000
id"melvorF:Food"
quantity7200
id"melvorF:Wood"
quantity7200
id"melvorF:Stone"
quantity4800
id"melvorF:Planks"
quantity2400
id"melvorF:Bar"
quantity600
id"melvorF:Clothing"
quantity1200
id"melvorF:Potions"
quantity400
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity126000
id"melvorF:Food"
quantity7200
id"melvorF:Wood"
quantity7200
id"melvorF:Stone"
quantity4800
id"melvorF:Planks"
quantity2400
id"melvorF:Bar"
quantity600
id"melvorF:Clothing"
quantity1600
id"melvorF:Coal"
quantity3200
id"melvorF:Potions"
quantity400
provides
biomeID"melvorF:Grasslands"
population160
happiness0
education0
storage500
resources
Empty array
biomeID"melvorF:Arid_Plains"
population240
happiness0
education0
storage500
resources
Empty array
biomeID"melvorF:Snowlands"
population320
happiness0
education0
storage500
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades30
upgradesFrom"melvorF:Cottage"
id"melvorTotH:Lemvor_Lemon_Stall"
name"Lemvor Lemon Stall"
tier7
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity1
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
maxUpgrades10
canDegradefalse
id"melvorTotH:Blacksmiths_Estate"
name"Blacksmiths Estate"
tier6
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity140000
id"melvorF:Planks"
quantity10000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity2400
id"melvorF:Ore"
quantity28800
id"melvorF:Coal"
quantity9600
id"melvorF:Rune_Essence"
quantity9000
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity140000
id"melvorF:Planks"
quantity10000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity2400
id"melvorF:Ore"
quantity28800
id"melvorF:Coal"
quantity9600
id"melvorF:Rune_Essence"
quantity9000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity160000
id"melvorF:Planks"
quantity10000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity2400
id"melvorF:Ore"
quantity28800
id"melvorF:Coal"
quantity14400
id"melvorF:Rune_Essence"
quantity9000
id"melvorF:Clothing"
quantity10000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity75
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity75
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Bar"
quantity150
biomes
"melvorF:Grasslands"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades25
upgradesFrom"melvorF:Blacksmiths_Forge"
id"melvorTotH:Hunters_Estate"
name"Hunters Estate"
tier6
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity42000
id"melvorF:Planks"
quantity8000
id"melvorF:Stone"
quantity18000
id"melvorF:Bar"
quantity1840
id"melvorF:Rune_Essence"
quantity9000
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity42000
id"melvorF:Planks"
quantity8000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity1840
id"melvorF:Rune_Essence"
quantity9000
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity42000
id"melvorF:Planks"
quantity8000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity1840
id"melvorF:Rune_Essence"
quantity9000
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity36
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity54
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Leather"
quantity72
biomes
"melvorF:Forest"
"melvorF:Swamp"
"melvorF:Jungle"
maxUpgrades25
upgradesFrom"melvorF:Hunters_Villa"
id"melvorTotH:Fishermans_Estate"
name"Fishermans Estate"
tier7
cost
biomeID"melvorF:Water"
cost
id"melvorF:GP"
quantity43000
id"melvorF:Planks"
quantity15000
id"melvorF:Stone"
quantity22000
id"melvorF:Bar"
quantity8000
id"melvorF:Rune_Essence"
quantity18000
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity43000
id"melvorF:Planks"
quantity15000
id"melvorF:Stone"
quantity30000
id"melvorF:Bar"
quantity8000
id"melvorF:Rune_Essence"
quantity18000
provides
biomeID"melvorF:Water"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity240
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity360
biomes
"melvorF:Water"
"melvorF:Swamp"
maxUpgrades25
upgradesFrom"melvorF:Fishermans_Port"
id"melvorTotH:Hospital"
name"Hospital"
tier7
cost
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity122000
id"melvorF:Herbs"
quantity18000
id"melvorF:Rune_Essence"
quantity10000
provides
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Potions"
quantity50
biomes
"melvorF:Valley"
maxUpgrades25
upgradesFrom"melvorF:Healing_Centre"
id"melvorTotH:Miners_Estate"
name"Miners Estate"
tier6
cost
biomeID"melvorF:Desert"
cost
id"melvorF:GP"
quantity107000
id"melvorF:Planks"
quantity10000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity5600
id"melvorF:Rune_Essence"
quantity10000
id"melvorF:Clothing"
quantity15000
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity43000
id"melvorF:Planks"
quantity10000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity5600
id"melvorF:Rune_Essence"
quantity10000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity83000
id"melvorF:Planks"
quantity10000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity5600
id"melvorF:Rune_Essence"
quantity10000
id"melvorF:Coal"
quantity15000
id"melvorF:Clothing"
quantity15000
provides
biomeID"melvorF:Desert"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity600
id"melvorF:Ore"
quantity160
id"melvorF:Coal"
quantity100
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity300
id"melvorF:Ore"
quantity80
id"melvorF:Coal"
quantity50
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Stone"
quantity600
id"melvorF:Ore"
quantity160
id"melvorF:Coal"
quantity100
biomes
"melvorF:Desert"
"melvorF:Mountains"
"melvorF:Snowlands"
maxUpgrades25
upgradesFrom"melvorF:Miners_Quarry"
id"melvorTotH:Forestry_Estate"
name"Forestry Estate"
tier6
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity43000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity18000
id"melvorF:Bar"
quantity2800
id"melvorF:Rune_Essence"
quantity9000
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity43000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity2800
id"melvorF:Rune_Essence"
quantity9000
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity320
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Wood"
quantity640
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades25
upgradesFrom"melvorF:Forestry_Camp"
id"melvorTotH:Carpenters_Estate"
name"Carpenters Estate"
tier6
cost
biomeID"melvorF:Forest"
cost
id"melvorF:GP"
quantity105000
id"melvorF:Wood"
quantity24000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity18000
id"melvorF:Bar"
quantity2800
id"melvorF:Rune_Essence"
quantity9000
biomeID"melvorF:Jungle"
cost
id"melvorF:GP"
quantity105000
id"melvorF:Wood"
quantity24000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity2800
id"melvorF:Rune_Essence"
quantity9000
provides
biomeID"melvorF:Forest"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity240
biomeID"melvorF:Jungle"
population0
happiness0
education0
storage0
resources
id"melvorF:Planks"
quantity480
biomes
"melvorF:Forest"
"melvorF:Jungle"
maxUpgrades25
upgradesFrom"melvorF:Carpenters_Foundry"
id"melvorTotH:Farming_Estate"
name"Farming Estate"
tier6
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity35000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity18000
id"melvorF:Bar"
quantity1200
id"melvorF:Rune_Essence"
quantity8000
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity47000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity1200
id"melvorF:Rune_Essence"
quantity8000
id"melvorF:Clothing"
quantity12000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity120
biomeID"melvorF:Arid_Plains"
population0
happiness0
education0
storage0
resources
id"melvorF:Food"
quantity180
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
maxUpgrades25
upgradesFrom"melvorF:Mill"
id"melvorTotH:Gatherers_Estate"
name"Gatherers Estate"
tier6
cost
biomeID"melvorF:Swamp"
cost
id"melvorF:GP"
quantity39000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity18000
id"melvorF:Bar"
quantity2000
id"melvorF:Rune_Essence"
quantity9000
biomeID"melvorF:Valley"
cost
id"melvorF:GP"
quantity39000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity20000
id"melvorF:Bar"
quantity2000
id"melvorF:Rune_Essence"
quantity9000
provides
biomeID"melvorF:Swamp"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity40
biomeID"melvorF:Valley"
population0
happiness0
education0
storage0
resources
id"melvorF:Herbs"
quantity40
biomes
"melvorF:Swamp"
"melvorF:Valley"
maxUpgrades25
upgradesFrom"melvorF:Gatherers_Villa"
id"melvorTotH:Clothier_Estate"
name"Clothiers Estate"
tier7
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity127000
id"melvorF:Planks"
quantity15000
id"melvorF:Stone"
quantity38000
id"melvorF:Bar"
quantity8000
id"melvorF:Rune_Essence"
quantity15000
id"melvorF:Leather"
quantity30000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity158000
id"melvorF:Planks"
quantity15000
id"melvorF:Stone"
quantity50000
id"melvorF:Bar"
quantity8000
id"melvorF:Rune_Essence"
quantity15000
id"melvorF:Leather"
quantity30000
id"melvorF:Coal"
quantity40000
id"melvorF:Clothing"
quantity20000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity180
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage0
resources
id"melvorF:Clothing"
quantity360
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades25
upgradesFrom"melvorF:Outfitter"
id"melvorTotH:Large_Repository"
name"Large Repository"
tier7
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity500000
id"melvorF:Planks"
quantity20000
id"melvorF:Stone"
quantity50000
id"melvorF:Bar"
quantity10000
id"melvorF:Rune_Essence"
quantity50000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity1000000
id"melvorF:Planks"
quantity20000
id"melvorF:Stone"
quantity100000
id"melvorF:Bar"
quantity10000
id"melvorF:Rune_Essence"
quantity50000
id"melvorF:Coal"
quantity50000
id"melvorF:Clothing"
quantity50000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education0
storage600000
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education0
storage1200000
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades40
upgradesFrom"melvorF:Repository"
canDegradefalse
id"melvorTotH:Large_Academy"
name"Large Academy"
tier7
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity302000
id"melvorF:Planks"
quantity14000
id"melvorF:Stone"
quantity50000
id"melvorF:Bar"
quantity14000
id"melvorF:Rune_Essence"
quantity18000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity407000
id"melvorF:Planks"
quantity14000
id"melvorF:Stone"
quantity50000
id"melvorF:Bar"
quantity14000
id"melvorF:Rune_Essence"
quantity18000
id"melvorF:Clothing"
quantity16200
id"melvorF:Coal"
quantity9000
provides
biomeID"melvorF:Grasslands"
population0
happiness0
education1.25
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population0
happiness0
education1.5
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Snowlands"
maxUpgrades18
upgradesFrom"melvorF:Academy"
id"melvorTotH:Cool_Rocks"
name"Cool Rocks"
tier6
cost
biomeID"melvorF:Mountains"
cost
id"melvorF:GP"
quantity42000
id"melvorF:Planks"
quantity9000
id"melvorF:Stone"
quantity696969
id"melvorF:Bar"
quantity5000
provides
biomeID"melvorF:Mountains"
population0
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Mountains"
maxUpgrades10
id"melvorTotH:Manor"
name"Manor"
tier6
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity244000
id"melvorF:Food"
quantity50000
id"melvorF:Wood"
quantity25000
id"melvorF:Stone"
quantity20000
id"melvorF:Planks"
quantity9000
id"melvorF:Bar"
quantity2400
id"melvorF:Potions"
quantity2000
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity256000
id"melvorF:Food"
quantity50000
id"melvorF:Wood"
quantity25000
id"melvorF:Stone"
quantity25000
id"melvorF:Planks"
quantity9000
id"melvorF:Bar"
quantity2400
id"melvorF:Clothing"
quantity12000
id"melvorF:Potions"
quantity2000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity292000
id"melvorF:Food"
quantity50000
id"melvorF:Wood"
quantity25000
id"melvorF:Stone"
quantity25000
id"melvorF:Planks"
quantity9000
id"melvorF:Bar"
quantity2400
id"melvorF:Coal"
quantity12000
id"melvorF:Clothing"
quantity12000
id"melvorF:Potions"
quantity2000
provides
biomeID"melvorF:Grasslands"
population240
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Arid_Plains"
population360
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population480
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades35
upgradesFrom"melvorF:Large_Cottage"
id"melvorTotH:Estate"
name"Estate"
tier7
cost
biomeID"melvorF:Grasslands"
cost
id"melvorF:GP"
quantity591000
id"melvorF:Food"
quantity200000
id"melvorF:Wood"
quantity50000
id"melvorF:Stone"
quantity50000
id"melvorF:Planks"
quantity20000
id"melvorF:Bar"
quantity8000
id"melvorF:Potions"
quantity4000
biomeID"melvorF:Arid_Plains"
cost
id"melvorF:GP"
quantity615000
id"melvorF:Food"
quantity100000
id"melvorF:Wood"
quantity50000
id"melvorF:Stone"
quantity50000
id"melvorF:Planks"
quantity20000
id"melvorF:Bar"
quantity8000
id"melvorF:Clothing"
quantity20000
id"melvorF:Potions"
quantity4000
biomeID"melvorF:Snowlands"
cost
id"melvorF:GP"
quantity687000
id"melvorF:Food"
quantity100000
id"melvorF:Wood"
quantity50000
id"melvorF:Stone"
quantity50000
id"melvorF:Planks"
quantity20000
id"melvorF:Bar"
quantity8000
id"melvorF:Clothing"
quantity20000
id"melvorF:Coal"
quantity30000
id"melvorF:Potions"
quantity4000
provides
biomeID"melvorF:Grasslands"
population360
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Arid_Plains"
population540
happiness0
education0
storage0
resources
Empty array
biomeID"melvorF:Snowlands"
population720
happiness0
education0
storage0
resources
Empty array
biomes
"melvorF:Grasslands"
"melvorF:Arid_Plains"
"melvorF:Snowlands"
maxUpgrades40
upgradesFrom"melvorTotH:Manor"
seasons
id"melvorF:Spring"
name"Spring"
seasonLength72
order0
modifiers
increasedTownshipEducation50
increasedTownshipHappiness50
increasedTownshipFoodProduction25
increasedTownshipHerbProduction25
increasedTownshipPotionProduction25
increasedTownshipLeatherProduction25
decreasedTownshipRepairCost25
disableWorshipChangefalse
id"melvorF:Summer"
name"Summer"
seasonLength72
order1
modifiers
increasedTownshipEducation25
increasedTownshipGPProduction25
decreasedTownshipOreProduction25
decreasedTownshipStoneProduction25
decreasedTownshipCoalProduction25
decreasedTownshipBarProduction25
decreasedTownshipRepairCost10
disableWorshipChangefalse
id"melvorF:Fall"
name"Fall"
seasonLength72
order2
modifiers
increasedTownshipWoodProduction25
increasedTownshipPlankProduction25
increasedTownshipClothingProduction25
decreasedTownshipRepairCost15
disableWorshipChangefalse
id"melvorF:Winter"
name"Winter"
seasonLength72
order3
modifiers
increasedTownshipCoalProduction50
increasedTownshipStoneProduction25
increasedTownshipOreProduction25
decreasedTownshipHappiness50
decreasedTownshipEducation50
decreasedTownshipGPProduction50
decreasedTownshipFoodProduction25
decreasedTownshipHerbProduction25
decreasedTownshipPotionProduction25
decreasedTownshipWoodProduction25
decreasedTownshipPlankProduction25
increasedTownshipRepairCost50
disableWorshipChangefalse
id"melvorF:Nightfall"
name"Nightfall"
seasonLength72
order4
modifiers
increasedTownshipOreProduction100
increasedTownshipBarProduction100
increasedTownshipHerbProduction100
increasedTownshipPotionProduction100
decreasedSkillIntervalPercent
skillID"melvorD:Astrology"
value50
decreasedTownshipHappiness50
decreasedTownshipFoodProduction50
disableWorshipChangetrue
id"melvorF:SolarEclipse"
name"Solar Eclipse"
seasonLength72
order5
modifiers
increasedTownshipHappiness200
increasedTownshipEducation200
decreasedMonsterRespawnTimer1000
disableWorshipChangetrue
id"melvorAoD:Lemon"
name"Lemon Season"
seasonLength24
order6
modifiers
increasedTownshipEducation69
increasedTownshipHappiness420
increasedLemonsPerAction1
disableWorshipChangefalse
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
Empty array
monsters
Empty array
skillXP
id"melvorD:Woodcutting"
quantity5000
id"melvorD:Fishing"
quantity5000
id"melvorD:Firemaking"
quantity5000
id"melvorD:Cooking"
quantity5000
id"melvorD:Mining"
quantity5000
id"melvorD:Smithing"
quantity5000
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Yew_Logs"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy1"
name"Easy Task 2"
category"Easy"
goals
items
id"melvorD:Bird_Nest"
quantity25
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy2"
name"Easy Task 3"
category"Easy"
goals
items
Empty array
monsters
id"melvorD:Golbin"
quantity25
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
id"melvorD:Steel_Platebody_T_G"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy3"
name"Easy Task 4"
category"Easy"
goals
items
id"melvorD:Chicken"
quantity25
monsters
id"melvorD:Chicken"
quantity25
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
id"melvorD:Oak_Logs"
quantity300
id"melvorD:Steel_Bar"
quantity300
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy4"
name"Easy Task 5"
category"Easy"
goals
items
id"melvorD:Beef"
quantity25
monsters
id"melvorD:Cow"
quantity25
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
id"melvorD:Oak_Logs"
quantity300
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy5"
name"Easy Task 6"
category"Easy"
goals
items
id"melvorD:Bones"
quantity100
monsters
id"melvorD:Skeleton"
quantity25
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy6"
name"Easy Task 7"
category"Easy"
goals
items
id"melvorD:Bronze_Scimitar"
quantity1
id"melvorD:Iron_Scimitar"
quantity1
id"melvorD:Steel_Scimitar"
quantity1
id"melvorD:Mithril_Scimitar"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Adamant_Scimitar"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy7"
name"Easy Task 8"
category"Easy"
goals
items
id"melvorF:Bobbys_Pocket"
quantity5
id"melvorF:Chapeau_Noir"
quantity1
id"melvorD:Amulet_of_Fishing"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Treasure_Chest"
quantity150
id"melvorD:Message_In_A_Bottle"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy8"
name"Easy Task 9"
category"Easy"
goals
items
id"melvorD:Bronze_Arrows"
quantity100
id"melvorD:Iron_Arrows"
quantity100
id"melvorD:Steel_Arrows"
quantity100
id"melvorD:Mithril_Arrows"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Ice_Arrows"
quantity300
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy9"
name"Easy Task 10"
category"Easy"
goals
items
id"melvorD:Air_Rune"
quantity250
id"melvorD:Water_Rune"
quantity250
id"melvorD:Earth_Rune"
quantity250
id"melvorD:Fire_Rune"
quantity250
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Mist_Rune"
quantity250
id"melvorD:Dust_Rune"
quantity250
id"melvorF:Mud_Rune"
quantity250
id"melvorD:Smoke_Rune"
quantity250
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy10"
name"Easy Task 11"
category"Easy"
goals
items
id"melvorD:Potatoes"
quantity100
id"melvorD:Onions"
quantity100
id"melvorD:Garum_Herb"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Cabbage"
quantity200
id"melvorD:Sourweed_Herb"
quantity250
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
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"
quantity25
id"melvorF:Controlled_Heat_Potion_I"
quantity25
id"melvorF:Generous_Cook_Potion_I"
quantity25
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Mahogany_Logs"
quantity300
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy12"
name"Easy Task 13"
category"Easy"
goals
items
id"melvorF:Stardust"
quantity25
id"melvorF:Golden_Stardust"
quantity5
id"melvorF:Holy_Dust"
quantity25
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorF:Golden_Stardust"
quantity25
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy13"
name"Easy Task 14"
category"Easy"
goals
items
Empty array
monsters
id"melvorD:Plant"
quantity100
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
id"melvorD:Potatoes"
quantity2000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy14"
name"Easy Task 15"
category"Easy"
goals
items
id"melvorD:Gold_Bar"
quantity100
id"melvorD:Silver_Bar"
quantity100
id"melvorD:Mithril_Bar"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Gold_Bar"
quantity200
id"melvorD:Silver_Bar"
quantity200
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy15"
name"Easy Task 16"
category"Easy"
goals
items
Empty array
monsters
id"melvorD:Leech"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy16"
name"Easy Task 17"
category"Easy"
goals
items
id"melvorD:Burnt_Cave_Fish"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Cave_Fish_Perfect"
quantity30
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy17"
name"Easy Task 18"
category"Easy"
goals
items
id"melvorD:Topaz"
quantity25
id"melvorD:Sapphire"
quantity25
id"melvorD:Ruby"
quantity25
id"melvorD:Emerald"
quantity25
id"melvorD:Diamond"
quantity25
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Mithril_Ore"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy18"
name"Easy Task 19"
category"Easy"
goals
items
Empty array
monsters
id"melvorD:MummaChicken"
quantity25
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy19"
name"Easy Task 20"
category"Easy"
goals
items
Empty array
monsters
id"melvorD:ZombieLeader"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins1000
items
id"melvorD:Feathers"
quantity5000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy20"
name"Easy Task 21"
category"Easy"
goals
items
Empty array
monsters
id"melvorD:Seagull"
quantity50
id"melvorD:Tentacle"
quantity50
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorD:Herring"
quantity100
id"melvorD:Sardine"
quantity100
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Easy21"
name"Easy Task 22"
category"Easy"
goals
items
id"melvorF:Mirror_Shield"
quantity5
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorF:Eyeball"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal0"
name"Normal Task 1"
category"Normal"
goals
items
id"melvorD:Mithril_Helmet"
quantity1
id"melvorD:Mithril_Platebody"
quantity1
id"melvorD:Mithril_Platelegs"
quantity1
id"melvorD:Mithril_Boots"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Mithril_Platebody_T_G"
quantity1
id"melvorD:Mithril_Shield_T_G"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal1"
name"Normal Task 2"
category"Normal"
goals
items
id"melvorD:Amulet_of_Looting"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal2"
name"Normal Task 3"
category"Normal"
goals
items
Empty array
monsters
id"melvorD:SpiderKing"
quantity30
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins10000
items
id"melvorD:Green_Dhide_Body_U"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal3"
name"Normal Task 4"
category"Normal"
goals
items
id"melvorD:Adamant_Arrows"
quantity1000
id"melvorD:Adamantite_Bar"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Rune_Arrows"
quantity1000
id"melvorD:Runite_Bar"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal4"
name"Normal Task 5"
category"Normal"
goals
items
id"melvorF:Nature_Rune"
quantity500
id"melvorF:Mud_Rune"
quantity500
id"melvorD:Rune_Essence"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorF:Elemental_Potion_III"
quantity3000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal5"
name"Normal Task 6"
category"Normal"
goals
items
id"melvorD:Dragon_Bones"
quantity25
id"melvorD:Blue_Dragonhide"
quantity100
monsters
id"melvorD:BlueDragon"
quantity50
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins10000
items
id"melvorD:Dragon_Bones"
quantity200
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal6"
name"Normal Task 7"
category"Normal"
goals
items
id"melvorD:Yew_Logs"
quantity300
id"melvorD:Bird_Nest"
quantity200
id"melvorD:Feathers"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Raw_Chicken"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal7"
name"Normal Task 8"
category"Normal"
goals
items
id"melvorF:Divine_Potion_IV"
quantity100
id"melvorD:Big_Bones"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal8"
name"Normal Task 9"
category"Normal"
goals
items
id"melvorF:Gold_Ruby_Necklace"
quantity100
id"melvorF:Silver_Ruby_Necklace"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorF:Silver_Diamond_Ring"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal9"
name"Normal Task 10"
category"Normal"
goals
items
Empty array
monsters
id"melvorF:MioliteWarden"
quantity35
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins10000
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal10"
name"Normal Task 11"
category"Normal"
goals
items
id"melvorF:Stardust"
quantity150
id"melvorF:Golden_Stardust"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorF:Secret_Stardust_Potion_III"
quantity3000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal11"
name"Normal Task 12"
category"Normal"
goals
items
id"melvorD:Adamant_2H_Sword"
quantity10
id"melvorD:Adamant_Dagger"
quantity10
id"melvorD:Adamant_Sword"
quantity10
id"melvorD:Adamant_Scimitar"
quantity10
id"melvorD:Adamant_Battleaxe"
quantity10
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Rune_2H_Sword"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal12"
name"Normal Task 13"
category"Normal"
goals
items
id"melvorF:Poraxx_Seed"
quantity1000
id"melvorF:Poraxx_Herb"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorF:Pigtayle_Seed"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal13"
name"Normal Task 14"
category"Normal"
goals
items
Empty array
monsters
id"melvorF:TurkulRiders"
quantity50
id"melvorF:TurkulArchers"
quantity50
id"melvorF:TurkulThrowers"
quantity50
id"melvorF:TurkulGiant"
quantity50
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins10000
items
id"melvorF:Wildflower"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal14"
name"Normal Task 15"
category"Normal"
goals
items
id"melvorD:Raw_Carp"
quantity200
id"melvorD:Carp"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Shark_Perfect"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal15"
name"Normal Task 16"
category"Normal"
goals
items
id"melvorD:Bones"
quantity300
id"melvorD:Big_Bones"
quantity300
id"melvorF:Holy_Dust"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Magic_Bones"
quantity300
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal16"
name"Normal Task 17"
category"Normal"
goals
items
id"melvorD:Body_Rune"
quantity1000
id"melvorD:Chaos_Rune"
quantity1000
id"melvorD:Death_Rune"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Blood_Rune"
quantity2000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal17"
name"Normal Task 18"
category"Normal"
goals
items
Empty array
monsters
id"melvorD:TheKraken"
quantity50
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins10000
items
id"melvorD:Dragon_Scimitar"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal18"
name"Normal Task 19"
category"Normal"
goals
items
id"melvorF:Emerald_Bolts"
quantity500
id"melvorF:Adamant_Crossbow"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorF:Rune_Crossbow"
quantity1
id"melvorF:Diamond_Bolts"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal19"
name"Normal Task 20"
category"Normal"
goals
items
id"melvorD:Adamant_Shield_T_G"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorD:Rune_Shield_T_G"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal20"
name"Normal Task 21"
category"Normal"
goals
items
Empty array
monsters
id"melvorD:JuniorFarmer"
quantity250
id"melvorD:AdultFarmer"
quantity250
id"melvorD:MasterFarmer"
quantity250
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins10000
items
id"melvorD:Magic_Tree_Seed"
quantity20
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Normal21"
name"Normal Task 22"
category"Normal"
goals
items
id"melvorF:Eyeball"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins0
items
id"melvorF:Eyeball"
quantity5000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard0"
name"Hard Task 1"
category"Hard"
goals
items
id"melvorD:Magic_Logs"
quantity500
id"melvorD:Bird_Nest"
quantity500
id"melvorD:Feathers"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorD:Redwood_Logs"
quantity3000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard1"
name"Hard Task 2"
category"Hard"
goals
items
id"melvorD:Black_Dhide_Vambraces"
quantity1000
monsters
id"melvorD:BlackDragon"
quantity1000
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins1000000
items
id"melvorD:Dragon_Bones"
quantity3000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard2"
name"Hard Task 3"
category"Hard"
goals
items
id"melvorD:Dragon_2H_Sword"
quantity100
id"melvorD:Dragon_Battleaxe"
quantity100
id"melvorD:Dragon_Dagger"
quantity100
id"melvorD:Dragon_Scimitar"
quantity100
id"melvorD:Dragon_Sword"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Ancient_2H_Sword"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard3"
name"Hard Task 4"
category"Hard"
goals
items
id"melvorD:Carrot"
quantity1000
id"melvorD:Snape_Grass"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard4"
name"Hard Task 5"
category"Hard"
goals
items
id"melvorF:Pigtayle_Herb"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard5"
name"Hard Task 6"
category"Hard"
goals
items
id"melvorF:Elder_Dragonhide"
quantity2000
monsters
id"melvorF:ElderDragon"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Elder_Dragonhide"
quantity4000
id"melvorF:Twin_Exiles"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard6"
name"Hard Task 7"
category"Hard"
goals
items
id"melvorF:Apple_Pie"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorD:Strawberry_Cake_Perfect"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard7"
name"Hard Task 8"
category"Hard"
goals
items
id"melvorF:Diamond_Bolts"
quantity1000
id"melvorF:Slayer_Crossbow"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Jadestone_Bolts"
quantity2000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard8"
name"Hard Task 9"
category"Hard"
goals
items
id"melvorD:Dragon_Helmet"
quantity1
id"melvorD:Dragon_Platebody"
quantity1
id"melvorD:Dragon_Platelegs"
quantity1
id"melvorD:Dragon_Boots"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorD:Dragon_Platebody_T_G"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard9"
name"Hard Task 10"
category"Hard"
goals
items
id"melvorF:Dragon_Claw_Fragment"
quantity20
id"melvorF:Ancient_Claw_Fragment"
quantity20
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Ancient_Claw_Fragment"
quantity40
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard10"
name"Hard Task 11"
category"Hard"
goals
items
Empty array
monsters
id"melvorD:MalcsTheGuardianOfMelvor"
quantity50
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins100000
items
id"melvorD:Dragon_Bones"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard11"
name"Hard Task 12"
category"Hard"
goals
items
id"melvorF:Poison_Scales"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Poison_Scales"
quantity400
id"melvorF:Lethal_Toxins_Potion_III"
quantity400
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard12"
name"Hard Task 13"
category"Hard"
goals
items
Empty array
monsters
id"melvorD:Golbin"
quantity42069
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorD:Diamond"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard13"
name"Hard Task 14"
category"Hard"
goals
items
id"melvorD:Topaz"
quantity500
id"melvorD:Sapphire"
quantity500
id"melvorD:Ruby"
quantity500
id"melvorD:Emerald"
quantity500
id"melvorD:Diamond"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorD:Dragonite_Ore"
quantity3000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard14"
name"Hard Task 15"
category"Hard"
goals
items
id"melvorF:Damage_Reduction_Potion_IV"
quantity1000
monsters
id"melvorF:DarkHornedElite"
quantity2000
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Damage_Reduction_Potion_IV"
quantity5000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard15"
name"Hard Task 16"
category"Hard"
goals
items
id"melvorF:Infernal_Core"
quantity10
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Infernal_Core"
quantity15
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard16"
name"Hard Task 17"
category"Hard"
goals
items
Empty array
monsters
id"melvorF:Aeris"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins100000
items
id"melvorF:Air_Chest"
quantity100
id"melvorF:Scroll_of_Aeris"
quantity100
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard17"
name"Hard Task 18"
category"Hard"
goals
items
Empty array
monsters
id"melvorF:Glacia"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins100000
items
id"melvorF:Water_Chest"
quantity100
id"melvorF:Scroll_of_Glacia"
quantity100
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard18"
name"Hard Task 19"
category"Hard"
goals
items
id"melvorD:Ancient_Rune"
quantity5000
id"melvorF:Spirit_Rune"
quantity5000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard19"
name"Hard Task 20"
category"Hard"
goals
items
id"melvorD:Whale"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorD:Carrot_Cake_Perfect"
quantity2000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard20"
name"Hard Task 21"
category"Hard"
goals
items
id"melvorF:Rune_Javelin"
quantity5000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins0
items
id"melvorF:Dragon_Javelin"
quantity10000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Hard21"
name"Hard Task 22"
category"Hard"
goals
items
id"melvorF:Confetti_Crossbow"
quantity2
id"melvorF:Skull_Cape"
quantity2
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp500000
slayerCoins1500000
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard0"
name"VeryHard Task 1"
category"VeryHard"
goals
items
id"melvorF:Bank_Slot_Token"
quantity5
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Bank_Slot_Token"
quantity10
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard1"
name"VeryHard Task 2"
category"VeryHard"
goals
items
Empty array
monsters
id"melvorF:Terran"
quantity500
id"melvorF:Ragnar"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins250000
items
id"melvorF:Earth_Chest"
quantity100
id"melvorF:Scroll_of_Terran"
quantity100
id"melvorF:Fire_Chest"
quantity100
id"melvorF:Scroll_of_Ragnar"
quantity100
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard2"
name"VeryHard Task 3"
category"VeryHard"
goals
items
id"melvorF:Infernal_Claw"
quantity1
id"melvorD:Fire_Cape"
quantity100
id"melvorF:Infernal_Cape"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Infernal_Claw"
quantity4
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard3"
name"VeryHard Task 4"
category"VeryHard"
goals
items
id"melvorF:Ash"
quantity3000
id"melvorD:Redwood_Logs"
quantity10000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Medium_Urn_Enchanted"
quantity300
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard4"
name"VeryHard Task 5"
category"VeryHard"
goals
items
id"melvorD:Ancient_Ring_Of_Skills"
quantity1
id"melvorD:Ancient_Ring_Of_Mastery"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard5"
name"VeryHard Task 6"
category"VeryHard"
goals
items
id"melvorF:Barrentoe_Seed"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Barrentoe_Seed"
quantity4000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard6"
name"VeryHard Task 7"
category"VeryHard"
goals
items
id"melvorF:Diamond_Luck_Potion_IV"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorD:Diamond"
quantity2000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard7"
name"VeryHard Task 8"
category"VeryHard"
goals
items
id"melvorF:Ring_Of_Blade_Echoes"
quantity1
id"melvorF:Ring_Of_Barrage"
quantity1
id"melvorF:Ring_Of_Spirit_Power"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard8"
name"VeryHard Task 9"
category"VeryHard"
goals
items
id"melvorF:Golden_Stardust"
quantity500
monsters
id"melvorF:Pegasus"
quantity250
id"melvorF:Griffin"
quantity250
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Holy_Dust"
quantity3000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard9"
name"VeryHard Task 10"
category"VeryHard"
goals
items
id"melvorF:Jadestone_Bolts"
quantity1500
id"melvorF:Jadestone"
quantity1000
monsters
id"melvorF:HuntingGreaterDragon"
quantity200
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins250000
items
id"melvorF:Jadestone_Bolts"
quantity10000
id"melvorD:Dragon_Bones"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard10"
name"VeryHard Task 11"
category"VeryHard"
goals
items
id"melvorD:Raw_Seahorse"
quantity5000
id"melvorD:Raw_Skeleton_Fish"
quantity5000
id"melvorD:Raw_Magic_Fish"
quantity5000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Fishing_Hook"
quantity50000
id"melvorD:Raw_Whale"
quantity10000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard11"
name"VeryHard Task 12"
category"VeryHard"
goals
items
id"melvorF:Fire_Expert_Wizard_Robes"
quantity100
id"melvorD:Fire_Rune"
quantity10000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Fire_Imbued_Wand"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard12"
name"VeryHard Task 13"
category"VeryHard"
goals
items
id"melvorF:Ancient_Javelin"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Ancient_Javelin"
quantity2000
id"melvorF:Ancient_Throwing_Knife"
quantity2000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard13"
name"VeryHard Task 14"
category"VeryHard"
goals
items
id"melvorF:Melee_Strength_Potion_IV"
quantity10000
id"melvorF:Ranged_Strength_Potion_IV"
quantity10000
id"melvorF:Magic_Damage_Potion_IV"
quantity10000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Diamond_Luck_Potion_IV"
quantity10000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard14"
name"VeryHard Task 15"
category"VeryHard"
goals
items
Empty array
monsters
id"melvorF:Ahrenia"
quantity1
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins250000
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard15"
name"VeryHard Task 16"
category"VeryHard"
goals
items
id"melvorD:Magic_Tree_Seed"
quantity300
id"melvorD:Yew_Tree_Seed"
quantity300
id"melvorD:Maple_Tree_Seed"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorD:Magic_Tree_Seed"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard16"
name"VeryHard Task 17"
category"VeryHard"
goals
items
Empty array
monsters
id"melvorF:RancoraSpider"
quantity2500
id"melvorF:ElderVampire"
quantity2500
id"melvorF:CursedMaiden"
quantity2500
id"melvorF:BountyHunter"
quantity2500
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins5000000
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard17"
name"VeryHard Task 18"
category"VeryHard"
goals
items
id"melvorF:Air_Imbued_Wand"
quantity1
id"melvorF:Water_Imbued_Wand"
quantity1
id"melvorF:Earth_Imbued_Wand"
quantity1
id"melvorF:Fire_Imbued_Wand"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Air_Imbued_Wand"
quantity2
id"melvorF:Water_Imbued_Wand"
quantity2
id"melvorF:Earth_Imbued_Wand"
quantity2
id"melvorF:Fire_Imbued_Wand"
quantity2
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard18"
name"VeryHard Task 19"
category"VeryHard"
goals
items
id"melvorF:Tidal_Edge_Fragment"
quantity1
id"melvorF:Shockwave_Fragment"
quantity1
id"melvorF:Ocean_Song_Fragment"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Tidal_Edge_Fragment"
quantity3
id"melvorF:Shockwave_Fragment"
quantity3
id"melvorF:Ocean_Song_Fragment"
quantity3
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard19"
name"VeryHard Task 20"
category"VeryHard"
goals
items
id"melvorD:Carrot_Cake_Perfect"
quantity5000
id"melvorD:Carrot"
quantity5000
id"melvorD:Carrot_Seeds"
quantity5000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorD:Carrot"
quantity69420
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard20"
name"VeryHard Task 21"
category"VeryHard"
goals
items
id"melvorD:Dragonite_Bar"
quantity5000
monsters
id"melvorF:WickedGreaterDragon"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins250000
items
id"melvorD:Dragon_Bones"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:VeryHard21"
name"VeryHard Task 22"
category"VeryHard"
goals
items
id"melvorF:Adamant_Crossbow"
quantity1000
id"melvorF:Rune_Crossbow"
quantity1000
id"melvorF:Dragon_Crossbow"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorF:Jadestone_Bolts"
quantity20000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite0"
name"Elite Task 1"
category"Elite"
goals
items
id"melvorF:Necromancer_Hat"
quantity1
id"melvorF:Necromancer_Robes"
quantity1
id"melvorF:Necromancer_Bottoms"
quantity1
id"melvorF:Necromancer_Boots"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Summoning_Shard_Black"
quantity25000
id"melvorF:Summoning_Shard_Blue"
quantity25000
id"melvorF:Summoning_Shard_Gold"
quantity25000
id"melvorF:Summoning_Shard_Green"
quantity25000
id"melvorF:Summoning_Shard_Red"
quantity25000
id"melvorF:Summoning_Shard_Silver"
quantity25000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite1"
name"Elite Task 2"
category"Elite"
goals
items
id"melvorF:Antique_Vase"
quantity5000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Chest_Of_Gems"
quantity5000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite2"
name"Elite Task 3"
category"Elite"
goals
items
id"melvorD:Ancient_Ring_Of_Skills"
quantity20
id"melvorD:Ancient_Ring_Of_Mastery"
quantity20
id"melvorF:Ring_Of_Wealth"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
Empty array
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite3"
name"Elite Task 4"
category"Elite"
goals
items
id"melvorF:Summoning_Familiar_Devil"
quantity500000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Summoning_Familiar_Devil"
quantity750000
id"melvorF:Summoning_Shard_Black"
quantity30000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite4"
name"Elite Task 5"
category"Elite"
goals
items
id"melvorF:Basic_Bag"
quantity10000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Basic_Bag"
quantity20000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite5"
name"Elite Task 6"
category"Elite"
goals
items
id"melvorF:Max_Skillcape"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Bank_Slot_Token"
quantity8
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite6"
name"Elite Task 7"
category"Elite"
goals
items
id"melvorD:Fury_of_the_Elemental_Zodiac"
quantity1
id"melvorD:Amulet_of_Torture"
quantity40
id"melvorD:Amulet_of_Fury"
quantity40
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins1000000
items
id"melvorD:Fury_of_the_Elemental_Zodiac"
quantity4
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite7"
name"Elite Task 8"
category"Elite"
goals
items
id"melvorD:Carrot"
quantity500000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorD:Carrot_Cake_Perfect"
quantity100000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite8"
name"Elite Task 9"
category"Elite"
goals
items
id"melvorD:Bones"
quantity10000
id"melvorD:Big_Bones"
quantity10000
id"melvorD:Dragon_Bones"
quantity10000
id"melvorD:Magic_Bones"
quantity10000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorD:Bones"
quantity25000
id"melvorD:Big_Bones"
quantity25000
id"melvorD:Dragon_Bones"
quantity25000
id"melvorD:Magic_Bones"
quantity25000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite9"
name"Elite Task 10"
category"Elite"
goals
items
id"melvorF:Poison_Essence"
quantity20
id"melvorF:Burning_Essence"
quantity20
id"melvorF:Stinging_Essence"
quantity20
id"melvorF:Undead_Essence"
quantity20
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Deadeye_Ring"
quantity3
id"melvorF:Warlock_Ring"
quantity3
id"melvorF:Guardian_Ring"
quantity3
id"melvorF:Fighter_Ring"
quantity3
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite10"
name"Elite Task 11"
category"Elite"
goals
items
id"melvorF:Eyeball"
quantity30000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Eyeball"
quantity60000
id"melvorD:Ruby"
quantity5000
id"melvorD:Diamond"
quantity5000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite11"
name"Elite Task 12"
category"Elite"
goals
items
id"melvorF:Stardust"
quantity10000
id"melvorF:Golden_Stardust"
quantity5000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Golden_Stardust"
quantity10000
id"melvorF:Secret_Stardust_Potion_IV"
quantity5000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite12"
name"Elite Task 13"
category"Elite"
goals
items
id"melvorD:Aorpheats_Signet_Ring"
quantity2
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorD:Aorpheats_Signet_Ring"
quantity3
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite13"
name"Elite Task 14"
category"Elite"
goals
items
id"melvorF:Damage_Reduction_Potion_IV"
quantity20000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Damage_Reduction_Potion_IV"
quantity40000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite14"
name"Elite Task 15"
category"Elite"
goals
items
Empty array
monsters
id"melvorF:Umbora"
quantity5000
id"melvorF:Rokken"
quantity5000
id"melvorF:Kutul"
quantity5000
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins1000000
items
id"melvorF:Tidal_Edge"
quantity1
id"melvorF:Shockwave"
quantity1
id"melvorF:Ocean_Song"
quantity1
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite15"
name"Elite Task 16"
category"Elite"
goals
items
id"melvorF:Jadestone_Bolts"
quantity200000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Jadestone"
quantity4000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite16"
name"Elite Task 17"
category"Elite"
goals
items
id"melvorF:Air_Imbued_Wand"
quantity10
id"melvorF:Water_Imbued_Wand"
quantity10
id"melvorF:Earth_Imbued_Wand"
quantity10
id"melvorF:Fire_Imbued_Wand"
quantity10
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Elemental_Potion_IV"
quantity20000
id"melvorD:Air_Rune"
quantity500000
id"melvorD:Water_Rune"
quantity500000
id"melvorD:Earth_Rune"
quantity500000
id"melvorD:Fire_Rune"
quantity500000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite17"
name"Elite Task 18"
category"Elite"
goals
items
Empty array
monsters
id"melvorF:Ahrenia"
quantity5
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins1000000
items
id"melvorF:Bank_Slot_Token"
quantity3
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite18"
name"Elite Task 19"
category"Elite"
goals
items
id"melvorD:Bird_Nest"
quantity1000000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Bank_Slot_Token"
quantity80
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite19"
name"Elite Task 20"
category"Elite"
goals
items
Empty array
monsters
id"melvorF:BaneInstrumentOfFear"
quantity1
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins1000000
items
id"melvorF:Bank_Slot_Token"
quantity8
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite20"
name"Elite Task 21"
category"Elite"
goals
items
Empty array
monsters
id"melvorF:MalcsTheLeaderOfDragons"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins1000000
items
id"melvorF:Bank_Slot_Token"
quantity20
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorF:Elite21"
name"Elite Task 22"
category"Elite"
goals
items
id"melvorF:Summoning_Familiar_Dragon"
quantity250000
id"melvorF:Summoning_Familiar_Yak"
quantity250000
id"melvorF:Summoning_Familiar_Witch"
quantity250000
id"melvorF:Summoning_Familiar_Minotaur"
quantity250000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorF:Summoning_Familiar_Dragon"
quantity500000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH0"
name"Throne of the Herald Task 1"
category"TotH"
goals
items
id"melvorTotH:Elderwood_Logs"
quantity15000
id"melvorTotH:Raven_Nest"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Raven_Nest"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH1"
name"Throne of the Herald Task 2"
category"TotH"
goals
items
id"melvorTotH:Meteorite_Bar"
quantity15000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Iridium_Bar"
quantity30000
id"melvorTotH:Palladium_Bar"
quantity30000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH2"
name"Throne of the Herald Task 3"
category"TotH"
goals
items
id"melvorTotH:Onyx"
quantity1000
id"melvorTotH:Oricha"
quantity1000
id"melvorTotH:Cerulean"
quantity1000
id"melvorTotH:Zephyte"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Zephyte"
quantity2000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH3"
name"Throne of the Herald Task 4"
category"TotH"
goals
items
Empty array
monsters
id"melvorTotH:MagicFireDemon"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins2500000
items
id"melvorD:Fire_Rune"
quantity300000
id"melvorD:Earth_Rune"
quantity300000
id"melvorD:Light_Rune"
quantity300000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH4"
name"Throne of the Herald Task 5"
category"TotH"
goals
items
id"melvorTotH:Snowcress_Herb"
quantity20000
id"melvorTotH:Bitterlyme_Herb"
quantity20000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Snowcress_Seeds"
quantity1500
id"melvorTotH:Bitterlyme_Seeds"
quantity1500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH5"
name"Throne of the Herald Task 6"
category"TotH"
goals
items
id"melvorTotH:Poison_Rune"
quantity250000
id"melvorTotH:Lightning_Rune"
quantity250000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Infernal_Rune"
quantity500000
id"melvorTotH:Soul_Rune"
quantity500000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH6"
name"Throne of the Herald Task 7"
category"TotH"
goals
items
Empty array
monsters
id"melvorTotH:SpiderQueen"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins2500000
items
id"melvorTotH:Spider_Queen_Eggs"
quantity5000
id"melvorTotH:Summoning_Familiar_Spectre"
quantity100000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH7"
name"Throne of the Herald Task 8"
category"TotH"
goals
items
id"melvorTotH:Raven_Nest"
quantity3000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Chilli"
quantity20000
id"melvorTotH:Mushrooms"
quantity20000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH8"
name"Throne of the Herald Task 9"
category"TotH"
goals
items
id"melvorTotH:Large_Urn_Enchanted"
quantity150000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Large_Urn_Enchanted"
quantity175000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH9"
name"Throne of the Herald Task 10"
category"TotH"
goals
items
id"melvorTotH:Terrorfish"
quantity25000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Mystic_Shark"
quantity25000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH10"
name"Throne of the Herald Task 11"
category"TotH"
goals
items
id"melvorTotH:Iridium_Bar"
quantity75000
id"melvorTotH:Palladium_Bar"
quantity75000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Iridium_Bar"
quantity100000
id"melvorTotH:Palladium_Bar"
quantity100000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH11"
name"Throne of the Herald Task 12"
category"TotH"
goals
items
id"melvorTotH:Corundum_Javelin"
quantity50000
id"melvorTotH:Augite_Javelin"
quantity50000
id"melvorTotH:Meteorite_Javelin"
quantity50000
id"melvorTotH:Divine_Javelin"
quantity50000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Meteorite_Javelin"
quantity150000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH12"
name"Throne of the Herald Task 13"
category"TotH"
goals
items
id"melvorTotH:Poison_Mythical_Wizard_Robes"
quantity100
id"melvorTotH:Infernal_Mythical_Wizard_Robes"
quantity100
id"melvorTotH:Lightning_Mythical_Wizard_Robes"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Poison_Rune"
quantity500000
id"melvorTotH:Infernal_Rune"
quantity500000
id"melvorTotH:Lightning_Rune"
quantity500000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH13"
name"Throne of the Herald Task 14"
category"TotH"
goals
items
id"melvorTotH:Elderwood_Body"
quantity300
id"melvorTotH:Revenant_Body"
quantity300
id"melvorTotH:Carrion_Body"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Carrion_Body_U"
quantity1
id"melvorTotH:Carrion_Logs"
quantity30000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH14"
name"Throne of the Herald Task 15"
category"TotH"
goals
items
Empty array
monsters
id"melvorTotH:GoliathWerewolf"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins2500000
items
id"melvorF:Whetstone"
quantity500000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH15"
name"Throne of the Herald Task 16"
category"TotH"
goals
items
Empty array
monsters
id"melvorTotH:Fiozor"
quantity30
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins2500000
items
id"melvorTotH:Summoning_Scrolls"
quantity300000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH16"
name"Throne of the Herald Task 17"
category"TotH"
goals
items
id"melvorTotH:Charcoal"
quantity25000
id"melvorF:Ash"
quantity1000000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorF:Ash"
quantity2500000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH17"
name"Throne of the Herald Task 18"
category"TotH"
goals
items
id"melvorTotH:Reaper_Potion_IV"
quantity5000
id"melvorTotH:Penetration_Potion_IV"
quantity5000
id"melvorTotH:Critical_Strike_Potion_IV"
quantity5000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins0
items
id"melvorTotH:Penetration_Potion_IV"
quantity10000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH18"
name"Throne of the Herald Task 19"
category"TotH"
goals
items
Empty array
monsters
id"melvorTotH:GuardianoftheHerald"
quantity100
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins2500000
items
id"melvorD:Bones"
quantity20000
id"melvorD:Big_Bones"
quantity20000
id"melvorD:Magic_Bones"
quantity20000
id"melvorD:Dragon_Bones"
quantity20000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorTotH:TotH19"
name"Throne of the Herald Task 20"
category"TotH"
goals
items
Empty array
monsters
id"melvorTotH:TheHeraldPhase3"
quantity1
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins2500000
items
id"melvorF:Bank_Slot_Token"
quantity169
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD0"
name"Atlas of Discovery Task 1"
category"AoD"
goals
items
id"melvorAoD:Paper"
quantity1000
id"melvorAoD:Broken_Trowel"
quantity5
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorAoD:Paper"
quantity3000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD1"
name"Atlas of Discovery Task 2"
category"AoD"
goals
items
id"melvorAoD:Ancient_Wildberry_Seeds"
quantity10
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000
slayerCoins0
items
id"melvorAoD:Ancient_Corn_Seeds"
quantity30
id"melvorAoD:Ancient_Carrot_Seeds"
quantity30
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD2"
name"Atlas of Discovery Task 3"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:BlindGhost"
quantity100
skillXP
Empty array
buildings
Empty array
rewards
gp10000
slayerCoins1000
items
id"melvorF:Summoning_Shard_Red"
quantity500
id"melvorF:Summoning_Shard_Blue"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD3"
name"Atlas of Discovery Task 4"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:SlimeShooter"
quantity100
skillXP
Empty array
buildings
Empty array
rewards
gp10000
slayerCoins2000
items
id"melvorAoD:Vial_of_Acid"
quantity8000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD4"
name"Atlas of Discovery Task 5"
category"AoD"
goals
items
id"melvorAoD:Crumbled_Artefact"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp50000
slayerCoins0
items
id"melvorF:Whetstone"
quantity20000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD5"
name"Atlas of Discovery Task 6"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:LavaGolem"
quantity1
skillXP
Empty array
buildings
Empty array
rewards
gp25000
slayerCoins10000
items
id"melvorAoD:Draining_Barrier_Gem"
quantity3
id"melvorD:Runite_Bar"
quantity500
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD6"
name"Atlas of Discovery Task 7"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:GrumpyWillow"
quantity500
skillXP
Empty array
buildings
Empty array
rewards
gp150000
slayerCoins50000
items
id"melvorAoD:Unholy_Dust"
quantity15000
id"melvorAoD:Unholy_Logs"
quantity5000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD7"
name"Atlas of Discovery Task 89"
category"AoD"
goals
items
id"melvorAoD:Trader_Crate"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp2500000
slayerCoins0
items
id"melvorF:Barrentoe_Herb"
quantity10000
id"melvorD:Leather"
quantity10000
id"melvorD:Feathers"
quantity100000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD8"
name"Atlas of Discovery Task 9"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:PoisonBloater"
quantity1000
skillXP
Empty array
buildings
Empty array
rewards
gp2500000
slayerCoins500000
items
id"melvorAoD:Poisonous_Arrows"
quantity40000
id"melvorAoD:Poison_Bolts"
quantity40000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD9"
name"Atlas of Discovery Task 10"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:PuppetMaster"
quantity100
skillXP
Empty array
buildings
Empty array
rewards
gp2500000
slayerCoins500000
items
id"melvorD:Rune_Essence"
quantity100000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD10"
name"Atlas of Discovery Task 11"
category"AoD"
goals
items
id"melvorAoD:Crystal_Ball"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp5000000
slayerCoins0
items
id"melvorAoD:Decoy_Idol"
quantity25
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD11"
name"Atlas of Discovery Task 12"
category"AoD"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
numPOIs
worldMapID"melvorAoD:Melvor"
quantity20
rewards
gp25000
slayerCoins0
items
id"melvorAoD:Paper"
quantity8000
id"melvorF:Bank_Slot_Token"
quantity3
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD12"
name"Atlas of Discovery Task 13"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:CrystalBehemoth"
quantity1000
skillXP
Empty array
buildings
Empty array
rewards
gp20000000
slayerCoins1500000
items
id"melvorAoD:Pure_Crystal_Arrows"
quantity40000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD13"
name"Atlas of Discovery Task 14"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:SoulTakerWitch"
quantity100
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins1000000
items
id"melvorAoD:Cursed_Dust"
quantity100000
id"melvorAoD:Cursed_Logs"
quantity25000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD14"
name"Atlas of Discovery Task 15"
category"AoD"
goals
items
id"melvorAoD:Pirate_Flag"
quantity2000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins0
items
id"melvorAoD:Old_Pirate_Treasure"
quantity200
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD15"
name"Atlas of Discovery Task 16"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:GhostMercenary"
quantity1000
id"melvorAoD:ShipwreckBeast"
quantity1000
id"melvorAoD:CursedPirateCaptain"
quantity1000
skillXP
Empty array
buildings
Empty array
rewards
gp25000000
slayerCoins2500000
items
id"melvorD:Fury_of_the_Elemental_Zodiac"
quantity2
id"melvorF:Diamond_Luck_Potion_IV"
quantity10000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD16"
name"Atlas of Discovery Task 17"
category"AoD"
goals
items
Empty array
monsters
id"melvorAoD:Nagaia"
quantity100
skillXP
Empty array
buildings
Empty array
rewards
gp10000000
slayerCoins1000000
items
id"melvorAoD:Nullifying_Amulet"
quantity1
id"melvorAoD:Cleansing_Ring"
quantity1
id"melvorF:Bank_Slot_Token"
quantity20
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD17"
name"Atlas of Discovery Task 18"
category"AoD"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
numPOIs
worldMapID"melvorAoD:Melvor"
quantity75
rewards
gp500000
slayerCoins0
items
id"melvorD:Silver_Bar"
quantity5000
id"melvorD:Gold_Bar"
quantity5000
id"melvorD:Dragonite_Bar"
quantity5000
id"melvorD:Redwood_Logs"
quantity5000
id"melvorF:Bank_Slot_Token"
quantity10
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD18"
name"Atlas of Discovery Task 19"
category"AoD"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
numPOIs
worldMapID"melvorAoD:Melvor"
quantity132
rewards
gp10000000
slayerCoins0
items
id"melvorAoD:Paper"
quantity100000
id"melvorF:Bank_Slot_Token"
quantity20
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
id"melvorAoD:AoD19"
name"Atlas of Discovery Task 20"
category"AoD"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
numRefinements20
rewards
gp500000
slayerCoins0
items
id"melvorAoD:Paper"
quantity20000
id"melvorD:Diamond"
quantity1000
skillXP
Empty array
townshipResources
Empty array
requirements
Empty array
casualTasks
id"melvorF:CasualTask0"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Normal_Logs"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Wood"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level1
id"melvorF:CasualTask1"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Normal_Logs"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Wood"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask2"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Oak_Logs"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Wood"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask3"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Willow_Logs"
quantity400
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Wood"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask4"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Teak_Logs"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Wood"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask5"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Maple_Logs"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Wood"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask6"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Yew_Logs"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Wood"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask7"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Yew_Logs"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Wood"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask8"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Magic_Logs"
quantity2000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Wood"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask9"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Redwood_Logs"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Wood"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask10"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Redwood_Logs"
quantity3000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Wood"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Woodcutting"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask11"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Shrimp"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Food"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level1
id"melvorF:CasualTask12"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Sardine"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Food"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask13"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Herring"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Food"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask14"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Trout"
quantity400
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Food"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask15"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Salmon"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Food"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask16"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Lobster"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Food"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level50
type"SkillLevel"
skillID"melvorD:Township"
level25
id"melvorF:CasualTask17"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Crab"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Food"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask18"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Shark"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Food"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask19"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Cave_Fish"
quantity2000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Food"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask20"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Manta_Ray"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Food"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask21"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Raw_Whale"
quantity3000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Food"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Fishing"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask22"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Shrimp"
quantity50
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Food"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level1
id"melvorF:CasualTask23"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Sardine"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Food"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask24"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Herring"
quantity150
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Food"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask25"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Trout"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Food"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask26"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Salmon"
quantity250
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Food"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask27"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Lobster"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Food"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask28"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Crab"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Food"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask29"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Shark"
quantity750
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Food"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask30"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Cave_Fish"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Food"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask31"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Manta_Ray"
quantity1250
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Food"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask32"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Whale"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Food"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Cooking"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask33"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Rune_Essence"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Ore"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level1
id"melvorF:CasualTask34"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Copper_Ore"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Ore"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask35"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Iron_Ore"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Ore"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask36"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Silver_Ore"
quantity400
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Ore"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask37"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Coal_Ore"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Ore"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask38"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Gold_Ore"
quantity750
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Ore"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask39"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Mithril_Ore"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Ore"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask40"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Adamantite_Ore"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Ore"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask41"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Runite_Ore"
quantity2000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Ore"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask42"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Runite_Ore"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Ore"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask43"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Dragonite_Ore"
quantity3000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Ore"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Mining"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask44"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Bronze_Bar"
quantity10
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Bar"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level1
id"melvorF:CasualTask45"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Iron_Bar"
quantity20
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Bar"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask46"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Iron_Bar"
quantity30
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Bar"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask47"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Steel_Bar"
quantity50
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Bar"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask48"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Silver_Bar"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Bar"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask49"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Gold_Bar"
quantity150
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Bar"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask50"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Mithril_Bar"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Bar"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask51"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Adamantite_Bar"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Bar"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask52"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Runite_Bar"
quantity400
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Bar"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask53"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Dragonite_Bar"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Bar"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask54"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Dragonite_Bar"
quantity750
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Bar"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Smithing"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask55"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Leather_Gloves"
quantity1
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Leather"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level1
id"melvorF:CasualTask56"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Silver_Topaz_Ring"
quantity20
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Leather"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask57"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Leather_Chaps"
quantity30
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Leather"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask58"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Gold_Ruby_Ring"
quantity50
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Leather"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask59"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Hard_Leather_Vambraces"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Leather"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask60"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Gold_Emerald_Ring"
quantity150
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Leather"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask61"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Green_Dhide_Chaps"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Leather"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask62"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Blue_Dhide_Shield"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Leather"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask63"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Silver_Diamond_Ring"
quantity400
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Leather"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask64"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Gold_Diamond_Ring"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Leather"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask65"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Black_Dhide_Body"
quantity750
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Leather"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Crafting"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask66"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Arrow_Shafts"
quantity150
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Planks"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level1
id"melvorF:CasualTask67"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Bronze_Arrows"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Planks"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask68"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Oak_Shortbow"
quantity450
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Planks"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask69"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Steel_Arrows"
quantity600
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Planks"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask70"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Willow_Longbow"
quantity900
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Planks"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask71"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Mithril_Javelin"
quantity1200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Planks"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask72"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Adamant_Arrows"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Planks"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask73"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Yew_Shortbow"
quantity2000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Planks"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask74"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Rune_Arrows"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Planks"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask75"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Magic_Longbow"
quantity3000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Planks"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask76"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Dragon_Javelin"
quantity3500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Planks"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Fletching"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask77"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Air_Rune"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Rune_Essence"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level1
id"melvorF:CasualTask78"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Air_Acolyte_Wizard_Robes"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Rune_Essence"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask79"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Dust_Rune"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Rune_Essence"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask80"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Body_Rune"
quantity400
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Rune_Essence"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask81"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Water_Adept_Wizard_Hat"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Rune_Essence"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask82"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Nature_Rune"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Rune_Essence"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask83"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Earth_Adept_Wizard_Robes"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Rune_Essence"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask84"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Smoke_Rune"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Rune_Essence"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask85"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Blood_Rune"
quantity2000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Rune_Essence"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask86"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Fire_Expert_Wizard_Robes"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Rune_Essence"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask87"
name"Casual Task"
category"Daily"
goals
items
id"melvorD:Ancient_Rune"
quantity3000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Rune_Essence"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Runecrafting"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask88"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Bird_Nest_Potion_IV"
quantity10
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Potions"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level1
type"ItemFound"
itemID"melvorF:Bird_Nest_Potion_IV"
id"melvorF:CasualTask89"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Melee_Evasion_Potion_IV"
quantity20
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Potions"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
type"ItemFound"
itemID"melvorF:Melee_Evasion_Potion_IV"
id"melvorF:CasualTask90"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Controlled_Heat_Potion_IV"
quantity30
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Potions"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
type"ItemFound"
itemID"melvorF:Controlled_Heat_Potion_IV"
id"melvorF:CasualTask91"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Magic_Assistance_Potion_IV"
quantity50
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Potions"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
type"ItemFound"
itemID"melvorF:Magic_Assistance_Potion_IV"
id"melvorF:CasualTask92"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Fishermans_Potion_IV"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Potions"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
type"ItemFound"
itemID"melvorF:Fishermans_Potion_IV"
id"melvorF:CasualTask93"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Lucky_Herb_Potion_IV"
quantity150
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Potions"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
type"ItemFound"
itemID"melvorF:Lucky_Herb_Potion_IV"
id"melvorF:CasualTask94"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Perfect_Swing_Potion_IV"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Potions"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
type"ItemFound"
itemID"melvorF:Perfect_Swing_Potion_IV"
id"melvorF:CasualTask95"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Lethal_Toxins_Potion_IV"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Potions"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
type"ItemFound"
itemID"melvorF:Lethal_Toxins_Potion_IV"
id"melvorF:CasualTask96"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Farming_Potion_IV"
quantity400
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Potions"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
type"ItemFound"
itemID"melvorF:Farming_Potion_IV"
id"melvorF:CasualTask97"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Diamond_Luck_Potion_IV"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Potions"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
type"ItemFound"
itemID"melvorF:Diamond_Luck_Potion_IV"
id"melvorF:CasualTask98"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Damage_Reduction_Potion_IV"
quantity750
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Potions"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Herblore"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
type"ItemFound"
itemID"melvorF:Damage_Reduction_Potion_IV"
id"melvorF:CasualTask99"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Ent"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Wood"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level1
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Ent"
id"melvorF:CasualTask100"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Mole"
quantity1500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Ore"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Mole"
id"melvorF:CasualTask101"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Wolf"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Food"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Wolf"
id"melvorF:CasualTask102"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Pig"
quantity2500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Food"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Pig"
id"melvorF:CasualTask103"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Crow"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Rune_Essence"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Crow"
id"melvorF:CasualTask104"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Leprechaun"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Food"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Leprechaun"
id"melvorF:CasualTask105"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Cyclops"
quantity8000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Wood"
quantity22500
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Cyclops"
id"melvorF:CasualTask106"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Salamander"
quantity10000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Herbs"
quantity30000
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Salamander"
id"melvorF:CasualTask107"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Bear"
quantity12500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Herbs"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Bear"
id"melvorF:CasualTask108"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Devil"
quantity15000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Wood"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Devil"
id"melvorF:CasualTask109"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Summoning_Familiar_Dragon"
quantity20000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Planks"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Summoning"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
type"ItemFound"
itemID"melvorF:Summoning_Familiar_Dragon"
id"melvorF:CasualTask110"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Stardust"
quantity50
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
id"melvorF:Wood"
quantity2500
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level1
id"melvorF:CasualTask111"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Stardust"
quantity100
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity800
townshipResources
id"melvorF:Bar"
quantity5000
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level10
type"SkillLevel"
skillID"melvorD:Township"
level5
id"melvorF:CasualTask112"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Golden_Stardust"
quantity150
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
id"melvorF:Food"
quantity7500
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level20
type"SkillLevel"
skillID"melvorD:Township"
level10
id"melvorF:CasualTask113"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Stardust"
quantity200
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity2500
townshipResources
id"melvorF:Ore"
quantity10000
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level30
type"SkillLevel"
skillID"melvorD:Township"
level15
id"melvorF:CasualTask114"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Stardust"
quantity250
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
id"melvorF:Food"
quantity12500
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level40
type"SkillLevel"
skillID"melvorD:Township"
level20
id"melvorF:CasualTask115"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Golden_Stardust"
quantity300
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Planks"
quantity17500
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level50
type"SkillLevel"
skillID"melvorD:Township"
level30
id"melvorF:CasualTask116"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Stardust"
quantity500
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp2250
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level60
type"SkillLevel"
skillID"melvorD:Township"
level40
id"melvorF:CasualTask117"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Stardust"
quantity750
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins3000
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level70
type"SkillLevel"
skillID"melvorD:Township"
level50
id"melvorF:CasualTask118"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Golden_Stardust"
quantity1000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Leather"
quantity40000
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level80
type"SkillLevel"
skillID"melvorD:Township"
level60
id"melvorF:CasualTask119"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Stardust"
quantity1250
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity250000
townshipResources
id"melvorF:Herbs"
quantity50000
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level90
type"SkillLevel"
skillID"melvorD:Township"
level70
id"melvorF:CasualTask120"
name"Casual Task"
category"Daily"
goals
items
id"melvorF:Golden_Stardust"
quantity3000
monsters
Empty array
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity500000
townshipResources
id"melvorF:Potions"
quantity60000
requirements
type"SkillLevel"
skillID"melvorD:Astrology"
level99
type"SkillLevel"
skillID"melvorD:Township"
level80
id"melvorF:CasualTask121"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:Golbin"
quantity69
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity690
townshipResources
id"melvorF:Food"
quantity6900
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level10
type"SkillLevel"
skillID"melvorD:Strength"
level10
type"SkillLevel"
skillID"melvorD:Defence"
level10
id"melvorF:CasualTask122"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:MummaChicken"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Food"
quantity10000
id"melvorF:Wood"
quantity10000
id"melvorF:Stone"
quantity10000
requirements
type"DungeonCompletion"
dungeonID"melvorD:Chicken_Coop"
count1
id"melvorF:CasualTask123"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:ZombieLeader"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity10000
townshipResources
id"melvorF:Food"
quantity10000
id"melvorF:Wood"
quantity10000
id"melvorF:Stone"
quantity10000
requirements
type"DungeonCompletion"
dungeonID"melvorD:Undead_Graveyard"
count1
id"melvorF:CasualTask124"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:BanditLeader"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity15000
townshipResources
id"melvorF:Food"
quantity15000
id"melvorF:Wood"
quantity15000
id"melvorF:Stone"
quantity15000
requirements
type"DungeonCompletion"
dungeonID"melvorD:Bandit_Base"
count1
id"melvorF:CasualTask125"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:ElderWizard"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity17500
townshipResources
id"melvorF:Food"
quantity17500
id"melvorF:Wood"
quantity17500
id"melvorF:Stone"
quantity17500
requirements
type"DungeonCompletion"
dungeonID"melvorD:Hall_of_Wizards"
count1
id"melvorF:CasualTask126"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:SpiderKing"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity20000
townshipResources
id"melvorF:Food"
quantity20000
id"melvorF:Wood"
quantity20000
id"melvorF:Stone"
quantity20000
requirements
type"DungeonCompletion"
dungeonID"melvorD:Spider_Forest"
count1
id"melvorF:CasualTask127"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorF:MioliteMonarch"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity20000
townshipResources
id"melvorF:Food"
quantity20000
id"melvorF:Wood"
quantity20000
id"melvorF:Stone"
quantity20000
requirements
type"DungeonCompletion"
dungeonID"melvorF:Miolite_Caves"
count1
id"melvorF:CasualTask128"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:TheKraken"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Food"
quantity25000
id"melvorF:Wood"
quantity25000
id"melvorF:Stone"
quantity25000
requirements
type"DungeonCompletion"
dungeonID"melvorD:Deep_Sea_Ship"
count1
id"melvorF:CasualTask129"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:ProtectorofIce"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity25000
townshipResources
id"melvorF:Food"
quantity25000
id"melvorF:Wood"
quantity25000
id"melvorF:Stone"
quantity25000
requirements
type"DungeonCompletion"
dungeonID"melvorD:Frozen_Cove"
count1
id"melvorF:CasualTask130"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorF:ElderDragon"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity35000
townshipResources
id"melvorF:Food"
quantity35000
id"melvorF:Wood"
quantity35000
id"melvorF:Stone"
quantity35000
id"melvorF:Planks"
quantity35000
id"melvorF:Bar"
quantity35000
requirements
type"DungeonCompletion"
dungeonID"melvorF:Dragons_Den"
count1
id"melvorF:CasualTask131"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorD:MalcsTheGuardianOfMelvor"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity40000
townshipResources
id"melvorF:Food"
quantity40000
id"melvorF:Wood"
quantity40000
id"melvorF:Stone"
quantity40000
id"melvorF:Planks"
quantity40000
id"melvorF:Bar"
quantity40000
requirements
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count1
id"melvorF:CasualTask132"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorF:MalcsTheLeaderOfDragons"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity50000
townshipResources
id"melvorF:Food"
quantity50000
id"melvorF:Wood"
quantity50000
id"melvorF:Stone"
quantity50000
id"melvorF:Planks"
quantity50000
id"melvorF:Bar"
quantity50000
requirements
type"DungeonCompletion"
dungeonID"melvorF:Infernal_Stronghold"
count1
id"melvorF:CasualTask133"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorF:Aeris"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Food"
quantity75000
id"melvorF:Wood"
quantity75000
id"melvorF:Stone"
quantity75000
id"melvorF:Planks"
quantity75000
id"melvorF:Bar"
quantity75000
requirements
type"DungeonCompletion"
dungeonID"melvorF:Air_God_Dungeon"
count1
id"melvorF:CasualTask134"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorF:Glacia"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Food"
quantity75000
id"melvorF:Wood"
quantity75000
id"melvorF:Stone"
quantity75000
id"melvorF:Planks"
quantity75000
id"melvorF:Bar"
quantity75000
requirements
type"DungeonCompletion"
dungeonID"melvorF:Water_God_Dungeon"
count1
id"melvorF:CasualTask135"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorF:Terran"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Food"
quantity75000
id"melvorF:Wood"
quantity75000
id"melvorF:Stone"
quantity75000
id"melvorF:Planks"
quantity75000
id"melvorF:Bar"
quantity75000
requirements
type"DungeonCompletion"
dungeonID"melvorF:Earth_God_Dungeon"
count1
id"melvorF:CasualTask136"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
id"melvorF:Ragnar"
quantity10
skillXP
Empty array
buildings
Empty array
rewards
gp1
slayerCoins0
items
Empty array
skillXP
id"melvorD:Township"
quantity100000
townshipResources
id"melvorF:Food"
quantity75000
id"melvorF:Wood"
quantity75000
id"melvorF:Stone"
quantity75000
id"melvorF:Planks"
quantity75000
id"melvorF:Bar"
quantity75000
requirements
type"DungeonCompletion"
dungeonID"melvorF:Fire_God_Dungeon"
count1
id"melvorF:CasualTask137"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:Golbin"
itemIDs
"melvorD:Bronze_2H_Sword"
quantity10
rewards
gp200
slayerCoins100
items
Empty array
skillXP
id"melvorD:Township"
quantity400
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level5
type"ItemFound"
itemID"melvorD:Bronze_2H_Sword"
id"melvorF:CasualTask138"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:SweatyMonster"
itemIDs
"melvorD:Steel_Shield"
quantity10
rewards
gp500
slayerCoins250
items
Empty array
skillXP
id"melvorD:Township"
quantity900
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Defence"
level10
type"ItemFound"
itemID"melvorD:Steel_Shield"
id"melvorF:CasualTask139"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:Wizard"
itemIDs
"melvorF:Willow_Shortbow"
quantity10
rewards
gp800
slayerCoins400
items
Empty array
skillXP
id"melvorD:Township"
quantity1500
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Ranged"
level10
type"ItemFound"
itemID"melvorF:Willow_Shortbow"
id"melvorF:CasualTask140"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:MasterFarmer"
itemIDs
"melvorD:Mithril_Scimitar"
quantity10
rewards
gp110
slayerCoins550
items
Empty array
skillXP
id"melvorD:Township"
quantity2200
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level20
type"ItemFound"
itemID"melvorD:Mithril_Scimitar"
id"melvorF:CasualTask141"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:GiantCrab"
itemIDs
"melvorF:Staff_of_Water"
quantity10
rewards
gp1500
slayerCoins750
items
Empty array
skillXP
id"melvorD:Township"
quantity3000
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level20
type"ItemFound"
itemID"melvorF:Staff_of_Water"
id"melvorF:CasualTask142"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:ZombieLeader"
itemIDs
"melvorD:Steel_Battleaxe"
quantity10
rewards
gp2000
slayerCoins1000
items
Empty array
skillXP
id"melvorD:Township"
quantity4000
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level25
type"DungeonCompletion"
dungeonID"melvorD:Undead_Graveyard"
count1
type"ItemFound"
itemID"melvorD:Steel_Battleaxe"
id"melvorF:CasualTask143"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:MasterWizard"
itemIDs
"melvorD:Maple_Longbow"
quantity10
rewards
gp2600
slayerCoins1300
items
Empty array
skillXP
id"melvorD:Township"
quantity5200
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Ranged"
level30
type"ItemFound"
itemID"melvorD:Maple_Longbow"
id"melvorF:CasualTask144"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:SpiderKing"
itemIDs
"melvorD:Enchanted_Cape"
quantity10
rewards
gp3300
slayerCoins1650
items
Empty array
skillXP
id"melvorD:Township"
quantity6600
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level30
type"DungeonCompletion"
dungeonID"melvorD:Spider_Forest"
count1
type"ItemFound"
itemID"melvorD:Enchanted_Cape"
id"melvorF:CasualTask145"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:ElerineArcher"
itemIDs
"melvorF:Sand_Treaders"
quantity10
rewards
gp4200
slayerCoins210
items
Empty array
skillXP
id"melvorD:Township"
quantity8300
townshipResources
Empty array
requirements
type"ItemFound"
itemID"melvorF:Sand_Treaders"
type"SkillLevel"
skillID"melvorD:Defence"
level60
id"melvorF:CasualTask146"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:BanditLeader"
itemIDs
"melvorD:Mithril_Helmet"
quantity10
rewards
gp5200
slayerCoins2600
items
Empty array
skillXP
id"melvorD:Township"
quantity10400
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Defence"
level30
type"DungeonCompletion"
dungeonID"melvorD:Bandit_Base"
count1
type"ItemFound"
itemID"melvorD:Mithril_Helmet"
id"melvorF:CasualTask147"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:ElderWizard"
itemIDs
"melvorF:Adamant_Crossbow"
quantity10
rewards
gp6500
slayerCoins3250
items
Empty array
skillXP
id"melvorD:Township"
quantity12900
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Ranged"
level40
type"DungeonCompletion"
dungeonID"melvorD:Hall_of_Wizards"
count1
type"ItemFound"
itemID"melvorF:Adamant_Crossbow"
id"melvorF:CasualTask148"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:MioliteMonarch"
itemIDs
"melvorD:Air_Battlestaff"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level40
type"DungeonCompletion"
dungeonID"melvorF:Miolite_Caves"
count1
type"ItemFound"
itemID"melvorD:Air_Battlestaff"
id"melvorF:CasualTask149"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:DarkWizard"
itemIDs
"melvorF:Rune_Crossbow"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level50
type"ItemFound"
itemID"melvorF:Rune_Crossbow"
id"melvorF:CasualTask150"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:RuneKnight"
itemIDs
"melvorD:Fire_Battlestaff"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level60
type"ItemFound"
itemID"melvorD:Fire_Battlestaff"
id"melvorF:CasualTask151"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:TurkulGeneral"
itemIDs
"melvorD:Rune_Shield"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level50
type"SkillLevel"
skillID"melvorD:Slayer"
level50
type"ItemFound"
itemID"melvorD:Rune_Shield"
id"melvorF:CasualTask152"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:SandBeast"
itemIDs
"melvorD:Rune_Dagger"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level60
type"SkillLevel"
skillID"melvorD:Slayer"
level50
type"ItemFound"
itemID"melvorD:Rune_Dagger"
id"melvorF:CasualTask153"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Paladin"
itemIDs
"melvorD:Enchanted_Shield"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level70
type"SkillLevel"
skillID"melvorD:Slayer"
level30
type"ItemFound"
itemID"melvorD:Enchanted_Shield"
id"melvorF:CasualTask154"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:SeethingHornedElite"
itemIDs
"melvorF:Dragon_Crossbow"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Ranged"
level65
type"SkillLevel"
skillID"melvorD:Slayer"
level70
type"ItemFound"
itemID"melvorF:Dragon_Crossbow"
id"melvorF:CasualTask155"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Griffin"
itemIDs
"melvorD:Magic_Wand_Powerful"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level65
type"SkillLevel"
skillID"melvorD:Slayer"
level60
type"SkillLevel"
skillID"melvorD:Magic"
level30
type"ItemFound"
itemID"melvorD:Magic_Wand_Powerful"
id"melvorF:CasualTask156"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:MalcsTheGuardianOfMelvor"
itemIDs
"melvorD:Sunset_Rapier"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level70
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count1
type"ItemFound"
itemID"melvorD:Sunset_Rapier"
id"melvorF:CasualTask157"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:RancoraSpider"
itemIDs
"melvorF:Ancient_2H_Sword"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Strength"
level75
type"SkillLevel"
skillID"melvorD:Slayer"
level99
type"ItemFound"
itemID"melvorF:Ancient_2H_Sword"
id"melvorF:CasualTask158"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:CursedMaiden"
itemIDs
"melvorF:Slayer_Crossbow"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Ranged"
level75
type"SkillLevel"
skillID"melvorD:Slayer"
level80
type"ItemFound"
itemID"melvorF:Slayer_Crossbow"
id"melvorF:CasualTask159"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:BountyHunter"
itemIDs
"melvorD:Elite_Amulet_of_Magic"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level80
type"SkillLevel"
skillID"melvorD:Slayer"
level80
type"ItemFound"
itemID"melvorD:Elite_Amulet_of_Magic"
id"melvorF:CasualTask160"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:MasterFarmer"
itemIDs
"melvorD:Bobs_Rake"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level20
type"ItemFound"
itemID"melvorD:Bobs_Rake"
id"melvorF:CasualTask161"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:TheKraken"
itemIDs
"melvorF:Almighty_Lute"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Strength"
level40
type"DungeonCompletion"
dungeonID"melvorD:Deep_Sea_Ship"
count1
type"ItemFound"
itemID"melvorF:Almighty_Lute"
id"melvorF:CasualTask162"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Elementalist"
itemIDs
"melvorD:Bronze_Throwing_Knife"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Ranged"
level60
type"SkillLevel"
skillID"melvorD:Slayer"
level45
type"ItemFound"
itemID"melvorD:Bronze_Throwing_Knife"
id"melvorF:CasualTask163"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Pegasus"
itemIDs
"melvorF:Miolite_Sceptre"
quantity10
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level60
type"SkillLevel"
skillID"melvorD:Slayer"
level60
type"ItemFound"
itemID"melvorF:Miolite_Sceptre"
id"melvorF:CasualTask164"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:ElderDragon"
itemIDs
"melvorD:Magic_Wand_Basic"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level60
type"DungeonCompletion"
dungeonID"melvorF:Dragons_Den"
count1
type"ItemFound"
itemID"melvorD:Magic_Wand_Basic"
id"melvorF:CasualTask165"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorD:MalcsTheGuardianOfMelvor"
itemIDs
"melvorD:Ice_Dagger"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level75
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count1
type"ItemFound"
itemID"melvorD:Ice_Dagger"
id"melvorF:CasualTask166"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Aeris"
itemIDs
"melvorD:Bronze_Dagger"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Attack"
level85
type"DungeonCompletion"
dungeonID"melvorF:Air_God_Dungeon"
count1
type"ItemFound"
itemID"melvorD:Bronze_Dagger"
id"melvorF:CasualTask167"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Glacia"
itemIDs
"melvorD:Normal_Shortbow"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Ranged"
level85
type"DungeonCompletion"
dungeonID"melvorF:Water_God_Dungeon"
count1
type"ItemFound"
itemID"melvorD:Normal_Shortbow"
id"melvorF:CasualTask168"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Terran"
itemIDs
"melvorF:Staff_of_Fire"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Magic"
level85
type"DungeonCompletion"
dungeonID"melvorF:Earth_God_Dungeon"
count1
type"ItemFound"
itemID"melvorF:Staff_of_Fire"
id"melvorF:CasualTask169"
name"Casual Task"
category"Daily"
goals
items
Empty array
monsters
Empty array
skillXP
Empty array
buildings
Empty array
monsterWithItems
monsterID"melvorF:Ragnar"
itemIDs
"melvorD:Slingshot"
quantity1
rewards
gp1
slayerCoins1
items
Empty array
skillXP
id"melvorD:Township"
quantity10
townshipResources
Empty array
requirements
type"SkillLevel"
skillID"melvorD:Hitpoints"
level90
type"DungeonCompletion"
dungeonID"melvorF:Fire_God_Dungeon"
count1
type"ItemFound"
itemID"melvorD:Slingshot"
baseStorage50000
baseTaxRate0
decreasedBuildingCostCap-80
gpPerCitizen15
maxWorship2000
minimumHealth20
populationForTier
1
population0
level1
2
population0
level15
3
population2500
level35
4
population15000
level60
5
population40000
level80
6
population80000
level100
7
population175000
level110
tickLength300
rareSeasonChance20
worshipChangeCost50000000
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
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:TownshipRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:TownshipRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:TownshipRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
relicID"melvorAoD:TownshipRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.001000000000000000020816681711721685132943093776702880859375
skillID"melvorD:Magic"
data
pets
"melvorF:Salem"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
minibar
defaultItems
"melvorF:Amulet_Of_Incantation"
"melvorF:Magic_Skillcape"
"melvorF:Max_Skillcape"
"melvorF:Cape_of_Completion"
upgrades
Empty array
pets
"melvorF:Salem"
altSpells
id"melvorF:JustLearning"
name"Just Learning"
level1
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Air_Rune"
quantity1
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Air_Rune"
quantity1
description"Convert selected item into ${amount} Rune Essence."
baseExperience5
specialCost
type"AnyItem"
quantity1
produces"melvorD:Rune_Essence"
productionRatio1
spellBook"altMagic"
id"melvorF:SuperheatI"
name"Superheat I"
level5
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity2
id"melvorD:Fire_Rune"
quantity2
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorF:Lava_Rune"
quantity2
description"Create ${barAmount} x bars using ${oreAmount} x required ores."
baseExperience8
specialCost
type"BarIngredientsWithCoal"
quantity1
produces"Bar"
productionRatio1
spellBook"altMagic"
id"melvorF:ItemAlchemyI"
name"Item Alchemy I"
level10
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity3
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity3
description"Convert selected item into GP worth ${percent}% of the item's base sale price."
baseExperience10
specialCost
type"AnyItem"
quantity1
produces"GP"
productionRatio0.40000000000000002220446049250313080847263336181640625
spellBook"altMagic"
id"melvorF:BoneOffering"
name"Bone Offering"
level18
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity1
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity1
description"Creates ${amount} x Bones."
baseExperience12
specialCost
type"None"
quantity1
produces"melvorD:Bones"
productionRatio3
spellBook"altMagic"
id"melvorF:SuperheatII"
name"Superheat II"
level25
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity3
id"melvorD:Fire_Rune"
quantity3
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorF:Lava_Rune"
quantity3
description"Create ${barAmount} x bars using ${oreAmount} x required ores."
baseExperience15
specialCost
type"BarIngredientsWithCoal"
quantity1
produces"Bar"
productionRatio2
spellBook"altMagic"
id"melvorF:ItemAlchemyII"
name"Item Alchemy II"
level35
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity4
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity4
description"Convert selected item into GP worth ${percent}% of the item's base sale price."
baseExperience18
specialCost
type"AnyItem"
quantity1
produces"GP"
productionRatio1
spellBook"altMagic"
id"melvorF:RagstoRichesI"
name"Rags to Riches I"
level48
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Water_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity2
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorF:Mud_Rune"
quantity2
description"Convert selected Junk item, obtained from Fishing, into a random Gem."
baseExperience21
specialCost
type"JunkItem"
quantity1
produces"RandomGem"
productionRatio1
spellBook"altMagic"
id"melvorF:BlessedOffering"
name"Blessed Offering"
level56
runesRequired
id"melvorF:Nature_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity1
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity1
description"Creates ${amount} x Holy Dust."
baseExperience24
specialCost
type"None"
quantity1
produces"melvorF:Holy_Dust"
productionRatio3
spellBook"altMagic"
id"melvorF:SuperheatIII"
name"Superheat III"
level64
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Earth_Rune"
quantity4
id"melvorD:Fire_Rune"
quantity4
id"melvorF:Spirit_Rune"
quantity1
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorF:Lava_Rune"
quantity4
id"melvorF:Spirit_Rune"
quantity1
description"Create ${barAmount} x bars using ${oreAmount} x required ores."
baseExperience28
specialCost
type"BarIngredientsWithCoal"
quantity1
produces"Bar"
productionRatio3
spellBook"altMagic"
id"melvorF:RagstoRichesII"
name"Rags to Riches II"
level70
runesRequired
id"melvorF:Nature_Rune"
quantity2
id"melvorD:Water_Rune"
quantity4
id"melvorD:Earth_Rune"
quantity4
id"melvorF:Spirit_Rune"
quantity2
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity2
id"melvorF:Mud_Rune"
quantity4
id"melvorF:Spirit_Rune"
quantity2
description"Convert Coal Ore into a random Gem."
baseExperience32
specialCost
type"None"
quantity1
produces"RandomGem"
productionRatio1
fixedItemCosts
id"melvorD:Coal_Ore"
quantity1
spellBook"altMagic"
id"melvorF:ItemAlchemyIII"
name"Item Alchemy III"
level76
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity5
id"melvorF:Spirit_Rune"
quantity2
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Fire_Rune"
quantity5
id"melvorF:Spirit_Rune"
quantity2
description"Convert selected item into GP worth ${percent}% of the item's base sale price."
baseExperience39
specialCost
type"AnyItem"
quantity1
produces"GP"
productionRatio1.600000000000000088817841970012523233890533447265625
spellBook"altMagic"
id"melvorF:SuperheatIV"
name"Superheat IV"
level95
runesRequired
id"melvorF:Nature_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity7
id"melvorD:Fire_Rune"
quantity7
id"melvorF:Spirit_Rune"
quantity3
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity2
id"melvorF:Lava_Rune"
quantity7
id"melvorF:Spirit_Rune"
quantity3
description"Create ${barAmount} x bars using ${oreAmount} x required ores, ignoring all Coal Requirements."
baseExperience50
specialCost
type"BarIngredientsWithoutCoal"
quantity1
produces"Bar"
productionRatio3
spellBook"altMagic"
id"melvorF:HolyInvocationI"
name"Holy Invocation I"
level40
runesRequired
id"melvorF:Nature_Rune"
quantity10
description"Enchants ${qty1} x ${itemName} which can then be buried for ${qty2} Prayer Points"
baseExperience25
specialCost
type"None"
quantity1
produces"melvorF:Small_Urn_Enchanted"
productionRatio1
fixedItemCosts
id"melvorF:Small_Urn"
quantity1
spellBook"altMagic"
id"melvorF:HolyInvocationII"
name"Holy Invocation II"
level80
runesRequired
id"melvorF:Spirit_Rune"
quantity15
description"Enchants ${qty1} x ${itemName} which can then be buried for ${qty2} Prayer Points"
baseExperience55
specialCost
type"None"
quantity1
produces"melvorF:Medium_Urn_Enchanted"
productionRatio1
fixedItemCosts
id"melvorF:Medium_Urn"
quantity1
spellBook"altMagic"
id"melvorTotH:Nullification"
name"Nullification"
level100
runesRequired
id"melvorF:Nature_Rune"
quantity8
id"melvorF:Spirit_Rune"
quantity5
description"Converts ${fixedItemQty0} x Pure Essence in to ${amount} x Rune Essence."
baseExperience60
specialCost
type"None"
quantity1
produces"melvorD:Rune_Essence"
productionRatio600
fixedItemCosts
id"melvorTotH:Pure_Essence"
quantity1000
id"melvorTotH:Runestone"
quantity1
spellBook"altMagic"
id"melvorTotH:Transmutation"
name"Transmutation"
level102
runesRequired
id"melvorF:Nature_Rune"
quantity12
id"melvorF:Spirit_Rune"
quantity6
description"Converts a selected Superior Gem into Magic XP equal to 3% of the base sale price."
baseExperience0
specialCost
type"AnySuperiorGem"
quantity1
produces"MagicXP"
productionRatio1
spellBook"altMagic"
id"melvorTotH:Purification"
name"Purification"
level105
runesRequired
id"melvorTotH:Soul_Rune"
quantity12
description"Converts ${fixedItemQty0} Rune Essence to ${amount} Pure Essence."
baseExperience85
specialCost
type"None"
quantity1
produces"melvorTotH:Pure_Essence"
productionRatio600
fixedItemCosts
id"melvorD:Rune_Essence"
quantity1000
id"melvorTotH:Runestone"
quantity1
spellBook"altMagic"
id"melvorTotH:Fragmentation"
name"Fragmentation"
level108
runesRequired
id"melvorF:Nature_Rune"
quantity15
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."
baseExperience99
specialCost
type"AnySuperiorGem"
quantity1
produces"RandomShards"
productionRatio1
spellBook"altMagic"
id"melvorTotH:SuperheatV"
name"Superheat V"
level110
runesRequired
id"melvorD:Air_Rune"
quantity16
id"melvorD:Earth_Rune"
quantity16
id"melvorD:Fire_Rune"
quantity16
id"melvorTotH:Soul_Rune"
quantity10
runesRequiredAlt
id"melvorTotH:Infernal_Rune"
quantity8
id"melvorTotH:Soul_Rune"
quantity10
description"Create ${barAmount} x bars using ${oreAmount} x required ores, ignoring all Coal Requirements."
baseExperience114
specialCost
type"BarIngredientsWithoutCoal"
quantity1
produces"Bar"
productionRatio5
spellBook"altMagic"
id"melvorTotH:HolyInvocationIII"
name"Holy Invocation III"
level112
runesRequired
id"melvorTotH:Soul_Rune"
quantity20
description"Enchants ${qty1} x ${itemName} which can then be buried for ${qty2} Prayer Points"
baseExperience130
specialCost
type"None"
quantity1
produces"melvorTotH:Large_Urn_Enchanted"
productionRatio1
fixedItemCosts
id"melvorTotH:Large_Urn"
quantity1
spellBook"altMagic"
id"melvorTotH:Embellish"
name"Embellish"
level114
runesRequired
id"melvorF:Nature_Rune"
quantity30
id"melvorD:Air_Rune"
quantity30
id"melvorD:Earth_Rune"
quantity30
id"melvorD:Fire_Rune"
quantity30
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity20
id"melvorTotH:Infernal_Rune"
quantity15
description"Converts ${specialCostQty} Non-Perfect food into ${amount} of its Perfect version."
baseExperience147
specialCost
type"AnyNormalFood"
quantity500
produces"PerfectFood"
productionRatio300
fixedItemCosts
id"melvorTotH:Runestone"
quantity2
id"melvorTotH:Charcoal"
quantity100
spellBook"altMagic"
id"melvorTotH:RagstoRichesIII"
name"Rags to Riches III"
level116
runesRequired
id"melvorF:Nature_Rune"
quantity25
id"melvorD:Air_Rune"
quantity40
id"melvorD:Earth_Rune"
quantity40
id"melvorD:Fire_Rune"
quantity40
runesRequiredAlt
id"melvorF:Nature_Rune"
quantity25
id"melvorTotH:Infernal_Rune"
quantity20
description"Converts ${fixedItemQty0} x Meteorite Ore into a random Superior Gem."
baseExperience165
specialCost
type"None"
quantity1
produces"RandomSuperiorGem"
productionRatio1
fixedItemCosts
id"melvorTotH:Meteorite_Ore"
quantity5
spellBook"altMagic"
id"melvorTotH:ItemAlchemyIV"
name"Item Alchemy IV"
level118
runesRequired
id"melvorTotH:Soul_Rune"
quantity15
id"melvorD:Air_Rune"
quantity24
id"melvorD:Earth_Rune"
quantity24
id"melvorD:Fire_Rune"
quantity24
runesRequiredAlt
id"melvorTotH:Soul_Rune"
quantity15
id"melvorTotH:Infernal_Rune"
quantity12
description"Convert selected item into GP worth ${percent}% of the item's base sale price."
baseExperience184
specialCost
type"AnyItem"
quantity1
produces"GP"
productionRatio2.5
spellBook"altMagic"
id"melvorAoD:BarrierDust"
name"Barrier Dust"
level7
runesRequired
id"melvorF:Nature_Rune"
quantity1
id"melvorD:Water_Rune"
quantity1
description"Converts ${fixedItemQty0} x Barrier Gem in to ${amount} x Barrier Dust."
baseExperience8
fixedItemCosts
id"melvorAoD:Barrier_Gem"
quantity1
specialCost
type"None"
quantity1
produces"melvorAoD:Barrier_Dust"
productionRatio6
spellBook"altMagic"
id"melvorAoD:UnholyOffering"
name"Unholy Offering"
level40
runesRequired
id"melvorF:Nature_Rune"
quantity2
id"melvorD:Earth_Rune"
quantity1
description"Converts ${fixedItemQty0} x Unholy Logs in to ${amount} x Unholy Dust."
baseExperience20
fixedItemCosts
id"melvorAoD:Unholy_Logs"
quantity1
specialCost
type"None"
quantity1
produces"melvorAoD:Unholy_Dust"
productionRatio5
spellBook"altMagic"
id"melvorAoD:CursedOffering"
name"Cursed Offering"
level65
runesRequired
id"melvorF:Nature_Rune"
quantity3
id"melvorD:Earth_Rune"
quantity2
description"Converts ${fixedItemQty0} x Cursed Logs in to ${amount} x Cursed Dust."
baseExperience35
fixedItemCosts
id"melvorAoD:Cursed_Logs"
quantity1
specialCost
type"None"
quantity1
produces"melvorAoD:Cursed_Dust"
productionRatio5
spellBook"altMagic"
customMilestones
type"Custom"
level1
name"Basic Elemental Staves"
milestoneID"22"
type"Custom"
level1
name"Basic Green Wizard Gear"
milestoneID"23"
type"Custom"
level1
name"Air Acolyte Wizard Gear"
milestoneID"24"
type"Custom"
level5
name"Water Acolyte Wizard Gear"
milestoneID"25"
type"Custom"
level9
name"Earth Acolyte Wizard Gear"
milestoneID"26"
type"Custom"
level10
name"Basic Blue Wizard Gear"
milestoneID"27"
type"Custom"
level14
name"Fire Acolyte Wizard Gear"
milestoneID"28"
type"Custom"
level30
name"Basic Red Wizard Gear"
milestoneID"29"
type"Custom"
level35
name"Air Adept Wizard Gear"
milestoneID"30"
type"Custom"
level39
name"Water Adept Wizard Gear"
milestoneID"31"
type"Custom"
level40
name"Mystic Staves"
milestoneID"32"
type"Custom"
level43
name"Earth Adept Wizard Gear"
milestoneID"33"
type"Custom"
level48
name"Fire Adept Wizard Gear"
milestoneID"34"
type"Custom"
level50
name"Basic Black Wizard Gear"
milestoneID"35"
type"Custom"
level65
name"Air Expert Wizard Gear"
milestoneID"36"
type"Custom"
level69
name"Water Expert Wizard Gear"
milestoneID"37"
type"Custom"
level70
name"Ancient Wizard Gear"
milestoneID"38"
type"Custom"
level73
name"Earth Expert Wizard Gear"
milestoneID"39"
type"Custom"
level78
name"Fire Expert Wizard Gear"
milestoneID"40"
type"Custom"
level85
name"Glacia God Gear"
milestoneID"41"
type"EquipItem"
itemID"melvorF:Cloudburst_Staff"
type"Custom"
level100
name"Wear Poison Master Wizard Gear"
milestoneID"WEAR_POISON_MASTER"
type"Custom"
level100
name"Wear Infernal Master Wizard Gear"
milestoneID"WEAR_INFERNAL_MASTER"
type"Custom"
level100
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"
level105
name"Wear Poison Legendary Wizard Gear"
milestoneID"WEAR_POISON_LEGENDARY"
type"Custom"
level105
name"Wear Infernal Legendary Wizard Gear"
milestoneID"WEAR_INFERNAL_LEGENDARY"
type"Custom"
level105
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"
level110
name"Wear Poison Mythical Wizard Gear"
milestoneID"WEAR_POISON_MYTHICAL"
type"Custom"
level110
name"Wear Infernal Mythical Wizard Gear"
milestoneID"WEAR_INFERNAL_MYTHICAL"
type"Custom"
level110
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"
level120
name"Wear Vorloran Devastator Armour"
milestoneID"WEAR_VORLORAN_DEVASTATOR"
type"EquipItem"
itemID"melvorTotH:Slicing_Maelstrom_Wand"
randomShards
itemID"melvorF:Summoning_Shard_Black"
weight1
minQuantity1
maxQuantity1
itemID"melvorF:Summoning_Shard_Blue"
weight1
minQuantity1
maxQuantity1
itemID"melvorF:Summoning_Shard_Gold"
weight1
minQuantity1
maxQuantity1
itemID"melvorF:Summoning_Shard_Green"
weight1
minQuantity1
maxQuantity1
itemID"melvorF:Summoning_Shard_Red"
weight1
minQuantity1
maxQuantity1
itemID"melvorF:Summoning_Shard_Silver"
weight1
minQuantity1
maxQuantity1
name"Magic"
completedAncientRelic"melvorAoD:MagicRelic6"
ancientRelics
relicID"melvorAoD:MagicRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:MagicRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:MagicRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:MagicRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:MagicRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.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"
level40
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"
level50
name"Wear Blue Dragonhide Armour"
milestoneID"43"
type"EquipItem"
itemID"melvorD:Dragon_Arrows"
type"Custom"
level60
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"
level70
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"
level80
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"
level100
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"
level105
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"
level110
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"
level120
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
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:RangedRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:RangedRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:RangedRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:RangedRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
skillID"melvorD:Prayer"
data
pets
"melvorF:Monkey"
name"Prayer"
completedAncientRelic"melvorAoD:PrayerRelic6"
ancientRelics
relicID"melvorAoD:PrayerRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:PrayerRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:PrayerRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:PrayerRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:PrayerRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
skillID"melvorD:Slayer"
data
pets
"melvorF:Asura"
name"Slayer"
completedAncientRelic"melvorAoD:SlayerRelic6"
ancientRelics
relicID"melvorAoD:SlayerRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:SlayerRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:SlayerRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:SlayerRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.00075000000000000001561251128379126384970732033252716064453125
relicID"melvorAoD:SlayerRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.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
Empty array
pets
"melvorAoD:Warren"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Jewel_of_Rhaelyx"
quantity1
requirements
Empty array
chance
type"TotalMasteryScaling"
maxChance0.001000000000000000020816681711721685132943093776702880859375
baseChance1.0000000000000000818030539140313095458623138256371021270751953125e-5
scalingFactor4.00000000000000008369024332051389070130653635715134441852569580078125e-8
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
completedAncientRelic"melvorAoD:ArchaeologyRelic6"
ancientRelics
relicID"melvorAoD:ArchaeologyRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ArchaeologyRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ArchaeologyRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ArchaeologyRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:ArchaeologyRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
museumRewards
id"melvorAoD:10"
museumCount10
gp10000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:20"
museumCount20
gp20000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:25"
museumCount25
items
id"melvorAoD:Archaeologist_Gloves"
quantity1
id"melvorAoD:30"
museumCount30
gp30000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:40"
museumCount40
gp40000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:50"
museumCount50
gp50000
modifiers
increasedSieveToolLevel1
increasedTrowelToolLevel1
increasedBrushToolLevel1
increasedShovelToolLevel1
items
id"melvorAoD:Archaeologists_Whip"
quantity1
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:60"
museumCount60
gp60000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:70"
museumCount70
gp70000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:75"
museumCount75
items
id"melvorAoD:Archaeologist_Boots"
quantity1
id"melvorAoD:80"
museumCount80
gp80000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:90"
museumCount90
gp90000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:100"
museumCount100
gp100000
modifiers
increasedChanceToPreserveMapCharges5
increasedSieveToolLevel1
increasedTrowelToolLevel1
increasedBrushToolLevel1
increasedShovelToolLevel1
items
id"melvorF:Bank_Slot_Token"
quantity8
id"melvorAoD:110"
museumCount110
gp110000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:120"
museumCount120
gp120000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:125"
museumCount125
items
id"melvorAoD:Archaeologist_Hat"
quantity1
id"melvorAoD:130"
museumCount130
gp130000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:140"
museumCount140
gp140000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:150"
museumCount150
gp150000
modifiers
increasedSieveToolLevel1
increasedTrowelToolLevel1
increasedBrushToolLevel1
increasedShovelToolLevel1
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:160"
museumCount160
gp160000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:170"
museumCount170
gp170000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:175"
museumCount175
items
id"melvorAoD:Archaeologist_Leggings"
quantity1
id"melvorAoD:180"
museumCount180
gp180000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:190"
museumCount190
gp190000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:200"
museumCount200
gp200000
modifiers
increasedChanceToPreserveMapCharges5
increasedSieveToolLevel1
increasedTrowelToolLevel1
increasedBrushToolLevel1
increasedShovelToolLevel1
items
id"melvorAoD:Archaeologist_Body"
quantity1
id"melvorF:Bank_Slot_Token"
quantity16
id"melvorAoD:210"
museumCount210
gp210000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:220"
museumCount220
gp220000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:230"
museumCount230
gp230000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:240"
museumCount240
gp240000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:250"
museumCount250
gp250000
modifiers
increasedSieveToolLevel1
increasedTrowelToolLevel1
increasedBrushToolLevel1
increasedShovelToolLevel1
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:260"
museumCount260
gp260000
items
id"melvorF:Bank_Slot_Token"
quantity1
id"melvorAoD:271"
museumCount271
gp269000
modifiers
increasedChanceToPreserveMapCharges10
items
id"melvorAoD:Golden_Trowel"
quantity1
id"melvorF:Bank_Slot_Token"
quantity30
digSites
id"melvorAoD:OldVillage"
baseExperience0
level1
name"Old Village"
containsDigSiteRequirementtrue
artefacts
tiny
itemID"melvorAoD:Ancient_Wildberry_Seeds"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Aranite_Sieve"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Ancient_Corn_Seeds"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Carrot_Seeds"
minQuantity1
maxQuantity1
weight4
small
itemID"melvorAoD:Broken_Trowel"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Wooden_Ladle"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Woodcutting_Gloves"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Basic_Barrier_Gem"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Broken_Jug"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Jug_of_Beer"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Cult_Flyer"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Secret_Coffer"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Old_Hunting_Bow"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Torn_Map"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Leather_Belt"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Hunting_Bow"
minQuantity1
maxQuantity1
weight4
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:AncientMarket"
baseExperience0
level6
name"Ancient Market"
containsDigSiteRequirementtrue
artefacts
tiny
itemID"melvorAoD:Rusted_Bronze_Coin"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Barrier_Gem"
minQuantity1
maxQuantity1
weight500
small
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Aranite_Trowel"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Beaded_Necklace"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Scythe"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Old_Dreamcatcher"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Music_Box"
minQuantity1
maxQuantity1
weight500
large
itemID"melvorAoD:Wooden_Cart"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Giant_Clay_Pot"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Ancient_Wine_Casket"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:City_Map"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Amphora"
minQuantity1
maxQuantity1
weight1
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:SacrificialSite"
baseExperience0
level12
name"Sacrificial Site"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Cursed_Charm"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Bronze_Ring"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Bone_Ring"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Accuracy_Gem"
minQuantity1
maxQuantity1
weight4
small
itemID"melvorAoD:Skull"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Harming_Potion"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Sacrificial_Dagger"
minQuantity1
maxQuantity1
weight18
medium
itemID"melvorAoD:Old_Burnt_Offerings"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Blood_Chalice"
minQuantity50
maxQuantity50
weight500
itemID"melvorAoD:Circlet_of_Pain"
minQuantity1
maxQuantity1
weight18
large
itemID"melvorAoD:Stack_Of_Small_Bones"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Totem_Pole"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Cult_Robes"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Cursed_Golden_Disc"
minQuantity1
maxQuantity1
weight4
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Stoneworkers"
baseExperience0
level18
name"Stoneworkers"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Broken_Stone_Shard"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Shatter_Stone"
minQuantity1
maxQuantity1
weight500
small
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Whetstone_Fragment"
minQuantity1000
maxQuantity1000
weight500
itemID"melvorAoD:Ancient_Whetstone"
minQuantity500
maxQuantity500
weight18
itemID"melvorAoD:Relic_Whetstone"
minQuantity500
maxQuantity500
weight4
medium
itemID"melvorAoD:Bulky_Gloves"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Chisel"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Heavy_Boots"
minQuantity1
maxQuantity1
weight18
large
itemID"melvorAoD:Large_Stone"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Aranite_Shovel"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Stone_Hammer"
minQuantity1
maxQuantity1
weight18
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Monuments"
baseExperience0
level24
name"Monuments"
containsDigSiteRequirementtrue
artefacts
tiny
itemID"melvorAoD:Chipped_Marble"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Golden_Leaf"
minQuantity1
maxQuantity1
weight500
small
itemID"melvorAoD:Dividers"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Metal_Plaque"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Crafting_Gloves"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Melantis_Clue_1"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Broken_Brush"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Colourful_Vase"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Aranite_Brush"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Stone_Tablet"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Stone_statue"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Island_Map"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Navigation_Chart"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Gold_Brazier"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Statue_of_Prosperity"
minQuantity1
maxQuantity1
weight1
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Bazaar"
baseExperience0
level32
name"Bazaar"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Tiny_Spice_Jar"
minQuantity500
maxQuantity500
weight1500
itemID"melvorAoD:Old_Jeweled_Necklace"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Silver_Coin"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Gold_Coin"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Pristine_Jeweled_Necklace"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Evasion_Gem"
minQuantity1
maxQuantity1
weight1
small
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Wooden_Bowl"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Ceramic_Jar"
minQuantity500
maxQuantity500
weight18
itemID"melvorAoD:Golden_Silk"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Ancient_Silk"
minQuantity1
maxQuantity1
weight1
medium
itemID"melvorAoD:Ruined_Woven_Bags"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Ancient_Woven_Bags"
minQuantity1
maxQuantity1
weight500
large
itemID"melvorAoD:Large_Woven_Rug"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Decorative_Fabric"
minQuantity1
maxQuantity1
weight500
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Mines"
baseExperience0
level40
name"Secret Mines"
containsDigSiteRequirementtrue
artefacts
tiny
itemID"melvorAoD:Flint"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Gold_Speck"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Diamond_Speck"
minQuantity1
maxQuantity1
weight4
small
itemID"melvorAoD:Crystalized_Mithril_Fragment"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Mining_Lantern"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Rock_Carving"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Fossil"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Bag_of_Coal"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Aranite_Ore"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Darksteel_Ore"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Shipment_Map"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Broken_Pickaxe"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Wooden_Sign"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Toppled_Minecart"
minQuantity1
maxQuantity1
weight18
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:CoralWreckage"
baseExperience0
level48
name"Coral Wreckage"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Rusted_Ring"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Blue_Jewel"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Sailors_Compass"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Lifesteal_Gem"
minQuantity1
maxQuantity1
weight4
small
itemID"melvorAoD:Coral"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Gold_Bar_Coffer"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Pirate_Treasure_Map"
minQuantity1
maxQuantity1
weight18
medium
itemID"melvorAoD:Bundle_of_Rope"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Trader_Crate"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Broken_Odd_Weapon"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Old_Spyglass"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Large_Wooden_Plank"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Torn_Fishing_Net"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Destroyed_Cannon"
minQuantity1
maxQuantity1
weight18
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Quarry"
baseExperience0
level55
name"Quarry"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Pebble"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Charged_Topaz_Shard"
minQuantity6
maxQuantity12
weight500
itemID"melvorAoD:Charged_Sapphire_Shard"
minQuantity200
maxQuantity400
weight18
itemID"melvorAoD:Charged_Ruby_Shard"
minQuantity900
maxQuantity1800
weight4
itemID"melvorAoD:Charged_Emerald_Shard"
minQuantity5000
maxQuantity10000
weight1
small
itemID"melvorAoD:Marble"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Grinding_Stone"
minQuantity500
maxQuantity500
weight500
medium
itemID"melvorAoD:Old_Bucket"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Rune_Mallet"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Dirty_Mining_Boots"
minQuantity1
maxQuantity1
weight18
large
itemID"melvorAoD:Broken_Shovel"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Large_Marble"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Large_Fossil"
minQuantity1
maxQuantity1
weight18
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:RuinedCity"
baseExperience0
level65
name"Glacia City Ruins"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Fancy_Quill"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Noble_Jeweled_Necklace"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Poisonous_Gem"
minQuantity1
maxQuantity1
weight4
small
itemID"melvorAoD:Silver_Goblet"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Plant_Pot"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Gold_Bars"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Old_Scripture"
minQuantity10
maxQuantity10
weight4
medium
itemID"melvorAoD:Old_Vase"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Barrel"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Cooking_Pot"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Old_Route_Chart"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Broken_Door"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Dusty_Book_of_Knowledge"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Carriage"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Broken_Golden_Harp"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Old_Tower_Bell"
minQuantity1
maxQuantity1
weight1
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:AncientForge"
baseExperience0
level75
name"Ancient Forge"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Nails"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Aranite_Arrowtips"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Darksteel_Arrowtips"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Sieve"
minQuantity1
maxQuantity1
weight4
small
itemID"melvorAoD:Horseshoe"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Blacksmith_Tongs"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Ancient_Magic_Hammer"
minQuantity500
maxQuantity500
weight18
itemID"melvorAoD:Ancient_Trowel"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Boat_Figurehead"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Elusive_Boots"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Brush"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Magic_Anvil"
minQuantity1
maxQuantity1
weight1
large
itemID"melvorAoD:Old_Anvil"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Aranite_Plating"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Darksteel_Plating"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Shovel"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Old_Relic_Plating"
minQuantity1
maxQuantity1
weight1
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:RitualSite"
baseExperience0
level82
name"Ritual Site"
containsDigSiteRequirementtrue
artefacts
tiny
itemID"melvorAoD:Broken_Gem"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Bag_of_Shards"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Summoning_Amulet"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ring_of_Summoning"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Agile_Gem"
minQuantity1
maxQuantity1
weight1
small
itemID"melvorAoD:Ritual_Bowl"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Mask_of_Weakening"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Lost_Cursed_Text"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Mask_of_Confusion"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Incense"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Cursed_Rune_Pouch"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Temple_Map"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Old_Summoning_Gloves"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Old_Cauldron"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Stack_Of_Big_Bones"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Magical_Broomstick"
minQuantity1
maxQuantity1
weight18
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:LostTemple"
baseExperience0
level90
name"Lost Temple"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Crystalized_Dragon_Fragment"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Silver_Magic_Band"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Haunted_Ring"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Burning_Gem"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Charged_Diamond_Shard"
minQuantity5000
maxQuantity10000
weight1
small
itemID"melvorAoD:Torn_Parchment"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Crystal_Ball"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Golden_idol"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Decoy_Idol"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Unholy_Gem"
minQuantity1
maxQuantity1
weight1
medium
itemID"melvorAoD:Torn_Scrolls"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Elemental_Scroll"
minQuantity500
maxQuantity500
weight500
itemID"melvorAoD:Magic_Flute"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Cursed_Arcana"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Blessed_Shield"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Magicburn_Shield"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Malevolent_Ward_Shield"
minQuantity1
maxQuantity1
weight4
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Watchtower"
baseExperience0
level95
name"Watchtower"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Old_Cell_Key"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Headless_Arrows"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Tough_Quill_Feather"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Confusing_Gem"
minQuantity1
maxQuantity1
weight4
small
itemID"melvorAoD:Broken_Oil_Lamp"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Torch"
minQuantity1
maxQuantity1
weight500
medium
itemID"melvorAoD:Broken_Quiver"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Insignia"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Charged_Golden_Quiver"
minQuantity500
maxQuantity500
weight18
itemID"melvorAoD:Charged_Ancient_Quiver"
minQuantity500
maxQuantity500
weight4
itemID"melvorAoD:Charged_Relic_Quiver"
minQuantity500
maxQuantity500
weight1
large
itemID"melvorAoD:Kingdom_Banners"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Broken_Down_Ballista"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Large_Warhorn"
minQuantity1
maxQuantity1
weight18
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:CastleRuins"
baseExperience0
level100
name"Castle Ruins"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Silver_Spoon"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Miniature_Toy_Horse"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Chess_Piece"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Lockbox_Key"
minQuantity1
maxQuantity1
weight1
small
itemID"melvorAoD:Candle_Lamp"
minQuantity25
maxQuantity25
weight1500
itemID"melvorAoD:Small_Lockbox"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Book_of_Prayers"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Golbin_Portrait"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Large_Silver_Plate"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Peasant_Shirt"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Hunting_Trophy"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Kings_Crown"
minQuantity1
maxQuantity1
weight4
large
itemID"melvorAoD:Aranite_2H_Blade"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Kingdom_Painting"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Aranite_Platebody"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Golden_Bow"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Darksteel_2H_SWord"
minQuantity1
maxQuantity1
weight1
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Cathedral"
baseExperience0
level105
name"Cathedral"
containsDigSiteRequirementtrue
artefacts
tiny
itemID"melvorAoD:Bell"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Ring_of_Faith"
minQuantity1
maxQuantity1
weight500
small
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Prayer_Idol"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Old_Music_Manuscript"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Impenetrable_Idol"
minQuantity1
maxQuantity1
weight4
medium
itemID"melvorAoD:Candles"
minQuantity50
maxQuantity50
weight1500
itemID"melvorAoD:Candelabra"
minQuantity50
maxQuantity50
weight500
itemID"melvorAoD:Cursed_Idol"
minQuantity500
maxQuantity500
weight18
large
itemID"melvorAoD:Stained_Glass"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Large_Organ"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Prayer_Statue"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Ancient_Wall_Chart"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Dark_Altar"
minQuantity1
maxQuantity1
weight1
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:ShipwreckCove"
baseExperience0
level110
name"Shipwreck Cove"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Pirate_Doubloons"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Ring_of_Deception"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Misty_Jewel"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Decaying_Gem"
minQuantity1
maxQuantity1
weight1
small
itemID"melvorAoD:Bottle_of_Rum"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Eyepatch"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Shackles"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Captains_Logbook"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Charged_Jadestone_Shard"
minQuantity5000
maxQuantity10000
weight1
medium
itemID"melvorAoD:Broken_Ship_Wood"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Old_Pirate_Pants"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Pirate_Hook"
minQuantity1
maxQuantity1
weight18
large
itemID"melvorAoD:Pirate_Flag"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Large_Anchor"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Pirate_Captains_Sword"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Old_Pirate_Treasure"
minQuantity1
maxQuantity1
weight4
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
id"melvorAoD:Melantis"
baseExperience0
level118
name"Melantis"
containsDigSiteRequirementfalse
artefacts
tiny
itemID"melvorAoD:Different_Shell"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Shell_Amulet"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Pearl"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Merman_Pendant"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Relic_Sieve"
minQuantity1
maxQuantity1
weight1
small
itemID"melvorAoD:Crumbled_Artefact"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Large_Shell"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Power_Crystals"
minQuantity500
maxQuantity500
weight18
itemID"melvorAoD:Mosaic"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Bottle_of_Mystic_Water"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Relic_Trowel"
minQuantity1
maxQuantity1
weight1
medium
itemID"melvorAoD:Silver_Stone_Brick"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Silver_Armband"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Golden_Flute"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Water_Crown"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Ancient_Arcana"
minQuantity1
maxQuantity1
weight1
itemID"melvorAoD:Relic_Brush"
minQuantity1
maxQuantity1
weight1
large
itemID"melvorAoD:Kelp"
minQuantity1
maxQuantity1
weight1500
itemID"melvorAoD:Water_Sceptre"
minQuantity1
maxQuantity1
weight500
itemID"melvorAoD:Water_Shield"
minQuantity1
maxQuantity1
weight18
itemID"melvorAoD:Silver_Statue"
minQuantity1
maxQuantity1
weight4
itemID"melvorAoD:Relic_Shovel"
minQuantity1
maxQuantity1
weight1
mapCreationCost
items
id"melvorAoD:Paper"
quantity100
mapUpgradeCost
items
id"melvorAoD:Paper"
quantity1
items
id"melvorAoD:Paper"
quantity2
items
id"melvorAoD:Paper"
quantity3
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
level10
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level20
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level30
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level40
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level50
descriptionID1
description"+1% chance to preserve Dig Site Map Excavation Actions and +10% chance to double items from this Dig Site only."
level60
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level70
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level80
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level90
descriptionID0
description"+1% chance to preserve Dig Site Map Excavation Actions for this Dig Site only."
level99
descriptionID2
description"+1 Dig Site Map Slot for this Dig Site only"
baseMasteryPoolCap9000000
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
Empty array
pets
"melvorAoD:Skye"
"melvorAoD:Hex"
"melvorAoD:MapMasteryPet"
rareDrops
itemID"melvorD:Gold_Topaz_Ring"
altItemID"melvorD:Signet_Ring_Half_A"
quantity1
requirements
Empty array
chance
type"LevelScaling"
maxChance100
baseChance0
scalingFactor6.0606060606060609734983650465078852676015230827033519744873046875e-6
itemID"melvorD:Mysterious_Stone"
quantity1
requirements
type"ItemFound"
itemID"melvorD:Crown_of_Rhaelyx"
chance
type"Fixed"
chance0.025000000000000001387778780781445675529539585113525390625
worldMaps
id"melvorAoD:Melvor"
name"Melvor"
bgTiles
dimensions
x5
y5
tileSize
x2000
y2000
tilePath"assets/media/skills/cartography/maps/melvor/"
worldSize
x10000
y10000
hexScale
x206.18556701030928479667636565864086151123046875
y192.45008972987528750309138558804988861083984375
hexBorderColour"F8F9FA"
activePOIBorderColour"FF7BEE"
origin
x206.18556701030928479667636565864086151123046875
y166.66666666666668561447295360267162322998046875
startingLocation
q15
r9
fastTravelGroups
id"melvorAoD:Port"
name"Ports"
pointsOfInterest
id"melvorAoD:AncientMarket"
coords
q0
r14
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
Empty array
showMarkertrue
id"melvorAoD:OldVillage"
coords
q13
r11
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
q2
r1
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
q6
r8
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
q7
r19
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
q6
r0
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
q9
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
Empty array
showMarkertrue
id"melvorAoD:Watchtower"
coords
q10
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
Empty array
showMarkertrue
id"melvorAoD:SacrificialSite"
coords
q13
r6
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
Empty array
showMarkertrue
id"melvorAoD:Bazaar"
coords
q15
r4
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
Empty array
showMarkertrue
id"melvorAoD:CastleRuins"
coords
q20
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
Empty array
showMarkertrue
id"melvorAoD:AncientForge"
coords
q20
r2
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
Empty array
showMarkertrue
id"melvorAoD:Quarry"
coords
q20
r3
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
q21
r5
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
q23
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
Empty array
showMarkertrue
id"melvorAoD:Stoneworkers"
coords
q24
r2
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
q2
r27
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"
showMarkerfalse
id"melvorAoD:RagnarDungeonRuins"
coords
q29
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"
value10
skillID"melvorD:Firemaking"
value10
skillID"melvorD:Smithing"
value10
decreasedSkillInterval
skillID"melvorD:Cooking"
value100
skillID"melvorD:Firemaking"
value100
skillID"melvorD:Smithing"
value100
id"melvorAoD:TerranDungeonRuins"
coords
q4
r0
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"
value10
skillID"melvorD:Woodcutting"
value10
decreasedSkillInterval
skillID"melvorD:Mining"
value100
skillID"melvorD:Woodcutting"
value100
id"melvorAoD:GlaciaDungeonRuins"
coords
q17
r17
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
q17
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"
value10
skillID"melvorD:Fletching"
value10
decreasedSkillInterval
skillID"melvorD:Crafting"
value100
skillID"melvorD:Fletching"
value100
id"melvorAoD:CreviceOfRiches"
coords
q0
r11
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.<br>You 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.<br>Triumphant, you quickly gather the treasures into your bag."
discoveryRewards
gp5000000
sc100000
items
id"melvorD:Emerald"
quantity4000
id"melvorAoD:Willowshire"
coords
q25
r-5
type"Other"
name"Willowshire"
description"Taking a break in the cozy town, you recuperate and prepare for the journey ahead."
discoveryModifiers
modifiers
decreasedHexTravelCost5
moves10
id"melvorAoD:CapitalCityLighthouse"
coords
q27
r0
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
decreasedSurveyInterval2
moves10
id"melvorAoD:PortOfNations"
coords
q27
r1
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
gp1000000
id"melvorAoD:Rosedale"
coords
q27
r5
type"Other"
name"Rosedale"
description"Taking a break in the cozy town, you recuperate and prepare for the journey ahead."
discoveryModifiers
modifiers
decreasedHexTravelCost5
moves10
id"melvorAoD:RootsOfRiches"
coords
q27
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.<br>After 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
gp5000000
items
id"melvorD:Diamond"
quantity4000
id"melvorD:Ruby"
quantity5000
id"melvorF:Gold_Diamond_Necklace"
quantity1000
id"melvorAoD:FriendlyPort"
coords
q26
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
gp1000000
id"melvorAoD:BustlingPassage"
coords
q28
r3
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
gp300000
id"melvorAoD:VibrantPort"
coords
q28
r7
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
gp100000
id"melvorAoD:OuterRegions"
coords
q30
r2
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
gp20102022
id"melvorAoD:EdgeOfDarkness"
coords
q31
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
sc2000000
id"melvorAoD:SandCoveredTreasure"
coords
q31
r2
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
gp1000000
items
id"melvorD:Diamond"
quantity500
id"melvorF:Damage_Reduction_Potion_IV"
quantity1000
id"melvorAoD:MulticulturalPort"
coords
q31
r3
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
gp5000000
id"melvorAoD:WesternLighthouse"
coords
q1
r18
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
decreasedSurveyInterval2
moves10
id"melvorAoD:OminousPort"
coords
q1
r3
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
gp2000000
id"melvorAoD:BeaconPort"
coords
q2
r18
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
gp100000
id"melvorAoD:SwirlingAbyss"
coords
q2
r26
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
sc300000
id"melvorAoD:CalmBeforeTheStorm"
coords
q3
r8
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
gp1000000
id"melvorAoD:HuntForTheGildedGolbins"
coords
q3
r19
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"
quantity2000
id"melvorAoD:AbandonedTemple"
coords
q3
r1
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"
quantity25000
id"melvorAoD:TreacherousNorth"
coords
q4
r7
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"
quantity5000
id"melvorAoD:WhisperingPort"
coords
q4
r8
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
gp1000000
id"melvorAoD:ShroudedHorizon"
coords
q4
r24
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
sc50000
id"melvorAoD:IllFatedVessel"
coords
q5
r21
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"
quantity1000
id"melvorD:Steel_Bar"
quantity1000
id"melvorAoD:JaggedLabyrinth"
coords
q5
r5
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
q6
r16
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"
quantity100
id"melvorAoD:VibrantCoralGardens"
coords
q6
r19
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"
quantity500
id"melvorAoD:CursedIsland"
coords
q6
r2
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"
quantity10000
id"melvorAoD:MioliteCaves"
coords
q7
r9
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"
quantity2000
id"melvorD:Dust_Rune"
quantity2000
id"melvorD:Mist_Rune"
quantity2000
id"melvorAoD:RunedBattlefield"
coords
q7
r12
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"
quantity1000
id"melvorD:Chaos_Rune"
quantity1000
id"melvorD:Death_Rune"
quantity1000
id"melvorAoD:GiantDungeon"
coords
q7
r14
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"
quantity3
id"melvorD:Mithril_2H_Sword"
quantity1
id"melvorAoD:SeashadeVillage"
coords
q7
r17
type"Other"
name"Seashade Village"
description"Taking a break in the cozy town, you recuperate and prepare for the journey ahead."
discoveryModifiers
modifiers
decreasedHexTravelCost5
moves10
id"melvorAoD:TranquilOpenWaters"
coords
q7
r22
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"
quantity500
id"melvorAoD:FishermansBounty"
coords
q10
r22
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"
quantity500
activeModifiers
decreasedSkillIntervalPercent
skillID"melvorD:Fishing"
value3
increasedFishingCookedChance10
increasedChanceForGPFromFishing20
id"melvorAoD:AncientWreckage"
coords
q7
r4
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
gp3000000
items
id"melvorAoD:Cursed_Logs"
quantity1000
id"melvorAoD:ShroudedBadlands"
coords
q8
r6
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
sc150000
id"melvorAoD:MysticRuins"
coords
q7
r7
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"
quantity10000
id"melvorAoD:ShadowLurkers"
coords
q8
r10
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"
quantity500
id"melvorD:Silver_Bar"
quantity500
id"melvorAoD:CoralBounty"
coords
q8
r18
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
gp10000
items
id"melvorD:Topaz"
quantity100
id"melvorD:Sapphire"
quantity100
id"melvorD:Ruby"
quantity100
id"melvorD:Treasure_Chest"
quantity50
id"melvorAoD:CavernOfRiches"
coords
q9
r9
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.<br>You 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
gp5000000
items
id"melvorD:Elite_Amulet_of_Strength"
quantity1
id"melvorD:Elite_Amulet_of_Ranged"
quantity1
id"melvorD:Elite_Amulet_of_Magic"
quantity1
id"melvorAoD:WetForest"
coords
q9
r12
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"
quantity60
id"melvorD:Mantalyme_Seed"
quantity60
id"melvorD:Lemontyle_Seed"
quantity60
id"melvorAoD:UnhallowedWasteland"
coords
q9
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
sc1500000
activeModifiers
decreasedMonsterRespawnTimer250
decreasedGPFromMonsters100
decreasedChanceToDoubleLootCombat100
id"melvorAoD:SnowCoveredPier"
coords
q9
r21
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
gp1000000
id"melvorAoD:EyeConicCave"
coords
q10
r13
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"
quantity1
id"melvorF:Eyeball"
quantity69
id"melvorAoD:HighLands"
coords
q11
r4
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
sc30000
items
id"melvorF:Dragon_Claw_Fragment"
quantity10
id"melvorF:Ancient_Claw_Fragment"
quantity10
id"melvorAoD:ForestOfGoo"
coords
q9
r13
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"
quantity500
id"melvorAoD:PenguinBay"
coords
q11
r20
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"
quantity3000
id"melvorD:Raw_Sardine"
quantity2000
id"melvorD:Raw_Crab"
quantity1000
id"melvorAoD:FrozenPerch"
coords
q11
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
gp3000000
items
id"melvorAoD:Paper"
quantity30000
id"melvorAoD:PiratesTreasureTrails"
coords
q10
r1
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.<br>The 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.<br>The 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.<br>As 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
q12
r5
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
increasedChanceToApplyBurn5
burnImmunity10
frostBurnImmunity10
id"melvorAoD:SpiderForest"
coords
q11
r8
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
increasedAttackInterval200
slowImmunity50
id"melvorAoD:SouthernLighthouse"
coords
q12
r12
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
decreasedSurveyInterval2
moves10
id"melvorAoD:BeginningPort"
coords
q12
r13
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
gp10000
items
id"melvorD:Normal_Logs"
quantity100
id"melvorD:Bronze_Bar"
quantity100
id"melvorAoD:BustlingPort"
coords
q11
r3
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
q17
r12
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
gp500000
items
id"melvorAoD:Paper"
quantity5000
id"melvorAoD:GlacialExpanse"
coords
q13
r19
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"
quantity5000
id"melvorAoD:EngravedRiches"
coords
q13
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
gp5000000
items
id"melvorF:Summoning_Shard_Red"
quantity50000
id"melvorF:Summoning_Shard_Green"
quantity50000
id"melvorF:Summoning_Shard_Blue"
quantity50000
id"melvorF:Summoning_Shard_Silver"
quantity50000
id"melvorF:Summoning_Shard_Gold"
quantity50000
id"melvorF:Summoning_Shard_Black"
quantity50000
id"melvorAoD:GolbinVillage"
coords
q14
r8
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"
quantity1000
id"melvorAoD:ANewStart"
coords
q14
r10
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
gp250
items
id"melvorD:Shrimp"
quantity50
id"melvorD:Bronze_Dagger"
quantity1
id"melvorAoD:GolbinsStash"
coords
q21
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
gp2000
items
id"melvorD:Diamond"
quantity20
id"melvorD:Topaz"
quantity10
id"melvorAoD:FrostyHaven"
coords
q15
r18
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
sc100000
id"melvorAoD:FakePort"
coords
q15
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
q3
r16
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"
quantity1
id"melvorAoD:ToxicSwamps"
coords
q16
r0
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"
quantity500
id"melvorAoD:ShimmeringOasis"
coords
q17
r6
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
gp100000
items
id"melvorD:Amulet_of_Glory"
quantity20
id"melvorD:Amulet_of_Accuracy"
quantity20
activeModifiers
decreasedAutoEatEfficiency50
increasedAutoEatThreshold2
id"melvorAoD:HolyIsles"
coords
q17
r9
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"
quantity2000
id"melvorF:Medium_Urn_Enchanted"
quantity100
id"melvorAoD:MistyPort"
coords
q17
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
gp1500000
id"melvorAoD:FloweryFields"
coords
q18
r5
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"
quantity2000
id"melvorAoD:ShimmeringSandsOutpost"
coords
q18
r6
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.<br>Upon 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
decreasedHexTravelCost10
moves10
id"melvorAoD:SecretGlacialHoard"
coords
q17
r20
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
gp2000000
items
id"melvorD:Diamond"
quantity2500
id"melvorD:Sapphire"
quantity2500
id"melvorD:Topaz"
quantity2500
id"melvorD:Ruby"
quantity2500
id"melvorD:Emerald"
quantity2500
activeModifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Herblore"
value10
skillID"melvorD:Runecrafting"
value10
decreasedSkillInterval
skillID"melvorD:Herblore"
value100
skillID"melvorD:Runecrafting"
value100
id"melvorAoD:PerilousAscent"
coords
q19
r1
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
sc350000
id"melvorAoD:PerilousPeaks"
coords
q19
r0
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"
quantity2000
activeModifiers
increasedSlayerAreaEffectNegationFlat20
decreasedSlayerCoins40
id"melvorAoD:RiverRest"
coords
q19
r5
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
gp200000
id"melvorAoD:FrostbiteBluff"
coords
q19
r16
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
sc100000
id"melvorAoD:EasternDeceitfulWoods"
coords
q20
r8
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"
quantity5000
id"melvorAoD:FrostDriftPort"
coords
q20
r16
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
gp2000000
id"melvorAoD:CastleOfKings"
coords
q21
r6
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"
quantity1
id"melvorD:Mithril_Platebody_T_G"
quantity1
id"melvorAoD:ShadowedPort"
coords
q21
r10
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
gp100000
id"melvorAoD:DragonValley"
coords
q22
r2
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
sc50000
id"melvorAoD:AbandonedVeinMine"
coords
q22
r4
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.<br>Ultimately, 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"
quantity5000
id"melvorD:Adamantite_Ore"
quantity5000
id"melvorD:Runite_Ore"
quantity5000
id"melvorD:Dragonite_Ore"
quantity5000
id"melvorAoD:CapitalCityCrossroads"
coords
q23
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
gp1000000
id"melvorAoD:OldMine"
coords
q23
r3
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"
quantity3000
id"melvorAoD:FishermansEnclave"
coords
q22
r11
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
q23
r12
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"
quantity2000
id"melvorD:Raw_Crab"
quantity1000
id"melvorD:Raw_Lobster"
quantity500
id"melvorAoD:CapitalCitysSquare"
coords
q24
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
gp1000000
id"melvorAoD:CapitalCitysKnights"
coords
q24
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
gp1000000
id"melvorAoD:CityscapeBridge"
coords
q24
r0
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
gp1000000
id"melvorAoD:BanditHideout"
coords
q25
r5
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
increasedRangedStrengthBonus10
increasedRangedAccuracyBonus10
increasedRangedEvasion10
increasedThievingStealth25
decreasedSkillInterval
skillID"melvorD:Thieving"
value100
id"melvorAoD:CapitalCitysAlleyways"
coords
q25
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
gp1000000
id"melvorAoD:DarkWaters"
coords
q25
r14
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
sc1000000
activeModifiers
decreasedSlayerAreaEffectNegationFlat20
increasedSlayerCoins25
increasedMaxHitPercent5
increasedGlobalEvasion10
increasedGlobalAccuracy10
id"melvorAoD:SunsetFishingPoint"
coords
q11
r17
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"
quantity50
id"melvorAoD:MoonlitPier"
coords
q19
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"
quantity5000
id"melvorF:Golden_Stardust"
quantity1000
id"melvorF:Secret_Stardust_Potion_IV"
quantity1000
id"melvorAoD:Monolith"
coords
q5
r8
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
decreasedMapUpgradeInterval5
increasedSkillPreservationChance
skillID"melvorAoD:Cartography"
value5
increasedChanceToPreserveMapCharges5
id"melvorAoD:FriendlyFisherman"
coords
q6
r24
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"
quantity50
id"melvorAoD:WatchfulShip"
coords
q14
r13
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
decreasedSurveyInterval2
moves10
id"melvorAoD:SadgeKraken"
coords
q12
r15
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
decreasedSurveyInterval2
moves10
id"melvorAoD:SecludedHut"
coords
q18
r8
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"
quantity1000
id"melvorD:Oak_Logs"
quantity1000
id"melvorAoD:HarvestHavenFarm"
coords
q11
r11
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"
quantity60
id"melvorD:Onion_Seed"
quantity60
id"melvorD:Cabbage_Seed"
quantity60
id"melvorAoD:FarmersMarket"
coords
q13
r10
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"
quantity500
id"melvorAoD:RiverCrossroads"
coords
q8
r15
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
gp20000
id"melvorAoD:AcademiaArcanum"
coords
q8
r11
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
increasedRunePreservation6
increasedMagicMaxHit5
increasedMagicAccuracyBonus10
increasedMagicEvasion10
id"melvorAoD:PinkKraken"
coords
q4
r14
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
decreasedSurveyInterval2
moves10
id"melvorAoD:RestlessSanctum"
coords
q13
r8
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"
quantity1000
id"melvorAoD:LoneHuntress"
coords
q22
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
q22
r9
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"
quantity4000
id"melvorAoD:PratsBridge"
coords
q25
r1
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"
quantity1
id"melvorD:Old_Hat"
quantity1
id"melvorD:Rubber_Ducky"
quantity3
id"melvorAoD:SeaNoodle"
coords
q23
r14
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
decreasedSurveyInterval2
moves10
id"melvorAoD:PushySailor"
coords
q29
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
decreasedSurveyInterval2
moves10
id"melvorAoD:CornerOfDisappointment"
coords
q0
r0
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
q22
r7
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
q16
r5
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.<br>Through 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.<br>You 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"
quantity1
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"
showMarkerfalse
id"melvorAoD:MysteriousIsland"
coords
q9
r7
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.<br>As 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"
quantity1
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"
showMarkerfalse
id"melvorAoD:RuinedSilverCity"
coords
q1
r15
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.<br>You 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.<br>Inside 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"
quantity1
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"
showMarkerfalse
masteryBonuses
id"melvorAoD:100"
masteredHexes100
modifiers
increasedGlobalSkillXP5
items
id"melvorF:Bank_Slot_Token"
quantity5
id"melvorAoD:200"
masteredHexes200
modifiers
increasedGlobalMasteryXP5
items
id"melvorF:Bank_Slot_Token"
quantity10
id"melvorAoD:300"
masteredHexes300
items
id"melvorF:Bank_Slot_Token"
quantity25
id"melvorAoD:500"
masteredHexes500
modifiers
increasedGPGlobal10
items
id"melvorF:Bank_Slot_Token"
quantity15
id"melvorAoD:750"
masteredHexes750
items
id"melvorF:Bank_Slot_Token"
quantity45
id"melvorAoD:944"
masteredHexes944
modifiers
decreasedGlobalSkillIntervalPercent3
decreasedAttackIntervalPercent3
pets
"melvorAoD:MapMasteryPet"
hexes
coordinates
q0
r0
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp75158
isWatertrue
coordinates
q0
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp138308
isWatertrue
coordinates
q0
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp246809
isWatertrue
coordinates
q0
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp301976
isWatertrue
coordinates
q0
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp199457
isWatertrue
coordinates
q0
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp69131
isWatertrue
coordinates
q0
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp15794
isWatertrue
coordinates
q0
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2837
isWatertrue
coordinates
q0
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1825
isWatertrue
coordinates
q0
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp5279
isWatertrue
coordinates
q0
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp12669
isWaterfalse
coordinates
q0
r11
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
type"CartographyPOIDiscovery"
poiIDs
"melvorAoD:PiratesTreasureTrails"
worldMapID"melvorAoD:Melvor"
travelCost
gp17761
isWaterfalse
coordinates
q0
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp18295
isWaterfalse
coordinates
q0
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp14817
isWaterfalse
coordinates
q0
r14
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp9439
isWaterfalse
coordinates
q0
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp6662
isWaterfalse
coordinates
q0
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp5632
isWaterfalse
coordinates
q0
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp5303
isWaterfalse
coordinates
q0
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp5283
isWaterfalse
coordinates
q0
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp5440
isWaterfalse
coordinates
q0
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp5531
isWaterfalse
coordinates
q0
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp5079
isWaterfalse
coordinates
q0
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4210
isWaterfalse
coordinates
q0
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp9091
isWatertrue
coordinates
q0
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp49800
isWatertrue
coordinates
q0
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp202461
isWatertrue
coordinates
q0
r26
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp487832
isWatertrue
coordinates
q0
r27
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp677453
isWatertrue
coordinates
q0
r28
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp574597
isWatertrue
coordinates
q0
r29
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp422007
isWatertrue
coordinates
q1
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp157703
isWatertrue
coordinates
q1
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp278467
isWatertrue
coordinates
q1
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp897812
isWaterfalse
coordinates
q1
r3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp759062
isWaterfalse
coordinates
q1
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp149154
isWatertrue
coordinates
q1
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp40378
isWatertrue
coordinates
q1
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp7581
isWatertrue
coordinates
q1
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1592
isWatertrue
coordinates
q1
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2152
isWatertrue
coordinates
q1
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp6119
isWatertrue
coordinates
q1
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp12530
isWaterfalse
coordinates
q1
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp14800
isWaterfalse
coordinates
q1
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp13553
isWaterfalse
coordinates
q1
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp9165
isWaterfalse
coordinates
q1
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp6426
isWaterfalse
coordinates
q1
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp5065
isWaterfalse
coordinates
q1
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4431
isWaterfalse
coordinates
q1
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4268
isWaterfalse
coordinates
q1
r18
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4391
isWaterfalse
coordinates
q1
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4761
isWaterfalse
coordinates
q1
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4849
isWaterfalse
coordinates
q1
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4077
isWaterfalse
coordinates
q1
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4896
isWatertrue
coordinates
q1
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp25763
isWatertrue
coordinates
q1
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp136819
isWatertrue
coordinates
q1
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp457679
isWatertrue
coordinates
q1
r26
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1834502
isWaterfalse
coordinates
q1
r27
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1904757
isWaterfalse
coordinates
q1
r28
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp647225
isWatertrue
coordinates
q2
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp178130
isWatertrue
coordinates
q2
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp303432
isWatertrue
coordinates
q2
r1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1072811
isWaterfalse
coordinates
q2
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1044980
isWaterfalse
coordinates
q2
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp255641
isWaterfalse
coordinates
q2
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp79441
isWaterfalse
coordinates
q2
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp17704
isWatertrue
coordinates
q2
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3177
isWatertrue
coordinates
q2
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1027
isWatertrue
coordinates
q2
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2136
isWatertrue
coordinates
q2
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp5183
isWatertrue
coordinates
q2
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp7725
isWatertrue
coordinates
q2
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp7818
isWatertrue
coordinates
q2
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp6112
isWatertrue
coordinates
q2
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp4886
isWaterfalse
coordinates
q2
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp3926
isWaterfalse
coordinates
q2
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2803
isWatertrue
coordinates
q2
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2411
isWatertrue
coordinates
q2
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2401
isWatertrue
coordinates
q2
r18
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp2739
isWatertrue
coordinates
q2
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp3570
isWaterfalse
coordinates
q2
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level5
travelCost
gp3396
isWaterfalse
coordinates
q2
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2685
isWatertrue
coordinates
q2
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp9914
isWatertrue
coordinates
q2
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp66692
isWatertrue
coordinates
q2
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp299085
isWatertrue
coordinates
q2
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1718879
isWaterfalse
coordinates
q2
r26
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2291968
isWaterfalse
coordinates
q2
r27
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1868159
isWaterfalse
coordinates
q2
r28
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp605940
isWatertrue
coordinates
q3
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp343919
isWatertrue
coordinates
q3
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1151777
isWaterfalse
coordinates
q3
r1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1281582
isWaterfalse
coordinates
q3
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp388937
isWaterfalse
coordinates
q3
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp150413
isWaterfalse
coordinates
q3
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp41184
isWaterfalse
coordinates
q3
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp8374
isWatertrue
coordinates
q3
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1675
isWatertrue
coordinates
q3
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1274
isWatertrue
coordinates
q3
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp3006
isWatertrue
coordinates
q3
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp5596
isWatertrue
coordinates
q3
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp6057
isWatertrue
coordinates
q3
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4149
isWatertrue
coordinates
q3
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2925
isWatertrue
coordinates
q3
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2400
isWatertrue
coordinates
q3
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1814
isWatertrue
coordinates
q3
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1382
isWatertrue
coordinates
q3
r16
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1323
isWaterfalse
coordinates
q3
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1272
isWatertrue
coordinates
q3
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1549
isWatertrue
coordinates
q3
r19
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp1769
isWatertrue
coordinates
q3
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1495
isWatertrue
coordinates
q3
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2917
isWatertrue
coordinates
q3
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp19671
isWatertrue
coordinates
q3
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp112737
isWatertrue
coordinates
q3
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp410593
isWatertrue
coordinates
q3
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1704561
isWaterfalse
coordinates
q3
r26
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1755131
isWaterfalse
coordinates
q3
r27
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp563530
isWatertrue
coordinates
q4
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp343258
isWatertrue
coordinates
q4
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1094936
isWaterfalse
coordinates
q4
r0
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1423377
isWaterfalse
coordinates
q4
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1254271
isWaterfalse
coordinates
q4
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp312708
isWaterfalse
coordinates
q4
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp104178
isWaterfalse
coordinates
q4
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp23087
isWatertrue
coordinates
q4
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4238
isWatertrue
coordinates
q4
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2321
isWatertrue
coordinates
q4
r7
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp4596
isWatertrue
coordinates
q4
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp8670
isWatertrue
coordinates
q4
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp12264
isWaterfalse
coordinates
q4
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp8156
isWatertrue
coordinates
q4
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4998
isWatertrue
coordinates
q4
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3728
isWatertrue
coordinates
q4
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2769
isWatertrue
coordinates
q4
r14
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp1783
isWatertrue
coordinates
q4
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1190
isWaterfalse
coordinates
q4
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp971
isWaterfalse
coordinates
q4
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp809
isWatertrue
coordinates
q4
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp864
isWatertrue
coordinates
q4
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp870
isWatertrue
coordinates
q4
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1134
isWatertrue
coordinates
q4
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4404
isWatertrue
coordinates
q4
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp25195
isWatertrue
coordinates
q4
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp112469
isWatertrue
coordinates
q4
r24
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp292877
isWatertrue
coordinates
q4
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp415943
isWatertrue
coordinates
q4
r26
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp337018
isWatertrue
coordinates
q4
r27
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp232290
isWatertrue
coordinates
q5
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp430246
isWatertrue
coordinates
q5
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1348802
isWaterfalse
coordinates
q5
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1542913
isWaterfalse
coordinates
q5
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1202780
isWaterfalse
coordinates
q5
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp261339
isWatertrue
coordinates
q5
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp69472
isWatertrue
coordinates
q5
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp12984
isWatertrue
coordinates
q5
r5
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp5067
isWatertrue
coordinates
q5
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp11123
isWatertrue
coordinates
q5
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp18850
isWatertrue
coordinates
q5
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp24112
isWaterfalse
coordinates
q5
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp20408
isWaterfalse
coordinates
q5
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp14394
isWatertrue
coordinates
q5
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp13108
isWatertrue
coordinates
q5
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp11022
isWatertrue
coordinates
q5
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp7093
isWatertrue
coordinates
q5
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2619
isWaterfalse
coordinates
q5
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1275
isWaterfalse
coordinates
q5
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp856
isWatertrue
coordinates
q5
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp762
isWatertrue
coordinates
q5
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp846
isWaterfalse
coordinates
q5
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp951
isWatertrue
coordinates
q5
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1981
isWatertrue
coordinates
q5
r21
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp5987
isWaterfalse
coordinates
q5
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp21165
isWaterfalse
coordinates
q5
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp64598
isWatertrue
coordinates
q5
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp113191
isWatertrue
coordinates
q5
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp122815
isWatertrue
coordinates
q5
r26
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp102441
isWatertrue
coordinates
q6
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp387463
isWatertrue
coordinates
q6
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp590554
isWatertrue
coordinates
q6
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1702865
isWaterfalse
coordinates
q6
r0
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1604079
isWaterfalse
coordinates
q6
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1047049
isWaterfalse
coordinates
q6
r2
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp171091
isWatertrue
coordinates
q6
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp38182
isWatertrue
coordinates
q6
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp10746
isWatertrue
coordinates
q6
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp20415
isWatertrue
coordinates
q6
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp45694
isWatertrue
coordinates
q6
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp55839
isWaterfalse
coordinates
q6
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp42580
isWaterfalse
coordinates
q6
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp34351
isWaterfalse
coordinates
q6
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp32481
isWaterfalse
coordinates
q6
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp35121
isWatertrue
coordinates
q6
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp26249
isWatertrue
coordinates
q6
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp9451
isWaterfalse
coordinates
q6
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2762
isWaterfalse
coordinates
q6
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1256
isWaterfalse
coordinates
q6
r16
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp993
isWaterfalse
coordinates
q6
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp990
isWaterfalse
coordinates
q6
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1075
isWaterfalse
coordinates
q6
r19
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp1571
isWatertrue
coordinates
q6
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp3282
isWaterfalse
coordinates
q6
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp5301
isWaterfalse
coordinates
q6
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp10318
isWatertrue
coordinates
q6
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp19593
isWatertrue
coordinates
q6
r24
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp25413
isWatertrue
coordinates
q6
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp25986
isWatertrue
coordinates
q6
r26
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp21049
isWatertrue
coordinates
q7
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp665389
isWatertrue
coordinates
q7
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2045291
isWaterfalse
coordinates
q7
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp2050413
isWaterfalse
coordinates
q7
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1464385
isWaterfalse
coordinates
q7
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp297470
isWatertrue
coordinates
q7
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp78542
isWatertrue
coordinates
q7
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp20537
isWatertrue
coordinates
q7
r4
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp27920
isWatertrue
coordinates
q7
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp73508
isWatertrue
coordinates
q7
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp253908
isWaterfalse
coordinates
q7
r7
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp94387
isWaterfalse
coordinates
q7
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp65742
isWaterfalse
coordinates
q7
r9
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp62086
isWaterfalse
coordinates
q7
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp61525
isWaterfalse
coordinates
q7
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp129774
isWaterfalse
coordinates
q7
r12
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp25927
isWaterfalse
coordinates
q7
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp7347
isWaterfalse
coordinates
q7
r14
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2025
isWaterfalse
coordinates
q7
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1112
isWaterfalse
coordinates
q7
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1006
isWaterfalse
coordinates
q7
r17
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1056
isWaterfalse
coordinates
q7
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1265
isWaterfalse
coordinates
q7
r19
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp2136
isWatertrue
coordinates
q7
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp3308
isWaterfalse
coordinates
q7
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3179
isWatertrue
coordinates
q7
r22
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp3596
isWatertrue
coordinates
q7
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4216
isWatertrue
coordinates
q7
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4389
isWatertrue
coordinates
q7
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4385
isWatertrue
coordinates
q8
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp715233
isWatertrue
coordinates
q8
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2142289
isWaterfalse
coordinates
q8
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2588201
isWaterfalse
coordinates
q8
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2076301
isWaterfalse
coordinates
q8
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp458776
isWatertrue
coordinates
q8
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp141136
isWaterfalse
coordinates
q8
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp38717
isWaterfalse
coordinates
q8
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp30231
isWatertrue
coordinates
q8
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp80916
isWatertrue
coordinates
q8
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp337330
isWaterfalse
coordinates
q8
r6
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp349575
isWaterfalse
coordinates
q8
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp118567
isWaterfalse
coordinates
q8
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp93827
isWaterfalse
coordinates
q8
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp183618
isWaterfalse
coordinates
q8
r10
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp111441
isWaterfalse
coordinates
q8
r11
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp31460
isWaterfalse
coordinates
q8
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp10293
isWaterfalse
coordinates
q8
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2767
isWaterfalse
coordinates
q8
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1090
isWaterfalse
coordinates
q8
r15
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp767
isWaterfalse
coordinates
q8
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp838
isWaterfalse
coordinates
q8
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp941
isWaterfalse
coordinates
q8
r18
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp1331
isWatertrue
coordinates
q8
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp2517
isWaterfalse
coordinates
q8
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2968
isWatertrue
coordinates
q8
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3750
isWatertrue
coordinates
q8
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3308
isWatertrue
coordinates
q8
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1718
isWatertrue
coordinates
q8
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1248
isWatertrue
coordinates
q8
r25
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1076
isWatertrue
coordinates
q9
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp895379
isWatertrue
coordinates
q9
r-3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2578859
isWaterfalse
coordinates
q9
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2564181
isWaterfalse
coordinates
q9
r-1
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp711042
isWatertrue
coordinates
q9
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp255669
isWaterfalse
coordinates
q9
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp72292
isWaterfalse
coordinates
q9
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp34883
isWaterfalse
coordinates
q9
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp64919
isWatertrue
coordinates
q9
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp330460
isWaterfalse
coordinates
q9
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp432316
isWaterfalse
coordinates
q9
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp173073
isWaterfalse
coordinates
q9
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp121298
isWaterfalse
coordinates
q9
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp89457
isWaterfalse
coordinates
q9
r9
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
type"CartographyPOIDiscovery"
poiIDs
"melvorAoD:PiratesTreasureTrails"
worldMapID"melvorAoD:Melvor"
travelCost
gp101322
isWaterfalse
coordinates
q9
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp21915
isWaterfalse
coordinates
q9
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp9355
isWaterfalse
coordinates
q9
r12
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2842
isWaterfalse
coordinates
q9
r13
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp954
isWaterfalse
coordinates
q9
r14
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp541
isWaterfalse
coordinates
q9
r15
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp491
isWaterfalse
coordinates
q9
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp544
isWatertrue
coordinates
q9
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp708
isWatertrue
coordinates
q9
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1428
isWatertrue
coordinates
q9
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3061
isWatertrue
coordinates
q9
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp6201
isWatertrue
coordinates
q9
r21
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp8786
isWaterfalse
coordinates
q9
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4956
isWatertrue
coordinates
q9
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3055
isWatertrue
coordinates
q9
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2878
isWatertrue
coordinates
q10
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp696928
isWatertrue
coordinates
q10
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2091166
isWaterfalse
coordinates
q10
r-3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2562454
isWaterfalse
coordinates
q10
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2132780
isWaterfalse
coordinates
q10
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp505123
isWatertrue
coordinates
q10
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp164102
isWaterfalse
coordinates
q10
r1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp55239
isWaterfalse
coordinates
q10
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp46515
isWatertrue
coordinates
q10
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp115321
isWatertrue
coordinates
q10
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp434014
isWaterfalse
coordinates
q10
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp463320
isWaterfalse
coordinates
q10
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp176646
isWaterfalse
coordinates
q10
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp115925
isWaterfalse
coordinates
q10
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp106559
isWaterfalse
coordinates
q10
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp19204
isWaterfalse
coordinates
q10
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp6028
isWaterfalse
coordinates
q10
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2266
isWaterfalse
coordinates
q10
r12
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp820
isWaterfalse
coordinates
q10
r13
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp417
isWaterfalse
coordinates
q10
r14
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp334
isWaterfalse
coordinates
q10
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp337
isWatertrue
coordinates
q10
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp432
isWatertrue
coordinates
q10
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp971
isWatertrue
coordinates
q10
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2975
isWatertrue
coordinates
q10
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp8177
isWatertrue
coordinates
q10
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp16024
isWaterfalse
coordinates
q10
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp15202
isWatertrue
coordinates
q10
r22
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp12256
isWatertrue
coordinates
q10
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp11879
isWatertrue
coordinates
q10
r24
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp11015
isWatertrue
coordinates
q11
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp591876
isWatertrue
coordinates
q11
r-4
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1857535
isWaterfalse
coordinates
q11
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1955013
isWaterfalse
coordinates
q11
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1602909
isWaterfalse
coordinates
q11
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp329951
isWaterfalse
coordinates
q11
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp117611
isWaterfalse
coordinates
q11
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp52930
isWatertrue
coordinates
q11
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp78806
isWatertrue
coordinates
q11
r3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp367800
isWaterfalse
coordinates
q11
r4
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp503857
isWaterfalse
coordinates
q11
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp493229
isWaterfalse
coordinates
q11
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp382378
isWaterfalse
coordinates
q11
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp184153
isWaterfalse
coordinates
q11
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp28464
isWaterfalse
coordinates
q11
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp6847
isWaterfalse
coordinates
q11
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1873
isWaterfalse
coordinates
q11
r11
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp728
isWaterfalse
coordinates
q11
r12
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp376
isWaterfalse
coordinates
q11
r13
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp284
isWaterfalse
coordinates
q11
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp273
isWatertrue
coordinates
q11
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp343
isWatertrue
coordinates
q11
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp860
isWatertrue
coordinates
q11
r17
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp3230
isWatertrue
coordinates
q11
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp10226
isWatertrue
coordinates
q11
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp25259
isWaterfalse
coordinates
q11
r20
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp43646
isWaterfalse
coordinates
q11
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp49060
isWatertrue
coordinates
q11
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp47476
isWatertrue
coordinates
q11
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp42986
isWaterfalse
coordinates
q12
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp250911
isWatertrue
coordinates
q12
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp391201
isWatertrue
coordinates
q12
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp587275
isWatertrue
coordinates
q12
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1386856
isWaterfalse
coordinates
q12
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp436392
isWatertrue
coordinates
q12
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp179216
isWaterfalse
coordinates
q12
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp79940
isWaterfalse
coordinates
q12
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp63727
isWatertrue
coordinates
q12
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp126856
isWatertrue
coordinates
q12
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp455863
isWaterfalse
coordinates
q12
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp532794
isWaterfalse
coordinates
q12
r5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp492670
isWaterfalse
coordinates
q12
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp331823
isWaterfalse
coordinates
q12
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp57991
isWaterfalse
coordinates
q12
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp14042
isWaterfalse
coordinates
q12
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2991
isWaterfalse
coordinates
q12
r10
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp863
isWaterfalse
coordinates
q12
r11
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp395
isWaterfalse
coordinates
q12
r12
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp279
isWaterfalse
coordinates
q12
r13
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp260
isWatertrue
coordinates
q12
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp313
isWatertrue
coordinates
q12
r15
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp818
isWatertrue
coordinates
q12
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3689
isWatertrue
coordinates
q12
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp13547
isWatertrue
coordinates
q12
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp36796
isWaterfalse
coordinates
q12
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp81761
isWaterfalse
coordinates
q12
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp148044
isWaterfalse
coordinates
q12
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp162739
isWatertrue
coordinates
q12
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp140542
isWaterfalse
coordinates
q12
r23
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp126578
isWaterfalse
coordinates
q13
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp160602
isWatertrue
coordinates
q13
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp284451
isWatertrue
coordinates
q13
r-4
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
type"CartographyPOIDiscovery"
poiIDs
"melvorAoD:PiratesTreasureTrails"
worldMapID"melvorAoD:Melvor"
travelCost
gp1051571
isWaterfalse
coordinates
q13
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp999351
isWaterfalse
coordinates
q13
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp239322
isWaterfalse
coordinates
q13
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp102061
isWaterfalse
coordinates
q13
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp65343
isWatertrue
coordinates
q13
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp101569
isWaterfalse
coordinates
q13
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp360983
isWaterfalse
coordinates
q13
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp488181
isWaterfalse
coordinates
q13
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp521781
isWaterfalse
coordinates
q13
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp414481
isWaterfalse
coordinates
q13
r6
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp190237
isWaterfalse
coordinates
q13
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp28106
isWaterfalse
coordinates
q13
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp6917
isWaterfalse
coordinates
q13
r9
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp1957
isWaterfalse
coordinates
q13
r10
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp666
isWaterfalse
coordinates
q13
r11
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp336
isWaterfalse
coordinates
q13
r12
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp270
isWaterfalse
coordinates
q13
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp294
isWatertrue
coordinates
q13
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp716
isWatertrue
coordinates
q13
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3864
isWatertrue
coordinates
q13
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp17763
isWatertrue
coordinates
q13
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp57018
isWaterfalse
coordinates
q13
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp129233
isWaterfalse
coordinates
q13
r19
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp263878
isWaterfalse
coordinates
q13
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp835063
isWaterfalse
coordinates
q13
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp357818
isWatertrue
coordinates
q13
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp336483
isWaterfalse
coordinates
q14
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp84995
isWatertrue
coordinates
q14
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp162141
isWatertrue
coordinates
q14
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp339225
isWatertrue
coordinates
q14
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp975360
isWaterfalse
coordinates
q14
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp292743
isWatertrue
coordinates
q14
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp123950
isWatertrue
coordinates
q14
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp64993
isWatertrue
coordinates
q14
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp82584
isWaterfalse
coordinates
q14
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp125762
isWaterfalse
coordinates
q14
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp181862
isWaterfalse
coordinates
q14
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp489746
isWaterfalse
coordinates
q14
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp486931
isWaterfalse
coordinates
q14
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp291450
isWaterfalse
coordinates
q14
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp60025
isWaterfalse
coordinates
q14
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp20232
isWaterfalse
coordinates
q14
r8
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp6977
isWaterfalse
coordinates
q14
r9
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp2287
isWaterfalse
coordinates
q14
r10
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp754
isWaterfalse
coordinates
q14
r11
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp377
isWaterfalse
coordinates
q14
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp310
isWatertrue
coordinates
q14
r13
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp569
isWatertrue
coordinates
q14
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3373
isWatertrue
coordinates
q14
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp19608
isWatertrue
coordinates
q14
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp77995
isWaterfalse
coordinates
q14
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp201053
isWaterfalse
coordinates
q14
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp373982
isWaterfalse
coordinates
q14
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1189401
isWaterfalse
coordinates
q14
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1321159
isWaterfalse
coordinates
q14
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1244129
isWaterfalse
coordinates
q14
r22
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1206754
isWaterfalse
coordinates
q15
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp182358
isWatertrue
coordinates
q15
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp314030
isWatertrue
coordinates
q15
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1042568
isWaterfalse
coordinates
q15
r-4
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp427287
isWatertrue
coordinates
q15
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp231586
isWatertrue
coordinates
q15
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp95591
isWatertrue
coordinates
q15
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp74972
isWaterfalse
coordinates
q15
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp100858
isWaterfalse
coordinates
q15
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp143640
isWaterfalse
coordinates
q15
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp215947
isWaterfalse
coordinates
q15
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp576094
isWaterfalse
coordinates
q15
r4
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp529943
isWaterfalse
coordinates
q15
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp153814
isWaterfalse
coordinates
q15
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp68715
isWaterfalse
coordinates
q15
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp26359
isWaterfalse
coordinates
q15
r8
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp8933
isWaterfalse
coordinates
q15
r9
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp2744
isWaterfalse
coordinates
q15
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp910
isWatertrue
coordinates
q15
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp477
isWatertrue
coordinates
q15
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp486
isWatertrue
coordinates
q15
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2423
isWatertrue
coordinates
q15
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp16970
isWatertrue
coordinates
q15
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp84337
isWatertrue
coordinates
q15
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp259333
isWaterfalse
coordinates
q15
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1062062
isWaterfalse
coordinates
q15
r18
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1412755
isWaterfalse
coordinates
q15
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1591831
isWaterfalse
coordinates
q15
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1585781
isWaterfalse
coordinates
q15
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1466878
isWaterfalse
coordinates
q16
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp296803
isWatertrue
coordinates
q16
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp388306
isWatertrue
coordinates
q16
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1215916
isWaterfalse
coordinates
q16
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1319423
isWaterfalse
coordinates
q16
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1027180
isWaterfalse
coordinates
q16
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp234619
isWatertrue
coordinates
q16
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp91072
isWatertrue
coordinates
q16
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp87597
isWaterfalse
coordinates
q16
r0
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp135350
isWaterfalse
coordinates
q16
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp223189
isWaterfalse
coordinates
q16
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp711763
isWaterfalse
coordinates
q16
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp844242
isWaterfalse
coordinates
q16
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp738360
isWaterfalse
coordinates
q16
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp210426
isWaterfalse
coordinates
q16
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp84712
isWaterfalse
coordinates
q16
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp28744
isWaterfalse
coordinates
q16
r8
maxSurveyLevel1
maxMasteryLevel5
requirements
Empty array
travelCost
gp8957
isWaterfalse
coordinates
q16
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2673
isWaterfalse
coordinates
q16
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1068
isWaterfalse
coordinates
q16
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp633
isWatertrue
coordinates
q16
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1517
isWatertrue
coordinates
q16
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp11251
isWatertrue
coordinates
q16
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp66681
isWatertrue
coordinates
q16
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp251256
isWatertrue
coordinates
q16
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1152366
isWaterfalse
coordinates
q16
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1547097
isWaterfalse
coordinates
q16
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1690819
isWaterfalse
coordinates
q16
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1700235
isWaterfalse
coordinates
q16
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1589409
isWaterfalse
coordinates
q16
r21
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp700787
isWatertrue
coordinates
q17
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1047378
isWaterfalse
coordinates
q17
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1350319
isWaterfalse
coordinates
q17
r-6
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1545099
isWaterfalse
coordinates
q17
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1425668
isWaterfalse
coordinates
q17
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp949156
isWaterfalse
coordinates
q17
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp168927
isWatertrue
coordinates
q17
r-2
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp79879
isWatertrue
coordinates
q17
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp120755
isWaterfalse
coordinates
q17
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp242432
isWaterfalse
coordinates
q17
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level65
travelCost
gp858202
isWaterfalse
coordinates
q17
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1208834
isWaterfalse
coordinates
q17
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1266962
isWaterfalse
coordinates
q17
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1022621
isWaterfalse
coordinates
q17
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp241752
isWaterfalse
coordinates
q17
r6
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp78912
isWaterfalse
coordinates
q17
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp24258
isWaterfalse
coordinates
q17
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp6914
isWaterfalse
coordinates
q17
r9
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2264
isWaterfalse
coordinates
q17
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp1190
isWaterfalse
coordinates
q17
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1184
isWatertrue
coordinates
q17
r12
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp5733
isWatertrue
coordinates
q17
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp38998
isWatertrue
coordinates
q17
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp178212
isWatertrue
coordinates
q17
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1026458
isWaterfalse
coordinates
q17
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1526993
isWaterfalse
coordinates
q17
r17
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1707222
isWaterfalse
coordinates
q17
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1704768
isWaterfalse
coordinates
q17
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1614973
isWaterfalse
coordinates
q17
r20
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1474429
isWaterfalse
coordinates
q18
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp497682
isWatertrue
coordinates
q18
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1306907
isWaterfalse
coordinates
q18
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1560195
isWaterfalse
coordinates
q18
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1543268
isWaterfalse
coordinates
q18
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1160678
isWaterfalse
coordinates
q18
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp250350
isWatertrue
coordinates
q18
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp85990
isWatertrue
coordinates
q18
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp89777
isWaterfalse
coordinates
q18
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp194696
isWaterfalse
coordinates
q18
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp881466
isWaterfalse
coordinates
q18
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1299056
isWaterfalse
coordinates
q18
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1504340
isWaterfalse
coordinates
q18
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1417876
isWaterfalse
coordinates
q18
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp973760
isWaterfalse
coordinates
q18
r5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp177592
isWaterfalse
coordinates
q18
r6
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp52537
isWaterfalse
coordinates
q18
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp15152
isWatertrue
coordinates
q18
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp4862
isWaterfalse
coordinates
q18
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level10
travelCost
gp2341
isWaterfalse
coordinates
q18
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1963
isWatertrue
coordinates
q18
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3043
isWatertrue
coordinates
q18
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp15752
isWatertrue
coordinates
q18
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp87562
isWatertrue
coordinates
q18
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp315036
isWatertrue
coordinates
q18
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1300727
isWaterfalse
coordinates
q18
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1607162
isWaterfalse
coordinates
q18
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1631625
isWaterfalse
coordinates
q18
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1467360
isWaterfalse
coordinates
q18
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1279752
isWaterfalse
coordinates
q18
r20
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1215012
isWaterfalse
coordinates
q19
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp606151
isWatertrue
coordinates
q19
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1480838
isWaterfalse
coordinates
q19
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1513661
isWaterfalse
coordinates
q19
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1199144
isWaterfalse
coordinates
q19
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp276826
isWatertrue
coordinates
q19
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp91297
isWatertrue
coordinates
q19
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp47527
isWatertrue
coordinates
q19
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level50
travelCost
gp99722
isWaterfalse
coordinates
q19
r-1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp238915
isWaterfalse
coordinates
q19
r0
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp987118
isWaterfalse
coordinates
q19
r1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1348172
isWaterfalse
coordinates
q19
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1484582
isWaterfalse
coordinates
q19
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1197716
isWaterfalse
coordinates
q19
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp278753
isWaterfalse
coordinates
q19
r5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp88557
isWaterfalse
coordinates
q19
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp28446
isWaterfalse
coordinates
q19
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp10575
isWatertrue
coordinates
q19
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp5390
isWatertrue
coordinates
q19
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4551
isWatertrue
coordinates
q19
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp4725
isWaterfalse
coordinates
q19
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp7109
isWatertrue
coordinates
q19
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp34423
isWatertrue
coordinates
q19
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp150901
isWatertrue
coordinates
q19
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp851657
isWaterfalse
coordinates
q19
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1288629
isWaterfalse
coordinates
q19
r16
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1442842
isWaterfalse
coordinates
q19
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1247817
isWaterfalse
coordinates
q19
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp418148
isWaterfalse
coordinates
q19
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp350043
isWaterfalse
coordinates
q20
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1007801
isWatertrue
coordinates
q20
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp887104
isWatertrue
coordinates
q20
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1555768
isWaterfalse
coordinates
q20
r-7
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1185739
isWaterfalse
coordinates
q20
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp278335
isWatertrue
coordinates
q20
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp90322
isWatertrue
coordinates
q20
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp27104
isWatertrue
coordinates
q20
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp32588
isWatertrue
coordinates
q20
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp85061
isWaterfalse
coordinates
q20
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp198670
isWaterfalse
coordinates
q20
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp369520
isWaterfalse
coordinates
q20
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1178143
isWaterfalse
coordinates
q20
r2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1215458
isWaterfalse
coordinates
q20
r3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp690722
isWaterfalse
coordinates
q20
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp127331
isWaterfalse
coordinates
q20
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp41701
isWaterfalse
coordinates
q20
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp18968
isWaterfalse
coordinates
q20
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp11043
isWaterfalse
coordinates
q20
r8
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp9941
isWaterfalse
coordinates
q20
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp9739
isWaterfalse
coordinates
q20
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp8136
isWaterfalse
coordinates
q20
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp10915
isWatertrue
coordinates
q20
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp43522
isWatertrue
coordinates
q20
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp151622
isWatertrue
coordinates
q20
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp314008
isWatertrue
coordinates
q20
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp987055
isWaterfalse
coordinates
q20
r16
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp967591
isWaterfalse
coordinates
q20
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp286846
isWaterfalse
coordinates
q20
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp170028
isWatertrue
coordinates
q20
r19
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp130271
isWaterfalse
coordinates
q21
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp5454408
isWaterfalse
coordinates
q21
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1159119
isWatertrue
coordinates
q21
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1390899
isWaterfalse
coordinates
q21
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp294973
isWatertrue
coordinates
q21
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp92006
isWatertrue
coordinates
q21
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp21292
isWatertrue
coordinates
q21
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp10852
isWatertrue
coordinates
q21
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp24522
isWatertrue
coordinates
q21
r-2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp62419
isWaterfalse
coordinates
q21
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp132920
isWaterfalse
coordinates
q21
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp276638
isWaterfalse
coordinates
q21
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp904624
isWaterfalse
coordinates
q21
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp781097
isWaterfalse
coordinates
q21
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp167344
isWaterfalse
coordinates
q21
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp57749
isWaterfalse
coordinates
q21
r5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
type"CartographyPOIDiscovery"
poiIDs
"melvorAoD:AbandonedVeinMine"
worldMapID"melvorAoD:Melvor"
travelCost
gp24642
isWaterfalse
coordinates
q21
r6
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp15044
isWaterfalse
coordinates
q21
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp15498
isWaterfalse
coordinates
q21
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp17025
isWaterfalse
coordinates
q21
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp15609
isWaterfalse
coordinates
q21
r10
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp10685
isWaterfalse
coordinates
q21
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp12177
isWatertrue
coordinates
q21
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp37593
isWatertrue
coordinates
q21
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp96191
isWatertrue
coordinates
q21
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp191297
isWatertrue
coordinates
q21
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp244617
isWatertrue
coordinates
q21
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp184800
isWaterfalse
coordinates
q21
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp92397
isWatertrue
coordinates
q21
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp51132
isWatertrue
coordinates
q22
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp8273682
isWaterfalse
coordinates
q22
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp6844130
isWaterfalse
coordinates
q22
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1215173
isWatertrue
coordinates
q22
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp479550
isWatertrue
coordinates
q22
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp133938
isWatertrue
coordinates
q22
r-6
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp27335
isWatertrue
coordinates
q22
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp6967
isWatertrue
coordinates
q22
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp10712
isWatertrue
coordinates
q22
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp24334
isWaterfalse
coordinates
q22
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp44067
isWaterfalse
coordinates
q22
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp89941
isWaterfalse
coordinates
q22
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp171892
isWaterfalse
coordinates
q22
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp423412
isWaterfalse
coordinates
q22
r2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp290351
isWaterfalse
coordinates
q22
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp61351
isWaterfalse
coordinates
q22
r4
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
type"CartographyPOIDiscovery"
poiIDs
"melvorAoD:OldMine"
worldMapID"melvorAoD:Melvor"
travelCost
gp28073
isWaterfalse
coordinates
q22
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp16698
isWaterfalse
coordinates
q22
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp15577
isWaterfalse
coordinates
q22
r7
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp19952
isWaterfalse
coordinates
q22
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp21065
isWaterfalse
coordinates
q22
r9
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp17935
isWaterfalse
coordinates
q22
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp11765
isWaterfalse
coordinates
q22
r11
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp13487
isWaterfalse
coordinates
q22
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp36648
isWaterfalse
coordinates
q22
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp102237
isWatertrue
coordinates
q22
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp172031
isWatertrue
coordinates
q22
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp171895
isWatertrue
coordinates
q22
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp101727
isWatertrue
coordinates
q22
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp40298
isWatertrue
coordinates
q22
r18
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp16629
isWatertrue
coordinates
q23
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9099264
isWaterfalse
coordinates
q23
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp7268064
isWaterfalse
coordinates
q23
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1163559
isWatertrue
coordinates
q23
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp388211
isWatertrue
coordinates
q23
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp87255
isWatertrue
coordinates
q23
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp16129
isWatertrue
coordinates
q23
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp9521
isWatertrue
coordinates
q23
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp17900
isWaterfalse
coordinates
q23
r-3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp25061
isWaterfalse
coordinates
q23
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp34979
isWaterfalse
coordinates
q23
r-1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp56713
isWaterfalse
coordinates
q23
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp77518
isWaterfalse
coordinates
q23
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp74357
isWaterfalse
coordinates
q23
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp49164
isWaterfalse
coordinates
q23
r3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp27495
isWaterfalse
coordinates
q23
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp18852
isWaterfalse
coordinates
q23
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp15568
isWaterfalse
coordinates
q23
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp19655
isWaterfalse
coordinates
q23
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp22664
isWaterfalse
coordinates
q23
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp22182
isWaterfalse
coordinates
q23
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp18161
isWaterfalse
coordinates
q23
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp13852
isWaterfalse
coordinates
q23
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp30438
isWaterfalse
coordinates
q23
r12
maxSurveyLevel5
maxMasteryLevel5
requirements
type"CartographyPOIDiscovery"
poiIDs
"melvorAoD:FishermansEnclave"
worldMapID"melvorAoD:Melvor"
travelCost
gp118365
isWatertrue
coordinates
q23
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp302206
isWatertrue
coordinates
q23
r14
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp421557
isWatertrue
coordinates
q23
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp302902
isWatertrue
coordinates
q23
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp123608
isWatertrue
coordinates
q23
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp40284
isWatertrue
coordinates
q24
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10257461
isWaterfalse
coordinates
q24
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9497558
isWaterfalse
coordinates
q24
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp7369571
isWaterfalse
coordinates
q24
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1142097
isWatertrue
coordinates
q24
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp365921
isWatertrue
coordinates
q24
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp80866
isWatertrue
coordinates
q24
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp19519
isWatertrue
coordinates
q24
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp17955
isWaterfalse
coordinates
q24
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp22006
isWaterfalse
coordinates
q24
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp24642
isWaterfalse
coordinates
q24
r-2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp28790
isWaterfalse
coordinates
q24
r-1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp34560
isWaterfalse
coordinates
q24
r0
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp36958
isWaterfalse
coordinates
q24
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp32681
isWaterfalse
coordinates
q24
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp23492
isWaterfalse
coordinates
q24
r3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp18273
isWaterfalse
coordinates
q24
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp14711
isWaterfalse
coordinates
q24
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp17859
isWaterfalse
coordinates
q24
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp21579
isWaterfalse
coordinates
q24
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp22557
isWaterfalse
coordinates
q24
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp20754
isWaterfalse
coordinates
q24
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp17276
isWaterfalse
coordinates
q24
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp26217
isWaterfalse
coordinates
q24
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp114452
isWatertrue
coordinates
q24
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp410311
isWatertrue
coordinates
q24
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1696164
isWaterfalse
coordinates
q24
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1696926
isWaterfalse
coordinates
q24
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp412781
isWatertrue
coordinates
q24
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp131090
isWatertrue
coordinates
q24
r17
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp42556
isWatertrue
coordinates
q25
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10426530
isWaterfalse
coordinates
q25
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9649104
isWaterfalse
coordinates
q25
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp7382880
isWaterfalse
coordinates
q25
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1138103
isWatertrue
coordinates
q25
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp363964
isWatertrue
coordinates
q25
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp84412
isWatertrue
coordinates
q25
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp27562
isWaterfalse
coordinates
q25
r-5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp21785
isWaterfalse
coordinates
q25
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp21243
isWaterfalse
coordinates
q25
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp22845
isWaterfalse
coordinates
q25
r-2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp28521
isWaterfalse
coordinates
q25
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp34965
isWaterfalse
coordinates
q25
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp36857
isWaterfalse
coordinates
q25
r1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp31302
isWaterfalse
coordinates
q25
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp21591
isWaterfalse
coordinates
q25
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp15558
isWaterfalse
coordinates
q25
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp14996
isWaterfalse
coordinates
q25
r5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp19175
isWaterfalse
coordinates
q25
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp20391
isWaterfalse
coordinates
q25
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp18796
isWaterfalse
coordinates
q25
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp16194
isWaterfalse
coordinates
q25
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp17309
isWaterfalse
coordinates
q25
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp66714
isWatertrue
coordinates
q25
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp292488
isWatertrue
coordinates
q25
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1693059
isWaterfalse
coordinates
q25
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2238606
isWaterfalse
coordinates
q25
r14
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1695790
isWaterfalse
coordinates
q25
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp302638
isWatertrue
coordinates
q25
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp96357
isWatertrue
coordinates
q26
r-13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10721822
isWaterfalse
coordinates
q26
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10518864
isWaterfalse
coordinates
q26
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9707280
isWaterfalse
coordinates
q26
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp7387843
isWaterfalse
coordinates
q26
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1138357
isWatertrue
coordinates
q26
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp366245
isWatertrue
coordinates
q26
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp90607
isWaterfalse
coordinates
q26
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp30297
isWaterfalse
coordinates
q26
r-5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp19204
isWaterfalse
coordinates
q26
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp16358
isWatertrue
coordinates
q26
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp28053
isWaterfalse
coordinates
q26
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp53746
isWaterfalse
coordinates
q26
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp78596
isWaterfalse
coordinates
q26
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp78254
isWaterfalse
coordinates
q26
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp53902
isWaterfalse
coordinates
q26
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp32777
isWaterfalse
coordinates
q26
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp26205
isWaterfalse
coordinates
q26
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp25719
isWaterfalse
coordinates
q26
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp23376
isWaterfalse
coordinates
q26
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp16169
isWaterfalse
coordinates
q26
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp12022
isWaterfalse
coordinates
q26
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp9711
isWaterfalse
coordinates
q26
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp21990
isWatertrue
coordinates
q26
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp112376
isWatertrue
coordinates
q26
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp408763
isWatertrue
coordinates
q26
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1692620
isWaterfalse
coordinates
q26
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1693433
isWaterfalse
coordinates
q26
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp411581
isWatertrue
coordinates
q26
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp130426
isWatertrue
coordinates
q26
r16
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp42283
isWatertrue
coordinates
q27
r-13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10742948
isWaterfalse
coordinates
q27
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10554831
isWaterfalse
coordinates
q27
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9713737
isWaterfalse
coordinates
q27
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp7388670
isWaterfalse
coordinates
q27
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1138825
isWatertrue
coordinates
q27
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp367981
isWatertrue
coordinates
q27
r-7
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
type"CartographyPOIDiscovery"
poiIDs
"melvorAoD:PiratesTreasureTrails"
worldMapID"melvorAoD:Melvor"
travelCost
gp91271
isWaterfalse
coordinates
q27
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp26574
isWaterfalse
coordinates
q27
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp12467
isWatertrue
coordinates
q27
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp21957
isWatertrue
coordinates
q27
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp72129
isWaterfalse
coordinates
q27
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp165495
isWaterfalse
coordinates
q27
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp225897
isWaterfalse
coordinates
q27
r0
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp174262
isWaterfalse
coordinates
q27
r1
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp100118
isWaterfalse
coordinates
q27
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp86701
isWatertrue
coordinates
q27
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp91560
isWaterfalse
coordinates
q27
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp73926
isWaterfalse
coordinates
q27
r5
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp37833
isWaterfalse
coordinates
q27
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp17561
isWaterfalse
coordinates
q27
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp7938
isWaterfalse
coordinates
q27
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp6180
isWatertrue
coordinates
q27
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp24718
isWatertrue
coordinates
q27
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp111685
isWatertrue
coordinates
q27
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp291661
isWatertrue
coordinates
q27
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp408696
isWatertrue
coordinates
q27
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp292458
isWatertrue
coordinates
q27
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp117899
isWatertrue
coordinates
q27
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp37612
isWatertrue
coordinates
q28
r-14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10792801
isWaterfalse
coordinates
q28
r-13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10756989
isWaterfalse
coordinates
q28
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10566789
isWaterfalse
coordinates
q28
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9712076
isWaterfalse
coordinates
q28
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp7381840
isWaterfalse
coordinates
q28
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1135654
isWatertrue
coordinates
q28
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp364331
isWatertrue
coordinates
q28
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp85707
isWaterfalse
coordinates
q28
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp18638
isWatertrue
coordinates
q28
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp15182
isWatertrue
coordinates
q28
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp63979
isWatertrue
coordinates
q28
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level35
travelCost
gp220870
isWaterfalse
coordinates
q28
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp895618
isWaterfalse
coordinates
q28
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp935006
isWaterfalse
coordinates
q28
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp299732
isWatertrue
coordinates
q28
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp238873
isWatertrue
coordinates
q28
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp312134
isWatertrue
coordinates
q28
r3
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp302280
isWatertrue
coordinates
q28
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp175202
isWatertrue
coordinates
q28
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp79250
isWaterfalse
coordinates
q28
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level20
travelCost
gp24120
isWaterfalse
coordinates
q28
r7
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp5922
isWatertrue
coordinates
q28
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4378
isWatertrue
coordinates
q28
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp19067
isWatertrue
coordinates
q28
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp63652
isWatertrue
coordinates
q28
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp111539
isWatertrue
coordinates
q28
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp111646
isWatertrue
coordinates
q28
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp64408
isWatertrue
coordinates
q28
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp23038
isWatertrue
coordinates
q28
r15
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp7417
isWatertrue
coordinates
q29
r-14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10794536
isWaterfalse
coordinates
q29
r-13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10762486
isWaterfalse
coordinates
q29
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10562422
isWaterfalse
coordinates
q29
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9688558
isWaterfalse
coordinates
q29
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp7326192
isWaterfalse
coordinates
q29
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1113040
isWatertrue
coordinates
q29
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp345445
isWatertrue
coordinates
q29
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp72589
isWatertrue
coordinates
q29
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp16133
isWatertrue
coordinates
q29
r-5
maxSurveyLevel5
maxMasteryLevel5
requirements
Empty array
travelCost
gp37448
isWatertrue
coordinates
q29
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp161642
isWatertrue
coordinates
q29
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp935696
isWaterfalse
coordinates
q29
r-2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1319141
isWaterfalse
coordinates
q29
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1242769
isWaterfalse
coordinates
q29
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp535028
isWatertrue
coordinates
q29
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp661224
isWatertrue
coordinates
q29
r2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1691805
isWaterfalse
coordinates
q29
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp615716
isWatertrue
coordinates
q29
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp341591
isWatertrue
coordinates
q29
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp122346
isWatertrue
coordinates
q29
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp28436
isWatertrue
coordinates
q29
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4871
isWatertrue
coordinates
q29
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2704
isWatertrue
coordinates
q29
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp8823
isWatertrue
coordinates
q29
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp18929
isWatertrue
coordinates
q29
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp23948
isWatertrue
coordinates
q29
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp19028
isWatertrue
coordinates
q29
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp9465
isWatertrue
coordinates
q29
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3677
isWatertrue
coordinates
q30
r-15
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10799472
isWaterfalse
coordinates
q30
r-14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10793581
isWaterfalse
coordinates
q30
r-13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10752191
isWaterfalse
coordinates
q30
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10499809
isWaterfalse
coordinates
q30
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp9477368
isWaterfalse
coordinates
q30
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp6978658
isWaterfalse
coordinates
q30
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1010303
isWatertrue
coordinates
q30
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp293081
isWatertrue
coordinates
q30
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp57690
isWatertrue
coordinates
q30
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp21740
isWatertrue
coordinates
q30
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp79623
isWatertrue
coordinates
q30
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp277134
isWatertrue
coordinates
q30
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1223576
isWaterfalse
coordinates
q30
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1598052
isWaterfalse
coordinates
q30
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp830605
isWatertrue
coordinates
q30
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2150782
isWaterfalse
coordinates
q30
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2503633
isWaterfalse
coordinates
q30
r2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2455236
isWaterfalse
coordinates
q30
r3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1882696
isWaterfalse
coordinates
q30
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp431404
isWatertrue
coordinates
q30
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp131497
isWatertrue
coordinates
q30
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp26050
isWatertrue
coordinates
q30
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp3881
isWatertrue
coordinates
q30
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1475
isWatertrue
coordinates
q30
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2703
isWatertrue
coordinates
q30
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4054
isWatertrue
coordinates
q30
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp4062
isWatertrue
coordinates
q30
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2735
isWatertrue
coordinates
q30
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp1611
isWatertrue
coordinates
q30
r14
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp649
isWatertrue
coordinates
q31
r-15
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10799175
isWaterfalse
coordinates
q31
r-14
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10790895
isWaterfalse
coordinates
q31
r-13
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10721517
isWaterfalse
coordinates
q31
r-12
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp10338412
isWaterfalse
coordinates
q31
r-11
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp8978388
isWaterfalse
coordinates
q31
r-10
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level100
travelCost
gp6016730
isWaterfalse
coordinates
q31
r-9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp779914
isWatertrue
coordinates
q31
r-8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp202844
isWatertrue
coordinates
q31
r-7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp39547
isWatertrue
coordinates
q31
r-6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp36660
isWatertrue
coordinates
q31
r-5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp145342
isWatertrue
coordinates
q31
r-4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp410329
isWatertrue
coordinates
q31
r-3
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level80
travelCost
gp1548625
isWaterfalse
coordinates
q31
r-2
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2060691
isWaterfalse
coordinates
q31
r-1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2471485
isWaterfalse
coordinates
q31
r0
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2887179
isWaterfalse
coordinates
q31
r1
maxSurveyLevel2
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp3003828
isWaterfalse
coordinates
q31
r2
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp2711203
isWaterfalse
coordinates
q31
r3
maxSurveyLevel5
maxMasteryLevel5
requirements
type"SkillLevel"
skillID"melvorAoD:Cartography"
level90
travelCost
gp1846977
isWaterfalse
coordinates
q31
r4
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp367572
isWatertrue
coordinates
q31
r5
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp97366
isWatertrue
coordinates
q31
r6
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp17119
isWatertrue
coordinates
q31
r7
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp2297
isWatertrue
coordinates
q31
r8
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp619
isWatertrue
coordinates
q31
r9
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp681
isWatertrue
coordinates
q31
r10
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp772
isWatertrue
coordinates
q31
r11
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp680
isWatertrue
coordinates
q31
r12
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp522
isWatertrue
coordinates
q31
r13
maxSurveyLevel2
maxMasteryLevel5
requirements
Empty array
travelCost
gp389
isWatertrue
id"melvorAoD:Lemvor"
name"Lemvor"
bgTiles
dimensions
x2
y1
tileSize
x1289
y1834
tilePath"assets/media/skills/cartography/maps/lemvor/"
worldSize
x2578
y1834
hexScale
x206.18556701030928479667636565864086151123046875
y192.45008972987528750309138558804988861083984375
hexBorderColour"B7D249"
activePOIBorderColour"FF7BEE"
origin
x206.18556701030928479667636565864086151123046875
y166.66666666666668561447295360267162322998046875
startingLocation
q1
r1
fastTravelGroups
Empty array
pointsOfInterest
Empty array
masteryBonuses
Empty array
hexes
coordinates
q0
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q0
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity3
isWaterfalse
coordinates
q0
r2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q0
r3
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q0
r4
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q1
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q1
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q1
r2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q1
r3
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity3
isWaterfalse
coordinates
q1
r4
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q2
r-1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q2
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q2
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q2
r2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q2
r3
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q3
r-1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q3
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q3
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q3
r2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q3
r3
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q4
r-2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q4
r-1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q4
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q4
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q4
r2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q5
r-2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q5
r-1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q5
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q5
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q5
r2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q6
r-3
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q6
r-2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q6
r-1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity3
isWaterfalse
coordinates
q6
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q6
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity3
isWaterfalse
coordinates
q7
r-3
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity3
isWaterfalse
coordinates
q7
r-2
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q7
r-1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
coordinates
q7
r0
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity2
isWaterfalse
coordinates
q7
r1
maxSurveyLevel2
maxMasteryLevel2
requirements
Empty array
travelCost
items
id"melvorD:Lemon"
quantity1
isWaterfalse
mapPortals
portalA
id"melvorAoD:LemvorPortal"
coords
q6
r9
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"
showMarkertrue
portalB
id"melvorAoD:MelvorPortal"
coords
q1
r1
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"
quantity69
travelEvents
id"melvorAoD:Event0"
weight100
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"
quantity3
id"melvorAoD:Event1"
weight50
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"
quantity0
id"melvorAoD:Event2"
weight20
description"Surprise! It's your birthday! You gain 1 lemon for each friend on your ship to celebrate with."
rewards
items
id"melvorD:Lemon"
quantity0
id"melvorAoD:Event3"
weight100
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"
quantity1
id"melvorAoD:Event4"
weight20
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"
quantity1
id"melvorAoD:Event5"
weight20
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"
quantity1
id"melvorAoD:Event6"
weight20
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"
quantity1
rewards
items
id"melvorAoD:Golden_Golbin_Statue"
quantity1
id"melvorAoD:Event7"
weight20
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"
quantity1
rewards
items
id"melvorAoD:Golden_Crate"
quantity1
id"melvorAoD:Event8"
weight100
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"
quantity1
id"melvorAoD:Event10"
weight30
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"
quantity10
id"melvorAoD:Event12"
weight75
description"Navigating through dense fog, you find yourself at the mercy of uncertain winds, making it increasingly challenging to steer your ship. "
tempBonuses
decreasedSurveyRange1
id"melvorAoD:Event13"
weight50
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
increasedHexTravelCost10
id"melvorAoD:Event14"
weight15
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
increasedHexTravelCost20
id"melvorAoD:Event15"
weight30
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
decreasedHexTravelCost15
id"melvorAoD:Event16"
weight30
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
increasedHexTravelCost10
id"melvorAoD:Event17"
weight40
description"Today, the wind becomes your ally, propelling your ship effortlessly in the very direction you intended to sail."
tempBonuses
decreasedHexTravelCost10
id"melvorAoD:Event18"
weight20
description"Fortune smiles upon you as a strong wind surges in your favor, propelling your ship with greater speed along the intended course. "
tempBonuses
decreasedHexTravelCost20
id"melvorAoD:Event19"
weight30
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
decreasedHexTravelCost15
id"melvorAoD:Event20"
weight60
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
increasedHexTravelCost5
id"melvorAoD:Event21"
weight65
description"Exploring a small island, you stumble upon a bountiful array of plants adorned with delectable fruits, ready to satisfy your hunger."
tempBonuses
decreasedHexTravelCost5
id"melvorAoD:Event22"
weight150
description"On a regular and brilliantly clear day, you seize the perfect opportunity to survey your surroundings for any nearby locations."
tempBonuses
increasedSightRange1
increasedSurveyRange1
refinementSlotCosts
gp1000
gp50000
gp500000
gp5000000
gp5000000
gp5000000
refinementModifiers
key"decreasedTinyArtefactValue"
value5
key"decreasedSmallArtefactValue"
value5
key"decreasedMediumArtefactValue"
value5
key"decreasedLargeArtefactValue"
value5
key"increasedChanceToDoubleItemsSkill"
values
skillID"melvorAoD:Archaeology"
value3
key"increasedChanceToPreserveMapCharges"
value3
key"increasedSkillXP"
values
skillID"melvorAoD:Archaeology"
value3
key"increasedMasteryXP"
values
skillID"melvorAoD:Archaeology"
value3
key"decreasedTinyArtefactValue"
value5
key"decreasedSmallArtefactValue"
value5
key"decreasedMediumArtefactValue"
value5
key"decreasedLargeArtefactValue"
value5
key"increasedDigSiteMapCharges"
value2500
key"decreasedSkillIntervalPercent"
values
skillID"melvorAoD:Archaeology"
value10
key"increasedChanceToDoubleItemsSkill"
values
skillID"melvorAoD:Archaeology"
value5
key"increasedChanceToPreserveMapCharges"
value5
key"increasedSkillXP"
values
skillID"melvorAoD:Archaeology"
value4
key"increasedMasteryXP"
values
skillID"melvorAoD:Archaeology"
value4
key"increasedMinimumItemsFoundInArchaeology"
value1
key"doubleConsumablesArchaeology"
value1
key"increasedArchaeologyCommonItemSkillXP"
value15
paperRecipes
id"melvorAoD:Paper_Normal_Logs"
baseExperience2
level1
productId"melvorAoD:Paper"
baseQuantity2
costs
items
id"melvorD:Normal_Logs"
quantity1
id"melvorAoD:Paper_Oak_Logs"
baseExperience2
level1
productId"melvorAoD:Paper"
baseQuantity2
costs
items
id"melvorD:Oak_Logs"
quantity1
id"melvorAoD:Paper_Willow_Logs"
baseExperience4
level1
productId"melvorAoD:Paper"
baseQuantity4
costs
items
id"melvorD:Willow_Logs"
quantity1
id"melvorAoD:Paper_Teak_Logs"
baseExperience5
level1
productId"melvorAoD:Paper"
baseQuantity5
costs
items
id"melvorD:Teak_Logs"
quantity1
id"melvorAoD:Paper_Unholy_Logs"
baseExperience5
level1
productId"melvorAoD:Paper"
baseQuantity5
costs
items
id"melvorAoD:Unholy_Logs"
quantity1
id"melvorAoD:Paper_Maple_Logs"
baseExperience6
level1
productId"melvorAoD:Paper"
baseQuantity6
costs
items
id"melvorD:Maple_Logs"
quantity1
id"melvorAoD:Paper_Mahogany_Logs"
baseExperience7
level1
productId"melvorAoD:Paper"
baseQuantity7
costs
items
id"melvorD:Mahogany_Logs"
quantity1
id"melvorAoD:Paper_Yew_Logs"
baseExperience7
level1
productId"melvorAoD:Paper"
baseQuantity7
costs
items
id"melvorD:Yew_Logs"
quantity1
id"melvorAoD:Paper_Cursed_Logs"
baseExperience8
level1
productId"melvorAoD:Paper"
baseQuantity8
costs
items
id"melvorAoD:Cursed_Logs"
quantity1
id"melvorAoD:Paper_Magic_Logs"
baseExperience9
level1
productId"melvorAoD:Paper"
baseQuantity9
costs
items
id"melvorD:Magic_Logs"
quantity1
id"melvorAoD:Paper_Redwood_Logs"
baseExperience10
level1
productId"melvorAoD:Paper"
baseQuantity10
costs
items
id"melvorD:Redwood_Logs"
quantity1
completedAncientRelic"melvorAoD:CartographyRelic6"
ancientRelics
relicID"melvorAoD:CartographyRelic1"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CartographyRelic2"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CartographyRelic3"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CartographyRelic4"
requirements
Empty array
chance
type"Fixed"
chance0.0005000000000000000104083408558608425664715468883514404296875
relicID"melvorAoD:CartographyRelic5"
requirements
Empty array
chance
type"Fixed"
chance0.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"
count1
id"melvorF:Unknown_Evil"
title"The First Hero and an Unknown Evil"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorF:Fire_God_Dungeon"
count1
id"melvorF:New_Dawn"
title"New Dawn"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorF:Into_the_Mist"
count1
id"melvorF:Beginning_Of_The_End"
title"Beginning of the End"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorF:Into_the_Mist"
count1
id"melvorF:Impending_Darkness"
title"Impending Darkness"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorF:Impending_Darkness"
count1
id"melvorTotH:Book1"
title"Book I"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorF:Impending_Darkness"
count1
id"melvorTotH:Book2"
title"Book II"
unlockRequirements
type"ShopPurchase"
purchaseID"melvorTotH:Labyrinth_Solution"
count1
id"melvorTotH:Book3"
title"Book III"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Ancient_Sanctuary"
count1
id"melvorTotH:Book4"
title"Book IV"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Lightning_Region"
count1
id"melvorTotH:Book5"
title"Book V"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Lightning_Region"
count1
id"melvorTotH:Book6"
title"Book VI"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Lair_of_the_Spider_Queen"
count1
id"melvorTotH:Book7a"
title"Book VII (I)"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Cursed_Forest"
count1
id"melvorTotH:Book7b"
title"Book VII (II)"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Cursed_Forest"
count1
id"melvorTotH:Book8"
title"Book VIII"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Necromancers_Palace"
count1
id"melvorTotH:Book9"
title"Book IX"
unlockRequirements
type"MonsterKilled"
monsterID"melvorTotH:GuardianoftheHerald"
count1
id"melvorTotH:Book10"
title"Book X"
unlockRequirements
type"DungeonCompletion"
dungeonID"melvorTotH:Throne_of_the_Herald"
count1
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"
weight35
itemID"melvorD:Enchanted_Sapphire_Bolts"
weight35
itemID"melvorD:Enchanted_Ruby_Bolts"
weight20
itemID"melvorD:Enchanted_Emerald_Bolts"
weight20
itemID"melvorD:Enchanted_Diamond_Bolts"
weight10
itemID"melvorD:Enchanted_Jadestone_Bolts"
weight4
itemID"melvorD:Poison_Ring"
weight20
itemID"melvorD:Burning_Ring"
weight10
itemID"melvorD:Frostburn_Ring"
weight35
itemID"melvorD:Mystery_Wand"
weight1
itemID"melvorD:Poison_Arrows"
weight20
itemID"melvorD:Fire_Arrows"
weight10
itemID"melvorD:Frost_Arrows"
weight35
itemID"melvorD:Burning_Wand"
weight10
itemID"melvorD:Frostburn_Wand"
weight35
itemID"melvorD:Ring_Of_Balance"
weight20
itemID"melvorD:Flying_Cape"
weight4
itemID"melvorD:Amulet_Of_Healing"
weight20
itemID"melvorD:Sword_Of_Some_Reliability"
weight20
itemID"melvorD:One_Layer_Shield"
weight20
itemID"melvorD:Warding_Shield"
weight10
itemID"melvorD:Tilted_Crossbow"
weight10
itemID"melvorD:Ultimate_Speed_Boots"
weight4
itemID"melvorD:I_Cant_See_Helmet"
weight10
itemID"melvorD:Almighty_Ring"
weight10
itemID"melvorD:Punching_Bag_Platebody"
weight20
itemID"melvorD:Precision_Gloves"
weight10
itemID"melvorD:Heavy_Gloves"
weight10
itemID"melvorD:Ultimate_Slapping_Gloves"
weight1
itemID"melvorD:Amulet_Of_Burning_Leech"
weight20
itemID"melvorD:Amulet_Of_Poison_Leech"
weight20
itemID"melvorD:Magic_Crit_Amulet"
weight10
itemID"melvorD:Melee_Crit_Amulet"
weight10
itemID"melvorD:Bloodthirst_Amulet"
weight20
itemID"melvorD:Dragon_Head_Helmet"
weight4
itemID"melvorD:Stonewall_Shield"
weight20
itemID"melvorD:Impossible_Longbow"
weight1
itemID"melvorD:Throwing_Dragon_Sword"
weight35
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"
quantity200
startingRunes
id"melvorD:Air_Rune"
quantity500
id"melvorD:Water_Rune"
quantity500
id"melvorD:Earth_Rune"
quantity500
id"melvorD:Fire_Rune"
quantity500
id"melvorD:Mind_Rune"
quantity500
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"
multiplier50
key"increasedAttackInterval"
multiplier50
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"
stacksToAdd1
maxStacks3
modifiers
decreasedDamageReductionPercent50
name"Mark of Death"
langName
category"SPECIAL_ATTACK_NAME"
id"melvorF:MarkofDeath"
id"melvorAoD:UnholyMark"
stacksToAdd1
maxStacks5
modifiers
increasedDamageTakenBasedOnHP0.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"
level1
areaEffectDescription"-${effectValue}% Accuracy Rating"
areaEffect
target"Player"
modifier"decreasedGlobalAccuracy"
magnitude10
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"
level10
type"SlayerItem"
itemID"melvorF:Mirror_Shield"
areaEffectDescription"-${effectValue}% Global Evasion"
areaEffect
target"Player"
modifier"decreasedGlobalEvasion"
magnitude15
type"slayerArea"
id"melvorF:High_Lands"
name"High Lands"
monsterIDs
"melvorF:Griffin"
"melvorF:Pegasus"
difficulty
2
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level60
type"SlayerItem"
itemID"melvorF:Magical_Ring"
areaEffectDescription"Enemies heal ${effectValue}% of their current hitpoints every 5 turns"
areaEffect
target"Enemy"
modifier"increasedEndOfTurnHealing5"
magnitude20
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"
level30
areaEffectDescription"+${effectValue}% Prayer Point Cost for Prayers"
areaEffect
target"Player"
modifier"increasedPrayerCost"
magnitude20
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"
level1
areaEffectDescription"+${effectValue}% Attack Interval"
areaEffect
target"Player"
modifier"increasedAttackIntervalPercent"
magnitude10
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"
level70
areaEffectDescription"-${effectValue}% Hitpoint Regeneration"
areaEffect
target"Player"
modifier"decreasedHitpointRegeneration"
magnitude100
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"
level45
areaEffectDescription"-${effectValue}% Magic Evasion if your Attack Style is not Magic."
areaEffect
target"Player"
modifier"decreasedMagicEvasion"
magnitude50
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"
level50
type"SlayerItem"
itemID"melvorF:Desert_Hat"
areaEffectDescription"-${effectValue}% Auto Eat Efficiency."
areaEffect
target"Player"
modifier"decreasedAutoEatEfficiency"
magnitude30
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"
level80
type"SlayerItem"
itemID"melvorF:Blazing_Lantern"
areaEffectDescription"-${effectValue}% Accuracy Rating."
areaEffect
target"Player"
modifier"decreasedGlobalAccuracy"
magnitude40
type"slayerArea"
id"melvorF:Perilous_Peaks"
name"Perilous Peaks"
monsterIDs
"melvorF:WickedGreaterDragon"
"melvorF:HuntingGreaterDragon"
"melvorF:ChaoticGreaterDragon"
difficulty
4
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level85
type"SlayerItem"
itemID"melvorF:Climbing_Boots"
areaEffectDescription"-${effectValue}% Evasion Ratings."
areaEffect
target"Player"
modifier"decreasedGlobalEvasion"
magnitude60
pet
petID"melvorF:Peri"
weight7500
type"slayerArea"
id"melvorF:Dark_Waters"
name"Dark Waters"
monsterIDs
"melvorF:Umbora"
"melvorF:Rokken"
"melvorF:Kutul"
difficulty
4
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level90
type"DungeonCompletion"
dungeonID"melvorF:Into_the_Mist"
count1
areaEffectDescription"+${effectValue}% Attack Interval"
areaEffect
target"Player"
modifier"increasedAttackIntervalPercent"
magnitude40
pet
petID"melvorF:Otto"
weight7500
type"slayerArea"
id"melvorF:ToxicSwamps"
name"Toxic Swamps"
monsterIDs
"melvorF:NoxiousSerpent"
"melvorF:VenomousSnake"
"melvorF:GiantMoth"
difficulty
3
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level65
areaEffectDescription"Enemies have +${effectValue}% chance to apply poison when attacking"
areaEffect
target"Enemy"
modifier"increasedChanceToApplyPoison"
magnitude100
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"
level95
type"ShopPurchase"
purchaseID"melvorF:Map_To_The_Unhallowed_Wasteland"
count1
areaEffectDescription"Enemies heal ${effectValue}% of their current hitpoints every 2 turns"
areaEffect
target"Enemy"
modifier"increasedEndOfTurnHealing2"
magnitude100
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"
level100
type"DungeonCompletion"
dungeonID"melvorF:Impending_Darkness"
count1
areaEffectDescription"If Player is poisoned, Enemies have ${effectValue}% chance to apply deadly poison per attack"
areaEffect
target"Enemy"
modifier"increasedChanceToApplyDeadlyPoisonWhenPoisoned"
magnitude150
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"
level102
type"DungeonCompletion"
dungeonID"melvorTotH:Ancient_Sanctuary"
count1
areaEffectDescription"${effectValue}% of your Current HP is taken as damage per Attack"
areaEffect
target"Player"
modifier"increasedDamageTakenPerAttack"
magnitude150
pet
petID"melvorTotH:WarmSnowflake"
weight500
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"
level105
type"DungeonCompletion"
dungeonID"melvorTotH:Ancient_Sanctuary"
count1
areaEffectDescription"Player has +${effectValue}% Attack Interval"
areaEffect
target"Player"
modifier"increasedAttackIntervalPercent"
magnitude150
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"
level108
type"DungeonCompletion"
dungeonID"melvorTotH:Lightning_Region"
count1
type"ShopPurchase"
purchaseID"melvorTotH:Linden_Boat"
count1
areaEffectDescription"Player takes +${effectValue}% damage when asleep"
areaEffect
target"Player"
modifier"increasedDamageTakenWhenAsleep"
magnitude150
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"
level112
type"DungeonCompletion"
dungeonID"melvorTotH:Lair_of_the_Spider_Queen"
count1
type"SlayerItem"
itemID"melvorTotH:Slayer_Torch"
areaEffectDescription"Enemy has +${effectValue}% to apply Decay Curse per hit"
areaEffect
target"Enemy"
modifier"increasedChanceToApplyDecayCurse"
magnitude150
type"slayerArea"
id"melvorTotH:MidnightValley"
name"Midnight Valley"
monsterIDs
"melvorTotH:Phantom"
"melvorTotH:Banshee"
"melvorTotH:Spectre"
difficulty
5
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level114
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"
magnitude200
type"slayerArea"
id"melvorTotH:GoldenCloudMountains"
name"Golden Cloud Mountains"
monsterIDs
"melvorTotH:Torvair"
"melvorTotH:Arctair"
"melvorTotH:Harkair"
difficulty
6
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level116
type"DungeonCompletion"
dungeonID"melvorTotH:Necromancers_Palace"
count1
type"ShopPurchase"
purchaseID"melvorTotH:Golden_Compass"
count1
areaEffectDescription"Enemy has +${effectValue}% Lifesteal"
areaEffect
target"Enemy"
modifier"increasedLifesteal"
magnitude300
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"
level118
type"ShopPurchase"
purchaseID"melvorTotH:Golden_Shard"
count1
pet
petID"melvorTotH:Patchy"
weight3000
type"slayerArea"
id"melvorAoD:CrystalCaves"
name"Crystal Caves"
monsterIDs
"melvorAoD:CrystalBarrager"
"melvorAoD:CrystalSmasher"
"melvorAoD:CrystalProwler"
difficulty
1
2
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level40
type"slayerArea"
id"melvorAoD:CrystalDepths"
name"Crystal Depths"
monsterIDs
"melvorAoD:CrystalManipulator"
"melvorAoD:CrystalShatterer"
"melvorAoD:CrystalBehemoth"
difficulty
4
entryRequirements
type"SkillLevel"
skillID"melvorD:Slayer"
level85
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"
level45
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"
level1
name"Thick Skin"
pointsPerPlayer1
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeEvasion10
id"melvorF:Burst_of_Strength"
level4
name"Burst of Strength"
pointsPerPlayer1
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeMaxHit5
id"melvorF:Clarity_of_Thought"
level7
name"Clarity of Thought"
pointsPerPlayer1
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeAccuracyBonus10
id"melvorF:Sharp_Eye"
level10
name"Sharp Eye"
pointsPerPlayer1
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedRangedAccuracyBonus10
increasedRangedEvasion10
id"melvorF:Mystic_Will"
level12
name"Mystic Will"
pointsPerPlayer1
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMagicAccuracyBonus5
increasedMagicEvasion5
id"melvorF:Rock_Skin"
level16
name"Rock Skin"
pointsPerPlayer2
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeEvasion20
id"melvorF:Superhuman_Strength"
level18
name"Superhuman Strength"
pointsPerPlayer2
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeMaxHit10
id"melvorF:Improved_Reflexes"
level20
name"Improved Reflexes"
pointsPerPlayer2
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeAccuracyBonus20
id"melvorF:Rapid_Heal"
level24
name"Rapid Heal"
pointsPerPlayer0
pointsPerEnemy0
pointsPerRegen4
modifiers
increasedHPRegenFlat1
id"melvorF:Protect_Item"
level26
name"Protect Item"
pointsPerPlayer0
pointsPerEnemy2
pointsPerRegen0
modifiers
itemProtection1
id"melvorF:Hawk_Eye"
level30
name"Hawk Eye"
pointsPerPlayer2
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedRangedAccuracyBonus15
increasedRangedEvasion15
increasedRangedMaxHit5
id"melvorF:Mystic_Lore"
level33
name"Mystic Lore"
pointsPerPlayer2
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMagicAccuracyBonus10
increasedMagicEvasion10
id"melvorF:Steel_Skin"
level37
name"Steel Skin"
pointsPerPlayer3
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeEvasion25
id"melvorF:Ultimate_Strength"
level40
name"Ultimate Strength"
pointsPerPlayer3
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeMaxHit15
id"melvorF:Incredible_Reflexes"
level43
name"Incredible Reflexes"
pointsPerPlayer3
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeAccuracyBonus25
id"melvorF:Protect_from_Magic"
level46
name"Protect from Magic"
pointsPerPlayer0
pointsPerEnemy10
pointsPerRegen0
modifiers
magicProtection80
id"melvorF:Protect_from_Ranged"
level48
name"Protect from Ranged"
pointsPerPlayer0
pointsPerEnemy10
pointsPerRegen0
modifiers
rangedProtection80
id"melvorF:Protect_from_Melee"
level50
name"Protect from Melee"
pointsPerPlayer0
pointsPerEnemy10
pointsPerRegen0
modifiers
meleeProtection80
id"melvorF:Eagle_Eye"
level53
name"Eagle Eye"
pointsPerPlayer3
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedRangedAccuracyBonus20
increasedRangedEvasion20
increasedRangedMaxHit10
id"melvorF:Mystic_Might"
level56
name"Mystic Might"
pointsPerPlayer3
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMagicAccuracyBonus15
increasedMagicEvasion15
increasedMagicMaxHit5
id"melvorF:Redemption"
level60
name"Redemption"
pointsPerPlayer0
pointsPerEnemy6
pointsPerRegen0
modifiers
increasedAutoEatHPLimit20
id"melvorF:Chivalry"
level66
name"Chivalry"
pointsPerPlayer5
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeAccuracyBonus30
increasedMeleeEvasion30
increasedMeleeMaxHit15
id"melvorF:Piety"
level83
name"Piety"
pointsPerPlayer7
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeAccuracyBonus15
increasedMeleeMaxHit25
id"melvorF:Rigour"
level87
name"Rigour"
pointsPerPlayer7
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedRangedAccuracyBonus15
increasedRangedMaxHit20
id"melvorF:Augury"
level91
name"Augury"
pointsPerPlayer7
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMagicAccuracyBonus15
increasedMagicMaxHit15
id"melvorF:Stone_Skin"
level80
name"Stone Skin"
pointsPerPlayer0
pointsPerEnemy3
pointsPerRegen0
modifiers
increasedDamageReduction3
id"melvorF:Safeguard"
level28
name"Safeguard"
pointsPerPlayer0
pointsPerEnemy1
pointsPerRegen0
modifiers
increasedDamageReduction1
id"melvorF:Rejuvenation"
level62
name"Rejuvenation"
pointsPerPlayer0
pointsPerEnemy0
pointsPerRegen5
modifiers
increasedHPRegenFlat2
id"melvorF:Sharp_Vision"
level71
name"Sharp Vision"
pointsPerPlayer5
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedRangedAccuracyBonus25
increasedRangedEvasion25
increasedRangedMaxHit15
id"melvorF:Mystic_Mastery"
level76
name"Mystic Mastery"
pointsPerPlayer5
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMagicAccuracyBonus20
increasedMagicEvasion20
increasedMagicMaxHit10
id"melvorF:Battleheart"
level95
name"Battleheart"
pointsPerPlayer8
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedGlobalEvasion35
increasedMinHitBasedOnMaxHit15
enemyModifiers
decreasedDamageReduction5
id"melvorTotH:Valor"
level100
name"Valor"
pointsPerPlayer9
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMeleeMaxHit30
increasedMeleeAccuracyBonus30
id"melvorTotH:Avidity"
level102
name"Avidity"
pointsPerPlayer9
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedRangedMaxHit30
increasedRangedAccuracyBonus20
id"melvorTotH:Divination"
level105
name"Divination"
pointsPerPlayer9
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMagicMaxHit20
increasedMagicAccuracyBonus25
id"melvorTotH:Grace"
level108
name"Grace"
pointsPerPlayer10
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedGlobalEvasion40
increasedGlobalAccuracy20
id"melvorTotH:HolyAegis"
level110
name"Holy Aegis"
pointsPerPlayer0
pointsPerEnemy6
pointsPerRegen0
modifiers
increasedDamageReduction5
id"melvorTotH:DivinePrecision"
level112
name"Divine Precision"
pointsPerPlayer11
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedGlobalAccuracy75
increasedMinHitBasedOnMaxHit5
id"melvorTotH:Elusivity"
level115
name"Elusivity"
pointsPerPlayer13
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedGlobalEvasion50
increasedLifesteal10
id"melvorTotH:Battleborn"
level118
name"Battleborn"
pointsPerPlayer15
pointsPerEnemy0
pointsPerRegen0
modifiers
decreasedAttackIntervalPercent15
enemyModifiers
decreasedDamageReduction5
id"melvorAoD:Maim"
level40
name"Maim"
pointsPerPlayer5
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMaxHitPercent3
increasedOnHitSlowMagnitude3
isUnholytrue
id"melvorAoD:Grudge"
level42
name"Grudge"
pointsPerPlayer5
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMinHitBasedOnMaxHit2
enemyModifiers
decreasedGlobalEvasion4
isUnholytrue
id"melvorAoD:Profane"
level44
name"Profane"
pointsPerPlayer5
pointsPerEnemy0
pointsPerRegen0
modifiers
decreasedAttackIntervalPercent2
enemyModifiers
decreasedGlobalAccuracy5
isUnholytrue
id"melvorAoD:Consumption"
level48
name"Consumption"
pointsPerPlayer7
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedLifestealDamageBasedOnCurrentHitpoints0.200000000000000011102230246251565404236316680908203125
isUnholytrue
id"melvorAoD:Malice"
level54
name"Malice"
pointsPerPlayer10
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedDamageBasedOnCurrentHitpoints1
isUnholytrue
id"melvorAoD:Martyr"
level57
name"Martyr"
pointsPerPlayer0
pointsPerEnemy6
pointsPerRegen0
modifiers
decreasedDamageReduction1
increasedReflectDamage40
isUnholytrue
id"melvorAoD:Shatter"
level62
name"Shatter"
pointsPerPlayer7
pointsPerEnemy0
pointsPerRegen0
modifiers
Empty object
enemyModifiers
decreasedGlobalEvasion10
isUnholytrue
id"melvorAoD:Spite"
level65
name"Spite"
pointsPerPlayer0
pointsPerEnemy8
pointsPerRegen0
modifiers
Empty object
enemyModifiers
decreasedMaxHitPercent4
decreasedGlobalAccuracy4
isUnholytrue
id"melvorAoD:Destruction"
level70
name"Destruction"
pointsPerPlayer13
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedDamageBasedOnMaxHitpoints0.5
enemyModifiers
decreasedDamageReduction1
isUnholytrue
id"melvorAoD:Punishment"
level73
name"Punishment"
pointsPerPlayer9
pointsPerEnemy0
pointsPerRegen0
modifiers
Empty object
enemyModifiers
increasedBleedDOTDamage50
isUnholytrue
id"melvorAoD:Corruption"
level76
name"Corruption"
pointsPerPlayer12
pointsPerEnemy0
pointsPerRegen0
modifiers
Empty object
enemyModifiers
increasedPoisonDOTDamage25
increasedDeadlyPoisonDOTDamage25
isUnholytrue
id"melvorAoD:Defile"
level80
name"Defile"
pointsPerPlayer15
pointsPerEnemy0
pointsPerRegen0
modifiers
Empty object
enemyModifiers
increasedDamageTakenIfCursed3
decreasedEvasionIfCursed5
decreasedDamageReductionIfCursed1
isUnholytrue
id"melvorAoD:Retribution"
level85
name"Retribution"
pointsPerPlayer0
pointsPerEnemy8
pointsPerRegen0
modifiers
Empty object
enemyModifiers
increasedConfusion2
isUnholytrue
id"melvorAoD:Malevolence"
level88
name"Malevolence"
pointsPerPlayer16
pointsPerEnemy0
pointsPerRegen0
modifiers
Empty object
enemyModifiers
increasedDamageTakenWhenStunned5
increasedDamageTakenWhenAsleep5
increasedDamageTakenWhenSlowed5
isUnholytrue
id"melvorAoD:Reckoning"
level91
name"Reckoning"
pointsPerPlayer18
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedDamageDealtPerEffect2
isUnholytrue
id"melvorAoD:Sacrilege"
level93
name"Sacrilege"
pointsPerPlayer20
pointsPerEnemy0
pointsPerRegen0
modifiers
Empty object
enemyModifiers
decreasedGlobalAccuracy10
decreasedDamageReduction2
isUnholytrue
id"melvorAoD:Eradicate"
level95
name"Eradicate"
pointsPerPlayer23
pointsPerEnemy0
pointsPerRegen0
modifiers
increasedMaxHitPercent2
increasedMaxHitPercentBasedOnTargetCurrentHitpoints0.200000000000000011102230246251565404236316680908203125
isUnholytrue
curseSpells
id"melvorF:BlindingI"
name"Blinding I"
level10
runesRequired
id"melvorD:Mind_Rune"
quantity2
id"melvorD:Body_Rune"
quantity1
targetModifiers
decreasedGlobalAccuracy5
spellBook"curse"
id"melvorF:SoulSplitI"
name"Soul Split I"
level15
runesRequired
id"melvorD:Mind_Rune"
quantity1
id"melvorD:Body_Rune"
quantity1
id"melvorD:Chaos_Rune"
quantity1
targetModifiers
decreasedMagicEvasion5
spellBook"curse"
id"melvorF:WeakeningI"
name"Weakening I"
level20
runesRequired
id"melvorD:Mind_Rune"
quantity3
id"melvorD:Body_Rune"
quantity1
targetModifiers
decreasedMaxHitPercent5
spellBook"curse"
id"melvorF:AnguishI"
name"Anguish I"
level30
runesRequired
id"melvorD:Body_Rune"
quantity2
id"melvorD:Death_Rune"
quantity1
targetModifiers
increasedDamageTaken5
spellBook"curse"
id"melvorF:BlindingII"
name"Blinding II"
level30
runesRequired
id"melvorD:Mind_Rune"
quantity3
id"melvorD:Body_Rune"
quantity1
targetModifiers
decreasedGlobalAccuracy10
spellBook"curse"
id"melvorF:SoulSplitII"
name"Soul Split II"
level35
runesRequired
id"melvorD:Mind_Rune"
quantity2
id"melvorD:Body_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity1
targetModifiers
decreasedMagicEvasion10
spellBook"curse"
id"melvorF:WeakeningII"
name"Weakening II"
level40
runesRequired
id"melvorD:Mind_Rune"
quantity3
id"melvorD:Body_Rune"
quantity1
targetModifiers
decreasedMaxHitPercent10
spellBook"curse"
id"melvorF:Confusion"
name"Confusion"
level45
runesRequired
id"melvorD:Mind_Rune"
quantity3
id"melvorD:Body_Rune"
quantity2
id"melvorD:Chaos_Rune"
quantity1
targetModifiers
increasedConfusion3
spellBook"curse"
id"melvorF:AnguishII"
name"Anguish II"
level50
runesRequired
id"melvorD:Body_Rune"
quantity3
id"melvorD:Death_Rune"
quantity2
targetModifiers
increasedDamageTaken10
spellBook"curse"
id"melvorF:BlindingIII"
name"Blinding III"
level50
runesRequired
id"melvorD:Mind_Rune"
quantity4
id"melvorD:Body_Rune"
quantity2
id"melvorF:Havoc_Rune"
quantity2
targetModifiers
decreasedGlobalAccuracy15
spellBook"curse"
id"melvorF:SoulSplitIII"
name"Soul Split III"
level55
runesRequired
id"melvorD:Mind_Rune"
quantity3
id"melvorD:Body_Rune"
quantity3
id"melvorD:Chaos_Rune"
quantity2
id"melvorF:Havoc_Rune"
quantity1
targetModifiers
decreasedMagicEvasion15
spellBook"curse"
id"melvorF:WeakeningIII"
name"Weakening III"
level60
runesRequired
id"melvorD:Mind_Rune"
quantity3
id"melvorD:Body_Rune"
quantity1
id"melvorF:Havoc_Rune"
quantity2
targetModifiers
decreasedMaxHitPercent15
spellBook"curse"
id"melvorF:AnguishIII"
name"Anguish III"
level70
runesRequired
id"melvorD:Body_Rune"
quantity4
id"melvorD:Death_Rune"
quantity3
id"melvorF:Havoc_Rune"
quantity2
targetModifiers
increasedDamageTaken15
spellBook"curse"
id"melvorF:Decay"
name"Decay"
level80
runesRequired
id"melvorF:Havoc_Rune"
quantity2
id"melvorD:Death_Rune"
quantity1
id"melvorD:Blood_Rune"
quantity3
targetModifiers
increasedDecay2
decreasedGlobalEvasion10
spellBook"curse"
id"melvorTotH:Madness"
name"Madness"
level105
runesRequired
id"melvorTotH:Decay_Rune"
quantity5
id"melvorTotH:Despair_Rune"
quantity6
targetModifiers
decreasedGlobalAccuracy25
decreasedDamageReduction5
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Cursed_Forest"
count25
spellBook"curse"
id"melvorTotH:Torment"
name"Torment"
level110
runesRequired
id"melvorTotH:Decay_Rune"
quantity6
id"melvorTotH:Despair_Rune"
quantity7
id"melvorTotH:Soul_Rune"
quantity3
targetModifiers
decreasedGlobalEvasion25
increasedDamageTaken10
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Cursed_Forest"
count50
spellBook"curse"
id"melvorTotH:Despair"
name"Despair"
level115
runesRequired
id"melvorTotH:Despair_Rune"
quantity8
id"melvorTotH:Soul_Rune"
quantity8
targetModifiers
increasedDecay3
increasedConfusion3
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Cursed_Forest"
count100
spellBook"curse"
id"melvorAoD:Fatigue"
name"Fatigue"
level65
runesRequired
id"melvorD:Mind_Rune"
quantity3
id"melvorD:Body_Rune"
quantity3
id"melvorF:Havoc_Rune"
quantity2
targetModifiers
decreasedMaxHitPercent5
increasedAttackIntervalPercent5
requiredItemID"melvorAoD:Cursed_Arcana"
spellBook"curse"
id"melvorAoD:Petrified"
name"Petrified"
level90
runesRequired
id"melvorD:Body_Rune"
quantity5
id"melvorD:Death_Rune"
quantity3
id"melvorF:Havoc_Rune"
quantity3
targetModifiers
decreasedGlobalAccuracy15
decreasedGlobalEvasion10
increasedDamageTaken5
requiredItemID"melvorAoD:Cursed_Arcana"
spellBook"curse"
auroraSpells
id"melvorF:SurgeI"
name"Surge I"
level15
runesRequired
id"melvorD:Air_Rune"
quantity3
id"melvorD:Light_Rune"
quantity1
modifiers
decreasedAttackInterval100
increasedRangedEvasion5
spellBook"aurora"
id"melvorF:FuryI"
name"Fury I"
level25
runesRequired
id"melvorD:Water_Rune"
quantity3
id"melvorD:Light_Rune"
quantity1
modifiers
increasedMaxHitFlat2.5
increasedMagicEvasion5
spellBook"aurora"
id"melvorF:FervorI"
name"Fervor I"
level35
runesRequired
id"melvorD:Earth_Rune"
quantity3
id"melvorD:Light_Rune"
quantity1
modifiers
increasedLifesteal5
increasedMeleeEvasion5
spellBook"aurora"
id"melvorF:SurgeII"
name"Surge II"
level40
runesRequired
id"melvorD:Air_Rune"
quantity4
id"melvorD:Light_Rune"
quantity2
modifiers
decreasedAttackInterval200
increasedRangedEvasion10
spellBook"aurora"
id"melvorF:ChargedI"
name"Charged I"
level45
runesRequired
id"melvorD:Chaos_Rune"
quantity2
id"melvorD:Death_Rune"
quantity2
id"melvorD:Light_Rune"
quantity1
modifiers
increasedFlatMinHit1
spellBook"aurora"
id"melvorF:FuryII"
name"Fury II"
level50
runesRequired
id"melvorD:Water_Rune"
quantity4
id"melvorD:Light_Rune"
quantity2
modifiers
increasedMaxHitFlat5
increasedMagicEvasion10
spellBook"aurora"
id"melvorF:FervorII"
name"Fervor II"
level60
runesRequired
id"melvorD:Earth_Rune"
quantity4
id"melvorD:Light_Rune"
quantity2
modifiers
increasedLifesteal10
increasedMeleeEvasion10
spellBook"aurora"
id"melvorF:SurgeIII"
name"Surge III"
level65
runesRequired
id"melvorD:Air_Rune"
quantity5
id"melvorD:Light_Rune"
quantity3
modifiers
decreasedAttackInterval300
increasedRangedEvasion15
requiredItemID"melvorD:Book_of_Eli"
spellBook"aurora"
id"melvorF:ChargedII"
name"Charged II"
level70
runesRequired
id"melvorD:Chaos_Rune"
quantity3
id"melvorD:Death_Rune"
quantity3
id"melvorD:Light_Rune"
quantity2
modifiers
increasedFlatMinHit2
spellBook"aurora"
id"melvorF:FuryIII"
name"Fury III"
level75
runesRequired
id"melvorD:Water_Rune"
quantity5
id"melvorD:Light_Rune"
quantity3
modifiers
increasedMaxHitFlat7.5
increasedMagicEvasion15
requiredItemID"melvorD:Book_of_Eli"
spellBook"aurora"
id"melvorF:FervorIII"
name"Fervor III"
level85
runesRequired
id"melvorD:Earth_Rune"
quantity5
id"melvorD:Light_Rune"
quantity3
modifiers
increasedLifesteal15
increasedMeleeEvasion15
requiredItemID"melvorD:Book_of_Eli"
spellBook"aurora"
id"melvorF:ChargedIII"
name"Charged III"
level95
runesRequired
id"melvorD:Chaos_Rune"
quantity4
id"melvorD:Death_Rune"
quantity4
id"melvorD:Light_Rune"
quantity3
modifiers
increasedFlatMinHit4
requiredItemID"melvorD:Book_of_Eli"
spellBook"aurora"
id"melvorTotH:FuryIV"
name"Fury IV"
level102
runesRequired
id"melvorD:Air_Rune"
quantity5
id"melvorD:Earth_Rune"
quantity5
id"melvorD:Fire_Rune"
quantity5
id"melvorD:Light_Rune"
quantity5
id"melvorTotH:Infernal_Rune"
quantity3
modifiers
increasedMaxHitFlat12.5
increasedMagicEvasion25
requiredItemID"melvorTotH:Book_of_the_Ancients"
spellBook"aurora"
id"melvorTotH:FervorIV"
name"Fervor IV"
level105
runesRequired
id"melvorD:Earth_Rune"
quantity8
id"melvorD:Light_Rune"
quantity5
id"melvorD:Blood_Rune"
quantity8
modifiers
increasedLifesteal20
increasedMeleeEvasion25
requiredItemID"melvorTotH:Book_of_the_Ancients"
spellBook"aurora"
id"melvorTotH:ChargedIV"
name"Charged IV"
level110
runesRequired
id"melvorD:Fire_Rune"
quantity8
id"melvorD:Light_Rune"
quantity5
id"melvorTotH:Soul_Rune"
quantity8
modifiers
increasedFlatMinHit10
requiredItemID"melvorTotH:Book_of_the_Ancients"
spellBook"aurora"
id"melvorTotH:SurgeIV"
name"Surge IV"
level112
runesRequired
id"melvorD:Air_Rune"
quantity8
id"melvorD:Light_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity8
modifiers
decreasedAttackInterval400
increasedRangedEvasion25
requiredItemID"melvorTotH:Book_of_the_Ancients"
spellBook"aurora"
id"melvorAoD:Crystallization"
name"Crystallization"
level40
runesRequired
id"melvorF:Nature_Rune"
quantity3
id"melvorD:Light_Rune"
quantity3
id"melvorD:Body_Rune"
quantity3
modifiers
increasedChanceCrystallization3
increasedMagicMaxHit10
spellBook"aurora"
id"melvorAoD:Crystal_Sanction"
name"Crystal Sanction"
level85
runesRequired
id"melvorF:Nature_Rune"
quantity5
id"melvorF:Spirit_Rune"
quantity4
id"melvorD:Ancient_Rune"
quantity4
modifiers
increasedChanceCrystalSanction3
decreasedAttackIntervalPercent2
increasedGlobalEvasion15
spellBook"aurora"
ancientSpells
id"melvorF:SlicingWinds"
name"Slicing Winds"
level70
runesRequired
id"melvorD:Air_Rune"
quantity20
id"melvorD:Ancient_Rune"
quantity5
specialAttackID"melvorF:SlicingWinds"
requirements
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count100
spellBook"ancient"
id"melvorF:IcicleVolley"
name"Icicle Volley"
level74
runesRequired
id"melvorD:Water_Rune"
quantity20
id"melvorD:Ancient_Rune"
quantity5
specialAttackID"melvorF:IcicleVolley"
requirements
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count100
spellBook"ancient"
id"melvorF:Ignite"
name"Ignite"
level82
runesRequired
id"melvorD:Fire_Rune"
quantity20
id"melvorD:Ancient_Rune"
quantity5
specialAttackID"melvorF:Ignite"
requirements
type"DungeonCompletion"
dungeonID"melvorD:Volcanic_Cave"
count100
spellBook"ancient"
id"melvorF:Gust"
name"Gust"
level86
runesRequired
id"melvorD:Air_Rune"
quantity25
id"melvorD:Ancient_Rune"
quantity5
id"melvorF:Havoc_Rune"
quantity5
specialAttackID"melvorF:Gust"
requirements
type"DungeonCompletion"
dungeonID"melvorF:Air_God_Dungeon"
count100
spellBook"ancient"
id"melvorF:Frostbite"
name"Frostbite"
level90
runesRequired
id"melvorD:Water_Rune"
quantity25
id"melvorD:Ancient_Rune"
quantity6
id"melvorF:Havoc_Rune"
quantity6
specialAttackID"melvorF:Frostbite"
requirements
type"DungeonCompletion"
dungeonID"melvorF:Water_God_Dungeon"
count100
spellBook"ancient"
id"melvorF:Quake"
name"Quake"
level94
runesRequired
id"melvorD:Earth_Rune"
quantity25
id"melvorD:Ancient_Rune"
quantity7
id"melvorF:Havoc_Rune"
quantity7
specialAttackID"melvorF:Quake"
requirements
type"DungeonCompletion"
dungeonID"melvorF:Earth_God_Dungeon"
count100
spellBook"ancient"
id"melvorF:Incinerate"
name"Incinerate"
level98
runesRequired
id"melvorD:Fire_Rune"
quantity30
id"melvorD:Ancient_Rune"
quantity10
id"melvorF:Havoc_Rune"
quantity10
specialAttackID"melvorF:Incinerate"
requirements
type"DungeonCompletion"
dungeonID"melvorF:Fire_God_Dungeon"
count100
spellBook"ancient"
id"melvorAoD:CrushingWaves"
name"Crushing Waves"
level78
runesRequired
id"melvorD:Air_Rune"
quantity10
id"melvorD:Water_Rune"
quantity10
id"melvorD:Ancient_Rune"
quantity5
specialAttackID"melvorAoD:CrushingWaves"
requiredItemID"melvorAoD:Ancient_Arcana"
spellBook"ancient"
id"melvorAoD:Whirlpool"
name"Whirlpool"
level96
runesRequired
id"melvorD:Air_Rune"
quantity15
id"melvorD:Water_Rune"
quantity15
id"melvorD:Ancient_Rune"
quantity10
id"melvorF:Havoc_Rune"
quantity10
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"
level100
runesRequired
id"melvorTotH:Poison_Rune"
quantity10
id"melvorTotH:Archaic_Rune"
quantity5
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity5
id"melvorF:Mud_Rune"
quantity5
id"melvorTotH:Archaic_Rune"
quantity5
spellType"Poison"
maxHit10
specialAttack"melvorTotH:PoisonPods"
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Ancient_Sanctuary"
count1
spellBook"archaic"
id"melvorTotH:GiantFireball"
name"Giant Fireball"
level102
runesRequired
id"melvorTotH:Infernal_Rune"
quantity10
id"melvorTotH:Archaic_Rune"
quantity5
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity5
id"melvorF:Lava_Rune"
quantity5
id"melvorTotH:Archaic_Rune"
quantity5
spellType"Infernal"
maxHit29
specialAttack"melvorTotH:GiantFireball"
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Underground_Lava_Lake"
count1
spellBook"archaic"
id"melvorTotH:ThunderStrike"
name"Thunder Strike"
level104
runesRequired
id"melvorTotH:Lightning_Rune"
quantity10
id"melvorTotH:Archaic_Rune"
quantity5
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity5
id"melvorF:Steam_Rune"
quantity5
id"melvorTotH:Archaic_Rune"
quantity5
spellType"Lightning"
maxHit31
specialAttack"melvorTotH:ThunderStrike"
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Lightning_Region"
count1
spellBook"archaic"
id"melvorTotH:MeteorShower"
name"Meteor Shower"
level106
runesRequired
id"melvorTotH:Infernal_Rune"
quantity10
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity5
id"melvorF:Lava_Rune"
quantity5
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
spellType"Infernal"
maxHit9
specialAttack"melvorTotH:MeteorShowerArchaic"
requiredItemID"melvorTotH:Meteorite_Staff"
spellBook"archaic"
id"melvorTotH:Tsunami"
name"Tsunami"
level108
runesRequired
id"melvorD:Water_Rune"
quantity25
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
spellType"Other"
maxHit19
specialAttack"melvorTotH:TsunamiArchaic"
requirements
type"MonsterKilled"
monsterID"melvorTotH:TwinSeaDragonSerpent"
count100
spellBook"archaic"
id"melvorTotH:NaturesBloom"
name"Natures Bloom"
level110
runesRequired
id"melvorTotH:Poison_Rune"
quantity16
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity8
id"melvorF:Mud_Rune"
quantity8
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
spellType"Poison"
maxHit7
specialAttack"melvorTotH:NaturesBloom"
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Ancient_Sanctuary"
count100
spellBook"archaic"
id"melvorTotH:InfernalPower"
name"Infernal Power"
level112
runesRequired
id"melvorTotH:Infernal_Rune"
quantity16
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
runesRequiredAlt
id"melvorD:Dust_Rune"
quantity8
id"melvorF:Lava_Rune"
quantity8
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
spellType"Infernal"
maxHit9
specialAttack"melvorTotH:InfernalPower"
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Underground_Lava_Lake"
count100
spellBook"archaic"
id"melvorTotH:Soulash"
name"Soulash"
level115
runesRequired
id"melvorTotH:Soul_Rune"
quantity20
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
spellType"Other"
maxHit22.5
specialAttack"melvorTotH:Soulash"
requiredItemID"melvorTotH:Ethereal_Staff"
spellBook"archaic"
id"melvorTotH:DragonStormCall"
name"Dragon Storm Call"
level118
runesRequired
id"melvorTotH:Lightning_Rune"
quantity16
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
runesRequiredAlt
id"melvorD:Mist_Rune"
quantity8
id"melvorF:Steam_Rune"
quantity8
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
spellType"Lightning"
maxHit17.5
specialAttack"melvorTotH:DragonStormCall"
requirements
type"DungeonCompletion"
dungeonID"melvorTotH:Lightning_Region"
count100
spellBook"archaic"
id"melvorTotH:SlicingMaelstrom"
name"Slicing Maelstrom"
level120
runesRequired
id"melvorTotH:Lightning_Rune"
quantity20
id"melvorD:Water_Rune"
quantity20
id"melvorTotH:Archaic_Rune"
quantity5
id"melvorTotH:Calamity_Rune"
quantity5
spellType"Lightning"
maxHit23.5
specialAttack"melvorTotH:SlicingMaelstromArchaic"
requiredItemID"melvorTotH:Slicing_Maelstrom_Wand"
spellBook"archaic"
randomSuperiorGems
itemID"melvorTotH:Onyx"
minQuantity1
maxQuantity1
weight10
itemID"melvorTotH:Oricha"
minQuantity1
maxQuantity1
weight6
itemID"melvorTotH:Cerulean"
minQuantity1
maxQuantity1
weight3
itemID"melvorTotH:Zephyte"
minQuantity1
maxQuantity1
weight1
spiderLairMonsters
"melvorTotH:ScouterSpider"
"melvorTotH:TrapperSpider"
"melvorTotH:WickedSpider"
"melvorTotH:BasherSpider"
"melvorTotH:EnforcerSpider"
"melvorTotH:GuardianSpider"
ancientRelics
id"melvorAoD:WoodcuttingRelic1"
name"Woodcutting Relic 1"
skillID"melvorD:Woodcutting"
number1
description"A relic from the ancient times of woodcutting."
modifiers
increasedMasteryXP
skillID"melvorD:Woodcutting"
value50
id"melvorAoD:WoodcuttingRelic2"
name"Woodcutting Relic 2"
skillID"melvorD:Woodcutting"
number2
description"A relic from the ancient times of woodcutting."
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Woodcutting"
value25
id"melvorAoD:WoodcuttingRelic3"
name"Woodcutting Relic 3"
skillID"melvorD:Woodcutting"
number3
description"A relic from the ancient times of woodcutting."
modifiers
increasedGPFromLogSales300
id"melvorAoD:WoodcuttingRelic4"
name"Woodcutting Relic 4"
skillID"melvorD:Woodcutting"
number4
description"A relic from the ancient times of woodcutting."
modifiers
increasedChanceForChestOfGemsInWoodcutting0.299999999999999988897769753748434595763683319091796875
id"melvorAoD:WoodcuttingRelic5"
name"Woodcutting Relic 5"
skillID"melvorD:Woodcutting"
number5
description"A relic from the ancient times of woodcutting."
modifiers
increasedOffItemChance5
id"melvorAoD:WoodcuttingRelic6"
name"Woodcutting Master Relic"
skillID"melvorD:Woodcutting"
number6
description"A relic from the ancient times of woodcutting."
modifiers
increasedTreeCutLimit1
id"melvorAoD:FishingRelic1"
name"Fishing Relic 1"
skillID"melvorD:Fishing"
number1
description"A relic from the ancient times of Fishing."
modifiers
increasedMasteryXP
skillID"melvorD:Fishing"
value50
id"melvorAoD:FishingRelic2"
name"Fishing Relic 2"
skillID"melvorD:Fishing"
number2
description"A relic from the ancient times of Fishing."
modifiers
increasedGPFromRawFishSales100
id"melvorAoD:FishingRelic3"
name"Fishing Relic 3"
skillID"melvorD:Fishing"
number3
description"A relic from the ancient times of Fishing."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Fishing"
value25
id"melvorAoD:FishingRelic4"
name"Fishing Relic 4"
skillID"melvorD:Fishing"
number4
description"A relic from the ancient times of Fishing."
modifiers
summoningSynergy_4_5100
id"melvorAoD:FishingRelic5"
name"Fishing Relic 5"
skillID"melvorD:Fishing"
number5
description"A relic from the ancient times of Fishing."
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Fishing"
value50
id"melvorAoD:FishingRelic6"
name"Fishing Master Relic"
skillID"melvorD:Fishing"
number6
description"A relic from the ancient times of Fishing."
modifiers
increasedFishingCookedChance100
id"melvorAoD:FiremakingRelic1"
name"Firemaking Relic 1"
skillID"melvorD:Firemaking"
number1
description"A relic from the ancient times of Firemaking."
modifiers
increasedMasteryXP
skillID"melvorD:Firemaking"
value50
id"melvorAoD:FiremakingRelic2"
name"Firemaking Relic 2"
skillID"melvorD:Firemaking"
number2
description"A relic from the ancient times of Firemaking."
modifiers
increasedGPFromFiremaking250
id"melvorAoD:FiremakingRelic3"
name"Firemaking Relic 3"
skillID"melvorD:Firemaking"
number3
description"A relic from the ancient times of Firemaking."
modifiers
increasedChanceForDiamondFiremaking5
id"melvorAoD:FiremakingRelic4"
name"Firemaking Relic 4"
skillID"melvorD:Firemaking"
number4
description"A relic from the ancient times of Firemaking."
modifiers
increasedChanceForStardustInFiremaking100
id"melvorAoD:FiremakingRelic5"
name"Firemaking Relic 5"
skillID"melvorD:Firemaking"
number5
description"A relic from the ancient times of Firemaking."
modifiers
increasedChanceToLocateAncientRelic1
id"melvorAoD:FiremakingRelic6"
name"Firemaking Master Relic"
skillID"melvorD:Firemaking"
number6
description"A relic from the ancient times of Firemaking."
modifiers
increasedChanceToApplyBurn5
id"melvorAoD:CookingRelic1"
name"Cooking Relic 1"
skillID"melvorD:Cooking"
number1
description"A relic from the ancient times of Cooking."
modifiers
increasedMasteryXP
skillID"melvorD:Cooking"
value50
id"melvorAoD:CookingRelic2"
name"Cooking Relic 2"
skillID"melvorD:Cooking"
number2
description"A relic from the ancient times of Cooking."
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Cooking"
value15
id"melvorAoD:CookingRelic3"
name"Cooking Relic 3"
skillID"melvorD:Cooking"
number3
description"A relic from the ancient times of Cooking."
modifiers
increasedFoodHealingValue30
id"melvorAoD:CookingRelic4"
name"Cooking Relic 1"
skillID"melvorD:Cooking"
number1
description"A relic from the ancient times of Cooking."
modifiers
increasedChancePerfectCookGlobal100
id"melvorAoD:CookingRelic5"
name"Cooking Relic 4"
skillID"melvorD:Cooking"
number4
description"A relic from the ancient times of Cooking."
modifiers
decreasedPassiveCookInterval25
id"melvorAoD:CookingRelic6"
name"Cooking Relic 5"
skillID"melvorD:Cooking"
number5
description"A relic from the ancient times of Cooking."
modifiers
increasedLifesteal10
id"melvorAoD:MiningRelic1"
name"Mining Relic 5"
skillID"melvorD:Mining"
number5
description"A relic from the ancient times of Mining."
modifiers
increasedMasteryXP
skillID"melvorD:Mining"
value50
id"melvorAoD:MiningRelic2"
name"Mining Relic 2"
skillID"melvorD:Mining"
number2
description"A relic from the ancient times of Mining."
modifiers
increasedMiningNodeHP50
id"melvorAoD:MiningRelic3"
name"Mining Relic 3"
skillID"melvorD:Mining"
number3
description"A relic from the ancient times of Mining."
modifiers
increasedMiningBarChance15
id"melvorAoD:MiningRelic4"
name"Mining Relic 4"
skillID"melvorD:Mining"
number4
description"A relic from the ancient times of Mining."
modifiers
increasedBonusCoalMining1
id"melvorAoD:MiningRelic5"
name"Mining Relic 5"
skillID"melvorD:Mining"
number5
description"A relic from the ancient times of Mining."
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Mining"
value30
id"melvorAoD:MiningRelic6"
name"Mining Master Relic"
skillID"melvorD:Mining"
number6
description"A relic from the ancient times of Mining."
modifiers
increasedMiningNodeHP690
id"melvorAoD:SmithingRelic1"
name"Smithing Relic 1"
skillID"melvorD:Smithing"
number1
description"A relic from the ancient times of Smithing."
modifiers
increasedMasteryXP
skillID"melvorD:Smithing"
value50
id"melvorAoD:SmithingRelic2"
name"Smithing Relic 2"
skillID"melvorD:Smithing"
number2
description"A relic from the ancient times of Smithing."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Smithing"
value25
id"melvorAoD:SmithingRelic3"
name"Smithing Relic 3"
skillID"melvorD:Smithing"
number3
description"A relic from the ancient times of Smithing."
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Smithing"
value50
id"melvorAoD:SmithingRelic4"
name"Smithing Relic 4"
skillID"melvorD:Smithing"
number4
description"A relic from the ancient times of Smithing."
modifiers
increasedFlatMeleeDefenceBonus100
id"melvorAoD:SmithingRelic5"
name"Smithing Relic 5"
skillID"melvorD:Smithing"
number5
description"A relic from the ancient times of Smithing."
modifiers
increasedChanceToLocateAncientRelic1
id"melvorAoD:SmithingRelic6"
name"Smithing Master Relic"
skillID"melvorD:Smithing"
number6
description"A relic from the ancient times of Smithing."
modifiers
decreasedSmithingCoalCost100
id"melvorAoD:FarmingRelic1"
name"Farming Relic 1"
skillID"melvorD:Farming"
number1
description"A relic from the ancient times of Farming."
modifiers
increasedMasteryXP
skillID"melvorD:Farming"
value50
id"melvorAoD:FarmingRelic2"
name"Farming Relic 2"
skillID"melvorD:Farming"
number2
description"A relic from the ancient times of Farming."
modifiers
increasedCompostPreservationChance100
id"melvorAoD:FarmingRelic3"
name"Farming Relic 3"
skillID"melvorD:Farming"
number3
description"A relic from the ancient times of Farming."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Farming"
value25
id"melvorAoD:FarmingRelic4"
name"Farming Relic 4"
skillID"melvorD:Farming"
number4
description"A relic from the ancient times of Farming."
modifiers
decreasedAllotmentSeedCost1
id"melvorAoD:FarmingRelic5"
name"Farming Relic 5"
skillID"melvorD:Farming"
number5
description"A relic from the ancient times of Farming."
modifiers
increasedChanceToLocateSkillPet10
id"melvorAoD:FarmingRelic6"
name"Farming Master Relic"
skillID"melvorD:Farming"
number6
description"A relic from the ancient times of Farming."
modifiers
increasedFarmingYield100
id"melvorAoD:AttackRelic1"
name"Attack Relic 1"
skillID"melvorD:Attack"
number1
description"A relic from the ancient times of Attack."
modifiers
increasedMinHitBasedOnMaxHit10
id"melvorAoD:AttackRelic2"
name"Attack Relic 2"
skillID"melvorD:Attack"
number2
description"A relic from the ancient times of Attack."
modifiers
increasedMeleeAccuracyBonus25
id"melvorAoD:AttackRelic3"
name"Attack Relic 3"
skillID"melvorD:Attack"
number3
description"A relic from the ancient times of Attack."
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Attack"
value10
id"melvorAoD:AttackRelic4"
name"Attack Relic 4"
skillID"melvorD:Attack"
number4
description"A relic from the ancient times of Attack."
modifiers
decreasedMeleeAttackIntervalPercent15
id"melvorAoD:AttackRelic5"
name"Attack Relic 5"
skillID"melvorD:Attack"
number5
description"A relic from the ancient times of Attack."
modifiers
decreasedEnemyDamageReduction10
id"melvorAoD:AttackRelic6"
name"Attack Master Relic"
skillID"melvorD:Attack"
number6
description"A relic from the ancient times of Attack."
modifiers
applyAttackMasterRelicEffect1
id"melvorAoD:StrengthRelic1"
name"Strength Relic 1"
skillID"melvorD:Strength"
number1
description"A relic from the ancient times of Strength."
modifiers
increasedMeleeMaxHit20
id"melvorAoD:StrengthRelic2"
name"Strength Relic 2"
skillID"melvorD:Strength"
number2
description"A relic from the ancient times of Strength."
modifiers
increasedMeleeStrengthBonus10
id"melvorAoD:StrengthRelic3"
name"Strength Relic 3"
skillID"melvorD:Strength"
number3
description"A relic from the ancient times of Strength."
modifiers
increasedMeleeStunChance2
id"melvorAoD:StrengthRelic4"
name"Strength Relic 4"
skillID"melvorD:Strength"
number4
description"A relic from the ancient times of Strength."
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Strength"
value10
id"melvorAoD:StrengthRelic5"
name"Strength Relic 5"
skillID"melvorD:Strength"
number5
description"A relic from the ancient times of Strength."
modifiers
increasedDamageToBosses10
id"melvorAoD:StrengthRelic6"
name"Strength Master Relic"
skillID"melvorD:Strength"
number6
description"A relic from the ancient times of Strength."
modifiers
applyStrengthMasterRelicEffect1
id"melvorAoD:DefenceRelic1"
name"Defence Relic 1"
skillID"melvorD:Defence"
number1
description"A relic from the ancient times of Defence."
modifiers
increasedReflectDamage10
id"melvorAoD:DefenceRelic2"
name"Defence Relic 2"
skillID"melvorD:Defence"
number2
description"A relic from the ancient times of Defence."
modifiers
increasedGlobalEvasion25
id"melvorAoD:DefenceRelic3"
name"Defence Relic 3"
skillID"melvorD:Defence"
number3
description"A relic from the ancient times of Defence."
modifiers
increasedChanceToDodge10
id"melvorAoD:DefenceRelic4"
name"Defence Relic 4"
skillID"melvorD:Defence"
number4
description"A relic from the ancient times of Defence."
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Defence"
value10
id"melvorAoD:DefenceRelic5"
name"Defence Relic 5"
skillID"melvorD:Defence"
number5
description"A relic from the ancient times of Defence."
modifiers
increasedDamageReduction3
id"melvorAoD:DefenceRelic6"
name"Defence Master Relic"
skillID"melvorD:Defence"
number6
description"A relic from the ancient times of Defence."
modifiers
increasedEndOfTurnEvasion2150
id"melvorAoD:HitpointsRelic1"
name"Hitpoints Relic 1"
skillID"melvorD:Hitpoints"
number1
description"A relic from the ancient times of Hitpoints."
modifiers
increasedLifesteal8
id"melvorAoD:HitpointsRelic2"
name"Hitpoints Relic 2"
skillID"melvorD:Hitpoints"
number2
description"A relic from the ancient times of Hitpoints."
modifiers
decreasedEnemyMaximumHitpoints15
id"melvorAoD:HitpointsRelic3"
name"Hitpoints Relic 3"
skillID"melvorD:Hitpoints"
number3
description"A relic from the ancient times of Hitpoints."
modifiers
decreasedRegenerationInterval3000
id"melvorAoD:HitpointsRelic4"
name"Hitpoints Relic 4"
skillID"melvorD:Hitpoints"
number4
description"A relic from the ancient times of Hitpoints."
modifiers
increasedAutoEatEfficiency100
increasedAutoEatHPLimit100
id"melvorAoD:HitpointsRelic5"
name"Hitpoints Relic 5"
skillID"melvorD:Hitpoints"
number5
description"A relic from the ancient times of Hitpoints."
modifiers
increasedFlatMaxHitpoints5
id"melvorAoD:HitpointsRelic6"
name"Hitpoints Master Relic"
skillID"melvorD:Hitpoints"
number6
description"A relic from the ancient times of Hitpoints."
modifiers
decreasedDamageTakenWhenStunned30
id"melvorAoD:ThievingRelic1"
name"Thieving Relic 1"
skillID"melvorD:Thieving"
number1
description"A relic from the ancient times of Thieving."
modifiers
increasedMasteryXP
skillID"melvorD:Thieving"
value50
id"melvorAoD:ThievingRelic2"
name"Thieving Relic 2"
skillID"melvorD:Thieving"
number2
description"A relic from the ancient times of Thieving."
modifiers
increasedChanceToAvoidThievingStuns30
id"melvorAoD:ThievingRelic3"
name"Thieving Relic 3"
skillID"melvorD:Thieving"
number3
description"A relic from the ancient times of Thieving."
modifiers
increasedGPFromThieving50
id"melvorAoD:ThievingRelic4"
name"Thieving Relic 4"
skillID"melvorD:Thieving"
number4
description"A relic from the ancient times of Thieving."
modifiers
increasedThievingStealth150
id"melvorAoD:ThievingRelic5"
name"Thieving Relic 5"
skillID"melvorD:Thieving"
number5
description"A relic from the ancient times of Thieving."
modifiers
noDamageFromThievingNPCs1
id"melvorAoD:ThievingRelic6"
name"Thieving Master Relic"
skillID"melvorD:Thieving"
number6
description"A relic from the ancient times of Thieving."
modifiers
increasedThievingAreaUniqueChance0.5
id"melvorAoD:FletchingRelic1"
name"Fletching Relic 1"
skillID"melvorD:Fletching"
number1
description"A relic from the ancient times of Fletching."
modifiers
increasedMasteryXP
skillID"melvorD:Fletching"
value50
id"melvorAoD:FletchingRelic2"
name"Fletching Relic 2"
skillID"melvorD:Fletching"
number2
description"A relic from the ancient times of Fletching."
modifiers
increasedJavelinProduction1
id"melvorAoD:FletchingRelic3"
name"Fletching Relic 3"
skillID"melvorD:Fletching"
number3
description"A relic from the ancient times of Fletching."
modifiers
increasedArrowProduction1
id"melvorAoD:FletchingRelic4"
name"Fletching Relic 4"
skillID"melvorD:Fletching"
number4
description"A relic from the ancient times of Fletching."
modifiers
increasedBoltProduction1
id"melvorAoD:FletchingRelic5"
name"Fletching Relic 5"
skillID"melvorD:Fletching"
number5
description"A relic from the ancient times of Fletching."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Fletching"
value25
id"melvorAoD:FletchingRelic6"
name"Fletching Master Relic"
skillID"melvorD:Fletching"
number6
description"A relic from the ancient times of Fletching."
modifiers
increasedGlobalPreservationChanceBypass10
id"melvorAoD:CraftingRelic1"
name"Crafting Relic 1"
skillID"melvorD:Crafting"
number1
description"A relic from the ancient times of Crafting."
modifiers
increasedMasteryXP
skillID"melvorD:Crafting"
value50
id"melvorAoD:CraftingRelic2"
name"Crafting Relic 2"
skillID"melvorD:Crafting"
number2
description"A relic from the ancient times of Crafting."
modifiers
increasedBaseCraftingConsumableProduction10
id"melvorAoD:CraftingRelic3"
name"Crafting Relic 3"
skillID"melvorD:Crafting"
number3
description"A relic from the ancient times of Crafting."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Crafting"
value25
id"melvorAoD:CraftingRelic4"
name"Crafting Relic 4"
skillID"melvorD:Crafting"
number4
description"A relic from the ancient times of Crafting."
modifiers
increasedXPFromMasteryTokens0.1000000000000000055511151231257827021181583404541015625
id"melvorAoD:CraftingRelic5"
name"Crafting Relic 5"
skillID"melvorD:Crafting"
number5
description"A relic from the ancient times of Crafting."
modifiers
increasedCraftingJewelryRandomGemChance100
id"melvorAoD:CraftingRelic6"
name"Crafting Master Relic"
skillID"melvorD:Crafting"
number6
description"A relic from the ancient times of Crafting."
modifiers
increasedChanceForEnchantedUrnInCrafting90
id"melvorAoD:RunecraftingRelic1"
name"Runecrafting Relic 1"
skillID"melvorD:Runecrafting"
number1
description"A relic from the ancient times of Runecrafting."
modifiers
increasedMasteryXP
skillID"melvorD:Runecrafting"
value50
id"melvorAoD:RunecraftingRelic2"
name"Runecrafting Relic 2"
skillID"melvorD:Runecrafting"
number2
description"A relic from the ancient times of Runecrafting."
modifiers
increasedCombinationRuneProduction10
id"melvorAoD:RunecraftingRelic3"
name"Runecrafting Relic 3"
skillID"melvorD:Runecrafting"
number3
description"A relic from the ancient times of Runecrafting."
modifiers
increasedStandardRuneProduction3
id"melvorAoD:RunecraftingRelic4"
name"Runecrafting Relic 4"
skillID"melvorD:Runecrafting"
number4
description"A relic from the ancient times of Runecrafting."
modifiers
increasedEssenceFromMining1
id"melvorAoD:RunecraftingRelic5"
name"Runecrafting Relic 5"
skillID"melvorD:Runecrafting"
number5
description"A relic from the ancient times of Runecrafting."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Runecrafting"
value25
id"melvorAoD:RunecraftingRelic6"
name"Runecrafting Master Relic"
skillID"melvorD:Runecrafting"
number6
description"A relic from the ancient times of Runecrafting."
modifiers
increasedEssenceFromMining4
id"melvorAoD:HerbloreRelic1"
name"Herblore Relic 1"
skillID"melvorD:Herblore"
number1
description"A relic from the ancient times of Herblore."
modifiers
increasedMasteryXP
skillID"melvorD:Herblore"
value50
id"melvorAoD:HerbloreRelic2"
name"Herblore Relic 2"
skillID"melvorD:Herblore"
number2
description"A relic from the ancient times of Herblore."
modifiers
increasedPotionChargesFlat10
id"melvorAoD:HerbloreRelic3"
name"Herblore Relic 3"
skillID"melvorD:Herblore"
number3
description"A relic from the ancient times of Herblore."
modifiers
increasedChanceToLocateAncientRelic1
id"melvorAoD:HerbloreRelic4"
name"Herblore Relic 4"
skillID"melvorD:Herblore"
number4
description"A relic from the ancient times of Herblore."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Herblore"
value25
id"melvorAoD:HerbloreRelic5"
name"Herblore Relic 5"
skillID"melvorD:Herblore"
number5
description"A relic from the ancient times of Herblore."
modifiers
increasedChanceAdditionalSkillResource
skillID"melvorD:Herblore"
value30
id"melvorAoD:HerbloreRelic6"
name"Herblore Master Relic"
skillID"melvorD:Herblore"
number6
description"A relic from the ancient times of Herblore."
modifiers
increasedPotionsHerblore2
id"melvorAoD:AgilityRelic1"
name"Agility Relic 1"
skillID"melvorD:Agility"
number1
description"A relic from the ancient times of Agility."
modifiers
increasedMasteryXP
skillID"melvorD:Agility"
value50
id"melvorAoD:AgilityRelic2"
name"Agility Relic 2"
skillID"melvorD:Agility"
number2
description"A relic from the ancient times of Agility."
modifiers
agilityItemCostReductionCanReach1001
decreasedAgilityObstacleItemCost10
id"melvorAoD:AgilityRelic3"
name"Agility Relic 3"
skillID"melvorD:Agility"
number3
description"A relic from the ancient times of Agility."
modifiers
decreasedAttackIntervalPercent10
id"melvorAoD:AgilityRelic4"
name"Agility Relic 4"
skillID"melvorD:Agility"
number4
description"A relic from the ancient times of Agility."
modifiers
decreasedAgilityObstacleCost10
id"melvorAoD:AgilityRelic5"
name"Agility Relic 5"
skillID"melvorD:Agility"
number5
description"A relic from the ancient times of Agility."
modifiers
increasedChanceToDodge10
id"melvorAoD:AgilityRelic6"
name"Agility Master Relic"
skillID"melvorD:Agility"
number6
description"A relic from the ancient times of Agility."
modifiers
removeDebuffsFromAgility1
id"melvorAoD:SummoningRelic1"
name"Summoning Relic 1"
skillID"melvorD:Summoning"
number1
description"A relic from the ancient times of Summoning."
modifiers
increasedMasteryXP
skillID"melvorD:Summoning"
value50
id"melvorAoD:SummoningRelic2"
name"Summoning Relic 2"
skillID"melvorD:Summoning"
number2
description"A relic from the ancient times of Summoning."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Summoning"
value25
id"melvorAoD:SummoningRelic3"
name"Summoning Relic 3"
skillID"melvorD:Summoning"
number3
description"A relic from the ancient times of Summoning."
modifiers
increasedSummoningCreationCharges15
id"melvorAoD:SummoningRelic4"
name"Summoning Relic 4"
skillID"melvorD:Summoning"
number4
description"A relic from the ancient times of Summoning."
modifiers
increasedSummoningMaxHit100
id"melvorAoD:SummoningRelic5"
name"Summoning Relic 5"
skillID"melvorD:Summoning"
number5
description"A relic from the ancient times of Summoning."
modifiers
decreasedNonShardCostForEquippedTablets30
id"melvorAoD:SummoningRelic6"
name"Summoning Master Relic"
skillID"melvorD:Summoning"
number6
description"A relic from the ancient times of Summoning."
modifiers
unlockAllSummoningSynergies1
id"melvorAoD:AstrologyRelic1"
name"Astrology Relic 1"
skillID"melvorD:Astrology"
number1
description"A relic from the ancient times of Astrology."
modifiers
increasedMasteryXP
skillID"melvorD:Astrology"
value50
id"melvorAoD:AstrologyRelic2"
name"Astrology Relic 2"
skillID"melvorD:Astrology"
number2
description"A relic from the ancient times of Astrology."
modifiers
increasedGlobalMasteryXP25
id"melvorAoD:AstrologyRelic3"
name"Astrology Relic 3"
skillID"melvorD:Astrology"
number3
description"A relic from the ancient times of Astrology."
modifiers
increasedChanceToLocateAncientRelic1
id"melvorAoD:AstrologyRelic4"
name"Astrology Relic 4"
skillID"melvorD:Astrology"
number4
description"A relic from the ancient times of Astrology."
modifiers
increasedMasteryPoolCap25
id"melvorAoD:AstrologyRelic5"
name"Astrology Relic 5"
skillID"melvorD:Astrology"
number5
description"A relic from the ancient times of Astrology."
modifiers
decreasedSkillIntervalPercent
skillID"melvorD:Astrology"
value20
id"melvorAoD:AstrologyRelic6"
name"Astrology Master Relic"
skillID"melvorD:Astrology"
number6
description"A relic from the ancient times of Astrology."
modifiers
doubleModifiersInAstrologyForMaxedConstellations1
id"melvorAoD:RangedRelic1"
name"Ranged Relic 1"
skillID"melvorD:Ranged"
number1
description"A relic from the ancient times of Ranged."
modifiers
increasedAmmoPreservationBypass20
id"melvorAoD:RangedRelic2"
name"Ranged Relic 2"
skillID"melvorD:Ranged"
number2
description"A relic from the ancient times of Ranged."
modifiers
increasedRangedAccuracyBonus20
id"melvorAoD:RangedRelic3"
name"Ranged Relic 3"
skillID"melvorD:Ranged"
number3
description"A relic from the ancient times of Ranged."
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Ranged"
value10
id"melvorAoD:RangedRelic4"
name"Ranged Relic 4"
skillID"melvorD:Ranged"
number4
description"A relic from the ancient times of Ranged."
modifiers
increasedRangedStrengthBonus10
id"melvorAoD:RangedRelic5"
name"Ranged Relic 5"
skillID"melvorD:Ranged"
number5
description"A relic from the ancient times of Ranged."
modifiers
increasedChanceToApplyPoison2
id"melvorAoD:RangedRelic6"
name"Ranged Master Relic"
skillID"melvorD:Ranged"
number6
description"A relic from the ancient times of Ranged."
modifiers
increasedRangedCritChance10
id"melvorAoD:MagicRelic1"
name"Magic Relic 1"
skillID"melvorD:Magic"
number1
description"A relic from the ancient times of Magic."
modifiers
increasedChanceToApplyFrostburn10
id"melvorAoD:MagicRelic2"
name"Magic Relic 2"
skillID"melvorD:Magic"
number2
description"A relic from the ancient times of Magic."
modifiers
increasedMinSpellDmg4
id"melvorAoD:MagicRelic3"
name"Magic Relic 3"
skillID"melvorD:Magic"
number3
description"A relic from the ancient times of Magic."
modifiers
increasedRunePreservationBypass20
id"melvorAoD:MagicRelic4"
name"Magic Relic 4"
skillID"melvorD:Magic"
number4
description"A relic from the ancient times of Magic."
modifiers
increasedHiddenSkillLevel
skillID"melvorD:Magic"
value10
id"melvorAoD:MagicRelic5"
name"Magic Relic 5"
skillID"melvorD:Magic"
number5
description"A relic from the ancient times of Magic."
modifiers
increasedChanceToApplySleepToTargetWhenHit5
id"melvorAoD:MagicRelic6"
name"Magic Master Relic"
skillID"melvorD:Magic"
number6
description"A relic from the ancient times of Magic."
modifiers
applyMagicMasterRelicEffect1
id"melvorAoD:PrayerRelic1"
name"Prayer Relic 1"
skillID"melvorD:Prayer"
number1
description"A relic from the ancient times of Prayer."
modifiers
increasedChanceToApplyBurn2
id"melvorAoD:PrayerRelic2"
name"Prayer Relic 2"
skillID"melvorD:Prayer"
number2
description"A relic from the ancient times of Prayer."
modifiers
increasedDamageTakenAddedAsPrayerPoints25
id"melvorAoD:PrayerRelic3"
name"Prayer Relic 3"
skillID"melvorD:Prayer"
number3
description"A relic from the ancient times of Prayer."
modifiers
increasedChanceToLocateAncientRelic1
id"melvorAoD:PrayerRelic4"
name"Prayer Relic 4"
skillID"melvorD:Prayer"
number4
description"A relic from the ancient times of Prayer."
modifiers
increasedFlatPrayerCostReduction2
id"melvorAoD:PrayerRelic5"
name"Prayer Relic 5"
skillID"melvorD:Prayer"
number5
description"A relic from the ancient times of Prayer."
modifiers
increasedPrayerPointsFromBuryingPercent100
id"melvorAoD:PrayerRelic6"
name"Prayer Master Relic"
skillID"melvorD:Prayer"
number6
description"A relic from the ancient times of Prayer."
modifiers
increasedChanceToApplyDecayCurse5
id"melvorAoD:SlayerRelic1"
name"Slayer Relic 1"
skillID"melvorD:Slayer"
number1
description"A relic from the ancient times of Slayer."
modifiers
increasedSlayerCoinsPerPoisonDamage1000
id"melvorAoD:SlayerRelic2"
name"Slayer Relic 2"
skillID"melvorD:Slayer"
number2
description"A relic from the ancient times of Slayer."
modifiers
increasedSlayerCoins25
id"melvorAoD:SlayerRelic3"
name"Slayer Relic 3"
skillID"melvorD:Slayer"
number3
description"A relic from the ancient times of Slayer."
modifiers
increasedDamageToSlayerTasks10
id"melvorAoD:SlayerRelic4"
name"Slayer Relic 4"
skillID"melvorD:Slayer"
number4
description"A relic from the ancient times of Slayer."
modifiers
decreasedMonsterRespawnTimer300
id"melvorAoD:SlayerRelic5"
name"Slayer Relic 5"
skillID"melvorD:Slayer"
number5
description"A relic from the ancient times of Slayer."
modifiers
increasedGPFromSlayerTaskMonsters50
id"melvorAoD:SlayerRelic6"
name"Slayer Master Relic"
skillID"melvorD:Slayer"
number6
description"A relic from the ancient times of Slayer."
modifiers
bypassAllSlayerItems1
id"melvorAoD:TownshipRelic1"
name"Township Relic 1"
skillID"melvorD:Township"
number1
description"A relic from the ancient times of Township."
modifiers
increasedMinimumTownshipBuildingEfficiency60
id"melvorAoD:TownshipRelic2"
name"Township Relic 2"
skillID"melvorD:Township"
number2
description"A relic from the ancient times of Township."
modifiers
increasedTownshipHappiness50
increasedTownshipEducation50
id"melvorAoD:TownshipRelic3"
name"Township Relic 3"
skillID"melvorD:Township"
number3
description"A relic from the ancient times of Township."
modifiers
increasedTownshipMaxStorage50
id"melvorAoD:TownshipRelic4"
name"Township Relic 4"
skillID"melvorD:Township"
number4
description"A relic from the ancient times of Township."
modifiers
enableNightfallSeason1
enableSolarEclipseSeason1
id"melvorAoD:TownshipRelic5"
name"Township Relic 5"
skillID"melvorD:Township"
number5
description"A relic from the ancient times of Township."
modifiers
enableLemonSeason1
id"melvorAoD:TownshipRelic6"
name"Township Master Relic"
skillID"melvorD:Township"
number6
description"A relic from the ancient times of Township."
modifiers
disableTownshipHealthDegradation1
id"melvorAoD:CartographyRelic1"
name"Cartography Relic 1"
skillID"melvorAoD:Cartography"
number1
description"A relic from the ancient times of Cartography."
modifiers
decreasedSkillIntervalPercent
skillID"melvorAoD:Cartography"
value25
id"melvorAoD:CartographyRelic2"
name"Cartography Relic 2"
skillID"melvorAoD:Cartography"
number2
description"A relic from the ancient times of Cartography."
modifiers
increasedMapUpgradeActions50
id"melvorAoD:CartographyRelic3"
name"Cartography Relic 3"
skillID"melvorAoD:Cartography"
number3
description"A relic from the ancient times of Cartography."
modifiers
increasedSightRange5
id"melvorAoD:CartographyRelic4"
name"Cartography Relic 4"
skillID"melvorAoD:Cartography"
number4
description"A relic from the ancient times of Cartography."
modifiers
increasedSurveyRange5
id"melvorAoD:CartographyRelic5"
name"Cartography Relic 5"
skillID"melvorAoD:Cartography"
number5
description"A relic from the ancient times of Cartography."
modifiers
decreasedHexTravelCost30
id"melvorAoD:CartographyRelic6"
name"Cartography Master Relic"
skillID"melvorAoD:Cartography"
number6
description"A relic from the ancient times of Cartography."
modifiers
decreasedMapRefinementCost100
id"melvorAoD:ArchaeologyRelic1"
name"Archaeology Relic 1"
skillID"melvorAoD:Archaeology"
number1
description"A relic from the ancient times of Archaeology."
modifiers
increasedMasteryXP
skillID"melvorAoD:Archaeology"
value50
id"melvorAoD:ArchaeologyRelic2"
name"Archaeology Relic 2"
skillID"melvorAoD:Archaeology"
number2
description"A relic from the ancient times of Archaeology."
modifiers
increasedBrushToolLevel3
increasedSieveToolLevel3
increasedTrowelToolLevel3
increasedShovelToolLevel3
id"melvorAoD:ArchaeologyRelic3"
name"Archaeology Relic 3"
skillID"melvorAoD:Archaeology"
number3
description"A relic from the ancient times of Archaeology."
modifiers
increasedMinimumItemsFoundInArchaeology1
id"melvorAoD:ArchaeologyRelic4"
name"Archaeology Relic 4"
skillID"melvorAoD:Archaeology"
number4
description"A relic from the ancient times of Archaeology."
modifiers
increasedDigSiteMapSlots2
id"melvorAoD:ArchaeologyRelic5"
name"Archaeology Relic 5"
skillID"melvorAoD:Archaeology"
number5
description"A relic from the ancient times of Archaeology."
modifiers
increasedGPPerArchaeologyLevelNoArtefact10
id"melvorAoD:ArchaeologyRelic6"
name"Archaeology Master Relic"
skillID"melvorAoD:Archaeology"
number6
description"A relic from the ancient times of Archaeology."
modifiers
doubleConsumablesArchaeology1