Playing a shapechanger in D&D so I get multiple natural attacks and what not. I made a simple macro to cover all my attack rolls and damage but I don't know how to add power attack to it. I'm not using roll20 sheets and I can't target my token. Below is my basic macro: &{template:default} {{name=Claw}} {{attack=[[1d20+17]]}} {{damage=[[2d6+10]]}} &{template:default} {{name=Claw}} {{attack=[[1d20+17]]}} {{damage=[[2d6+10]]}} &{template:default} {{name=Claw}} {{attack=[[1d20+12]]}} {{damage=[[1d8+6]]}} &{template:default} {{name=Rake if Both Claws Hit}} {{attack=[[1d20+17]]}} {{damage=[[2d6+8]]}} &{template:default} {{name=Rake if Both Claws Hit}} {{attack=[[1d20+17]]}} {{damage=[[2d6+8]]}} &{template:default} {{name=Rend if Both Claws hit}} {{damage=[[4d6+10]]}} &{template:default} {{name=Grapple if Bite Hits}} {{attack=[[1d20+21]]}} How can I add in the ability to do power attack? Also if possible how can I double the damage given from power attack because i have a feat that lets me double power attack damage when leaping.