{
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// RandyKnapp is head of Dobis PR
// Orignally made By Horem
// Modified by Andy
// TO BE USED IN CONJUCTION WITH CREATURE LEVEL LOOT MOD - ANDY CONFIG
// Andy Changelog:
// lower material drop chance on high level mobs, higher item drop chance on levels 4+, legendarys % drop on level 8-9
// Added Loot tables for levels 1-9 (8 Star), for all Mobs and Bosses (No wildlife I think, it is not listed here)
// Adjusted MagicEffectCount to favor the Middle column
// Increased Chest drop rate by 1%
// Added Item Sets for Enchanting Mats originally by ???
// Added Enchanting Mats drop chance to all chests, mobs and bosses
// Bosses always drop some kind of Loot
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// MAGIC EFFECTS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
"MagicEffectsCount": {
"Magic": [ [ 1, 20 ], [ 2, 70 ], [ 3, 10 ] ],
"Rare": [ [ 2, 20 ], [ 3, 70 ], [ 4, 10 ] ],
"Epic": [ [ 3, 20 ], [ 4, 70 ], [ 5, 10 ] ],
"Legendary": [ [ 4, 20 ], [ 5, 70 ], [ 6, 10 ] ]
},
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// ITEM RESTRICTIONS
// - It's not recommended to change any of these, but if you wanted to allow Dyrnwyn or tankards for some reason,
// remove them from this list. You really shouldn't remove Unarmed or CAPE TEST from this list.
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
"RestrictedItems" : [ "item_tankard_odin", "Unarmed", "CAPE TEST", "Cheat sword", "$item_sword_fire" ],
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// ITEM SETS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
"ItemSets": [
{
"Name": "ModIngredients",
"Loot": [
{ "Item": "Tier0Ingredients" },
{ "Item": "Tier1Ingredients" },
{ "Item": "Tier2Ingredients" },
{ "Item": "Tier3Ingredients" }
]
},
{
"Name": "Tier0Ingredients",
"Loot": [
// { "Item": "ShardMagic" },
{ "Item": "DustMagic" },
{ "Item": "EssenceMagic" },
{ "Item": "ReagentMagic" }
]
},
{
"Name": "Tier1Ingredients",
"Loot": [
// { "Item": "ShardRare" },
{ "Item": "DustRare" },
{ "Item": "EssenceRare" },
{ "Item": "ReagentRare" }
]
},
{
"Name": "Tier2Ingredients",
"Loot": [
// { "Item": "ShardEpic" },
{ "Item": "DustEpic" },
{ "Item": "EssenceEpic" },
{ "Item": "ReagentEpic" }
]
},
{
"Name": "Tier3Ingredients",
"Loot": [
//{ "Item": "ShardLegendary" },
{ "Item": "DustLegendary" },
{ "Item": "EssenceLegendary" },
{ "Item": "ReagentLegendary" }
]
},
{
"Name": "ModRunestones",
"Loot": [
{ "Item": "RunestoneMagic" },
{ "Item": "RunestoneRare" },
{ "Item": "RunestoneEpic" },
{ "Item": "RunestoneLegendary" }
]
},
{
"Name": "Tier0Runestone",
"Loot": [
{ "Item": "RunestoneMagic" }
]
},
{
"Name": "Tier1Runestone",
"Loot": [
{ "Item": "RunestoneRare" }
]
},
{
"Name": "Tier2Runestone",
"Loot": [
{ "Item": "RunestoneEpic" }
]
},
{
"Name": "Tier3Runestone",
"Loot": [
{ "Item": "RunestoneLegendary" }
]
},
{
"Name": "ModUtility",
"Loot": [
{ "Item": "LeatherBelt" },
{ "Item": "SilverRing" },
{ "Item": "GoldRubyRing" }
]
},
{
"Name": "Tier0Weapons",
"Loot": [
{ "Item": "Club" },
{ "Item": "AxeStone" },
{ "Item": "Torch" }
]
},
{
"Name": "Tier0Tools",
"Loot": [
{ "Item": "Hammer" },
{ "Item": "Hoe" }
]
},
{
"Name": "Tier0Armor",
"Loot": [
{ "Item": "ArmorRagsLegs" },
{ "Item": "ArmorRagsChest" }
]
},
{
"Name": "Tier0Shields",
"Loot": [
{ "Item": "ShieldWood" },
{ "Item": "ShieldWoodTower" }
]
},
{
"Name": "Tier0Everything",
"Loot": [
{ "Item": "Tier0Weapons" },
{ "Item": "Tier0Tools" },
{ "Item": "Tier0Armor" },
{ "Item": "Tier0Shields" }
]
},
{
"Name": "Tier1Weapons",
"Loot": [
{ "Item": "AxeFlint", "Rarity": [ 90, 10, 0, 0 ] },
{ "Item": "SpearFlint", "Rarity": [ 90, 10, 0, 0 ] },
{ "Item": "KnifeFlint", "Rarity": [ 90, 10, 0, 0 ] },
{ "Item": "Bow", "Rarity": [ 90, 10, 0, 0 ] }
]
},
{
"Name": "Tier1Armor",
"Loot": [
{ "Item": "ArmorLeatherLegs", "Rarity": [ 90, 10, 0, 0 ] },
{ "Item": "ArmorLeatherChest", "Rarity": [ 90, 10, 0, 0 ] },
{ "Item": "HelmetLeather", "Rarity": [ 90, 10, 0, 0 ] },
{ "Item": "CapeDeerHide", "Rarity": [ 90, 10, 0, 0 ] }
]
},
{
"Name": "Tier1Tools",
"Loot": [
{ "Item": "PickaxeAntler", "Rarity": [ 90, 10, 0, 0 ] }
]
},
{
"Name": "Tier1Everything",
"Loot": [
{ "Item": "Tier1Weapons" },
{ "Item": "Tier1Armor" },
{ "Item": "Tier1Tools" }
]
},
{
"Name": "TrollArmor",
"Loot": [
{ "Item": "ArmorTrollLeatherLegs", "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "ArmorTrollLeatherChest", "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "HelmetTrollLeather", "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "CapeTrollHide", "Rarity": [ 85, 15, 0, 0 ] }
]
},
{
"Name": "Tier2Weapons",
"Loot": [
{ "Item": "KnifeCopper", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "SwordBronze", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "AxeBronze", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "MaceBronze", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "AtgeirBronze", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "SpearBronze", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "BowFineWood", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "KnifeChitin", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "SpearChitin", "Weight": 1, "Rarity": [ 85, 15, 0, 0 ] }
]
},
{
"Name": "Tier2Armor",
"Loot": [
{ "Item": "ArmorBronzeLegs", "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "ArmorBronzeChest", "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "HelmetBronze", "Rarity": [ 85, 15, 0, 0 ] }
]
},
{
"Name": "Tier2Shields",
"Loot": [
{ "Item": "ShieldBronzeBuckler", "Rarity": [ 85, 15, 0, 0 ] }
]
},
{
"Name": "Tier2Tools",
"Loot": [
{ "Item": "PickaxeBronze", "Rarity": [ 85, 15, 0, 0 ] },
{ "Item": "Cultivator", "Rarity": [ 85, 15, 0, 0 ] }
]
},
{
"Name": "Tier2Everything",
"Loot": [
{ "Item": "TrollArmor" },
{ "Item": "Tier2Weapons" },
{ "Item": "Tier2Armor" },
{ "Item": "Tier2Shields" },
{ "Item": "Tier2Tools" }
]
},
{
"Name": "Tier3Weapons",
"Loot": [
{ "Item": "Battleaxe", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "SwordIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "AxeIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "SledgeIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "MaceIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "AtgeirIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "SpearElderbark", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
]
},
{
"Name": "Tier3Armor",
"Loot": [
{ "Item": "ArmorIronLegs", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "ArmorIronChest", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "HelmetIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
]
},
{
"Name": "Tier3Shields",
"Loot": [
{ "Item": "ShieldBanded", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
{ "Item": "ShieldIronTower", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
]
},
{
"Name": "Tier3Tools",
"Loot": [
{ "Item": "PickaxeIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
]
},
{
"Name": "Tier3Everything",
"Loot": [
{ "Item": "Tier3Weapons" },
{ "Item": "Tier3Armor" },
{ "Item": "Tier3Shields" },
{ "Item": "Tier3Tools" }
]
},
{
"Name": "Tier4Weapons",
"Loot": [
{ "Item": "SwordSilver", "Weight": 10, "Rarity": [ 10, 40, 45, 15 ] },
{ "Item": "SpearWolfFang", "Weight": 10, "Rarity": [ 10, 40, 45, 15 ] },
{ "Item": "MaceSilver", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] },
{ "Item": "BowDraugrFang", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] }
]
},
{
"Name": "Tier4Armor",
"Loot": [
{ "Item": "ArmorWolfLegs", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] },
{ "Item": "ArmorWolfChest", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] },
{ "Item": "HelmetDrake", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] },
{ "Item": "CapeWolf", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] }
]
},
{
"Name": "Tier4Shields",
"Loot": [
{ "Item": "ShieldSilver", "Weight": 5, "Rarity": [ 10, 40, 45, 15 ] },
{ "Item": "ShieldSerpentscale", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] }
]
},
{
"Name": "Tier4Everything",
"Loot": [
{ "Item": "Tier4Weapons" },
{ "Item": "Tier4Armor" },
{ "Item": "Tier4Shields" }
]
},
{
"Name": "Tier5Weapons",
"Loot": [
{ "Item": "AtgeirBlackmetal", "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "AxeBlackMetal", "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "KnifeBlackMetal", "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "SwordBlackmetal", "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "MaceNeedle", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] }
]
},
{
"Name": "Tier5Armor",
"Loot": [
{ "Item": "ArmorPaddedGreaves", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "ArmorPaddedCuirass", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "HelmetPadded", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "CapeLinen", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "CapeLox", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] }
]
},
{
"Name": "Tier5Shields",
"Loot": [
{ "Item": "ShieldBlackmetal", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
{ "Item": "ShieldBlackmetalTower", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] }
]
},
{
"Name": "Tier5Everything",
"Loot": [
{ "Item": "Tier5Weapons" },
{ "Item": "Tier5Armor" },
{ "Item": "Tier5Shields" }
]
}
],
"LootTables": [
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// CREATURES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Greyling
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Greyling",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 90, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 80, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 70, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 60, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 50, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 70], [1, 30] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 40, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 70], [1, 30] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 30, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] },
{ "Item": "Tier0Tools", "Weight": 5, "Rarity": [ 100, 0, 0, 0 ] }
]
}
]
},
// Greydwarf
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Greydwarf",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 90, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 80, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 80, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 70, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 60, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 50, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 40, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Armor", "Weight": 7, "Rarity": [ 70, 23, 7, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 30, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Armor", "Weight": 8, "Rarity": [ 65, 25, 10, 0 ] }
]
}
]
},
// Greydwarf_Elite
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Greydwarf_Elite",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 99, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 98, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 97, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 96, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 95, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 94, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 93, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Weapons", "Weight": 7, "Rarity": [ 70, 23, 7, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 92, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Weapons", "Weight": 8, "Rarity": [ 65, 25, 10, 0 ] }
]
}
]
},
// Greydwarf_Shaman
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Greydwarf_Shaman",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 98, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight":40, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 30, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 40], [1, 60] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 20], [1, 80] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 6, "Rarity": [ 30, 40, 30, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 100] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 7, "Rarity": [ 30, 40, 30, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 8, "Rarity": [ 30, 40, 30, 0 ] }
]
}
]
},
// Troll
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Troll",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 70], [1, 30] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 15, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "TrollArmor", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "TrollArmor", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 30], [1, 70] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 1, "Rarity": [ 65, 25, 10, 0 ] },
{ "Item": "TrollArmor", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 20], [1, 80] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 2, "Rarity": [ 65, 25, 10, 0 ] },
{ "Item": "TrollArmor", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 3, "Rarity": [ 65, 25, 10, 0 ] },
{ "Item": "TrollArmor", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 60], [2, 40] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 40, "Rarity": [ 65, 25, 10, 0 ] },
{ "Item": "TrollArmor", "Weight": 55, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "TrollArmor", "Weight": 5, "Rarity": [ 0, 0, 95, 5 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 60], [2, 40] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 35, "Rarity": [ 65, 25, 10, 0 ] },
{ "Item": "TrollArmor", "Weight": 55, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "TrollArmor", "Weight": 10, "Rarity": [ 0, 0, 65, 35 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 50], [2, 50] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 25, "Rarity": [ 65, 25, 10, 0 ] },
{ "Item": "TrollArmor", "Weight": 35, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "TrollArmor", "Weight": 40, "Rarity": [ 0, 0, 65, 35 ] }
]
}
]
},
// Skeleton
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Skeleton",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 60, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 1, "Rarity": [ 50, 50, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 25, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 1, "Rarity": [ 25, 75, 0, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 15, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Armor", "Weight": 2, "Rarity": [ 5, 90, 5, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Armor", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Armor", "Weight": 9, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Armor", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Armor", "Weight": 9, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Armor", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Armor", "Weight": 9, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Armor", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Armor", "Weight": 9, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Armor", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
}
]
},
// Ghost
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Ghost",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 50, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 2, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 15, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier0Ingredients", "Weight": 5, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Weapons", "Weight": 29, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 1, "Rarity": [ 0, 0 , 100, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 50], [2, 50] ],
"Loot": [
{ "Item": "Tier1Weapons", "Weight": 9, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 1, "Rarity": [ 0, 0 , 100, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Weapons", "Weight": 9, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 1, "Rarity": [ 0, 0 , 50, 50 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Weapons", "Weight": 9, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier1Weapons", "Weight": 1, "Rarity": [ 0, 0 , 10, 90 ] }
]
}
]
},
// Blob
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Blob",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 25, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 25, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 1, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 2, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 5, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 4, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 5, "Rarity": [ 75, 20, 5, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 50], [2, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 6, "Rarity": [ 70, 23, 7, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 50], [2, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 7, "Rarity": [ 65, 25, 10, 0 ] }
]
}
]
},
// BlobElite
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "BlobElite",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 60, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 30], [1, 70] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 40, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 20], [1, 80] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 10], [1, 90] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 25, "Rarity": [ 30, 60, 10, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 15, "Rarity": [ 30, 60, 10, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 15, "Rarity": [ 30, 60, 10, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 70, 16, 14, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 5, "Rarity": [ 30, 60, 10, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 70, 16, 14, 0 ] }
]
}
]
},
// Draugr
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Draugr",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 25, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Armor", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 25, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Armor", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Armor", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Armor", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 5, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Armor", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 9, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Armor", "Weight": 1, "Rarity": [ 0, 15, 85, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 9, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Armor", "Weight": 1, "Rarity": [ 0, 15, 80, 5 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 9, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Armor", "Weight": 1, "Rarity": [ 0, 0, 90, 10 ] }
]
}
]
},
// Draugr_Elite
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Draugr_Elite",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 5, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Weapons", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 5, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Weapons", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 5, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier3Weapons", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 5, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Weapons", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Weapons", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Weapons", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 0, 0, 50, 50 ] }
]
}
]
},
// Leech
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Leech",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 99, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Tools", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 98, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Tools", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 97, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Tools", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 96, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Tools", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 95, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Tools", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 40], [1, 60] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 94, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Tools", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 30], [1, 70] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 93, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Tools", "Weight": 7, "Rarity": [ 70, 23, 7, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 92, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Tools", "Weight": 8, "Rarity": [ 65, 25, 10, 0 ] }
]
}
]
},
// Surtling
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Surtling",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 70, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 69, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 68, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 67, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 66, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 65, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 64, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 7, "Rarity": [ 70, 23, 7, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 63, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 8, "Rarity": [ 65, 25, 10, 0 ] }
]
}
]
},
// Wraith
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Wraith",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 99, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 98, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 10, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 0, 20, 80, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 10, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 0, 0, 95, 5 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 10, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 0, 0, 50, 50 ] }
]
}
]
},
// Wolf
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Wolf",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 8, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 5, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] }
]
}
]
},
// Hatchling (Drake)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Hatchling",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 5, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 6, "Rarity": [ 75, 20, 5, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 7, "Rarity": [ 70, 23, 7, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 0, 0, 100, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 8, "Rarity": [ 65, 25, 10, 0 ] },
{ "Item": "Tier3Weapons", "Weight": 1, "Rarity": [ 0, 0, 20, 80 ] }
]
}
]
},
// StoneGolem
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "StoneGolem",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Armor", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Armor", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Armor", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 5, "Rarity": [ 50, 30, 20, 0 ] },
{ "Item": "Tier4Armor", "Weight": 1, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 5, "Rarity": [ 40, 30, 30, 0 ] },
{ "Item": "Tier4Armor", "Weight": 1, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 3, "Rarity": [ 10, 60, 30, 0 ] },
{ "Item": "Tier4Armor", "Weight": 2, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 1, "Rarity": [ 0, 40, 40, 20 ] },
{ "Item": "Tier4Armor", "Weight": 4, "Rarity": [ 75, 18, 7, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Armor", "Weight": 1, "Rarity": [ 0, 10, 70, 20 ] },
{ "Item": "Tier4Armor", "Weight": 4, "Rarity": [ 65, 23, 12, 0 ] }
]
}
]
},
// Fenring
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Fenring",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 80, 15, 5, 0 ] },
{ "Item": "Tier4Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 70, 25, 5, 0 ] },
{ "Item": "Tier4Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 50, 35, 15, 0 ] },
{ "Item": "Tier4Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 30, 55, 15, 0 ] },
{ "Item": "Tier4Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 5, "Rarity": [ 0, 55, 35, 10 ] },
{ "Item": "Tier4Everything", "Weight": 3, "Rarity": [ 70, 18, 10, 2 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 0, 35, 35, 30 ] },
{ "Item": "Tier4Everything", "Weight": 3, "Rarity": [ 60, 18, 12, 10 ] }
]
}
]
},
// Deathsquito
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Deathsquito",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Shields", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Shields", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Shields", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Shields", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier4Shields", "Weight": 3, "Rarity": [ 60, 28, 12, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Shields", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier4Shields", "Weight": 3, "Rarity": [ 60, 28, 12, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 3, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Shields", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier4Shields", "Weight": 3, "Rarity": [ 60, 28, 12, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Shields", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier4Shields", "Weight": 3, "Rarity": [ 10, 58, 32, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier5Shields", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier4Shields", "Weight": 3, "Rarity": [ 0, 58, 32, 10 ] }
]
}
]
},
// Lox
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Lox",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 75, 20, 5, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 70, 23, 7, 0 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 1, "Rarity": [ 65, 25, 10, 0 ] }
]
}
]
},
// Goblin (Fuling)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Goblin",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Weapons", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier4Weapons", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier4Weapons", "Weight": 1, "Rarity": [ 40, 53, 7, 0 ] },
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 80, 16, 4, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier5Weapons", "Weight": 50, "Rarity": [ 25, 53, 22, 0 ] },
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 0, 0, 50, 50 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier5Weapons", "Weight": 5, "Rarity": [ 25, 53, 22, 0 ] },
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 0, 0, 50, 50 ] }
]
}
]
},
// GoblinBrute (Fuling Berserker)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "GoblinBrute",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Armor", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Armor", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier4Weapons", "Weight": 3, "Rarity": [ 85, 13, 2, 0 ] },
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier5Armor", "Weight": 1, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 80, 16, 4, 0 ] },
{ "Item": "Tier5Armor", "Weight": 1, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 0], [1, 100] ],
"Loot": [
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 60, 26, 14, 0 ] },
{ "Item": "Tier5Armor", "Weight": 1, "Rarity": [ 60, 26, 14, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 50, 35, 14, 1 ] },
{ "Item": "Tier5Armor", "Weight": 1, "Rarity": [ 50, 35, 14, 1 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 19, 56, 24, 1 ] },
{ "Item": "Tier5Armor", "Weight": 1, "Rarity": [ 19, 56, 24, 1 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier5Weapons", "Weight": 1, "Rarity": [ 0, 45, 54, 1 ] },
{ "Item": "Tier5Armor", "Weight": 1, "Rarity": [ 0, 45, 54, 1 ] }
]
}
]
},
// GoblinShaman (Fuling Shaman)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "GoblinShaman",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 70, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 1, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 69, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 68, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 3, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 67, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 4, "Rarity": [ 85, 13, 2, 0 ] }
]
},
{
"Level": 5,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 66, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 5, "Rarity": [ 45, 45, 10, 0 ] }
]
},
{
"Level": 6,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 65, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 6, "Rarity": [ 45, 45, 10, 0 ] }
]
},
{
"Level": 7,
"Drops": [ [0, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 64, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 7, "Rarity": [ 25, 45, 29, 1 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier3Ingredients", "Weight": 63, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 20, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Runestone", "Weight": 9, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 8, "Rarity": [ 25, 45, 29, 1 ] }
]
}
]
},
// Serpent
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Serpent",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [0, 95], [1, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 10, "Rarity": [ 0, 99, 1, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [0, 90], [1, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 15, "Rarity": [ 0, 95, 4, 1 ] }
]
},
{
"Level": 3,
"Drops": [ [0, 60], [1, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 20, "Rarity": [ 0, 90, 8, 2 ] }
]
},
{
"Level": 4,
"Drops": [ [0, 50], [1, 50] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 25, "Rarity": [ 0, 85, 13, 2 ] }
]
},
{
"Level": 5,
"Drops": [ [1, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 30, "Rarity": [ 0, 80, 16, 4 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 35, "Rarity": [ 0, 75, 20, 5 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 80], [1, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 40, "Rarity": [ 0, 70, 23, 7 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 80], [2, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 45, "Rarity": [ 0, 65, 25, 10 ] }
]
}
]
},
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// BOSSES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Eikthyr
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Eikthyr",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [1, 95], [2, 5] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 12, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 18, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [ [1, 80], [2, 10], [3, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 12, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 18, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [ [1, 70], [2, 20], [3, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 12, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 18, "Rarity": [ 80, 13, 5, 2 ] }
]
},
{
"Level": 4,
"Drops":[ [1, 60], [2, 30], [3, 10] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 12, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 18, "Rarity": [ 80, 13, 5, 2 ] }
]
},
{
"Level": 5,
"Drops":[ [1, 50], [2, 30], [3, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 12, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 19, "Rarity": [ 80, 14, 4, 2 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 20], [2, 60], [3, 20] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 12, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 20, "Rarity": [ 75, 18, 5, 1 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 20], [2, 50], [3, 30] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 13, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 25, "Rarity": [ 70, 20, 7, 3 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 20], [2, 40], [3, 40] ],
"Loot": [
{ "Item": "Tier1Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "SledgeStagbreaker", "Weight": 14, "Rarity": [ 80, 10, 5, 5 ] },
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 30, "Rarity": [ 65, 20, 10, 5 ] }
]
}
]
},
// gd_king (The Elder)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "gd_king",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [1, 95], [2, 5] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 20, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [[1, 80], [2, 10], [3, 10] ],
"Loot": [
{ "Item": "Tier2Ingredients", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 25, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [[1, 70], [2, 20], [3, 10] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 30, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [[1, 60], [2, 30], [3, 10] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 33, "Rarity": [ 80, 13, 5, 2 ] }
]
},
{
"Level": 5,
"Drops": [[1, 50], [2, 30], [3, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 36, "Rarity": [ 80, 14, 4, 2 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 20], [2, 60], [3, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 39, "Rarity": [ 75, 18, 5, 2 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 20], [2, 50], [3, 30] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 42, "Rarity": [ 70, 20, 7, 3 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 20], [2, 40], [3, 40] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 45, "Rarity": [ 65, 20, 10, 5 ] }
]
}
]
},
// Bonemass
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Bonemass",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [1, 95], [2, 5] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 20, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops":[ [1, 80], [2, 10], [3, 10] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 25, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops":[ [1, 70], [2, 20], [3, 10] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 30, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [[1, 60], [2, 30], [3, 10] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 33, "Rarity": [ 80, 13, 5, 2 ] }
]
},
{
"Level": 5,
"Drops": [[1, 50], [2, 30], [3, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 36, "Rarity": [ 80, 14, 4, 2 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 20], [2, 60], [3, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 39, "Rarity": [ 75, 18, 5, 2 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 20], [2, 50], [3, 30] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 42, "Rarity": [ 70, 20, 7, 3 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 20], [2, 40], [3, 40] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 45, "Rarity": [ 65, 20, 10, 5 ] }
]
}
]
},
// Dragon (Moder)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "Dragon",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [1, 95], [2, 5] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 20, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [[1, 80], [2, 10], [3, 10] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 25, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops":[ [1, 70], [2, 20], [3, 10] ],
"Loot": [
{ "Item": "Tier0Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 30, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [[1, 60], [2, 30], [3, 10] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 33, "Rarity": [ 80, 13, 5, 2 ] }
]
},
{
"Level": 5,
"Drops": [ [1, 50], [2, 30], [3, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 36, "Rarity": [ 80, 14, 4, 2 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 20], [2, 60], [3, 20] ],
"Loot": [
{ "Item": "Tier1Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 39, "Rarity": [ 75, 18, 5, 2 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 20], [2, 50], [3, 30] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 42, "Rarity": [ 70, 20, 7, 3 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 20], [2, 40], [3, 40] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 45, "Rarity": [ 65, 20, 10, 5 ] }
]
}
]
},
// GoblinKing (Yagluth)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "GoblinKing",
"LeveledLoot": [
{
"Level": 1,
"Drops": [ [1, 95], [2, 5] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 20, "Rarity": [ 99, 1, 0, 0 ] }
]
},
{
"Level": 2,
"Drops": [[1, 80], [2, 10], [3, 10] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 25, "Rarity": [ 95, 4, 1, 0 ] }
]
},
{
"Level": 3,
"Drops": [[1, 70], [2, 20], [3, 10] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 30, "Rarity": [ 90, 8, 2, 0 ] }
]
},
{
"Level": 4,
"Drops": [[1, 60], [2, 30], [3, 10] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 33, "Rarity": [ 80, 13, 5, 2 ] }
]
},
{
"Level": 5,
"Drops": [[1, 50], [2, 30], [3, 20] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 36, "Rarity": [ 80, 14, 4, 2 ] }
]
},
{
"Level": 6,
"Drops": [ [1, 20], [2, 60], [3, 20] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 39, "Rarity": [ 75, 18, 5, 2 ] }
]
},
{
"Level": 7,
"Drops": [ [1, 20], [2, 50], [3, 30] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 42, "Rarity": [ 70, 20, 7, 3 ] }
]
},
{
"Level": 8,
"Drops": [ [1, 20], [2, 40], [3, 40] ],
"Loot": [
{ "Item": "Tier2Runestone", "Weight": 10, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 45, "Rarity": [ 65, 20, 10, 5 ] }
]
}
]
},
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// TREASURE CHESTS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//TreasureChest_meadows
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_meadows",
"Drops": [ [0, 78], [1, 20], [2, 2] ],
"Loot": [
{ "Item": "Tier0Everything", "Weight": 5, "Rarity": [ 97, 2, 1, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 2, "Rarity": [ 97, 2, 1, 0 ] }
]
},
//TreasureChest_blackforest
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_blackforest",
"Drops": [ [0, 70], [1, 30] ],
"Loot": [
{ "Item": "Tier0Shields", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 3, "Rarity": [ 95, 4, 1, 0 ] }
]
},
//TreasureChest_forestcrypt
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_forestcrypt",
"Drops": [ [0, 68], [1, 20], [2, 10], [3, 2] ],
"Loot": [
{ "Item": "Tier1Everything", "Weight": 3, "Rarity": [ 95, 4, 1, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 2, "Rarity": [ 95, 4, 1, 0 ] }
]
},
//TreasureChest_fCrypt (I think this is just a copy of forestcrypt)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_fCrypt",
"Drops": [ [0, 68], [1, 20], [2, 10], [3, 2] ],
"Loot": [
{ "Item": "TreasureChest_forestcrypt.1" }
]
},
//TreasureChest_trollcave
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_trollcave",
"Drops": [ [0, 48], [1, 40], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "Tier1Everything", "Weight": 2, "Rarity": [ 90, 9, 1, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier2Everything", "Weight": 2, "Rarity": [ 90, 9, 1, 0 ] }
]
},
// shipwreck_karve_chest
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "shipwreck_karve_chest",
"Drops": [ [0, 48], [1, 40], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "Tier0Everything", "Weight": 2, "Rarity": [ 90, 9, 1, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 2, "Rarity": [ 90, 9, 1, 0 ] }
]
},
// TreasureChest_meadows_buried
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_meadows_buried",
"Drops": [ [0, 48], [1, 40], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "Tier0Everything", "Weight": 4, "Rarity": [ 70, 25, 5, 0 ] },
{ "Item": "Tier0Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier1Everything", "Weight": 3, "Rarity": [ 70, 25, 5, 0 ] }
]
},
// TreasureChest_sunkencrypt
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_sunkencrypt",
"Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 4, "Rarity": [ 80, 17, 3, 0 ] },
{ "Item": "Tier1Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 2, "Rarity": [ 80, 17, 3, 0 ] }
]
},
// TreasureChest_swamp
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_swamp",
"Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "Tier2Everything", "Weight": 6 },
{ "Item": "Tier1Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier3Everything", "Weight": 2 }
]
},
// TreasureChest_mountains
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_mountains",
"Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "Tier3Everything", "Weight": 5 },
{ "Item": "Tier2Runestone", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier4Everything", "Weight": 2 }
]
},
// TreasureChest_plains_stone (Actually just forest chest again)
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_plains_stone",
"Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "TreasureChest_heath.1", "Weight": 2 }
]
},
// TreasureChest_heath
////////////////////////////////////////////////////////////////////////////////////
{
"Object": "TreasureChest_heath",
"Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
"Loot": [
{ "Item": "Tier4Everything", "Weight": 4 },
{ "Item": "ModRunestones", "Weight": 1, "Rarity": [ 0, 0, 0, 0 ] },
{ "Item": "Tier5Everything", "Weight": 2 }
]
}
]
}