I've built a Macro (based on the "Fight Damage" on the sheet) that does not account for Karma, Edges, or Troubles (all of those are after the roll anyway). My Macro lets you select: TN (same as sheet button) Stat to use with the Attack roll (some Powers let you use alternate attack rolls) Fight or Ranged for base n d6 damage. Fight or Ranged for Archetype-based damage bonus. Stat to apply to Damage. This all works GREAT, except for a few small details: 1) The dice images stay as 0s. 2) a 1 on the Marvel Die stays counting as a 1 (rather than being converted to a 6 for calculations) How can I update the macro to adjust for these flaws? Here's teh macro, in case anyone else wants to use it. &{template:mrp-damage} {{name=@{selected|character_name}}} {{title=^{fight_roll}}} {{subtitle=^{attack_roll}}} {{target=[[?{Target's Defense|0}]]}} {{roll=[[3d6+?{Which Ability for Attack Roll?|Might,@{selected|might_action}|Agility,@{selected|agility_action}|Resilience,@{selected|resilience_action}|Vigilence,@{selected|vigilance_action}|Ego,@{selected|ego_action}|Logic,@{selected|logic_action}}[BONUS]]]}} {{damage=[[?{Which dice set?|Fight,@{selected|fight_damage_dice}|Ranged,@{selected|ranged_damage_dice}}+?{Which Modifier?|Fight,@{selected|fight_damage}|Ranged,@{selected|ranged_damage}}+?{Which Ability for Damage Roll?|Might,@{selected|might_action}|Agility,@{selected|agility_action}|Resilience,@{selected|resilience_action}|Vigilence,@{selected|vigilance_action}|Ego,@{selected|ego_action}|Logic,@{selected|logic_action}}[BONUS]]]}} {{roll1=[[0]]}} {{roll2=[[0]]}} {{roll3=[[0]]}} {{damageroll1=[[0]]}} {{damageroll2=[[0]]}} {{damageroll3=[[0]]}}