Short Questions Thread

Discuss Median XL!
User avatar
Crash
Madawc
6801 | 329
Great Posting Badge
Posted over 2.500 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Great Supporter Badge
Donated 5 times
Common Showcase Badge
Median XL Broadcaster
Common Guide Badge
Created a complete character guide
Common Contribution Badge
Has collaborated to our forums, realms or mod
Common Auction Badge
Won 50 auctions
Did Stormcall on Paladin shields replace Ring of Light? Or can RoL still spawn?
men4ce
Prowler
17 | 1
RoL still spawns on pala shields, it seems to be rarer than stormcall though.
User avatar
Crash
Madawc
6801 | 329
Great Posting Badge
Posted over 2.500 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Great Supporter Badge
Donated 5 times
Common Showcase Badge
Median XL Broadcaster
Common Guide Badge
Created a complete character guide
Common Contribution Badge
Has collaborated to our forums, realms or mod
Common Auction Badge
Won 50 auctions
men4ce wrote:RoL still spawns on pala shields, it seems to be rarer than stormcall though.


I know it's always been rare, just wasn't sure if it appeared this ladder or not. Thanks.
User avatar
Jakkt
Rust Claw
85 | 7
Great Supporter Badge
Donated 5 times
What's a decent percentage for Magic Find? Does the vanilla D2 rule still apply where too much MF can cause a lack of decent drops?
User avatar
Gekko64
Shadowgate Totem
1728 | 102
Common Posting Badge
Posted over 1.000 messages
Common Popularity Badge
Has a thread with over 10.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
no, it just has diminishing returns meaning the more you have the less useful each additional point gets. somewhere around 300-400 is optimal
User avatar
Nitz
Harpylisk
1476 | 57
Common Posting Badge
Posted over 1.000 messages
Great Popularity Badge
Has a thread with over 50.000 views
Common Love Badge
Earned over 20 cookies
Common Guide Badge
Created a complete character guide
Did someone actually make excessive tests to prove that more than 15% CB with spells like tantrum/atmg/etc are faster than other orbs/sockets?
TheUnderling
Monkey King
256 | 1
I'm actually doing some intense calculations right now like polynomial regression on skills to make it easier for comparisons and such, but so far idk. :-?
TheUnderling
Monkey King
256 | 1
How do multiple sources of flat poison damage average out their durations? Say I had sources A,B and C. Is it the average between A and B and then average between A&B and C so it's (A+B+2C)/4? or are they all averaged simultaneously so that it's (A+B+C)/3?
User avatar
Nitz
Harpylisk
1476 | 57
Common Posting Badge
Posted over 1.000 messages
Great Popularity Badge
Has a thread with over 50.000 views
Common Love Badge
Earned over 20 cookies
Common Guide Badge
Created a complete character guide
TheUnderling wrote:How do multiple sources of flat poison damage average out their durations? Say I had sources A,B and C. Is it the average between A and B and then average between A&B and C so it's (A+B+2C)/4? or are they all averaged simultaneously so that it's (A+B+C)/3?


Your snake stance does 100 poison damage per second over 5 seconds.
You have a pair of gloves that do 10 poison damage per second over 9 seconds. First you add the damage per second=100+10=110. Then you add and average the duration = (5+9):2 = 7. Now in order to calculate the total damage, all you need to do is 7*110=770. As you can see, the not so impressive gloves, increased our total poison damage by 54%.

https://docs.median-xl.com/MXLU_vXVI_Do ... oison.html

I guess it's (A+B+C)/3 for the duration. Dmg should be A+B+C.

Is poison duration really that important? I mean which enemy survives 15 seconds?
Edited by Nitz 8 years.
User avatar
Crash
Madawc
6801 | 329
Great Posting Badge
Posted over 2.500 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Great Supporter Badge
Donated 5 times
Common Showcase Badge
Median XL Broadcaster
Common Guide Badge
Created a complete character guide
Common Contribution Badge
Has collaborated to our forums, realms or mod
Common Auction Badge
Won 50 auctions
I don't think you wrote that properly, based on the description you gave. You don't divide the poison damage by the duration.

From the little description you wrote:

( damage1 + damage2 +damage3 + ... ) * ( ( duration1 + duration2 + duration3 + ... ) / total number of duration sources )

I could be wrong, but that seems to be how you explained it.