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.75k stars 1.11k forks source link

Prismatic Force #1120

Closed LeahLuong closed 2 years ago

LeahLuong commented 2 years ago

It seems like the prismatic guards summoned by scroll of prismatic image don't benefit from the hero's use of a ring of force as their primary weapon. I was typically dealing 30-40 dmg w/ a +6 ring while the guard was only managing single digit #'s. Mirror images don't seem to have this problem as they were dealing much more substantial dmg (I saw 1 do 29).

00-Evan commented 2 years ago

Prismatic images copy the player's armor instead of their weapon, and do a set amount of damage (which is fairly low). That's the main tradeoff versus mirror images, which use the player's weapon but are otherwise fragile.

Pr0methean commented 2 years ago

Then shouldn't this disadvantage be documented in the description for the Scroll of Prismatic Image (especially since it'd affect our decisions to craft a Scroll of Mirror Image into one or not)?

00-Evan commented 2 years ago

"This prismatic image acts as a weaker clone of the reader, with similar defence but lower hp and damage."

and

"Prismatic images will attempt to seek and draw focus from enemies, using their enhanced defense and health to protect you. While they do not have the same offensive power as mirror images, they have enhanced durability, including receiving benefits from your armor."

LeahLuong commented 2 years ago

Screenshot_20221026-150506

" . . . current weapon AND armor."