Implement spell formula 137

This is only used in the BER AA Desperation
This commit is contained in:
Michael Cook (mackal)
2014-09-16 18:35:49 -04:00
parent 11ce399e0d
commit 85e1518856
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -3166,6 +3166,10 @@ snare has both of them negative, yet their range should work the same:
result = MakeRandomInt(ubase, abs(max));
break;
case 137: // used in berserker AA desperation
result = ubase - (ubase * (GetHPRatio() / 100.0f));
break;
//these are used in stacking effects... formula unknown
case 201:
case 203: