
Hi, I'm playing on Legend of the Five Ring (1st edition), and i'm stuck with a macro i would like to do. Just to explain the rule i'm trying to set with macro : When i do a damage roll on a beast with armor, on the dice i kept from the role, i substract all the dice that are equal or lower than the value of the beast's armor. exemple : Fighting a beast with armor 6. I hit with 6d10!!k3. My macro so far does : /roll {5d10!!k2-1}>?{armor|6} or in this case /roll {5d10!!k2-1}>7. I put the -1 on all dice roll so i dont have to put the +1 on the armor value (i tried to do a +1 on the armor part but it kept failing) because the superior is an equal or superior. What i'm interested in is just having the result (not the number of success) of the dice kept that meets the requirement : Being strictly over the armor value. Thank you for your attention.