Monster resists in Pit

zerth

Diabloii.Net Member
Monster resists in Pit

There are 4 monster types in this area: Bone Warrior, Devilkin, Dark Archer, Dark Stalker. I have googled the resists for the devilkin, but didn't find any info for the other three. Anyone care to finish the table? :)

Code:
 -------------|----------------------------------
|Monster Type | fire | cold | lightning | poison |
|-------------|----------------------------------|
|Devilkin     |  120 |  40  |      0    |    0   |
|Bone Warrior |  n/a |  n/a |    n/a    |   n/a  |
|Dark Archer  |  n/a |  n/a |    n/a    |   n/a  |
|Dark Salker  |  n/a |  n/a |    n/a    |   n/a  |
 -------------|----------------------------------
 

Flayed One

Diabloii.Net Member
Re: Monster resists in Pit

Code:
 -------------|----------------------------------
|Monster Type | fire | cold | lightning | poison |
|-------------|----------------------------------|
|Devilkin     |  120 |   40 |      0    |     0  |
|Bone Warrior |   50 |   25 |    100    |   105  |
|Dark Stalker |   33 |  130 |     33    |    20  |
|Dark Archer  |   25 |   25 |    110    |    25  |
 -------------|----------------------------------
 

Orphan

Diabloii.Net Member
Re: Monster resists in Pit

Hmm, I think you might be looking at the wrong skeleton there Flayed One. The skeletons in Pit level 1 and 2 are skeleton3, and their stats are:

Code:
 -------------|----------------------------------
|Monster Type | fire | cold | lightning | poison |
|-------------|----------------------------------|
|Bone Warrior |   0 |   110 |    0    |   75  |
 -------------|----------------------------------
 

zerth

Diabloii.Net Member
Re: Monster resists in Pit

This can't be accurate, Bone Warriors (at least the pit version) are not Poison Immune.

Edit: Pwned by Orphan.

Thanks all!
 

sirpoopsalot

Diabloii.Net Member
Re: Monster resists in Pit

For detailed monster and item info you can always try rhettius' backup of d2data.net - there's a link in the additional-links section of the SPF FAQ.

Edit: direct link: http://rhettius.com/d2data/
(though the other links in that post can be pretty useful too)

Edit2: :scratchchin: ...although that looks like the same results Flayed One had. I blame Durf.
 

onderduiker

Diabloii.Net Member
Re: Monster resists in Pit

Code:
 ----------------|---------------------------
|Monster Type    | FR % | CR % | LR % | PR % |
|----------------|---------------------------|
|Devilkin        |  120 |   40 |    0 |    0 |
|Bone Warrior    |    0 |   25 |  110 |   75 |
|Dark Stalker    |   33 |  130 |   33 |   20 |
|Dark Archer     |   25 |   25 |  110 |   25 |
|----------------|---------------------------|
|Devilkin Shaman |  110 |    0 |    0 |    0 |
 ----------------|---------------------------
Devilkin Shamans aren't one of the four monster types that are chosen to spawn randomly, but they spawn in certain preset locations e.g. the camps.
 
Top