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.71k stars 1.09k forks source link

Thrown weapon durability against focused monk #1875

Closed vanderdolino closed 9 hours ago

vanderdolino commented 9 hours ago

Not sure if this is by design. When a thrown weapon is thrown at a monk with focus, the projectile is parried as expected, but the thrown weapon doesn't lose a durability. I am currently farming on floor 17 and it seems like an exploit that I have an unlimited supply of projectiles with which I can remove focus on monk after monk.

00-Evan commented 9 hours ago

Thanks for the report! That is intended though, parries count as a miss, and misses don't decrement durability.