00-Evan / shattered-pixel-dungeon

Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the source code of Pixel Dungeon, by Watabou.
https://shatteredpixel.com/shatteredpd/
GNU General Public License v3.0
4.68k stars 1.09k forks source link

Prismatic Vulnerability #1155

Closed LeahLuong closed 1 year ago

LeahLuong commented 1 year ago

It seems prismatic guards are dmg'd by scroll of retribution where other allies are not. Others like the sad ghost or mirror images will receive the blindness & weakened debuffs but no dmg. Is this intentional?? If not, it may be worthwhile to check if prismatic guards are prone to other friendly fire effects like chaining lightning or blast wave explosions; I noticed allies tend to be immune to dmg from those.

I'll try to post here again if & when I get a chance to check the other cases.

00-Evan commented 1 year ago

Allies actually aren't immune to retribution at all, it hits everything in your FOV. For mirror images in particular, because they have 1 health, the damage dealt might be getting rounded down to 0 if it is less than 0.5.