nornagon / cdda-guide

The Hitchhiker's Guide to the Cataclysm
https://cdda-guide.nornagon.net
GNU General Public License v3.0
112 stars 27 forks source link

Monster difficulty calculation has changed #182

Closed RenechCDDA closed 11 hours ago

RenechCDDA commented 2 weeks ago

Basically some special attacks got whitelisted to not count.

https://github.com/nornagon/cdda-guide/blob/b64a93099775e835090d72238aed154a36489505/src/types/Monster.svelte#L71-L76

Compare to master:

https://github.com/CleverRaven/Cataclysm-DDA/blob/348453333a599a0afbb829acfa145e9bc63a7ccc/src/monstergenerator.cpp#L380-L393

Related PRs: https://github.com/CleverRaven/Cataclysm-DDA/pull/75716 https://github.com/CleverRaven/Cataclysm-DDA/pull/75804

RenechCDDA commented 2 weeks ago

I was going to give you a PR but github's web portal doesn't allow headless PRs

nornagon commented 11 hours ago

awh, pr would have been nice! thanks for the detailed references.