to_fnp: Feel No Pain

Description Usage Arguments Value Examples

View source: R/to_save.R

Description

After a failed save, some rules allow an additional save-after-the-save to prevent wounds individually. This is sometimes refered as a shrug. This function stands in place of e.g. Disgustingly Resilient. 8th does not have universal rules, but this function uses the older name for convenience.

Usage

1
to_fnp(n, fnp)

Arguments

n

integer scalar number of un-saved wounds

fnp

integer scalar minimum to ignore wound (e.g. fnp = 5 for 5+ Disgustingly Resilient)

Value

integer scalar number of failed FNPs

Examples

1
2
# CSM plague marine attempts to shrug a wound.
to_fnp(1, 5)

psmits/mathhammr documentation built on May 14, 2019, 5:16 a.m.