Theraze
Active member
Appears from the Wiki and also WHAM under-killing him that Peanut does indeed have 25% elemental resistance. My workaround was forcing weapon of the pastalord rather than letting WHAM handle him, but... should probably get BatBrain updated as well.
Edit: Since the blocks appear to be ascending, and he's a rare exception with not having additional physical resistance, I put him near the top, like so:
Edit: Since the blocks appear to be ascending, and he's a rare exception with not having additional physical resistance, I put him near the top, like so:
Code:
case $monster[BRICKO vacuum cleaner]: foreach el in $elements[] mres[el] = 0.1; mres[$element[none]] = 0.1; break;
case $monster[peanut]: foreach el in $elements[] mres[el] = 0.25; break;
case $monster[gorgolok, the infernal seal (volcanic cave)]:
Last edited: