Advertisement
Guest User

EpicLoot loottables config

a guest
Apr 3rd, 2021
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 24.21 KB | None | 0 0
  1. {
  2.   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  3.   // MAGIC EFFECT COUNTS
  4.   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  5.   "MagicEffectsCount": {
  6.     "Magic":     [ [ 1, 80 ], [ 2, 28 ], [ 3, 12 ] ],
  7.     "Rare":      [ [ 2, 80 ], [ 3, 28 ], [ 4, 12 ] ],
  8.     "Epic":      [ [ 3, 80 ], [ 4, 28 ], [ 5, 12 ] ],
  9.     "Legendary": [ [ 4, 80 ], [ 5, 28 ], [ 6, 12 ] ]
  10.   },
  11.  
  12.  
  13.   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  14.   // ITEM RESTRICTIONS
  15.   // 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.
  16.  
  17.   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  18.   "RestrictedItems" : [
  19.     "$item_tankard",
  20.     "$item_tankard_odin",
  21.     "Unarmed",
  22.     "CAPE TEST",
  23.     "Cheat sword",
  24.     "$item_sword_fire",
  25.     "$item_shield_iron_square"
  26.   ],
  27.  
  28.   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  29.   // ITEM SETS
  30.   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  31.   "ItemSets": [
  32.     {
  33.       "Name": "Tier1EnchantMats",
  34.       "Loot": [
  35.         { "Item": "EssenceMagic" },
  36.         { "Item": "DustMagic" },
  37.         { "Item": "ReagentMagic" }
  38.       ]
  39.     },
  40.     {
  41.       "Name": "Tier2EnchantMats",
  42.       "Loot": [
  43.         { "Item": "EssenceRare" },
  44.         { "Item": "DustRare" },
  45.         { "Item": "ReagentRare" }
  46.       ]
  47.     },
  48.     {
  49.       "Name": "Tier3EnchantMats",
  50.       "Loot": [
  51.         { "Item": "EssenceEpic" },
  52.         { "Item": "DustEpic" },
  53.         { "Item": "ReagentEpic" }
  54.       ]
  55.     },
  56.     {
  57.       "Name": "Tier4EnchantMats",
  58.       "Loot": [
  59.         { "Item": "EssenceLegendary" },
  60.         { "Item": "DustLegendary" },
  61.         { "Item": "ReagentLegendary" }
  62.       ]
  63.     },
  64.     {
  65.       "Name": "Tier0Weapons",
  66.       "Loot": [
  67.         { "Item": "Club", "Rarity": [ 95, 5, 0, 0 ] },
  68.         { "Item": "AxeStone", "Rarity": [ 95, 5, 0, 0 ] },
  69.         { "Item": "Torch", "Rarity": [ 95, 5, 0, 0 ] }
  70.       ]
  71.     },
  72.     {
  73.       "Name": "Tier0Tools",
  74.       "Loot": [
  75.         { "Item": "Hammer", "Rarity": [ 95, 5, 0, 0 ] },
  76.         { "Item": "Hoe", "Rarity": [ 95, 5, 0, 0 ] }
  77.       ]
  78.     },
  79.     {
  80.       "Name": "Tier0Armor",
  81.       "Loot": [
  82.         { "Item": "ArmorRagsLegs", "Rarity": [ 95, 5, 0, 0 ] },
  83.         { "Item": "ArmorRagsChest", "Rarity": [ 95, 5, 0, 0 ] }
  84.       ]
  85.     },
  86.     {
  87.       "Name": "Tier0Shields",
  88.       "Loot": [
  89.         { "Item": "ShieldWood", "Rarity": [ 95, 5, 0, 0 ] },
  90.         { "Item": "ShieldWoodTower", "Rarity": [ 95, 5, 0, 0 ] }
  91.       ]
  92.     },
  93.     {
  94.       "Name": "Tier0Everything",
  95.       "Loot": [
  96.         { "Item": "Tier0Weapons" },
  97.         { "Item": "Tier0Tools"   },
  98.         { "Item": "Tier0Armor"   },
  99.         { "Item": "Tier0Shields" }
  100.       ]
  101.     },
  102.     {
  103.       "Name": "Tier1Weapons",
  104.       "Loot": [
  105.         { "Item": "AxeFlint",   "Rarity": [ 99, 10, 0, 0 ] },
  106.         { "Item": "SpearFlint", "Rarity": [ 99, 10, 0, 0 ] },
  107.         { "Item": "KnifeFlint", "Rarity": [ 99, 10, 0, 0 ] },
  108.         { "Item": "Bow",        "Rarity": [ 99, 10, 0, 0 ] }
  109.       ]
  110.     },
  111.     {
  112.       "Name": "Tier1Armor",
  113.       "Loot": [
  114.         { "Item": "ArmorLeatherLegs",  "Rarity": [ 99, 10, 0, 0 ] },
  115.         { "Item": "ArmorLeatherChest", "Rarity": [ 99, 10, 0, 0 ] },
  116.         { "Item": "HelmetLeather",     "Rarity": [ 99, 10, 0, 0 ] },
  117.         { "Item": "CapeDeerHide",      "Rarity": [ 99, 10, 0, 0 ] }
  118.       ]
  119.     },
  120.     {
  121.       "Name": "Tier1Tools",
  122.       "Loot": [
  123.         { "Item": "PickaxeAntler", "Rarity": [ 99, 10, 0, 0 ] }
  124.       ]
  125.     },
  126.     {
  127.       "Name": "Tier1Everything",
  128.       "Loot": [
  129.         { "Item": "Tier1Weapons" },
  130.         { "Item": "Tier1Armor"   },
  131.         { "Item": "Tier1Tools"   }
  132.       ]
  133.     },
  134.     {
  135.       "Name": "TrollArmor",
  136.       "Loot": [
  137.         { "Item": "ArmorTrollLeatherLegs",  "Rarity": [ 95, 15, 0, 0 ] },
  138.         { "Item": "ArmorTrollLeatherChest", "Rarity": [ 95, 15, 0, 0 ] },
  139.         { "Item": "HelmetTrollLeather",     "Rarity": [ 95, 15, 0, 0 ] },
  140.         { "Item": "CapeTrollHide",          "Rarity": [ 95, 15, 0, 0 ] }
  141.       ]
  142.     },
  143.     {
  144.       "Name": "Tier2Weapons",
  145.       "Loot": [
  146.         { "Item": "KnifeCopper",       "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  147.         { "Item": "SledgeStagbreaker", "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  148.         { "Item": "SwordBronze",       "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  149.         { "Item": "AxeBronze",         "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  150.         { "Item": "MaceBronze",        "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  151.         { "Item": "AtgeirBronze",      "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  152.         { "Item": "SpearBronze",       "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  153.         { "Item": "BowFineWood",       "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  154.         { "Item": "KnifeChitin",       "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] },
  155.         { "Item": "SpearChitin",       "Weight": 1, "Rarity": [ 95, 20, 0, 0 ] }
  156.       ]
  157.     },
  158.     {
  159.       "Name": "Tier2Armor",
  160.       "Loot": [
  161.         { "Item": "ArmorBronzeLegs",  "Rarity": [ 95, 20, 0, 0 ] },
  162.         { "Item": "ArmorBronzeChest", "Rarity": [ 95, 20, 0, 0 ] },
  163.         { "Item": "HelmetBronze",     "Rarity": [ 95, 20, 0, 0 ] }
  164.       ]
  165.     },
  166.     {
  167.       "Name": "Tier2Shields",
  168.       "Loot": [
  169.         { "Item": "ShieldBronzeBuckler", "Rarity": [ 95, 20, 0, 0 ] }
  170.       ]
  171.     },
  172.     {
  173.       "Name": "Tier2Tools",
  174.       "Loot": [
  175.         { "Item": "PickaxeBronze", "Rarity": [ 95, 20, 0, 0 ] },
  176.         { "Item": "Cultivator",    "Rarity": [ 95, 20, 0, 0 ] }
  177.       ]
  178.     },
  179.     {
  180.       "Name": "Tier2Everything",
  181.       "Loot": [
  182.         { "Item": "TrollArmor"   },
  183.         { "Item": "Tier2Weapons" },
  184.         { "Item": "Tier2Armor"   },
  185.         { "Item": "Tier2Shields" },
  186.         { "Item": "Tier2Tools"   }
  187.       ]
  188.     },
  189.     {
  190.       "Name": "Tier3Weapons",
  191.       "Loot": [
  192.         { "Item": "Battleaxe",      "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  193.         { "Item": "SwordIron",      "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  194.         { "Item": "AxeIron",        "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  195.         { "Item": "SledgeIron",     "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  196.         { "Item": "MaceIron",       "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  197.         { "Item": "AtgeirIron",     "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  198.         { "Item": "SpearElderbark", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
  199.       ]
  200.     },
  201.     {
  202.       "Name": "Tier3Armor",
  203.       "Loot": [
  204.         { "Item": "ArmorIronLegs",  "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  205.         { "Item": "ArmorIronChest", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  206.         { "Item": "HelmetIron",     "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
  207.       ]
  208.     },
  209.     {
  210.       "Name": "Tier3Shields",
  211.       "Loot": [
  212.         { "Item": "ShieldBanded",    "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] },
  213.         { "Item": "ShieldIronTower", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
  214.       ]
  215.     },
  216.     {
  217.       "Name": "Tier3Tools",
  218.       "Loot": [
  219.         { "Item": "PickaxeIron", "Weight": 1, "Rarity": [ 40, 50, 9, 1 ] }
  220.       ]
  221.     },
  222.     {
  223.       "Name": "Tier3Everything",
  224.       "Loot": [
  225.         { "Item": "Tier3Weapons" },
  226.         { "Item": "Tier3Armor"   },
  227.         { "Item": "Tier3Shields" },
  228.         { "Item": "Tier3Tools"   }
  229.       ]
  230.     },
  231.     {
  232.       "Name": "Tier4Weapons",
  233.       "Loot": [
  234.         { "Item": "SwordSilver",   "Weight": 10, "Rarity": [ 10, 40, 45, 15 ] },
  235.         { "Item": "SpearWolfFang", "Weight": 10, "Rarity": [ 10, 40, 45, 15 ] },
  236.         { "Item": "MaceSilver",    "Weight": 1,  "Rarity": [ 10, 40, 45, 15 ] },
  237.         { "Item": "BowDraugrFang", "Weight": 1,  "Rarity": [ 10, 40, 45, 15 ] }
  238.       ]
  239.     },
  240.     {
  241.       "Name": "Tier4Armor",
  242.       "Loot": [
  243.         { "Item": "ArmorWolfLegs",  "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] },
  244.         { "Item": "ArmorWolfChest", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] },
  245.         { "Item": "HelmetDrake",    "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] },
  246.         { "Item": "CapeWolf",       "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] }
  247.       ]
  248.     },
  249.     {
  250.       "Name": "Tier4Shields",
  251.       "Loot": [
  252.         { "Item": "ShieldSilver",       "Weight": 5, "Rarity": [ 10, 40, 45, 15 ] },
  253.         { "Item": "ShieldSerpentscale", "Weight": 1, "Rarity": [ 10, 40, 45, 15 ] }
  254.       ]
  255.     },
  256.     {
  257.       "Name": "Tier4Everything",
  258.       "Loot": [
  259.         { "Item": "Tier4Weapons" },
  260.         { "Item": "Tier4Armor"   },
  261.         { "Item": "Tier4Shields" }
  262.       ]
  263.     },
  264.     {
  265.       "Name": "Tier5Weapons",
  266.       "Loot": [
  267.         { "Item": "AtgeirBlackmetal", "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
  268.         { "Item": "AxeBlackMetal",    "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
  269.         { "Item": "KnifeBlackMetal",  "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
  270.         { "Item": "SwordBlackmetal",  "Weight": 3, "Rarity": [ 0, 30, 55, 15 ] },
  271.         { "Item": "MaceNeedle",       "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] }
  272.       ]
  273.     },
  274.     {
  275.       "Name": "Tier5Armor",
  276.       "Loot": [
  277.         { "Item": "ArmorPaddedGreaves", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
  278.         { "Item": "ArmorPaddedCuirass", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
  279.         { "Item": "HelmetPadded",       "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
  280.         { "Item": "CapeLinen",          "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
  281.         { "Item": "CapeLox",            "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] }
  282.       ]
  283.     },
  284.     {
  285.       "Name": "Tier5Shields",
  286.       "Loot": [
  287.         { "Item": "ShieldBlackmetal",      "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] },
  288.         { "Item": "ShieldBlackmetalTower", "Weight": 1, "Rarity": [ 0, 30, 55, 15 ] }
  289.       ]
  290.     },
  291.     {
  292.       "Name": "Tier5Everything",
  293.       "Loot": [
  294.         { "Item": "Tier5Weapons" },
  295.         { "Item": "Tier5Armor"   },
  296.         { "Item": "Tier5Shields" }
  297.       ]
  298.     }
  299.   ],
  300.   "LootTables": [
  301.     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  302.     // CREATURES
  303.     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  304.    
  305.     // Greyling
  306.     ////////////////////////////////////////////////////////////////////////////////////
  307.     {
  308.       "Object": "Greyling",
  309.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  310.       "Loot": [
  311.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  312.       ]
  313.     },
  314.     // Greydwarf
  315.     ////////////////////////////////////////////////////////////////////////////////////
  316.     {
  317.       "Object": "Greydwarf",
  318.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  319.       "Loot": [
  320.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  321.       ]
  322.     },
  323.     // Greydwarf_Elite
  324.     ////////////////////////////////////////////////////////////////////////////////////
  325.     {
  326.       "Object": "Greydwarf_Elite",
  327.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  328.       "Loot": [
  329.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  330.       ]
  331.     },
  332.     // Greydwarf_Shaman
  333.     ////////////////////////////////////////////////////////////////////////////////////
  334.     {
  335.       "Object": "Greydwarf_Shaman",
  336.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  337.       "Loot": [
  338.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  339.       ]
  340.     },
  341.     // Troll
  342.     ////////////////////////////////////////////////////////////////////////////////////
  343.     {
  344.       "Object": "Troll",
  345.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  346.       "Loot": [
  347.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  348.       ]
  349.     },
  350.     // Skeleton
  351.     ////////////////////////////////////////////////////////////////////////////////////
  352.     {
  353.       "Object": "Skeleton",
  354.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  355.       "Loot": [
  356.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  357.       ]
  358.     },
  359.     // Ghost
  360.     ////////////////////////////////////////////////////////////////////////////////////
  361.     {
  362.       "Object": "Ghost",
  363.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  364.       "Loot": [
  365.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  366.       ]
  367.     },
  368.     // Blob
  369.     ////////////////////////////////////////////////////////////////////////////////////
  370.     {
  371.       "Object": "Blob",
  372.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  373.       "Loot": [
  374.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  375.       ]
  376.     },
  377.     // BlobElite
  378.     ////////////////////////////////////////////////////////////////////////////////////
  379.     {
  380.       "Object": "BlobElite",
  381.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  382.       "Loot": [
  383.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  384.       ]
  385.     },
  386.     // Draugr
  387.     ////////////////////////////////////////////////////////////////////////////////////
  388.     {
  389.       "Object": "Draugr",
  390.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  391.       "Loot": [
  392.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  393.       ]
  394.     },
  395.     // Draugr_Elite
  396.     ////////////////////////////////////////////////////////////////////////////////////
  397.     {
  398.       "Object": "Draugr_Elite",
  399.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  400.       "Loot": [
  401.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  402.       ]
  403.     },
  404.     // Leech
  405.     ////////////////////////////////////////////////////////////////////////////////////
  406.     {
  407.       "Object": "Leech",
  408.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  409.       "Loot": [
  410.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  411.     },
  412.     // Surtling
  413.     ////////////////////////////////////////////////////////////////////////////////////
  414.     {
  415.       "Object": "Surtling",
  416.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  417.       "Loot": [
  418.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  419.       ]
  420.     },
  421.     // Wraith
  422.     ////////////////////////////////////////////////////////////////////////////////////
  423.     {
  424.       "Object": "Wraith",
  425.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  426.       "Loot": [
  427.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  428.       ]
  429.     },
  430.     // Wolf
  431.     ////////////////////////////////////////////////////////////////////////////////////
  432.     {
  433.       "Object": "Wolf",
  434.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  435.       "Loot": [
  436.         { "Item": "Tier3EnchantMats", "Weight": 1 }
  437.       ]
  438.     },
  439.     // Hatchling (Drake)
  440.     ////////////////////////////////////////////////////////////////////////////////////
  441.     {
  442.       "Object": "Hatchling",
  443.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  444.       "Loot": [
  445.         { "Item": "Tier3EnchantMats", "Weight": 1 }
  446.       ]
  447.     },
  448.     // StoneGolem
  449.     ////////////////////////////////////////////////////////////////////////////////////
  450.     {
  451.       "Object": "StoneGolem",
  452.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  453.       "Loot": [
  454.         { "Item": "Tier3EnchantMats", "Weight": 1 }
  455.       ]
  456.     },
  457.     // Fenring
  458.     ////////////////////////////////////////////////////////////////////////////////////
  459.     {
  460.       "Object": "Fenring",
  461.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  462.       "Loot": [
  463.         { "Item": "Tier3EnchantMats", "Weight": 1 }
  464.       ]
  465.     },
  466.     // Deathsquito
  467.     ////////////////////////////////////////////////////////////////////////////////////
  468.     {
  469.       "Object": "Deathsquito",
  470.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  471.       "Loot": [
  472.         { "Item": "Tier4EnchantMats", "Weight": 1 }
  473.       ]
  474.     },
  475.     // Lox
  476.     ////////////////////////////////////////////////////////////////////////////////////
  477.     {
  478.       "Object": "Lox",
  479.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  480.       "Loot": [
  481.         { "Item": "Tier4EnchantMats", "Weight": 1 }
  482.       ]
  483.     },
  484.     // Goblin (Fuling)
  485.     ////////////////////////////////////////////////////////////////////////////////////
  486.     {
  487.       "Object": "Goblin",
  488.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  489.       "Loot": [
  490.         { "Item": "Tier4EnchantMats", "Weight": 1 }
  491.       ]
  492.     },
  493.     // GoblinBrute (Fuling Berserker)
  494.     ////////////////////////////////////////////////////////////////////////////////////
  495.     {
  496.       "Object": "GoblinBrute",
  497.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  498.       "Loot": [
  499.         { "Item": "Tier4EnchantMats", "Weight": 1 }
  500.       ]
  501.     },
  502.     // GoblinShaman (Fuling Shaman)
  503.     ////////////////////////////////////////////////////////////////////////////////////
  504.     {
  505.       "Object": "GoblinShaman",
  506.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  507.       "Loot": [
  508.         { "Item": "Tier4EnchantMats", "Weight": 1 }
  509.       ]
  510.     },
  511.     // Serpent
  512.     ////////////////////////////////////////////////////////////////////////////////////
  513.     {
  514.       "Object": "Serpent",
  515.       "Drops": [ [0, 0], [1, 65], [2, 25], [3, 10] ],
  516.       "Loot": [
  517.         { "Item": "Tier4EnchantMats", "Weight": 1 }
  518.       ]
  519.     },
  520.    
  521.     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  522.     // BOSSES
  523.     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  524.    
  525.     // Eikthyr
  526.     ////////////////////////////////////////////////////////////////////////////////////
  527.     {
  528.       "Object": "Eikthyr",
  529.       "Drops": [ [1, 70], [2, 30] ],
  530.       "Loot": [
  531.         { "Item": "Tier1Everything",      "Weight": 2, "Rarity": [ 0, 69, 21, 3 ] },
  532.         { "Item": "SledgeStagbreaker", "Weight": 1, "Rarity": [ 0, 69, 21, 3 ] }
  533.       ]
  534.     },
  535.     // gd_king (The Elder)
  536.     ////////////////////////////////////////////////////////////////////////////////////
  537.     {
  538.       "Object": "gd_king",
  539.       "Drops": [ [1, 35], [2, 55], [3, 10] ],
  540.       "Loot": [
  541.         { "Item": "Tier2Everything", "Weight": 1, "Rarity": [ 0, 70, 29, 5 ] }
  542.       ]
  543.     },
  544.     // Bonemass
  545.     ////////////////////////////////////////////////////////////////////////////////////
  546.     {
  547.       "Object": "Bonemass",
  548.       "Drops": [ [2, 60], [3, 25], [4, 15] ],
  549.       "Loot": [
  550.         { "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 0, 75, 34, 8 ] }
  551.       ]
  552.     },
  553.     // Dragon (Moder)
  554.     ////////////////////////////////////////////////////////////////////////////////////
  555.     {
  556.       "Object": "Dragon",
  557.       "Drops": [ [2, 40], [3, 40], [4, 20] ],
  558.       "Loot": [
  559.         { "Item": "Tier4Everything", "Weight": 1, "Rarity": [ 0, 0, 50, 10 ] }
  560.       ]
  561.     },
  562.     // GoblinKing (Yagluth)
  563.     ////////////////////////////////////////////////////////////////////////////////////
  564.     {
  565.       "Object": "GoblinKing",
  566.       "Drops": [ [2, 20], [3, 60], [4, 15], [5, 5] ],
  567.       "Loot": [
  568.         { "Item": "Tier5Everything", "Weight": 1, "Rarity": [ 0, 0, 70, 20 ] }
  569.       ]
  570.     },
  571.  
  572.     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  573.     // TREASURE CHESTS
  574.     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  575.  
  576.     //TreasureChest_meadows
  577.     ////////////////////////////////////////////////////////////////////////////////////
  578.     {
  579.       "Object": "TreasureChest_meadows",
  580.       "Drops": [ [0, 78], [1, 20], [2, 2] ],
  581.       "Loot": [
  582.         { "Item": "Tier1Everything", "Weight": 1, "Rarity": [ 97, 22, 1, 0 ] },
  583.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  584.       ]
  585.     },
  586.     //TreasureChest_blackforest
  587.     ////////////////////////////////////////////////////////////////////////////////////
  588.     {
  589.       "Object": "TreasureChest_blackforest",
  590.       "Drops": [ [0, 70], [1, 30] ],
  591.       "Loot": [
  592.         { "Item": "Tier2Everything", "Weight": 2, "Rarity": [ 95, 24, 1, 0 ] },
  593.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  594.       ]
  595.     },
  596.     //TreasureChest_forestcrypt
  597.     ////////////////////////////////////////////////////////////////////////////////////
  598.     {
  599.       "Object": "TreasureChest_forestcrypt",
  600.       "Drops": [ [0, 68], [1, 20], [2, 10], [3, 2] ],
  601.       "Loot": [
  602.         { "Item": "Tier2Everything", "Weight": 1, "Rarity": [ 95, 24, 1, 0 ] },
  603.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  604.       ]
  605.     },
  606.     //TreasureChest_fCrypt (I think this is just a copy of forestcrypt)
  607.     ////////////////////////////////////////////////////////////////////////////////////
  608.     {
  609.       "Object": "TreasureChest_fCrypt",
  610.       "Drops": [ [0, 68], [1, 20], [2, 10], [3, 2] ],
  611.       "Loot": [
  612.         { "Item": "TreasureChest_forestcrypt.1" }
  613.       ]
  614.     },
  615.     //TreasureChest_trollcave
  616.     ////////////////////////////////////////////////////////////////////////////////////
  617.     {
  618.       "Object": "TreasureChest_trollcave",
  619.       "Drops": [ [0, 48], [1, 40], [2, 20], [3, 2] ],
  620.       "Loot": [
  621.         { "Item": "Tier2Everything", "Weight": 1, "Rarity": [ 70, 29, 1, 0 ] },
  622.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  623.       ]
  624.     },
  625.     // shipwreck_karve_chest
  626.     ////////////////////////////////////////////////////////////////////////////////////
  627.     {
  628.       "Object": "shipwreck_karve_chest",
  629.       "Drops": [ [0, 48], [1, 40], [2, 20], [3, 2] ],
  630.       "Loot": [
  631.         { "Item": "Tier1Everything", "Weight": 1, "Rarity": [ 70, 29, 1, 0 ] },
  632.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  633.       ]
  634.     },
  635.     // TreasureChest_meadows_buried
  636.     ////////////////////////////////////////////////////////////////////////////////////
  637.     {
  638.       "Object": "TreasureChest_meadows_buried",
  639.       "Drops": [ [0, 48], [1, 40], [2, 20], [3, 2] ],
  640.       "Loot": [
  641.         { "Item": "Tier1Everything", "Weight": 2, "Rarity": [ 70, 25, 5, 0 ] },
  642.         { "Item": "Tier1EnchantMats", "Weight": 1 }
  643.       ]
  644.     },
  645.     // TreasureChest_sunkencrypt
  646.     ////////////////////////////////////////////////////////////////////////////////////
  647.     {
  648.       "Object": "TreasureChest_sunkencrypt",
  649.       "Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
  650.       "Loot": [
  651.         { "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 60, 37, 8, 0 ] },
  652.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  653.       ]
  654.     },
  655.     // TreasureChest_swamp
  656.     ////////////////////////////////////////////////////////////////////////////////////
  657.     {
  658.       "Object": "TreasureChest_swamp",
  659.       "Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
  660.       "Loot": [
  661.         { "Item": "Tier3Everything", "Weight": 1, "Rarity": [ 60, 37, 8, 0 ] },
  662.         { "Item": "Tier2EnchantMats", "Weight": 1 }
  663.       ]
  664.     },
  665.     // TreasureChest_mountains
  666.     ////////////////////////////////////////////////////////////////////////////////////
  667.     {
  668.       "Object": "TreasureChest_mountains",
  669.       "Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
  670.       "Loot": [
  671.         { "Item": "Tier4Everything", "Weight": 1 },
  672.         { "Item": "Tier3EnchantMats", "Weight": 1 }
  673.       ]
  674.     },
  675.     // TreasureChest_plains_stone (Actually just forest chest again)
  676.     ////////////////////////////////////////////////////////////////////////////////////
  677.     {
  678.       "Object": "TreasureChest_plains_stone",
  679.       "Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
  680.       "Loot": [
  681.         { "Item": "TreasureChest_heath.1", "Weight": 1 }
  682.       ]
  683.     },
  684.     // TreasureChest_heath
  685.     ////////////////////////////////////////////////////////////////////////////////////
  686.     {
  687.       "Object": "TreasureChest_heath",
  688.       "Drops": [ [0, 58], [1, 30], [2, 20], [3, 2] ],
  689.       "Loot": [
  690.         { "Item": "Tier5Everything", "Weight": 1, "Rarity": [ 60, 37, 8, 0 ] },
  691.         { "Item": "Tier4EnchantMats", "Weight": 1 }
  692.       ]
  693.     }
  694.   ]
  695. }
  696.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement