
Mainly for newcomers to see, lrs may have long understood, but there are mistakes, welcome to point out.
Let's take a look at the rules for hierarchical scenes:
1) Set monster level to equal arealevel
2) add +2 for champions, +3 for uniques/superuniques/minions
3) adjust stats according to level
4) get the treasureclass from monstats.txt
5) if the first treasureclass assigned is part of a group (Like 'Act 2 H2H A') AND mlvl
> treasureclasses level, upgrade treasureclass to next one in the group if there is one.
6) Repeat 5) if necessary
1: For 1) and 2) also know that special monsters are not affected by area lvl and will not be enumerated
2: To 2) 3) 4) No longer explained
3:5) A very critical step, but also a little more misunderstood. In the scene where area lvl=85 is generally considered, tc=87. And the area lvl =84 (or 82, 83) of tc=84, in fact, this is wrong! (Khan, who just misled ftlag with this idea two days ago, )
In fact, in d2 110, as long as the area lvl=83, tc is 87, even in area lvl=80, unique and minin have reached tc87.
Here's a specific explanation
First condition:
the first treasureclass assigned is part of a group, 这个是针对normal monster和minion的,
如果是champ,改为the second treasureclass assigned is part of a group
如果是unique,改为the third treasureclass assigned is part of a group
It can be seen that the monster'streasureclass must be one of the group. (Group is a classification of similar tcs in d2, such as most of the normal monster and minion of the tc group (Act x h2h x)=7, cham tc group=13, unique tc group=15.)
Obviously, if the monster'streasureclass is not a group (i.e. the group value is empty), there will be no tc boost, and this type of monster is mainly superunique: Griswold, Countess, Radament, Summoner, Smith, Council, Cow King, Haphesto, Nihlathak, Blood Raven, Izual , Andariel, Duriel, Mephisto, Diablo, Baal; and Also Trapp Soul, Cow. In other words, area lvl does not affect the tc of these monsters
Second condition: mlvl> treasureclasses level(tc lvl).
The tc lvl here is not what is commonly called tc (weapon and armo tc), but the lvl of thistreasureclasses. Understanding this is critical. It directly affects the lifting of monster tc.
If mlvl > tc lvl, tc lvl is promoted one level in the same group. Raising a level does not refer specifically to +1, but may also be +2 or +3, as long as it corresponds to the next tc lvl.
TC promotion end condition: mlvl is not greater than tc lvl
Example 1:
The prison of hatred is the third level of hell
area lvl=83
For white council, tc=78
Since it is a minor, mlvl=83+3=86
The corresponding tc is council, which does not belong to the group, and tc is not promoted
Proof: Modify the council(H) tc in TreeclassEx to change the drop rate of act 4(h) equip A to 100%, and at the same time put the tc lvl(act5 h h2h b) tc87 drop rate corresponding to mlvl83.The actual result of drop is all tc78 item TC87's item, which is actually all tc78 items, has not been promoted, proven.
I will not repeat the following examples, similar. Rune tc has also been verified.
The gold council is the same and does not tc lift
(Thanks for the ftlag reminder)
Example 2:
The second layer of the prison of hatred hell zombie zombies
normal monster mlvl=83
tc为Act 3 (H) H2H A 对应group=7,tc lvl=74
mlvl>tc lvl, tc boost until Act 5 (H) H2H B, tc lvl=83, end.
Act 5 (H) H2H B corresponds to weton and amor tc=87 (highest), rune tc=17 (33#),
But due to the limitation of qlvl still can not drop all unique dd.
(Khan, modified, Sacred Armor on the ground .....) Unfortunately it's white)
cham lvl=85
tc为Act 3 (H) Champ A 对应group=13,tc lvl=74
mlvl>tc lvl, tc boost all the way to Act 5 (H) champ C, tc lvl=85, end.
Act 5 (H) champ C corresponds to weapon and amor tc=87 (highest), rune tc=17 (33#),
minion mlvl=86
mlvl>tc lvl, tc boost all the way to Act 5 (H) H2H C, tc lvl=85, end.
Act 5 (H) H2H C corresponds to weapon and amor tc=87 (highest), rune tc=17 (33#),
But due to the limitation of qlvl still can not drop all unique dd. (Thanks for the dark gold pineapple reminder)
unique mlvl=86
tc为Act 3 (H)unique A 对应group=15,tc lvl=74
mlvl> tc lvl, tc boost all the way up to Act 5 (H) unique C, tc lvl=85, end.
Act 5 (H) unique C corresponds to weton and amor tc=87 (highest), rune tc=17 (33#),
But due to the limitation of qlvl still can not drop all unique dd