Weird RNG or possible SR loot mixup?

just cleared SR 65-66 on Veteran as lvl 70

for some reason the Benji shoulder generated as 2 versions lower than the affix, lvl 50 base item, entirely skipping the other closest of 65
i’m not really sure if this is just normal RNG in this level range for SR? or if there might be something wrong for it to jump a level stage lower than the already lower level
(i can totally understand if it might not actually generate as the lvl 75 version tho)

*stood out a bit more since the other MIs that dropped were in the expected near 70 level range for base item

seems level range is large. When nemesis is lower than lvl 74, a certain probability to generate lvl 50 MIs.



ye i saw that
i just figured SR would use a different table/scaling, you know, to not give us them XX lower level items than char level :sweat_smile:

a different table? I suspect.
SR chest:

records/endlessdungeon/lootchests/chestloottables/chestloot_s01.dbr

in its “loot2” page

records/endlessdungeon/loottables/master/mt_monsterinfrequents_nemesis.dbr

then

records/endlessdungeon/loottables/armor/lt_shoulders_nemesischthonian.dbr

outside SR (in main world):

records/items/loottables/mastertables/mt_geararmorshoulder_nemesischthonian.dbr

records/items/loottables/gearshoulders/lt_shoulders_nemesischthonian.dbr

so, no matter you are in the SR, or outside the SR, it starts from different tables, but finally reaches the same table (records/items/loottables/gearshoulders/tdyn_shoulders_b11_nemesischthonian_01.dbr)

when “minItemLevelEquation” (I guess it uses monster level as “parentLevel”, not char level) is lower than char level, we have a chance to get lower level items.

1 Like