
OK, have been looking for a couple of days and can find nothing that works / applies to what I'm doing...
(Hope I'm posting in right place...)
First, the working Macro...
/em Damage Total @ Location
[[?{QoS}+?{DR}+?{BN/2}-?{Defenders Armor}]]
Level(s) of damage to location:
[[1d6]]
first bit of math takes diff inputs depending on Quality of successes (how many success rolls you made against opponent's roll) + Damage rating of weapon, + Brawn (STR) divided by 2 (crap, need to have all fractions rounded up...) - Defenders Armor rating.
Problem, is very easy to have a value of more than 6, so want the result to max out at six...
do-able???
(Hope I'm posting in right place...)
First, the working Macro...
/em Damage Total @ Location
[[?{QoS}+?{DR}+?{BN/2}-?{Defenders Armor}]]
Level(s) of damage to location:
[[1d6]]
first bit of math takes diff inputs depending on Quality of successes (how many success rolls you made against opponent's roll) + Damage rating of weapon, + Brawn (STR) divided by 2 (crap, need to have all fractions rounded up...) - Defenders Armor rating.
Problem, is very easy to have a value of more than 6, so want the result to max out at six...
do-able???