Hello I'm playing a Warhammer 40k RPG and in there the weapons can have certain properties that cause various things one of which is called Proven what it does is if the Damage Dice of the weapon roll lower than the number next to it's Proven quality that die roll gets replaced with the number next to proven eg dice rolled a 3 weapon has Proven (4) dice roll gets replaced with a 4. we have gotten this to work with the following formula {d10, d0+4}kh1 but this only works if the weapon rolls only 1 die if it rolls any more than that then it looks like this {d10, d10, d10, d10, d0+4, d0+4, d0+4, d0+4}kh4 Is there a way to boil this down so it isn't taking as much room?