So, I'm guessing there is an upper limit on the number of attacks you can make, and therefore the number of hits you can score. In order to have each hit separated out, I'd probably use advanced roll query nesting to do this: &{template:default} {{name=Lasgun}} ?{Number of
Hits|1, {{Damage=[[3+1d10+?{Charge Level|Standard, 0[Penetration
1]|Overcharge, 1[Penetration 1]|Overload,
2[Penetration 3]} ]]}} |2,
{{Damage1=[[3+1d10+?{Charge Level|Standard, 0[Penetration
1]|Overcharge, 1[Penetration 1]|Overload,
2 [Penetration 3]} ]]}}
{{Damage2=[[3+1d10+?{Charge Level} ]]}}
} {{Damage Type=**Energy**}} I've only done it out for two hits, but you should get the idea from there. -Scott EDIT: Fixed some over-escaped and mis-escaped entities. If you wanted/didn't mind having all the damage rolls in one template field, you could do with just having to replace the bars, commas, and end curly braces in the charge level queries