Morgoneth Black Heart - What is the drop rate?

After reading a lot of forum I figured this one eventually.
However there seem to be one more item (materials) down the line which I may have not shown properly.

  • this big table chestloot_challengeevent_d01u_toh.dbr
    (from which we get 65/1000)

  • has entry mt_gear_tombofheretic_torso.dbr:

    templateName,database/templates/lootmastertable.tpl,  
    Class,LootMasterTable,
    lootName1,records/items/loottables/misc/lt_tombofheretic_torso.dbr,
    lootWeight1,1000,
    lootWeight10,0,
    

    TRIMMED, ONLY ZEROS after

  • and this in turn has lt_tombofheretic_torso.dbr entry:

    templateName,database/templates/leveltable.tpl,
    Class,LevelTable,
    levels,1;92,
    records,records/items/loottables/misc/tdyn_randommaterials_01.dbr;records/items/loottables    /misc/tdyn_tombofheretic_torso.dbr,
    

- and as you can see the above has 2 entries
tdyn_randommaterials_01.dbr
tdyn_tombofheretic_torso.dbr

And here is the content of these 2 entries:

records/items/loottables/misc/tdyn_randommaterials_01.dbr

templateName,database/templates/lootitemtable_dynweighted_dynaffix.tpl,
Class,LootItemTable_DynWeight,
bellSlope,300.000000;200.000000;500.000000,
disableLevelLimits,1,
lootName1,records/items/crafting/materials/craft_ancientheart.dbr,
lootName2,records/items/crafting/materials/craft_bloodchthon.dbr,
lootName3,records/items/crafting/materials/craft_taintedbrain.dbr,
lootName4,records/items/crafting/materials/craft_manticore.dbr,
lootWeight1,100,
lootWeight2,100,
lootWeight3,100,
lootWeight4,70,
lootWeight51,0,
lootWeight52,0,
lootWeight53,0,
lootWeight54,0,
lootWeight55,0,
lootWeight56,0,
lootWeight57,0,
lootWeight58,0,
lootWeight59,0,
lootWeight60,0,
lootWeight61,0,
lootWeight62,0,
lootWeight63,0,
lootWeight64,0,
lootWeight65,0,
lootWeight66,0,
lootWeight67,0,
lootWeight68,0,
lootWeight69,0,
maxItemLevelEquation,200,
minItemLevelEquation,1,
noPrefixNoSuffix,100,
targetLevelEquation,1,

records/items/loottables/misc/tdyn_tombofheretic_torso.dbr

templateName,database/templates/lootitemtable_dynweighted_dynaffix.tpl,
Class,LootItemTable_DynWeight,
bellSlope,100.000000;100.000000;100.000000;80.000000;80.000000;80.000000;60.000000;60.000000;30.000000;30.000000;30.000000;10.000000;10.000000;10.000000;10.000000;10.000000,
bothPrefixSuffix,0,
brokenOnly,0,
lootName1,records/items/geartorso/d222_torso.dbr,
lootWeight1,1000,
maxItemLevelEquation,(parentLevel*1)+2,
minItemLevelEquation,(parentLevel)-18,
noPrefixNoSuffix,10000,
normalPrefixRareSuffix,0,
prefixOnly,0,
prefixTableLevelMax1,500,
prefixTableLevelMax2,500,
prefixTableLevelMax3,500,
prefixTableLevelMax4,500,
prefixTableLevelMax5,500,
prefixTableLevelMax6,500,
prefixTableLevelMin1,1,
prefixTableLevelMin2,1,
prefixTableLevelMin3,1,
prefixTableLevelMin4,1,
prefixTableLevelMin5,1,
prefixTableLevelMin6,1,
prefixTableWeight1,300,
prefixTableWeight2,100,
prefixTableWeight3,200,
prefixTableWeight4,1000,
prefixTableWeight5,150,
prefixTableWeight6,100,
rareBothPrefixSuffix,0,
rarePrefixNormalSuffix,0,
rarePrefixOnly,0,
rareSuffixOnly,0,
suffixOnly,0,
suffixTableLevelMax1,500,
suffixTableLevelMax2,500,
suffixTableLevelMax3,500,
suffixTableLevelMax4,500,
suffixTableLevelMin1,1,
suffixTableLevelMin2,1,
suffixTableLevelMin3,1,
suffixTableLevelMin4,1,
suffixTableWeight1,1000,
suffixTableWeight2,320,
suffixTableWeight3,150,
suffixTableWeight4,200,
targetLevelEquation,(parentLevel*1),

So how would you take into consideration this 2nd item which is some materials?

btw this is BellSlope explanation by Zantai: Bell Slope, MPOverrideDbr help to understand

How the heck have you got 15% from this :laughing: