damonhook / aos-statshammer

A tool for calculating and comparing damage outputs for Warhammer Age of Sigmar units.
https://aos-statshammer.herokuapp.com/
MIT License
18 stars 10 forks source link

Add after-save exclusively for wounds #60

Closed sedulam closed 4 years ago

sedulam commented 4 years ago

Looking at the picture, this means that a MW would have one or two after-saves? Screenshot_20200904-071848 Since GHB2020, we can only have one after-save, but if both target modifiers above are cumulative, then there's currently no way to configure Nagash's target modifiers to account for his Morikhane (MWs negate on 4+), and his Deathless Minions (wounds negate on 6+). Deathless Minions also negates MWs, but Morikhane é the obvious choice since it is a 4+ negate. This would be solved by an after-save exclusively for wounds, and not MWs.

sedulam commented 4 years ago

Hi @damonhook ! I saw the ticket #61 , but these are two different things. Currently we still only have the "Target Feel No Pain" and the "Target Mortal Wounds Negate". To simulate allocating wounds on Nagash, we would need a 3rd target modifier that would only negate normal wounds (not MWs). Because Nagash has its native Deathless Minions (ignore wounds and MWs on a 6+), and Morikhane (ignore MWs on a 4+), logically, Nagash will use Deathless Minions for normal wounds, and it'll use Morikhane for MWs. Is my understanding correct, or am I missing how this should be configured in the Target Modifiers? Cheers, and thanks for all your work again! image

damonhook commented 4 years ago

Hi, so the decision of which target modifier to use is handled by the backend API. The idea is that you put the modifiers down as they appear on the scroll and let the API figure out the best way to apply it

So here are some scenarios:


You have:

It will use the MW Negate for all mortal wounds, and the FNP for normal wounds


You have:

It will always use the FNP (since the roll is better)


You have:

It will use the 4+ FNP as the roll is better.


I hope that answers your question

sedulam commented 4 years ago

Perfect, thanks for the clarification! Can I suggest you add this information on the page for the target modifiers? I think it's very useful info to know. 👍 I'm sorry if this is already somewhere in the site and I missed it though.