Template:Save-DC
Jump to navigation
Jump to search
Outputs the save DC for a monster's special attack (e.g. 5), based on the CR of the monster. Primarily used inside the Monster template. Call as follows:
{{Save-DC}}
Parameters (all are optional):
- (unnamed) = modify CR with a positive or negative number. -2 lowers CR by two before outputting value.
- n = modify numeric value with a positive or negative number. "n=-2" lowers skill DC by 2 before outputting the value.
- op = modify the operand. Values are "op=mult" and "op=div", allowing you to multiply or divide by parameter n's value. Default is addition (with negative numbers subtracting).
Examples:
- {{Save-DC|-2}} - outputs save DC as though CR was two lower than actual.
- {{Save-DC|n = 2|op = mult}} - outputs double the normal save DC value for a monster of that CR.