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.73k stars 1.1k forks source link

Add a targetable last-seen ghost of enemies when losing sight (breaking LOS, mind's eye expiring etc) #1885

Closed rando-username closed 7 hours ago

rando-username commented 12 hours ago

As huntress, sometimes you can encounter enemies, and choose to reapproach in a ranged way to get surprise attacks. Such attacks need to be manually aimed since the target is no longer visible.

A targetable last-seen location of the enemy that fades after X turns would be useful in these situations.

Would be applicable in any kind of targeting scenario after losing sight of the enemy.

00-Evan commented 7 hours ago

I'm afraid It's intended that autotargeting only works for enemies that you can see. being able to manually target enemies outside of FOV is fine, but I'd rather not have the game do it for you.