
Hello all together, I am new to the system and I am working on monster sheet templates at the moment. I found a lot of helpful material on various platforms - thanks @ all. For the monster templates I am using ability macros on the token to safe some time for common uses. Until now I could solve all the problems with some research but the following makes me wonder: Macro: &{template:atkdmg} %{selected|repeating_npcaction_$0_npc_action} I can use the roll template for Attack & Damage to display some awesome information. But when I use the roll template in combination with the dynamic references I do get minimal output only. Is there a possibility to get more details about sheet actions? Or can I change my macro to enhance the output? Thanks in advance p.s.: If I execute the action and go up in the chat textarea I get the following: @{Goblin|wtype}&{template:npcaction} {{attack=1}} {{damage=1}} {{dmg1flag=1}} @{Goblin|npc_name_flag} {{rname=Scimitar}} {{r1=[[@{Goblin|d20}+(4+0)]]}} @{Goblin|rtype}+(4+0)]]}} {{dmg1=[[1d6 + 2+0]]}} {{dmg1type=slashing}} {{dmg2=[[+0]]}} {{dmg2type=}} {{crit1=[[1d6+0]]}} {{crit2=[[+0]]}} {{description=}} @{Goblin|charname_output} I am able to manipulate this macro. But if I want to extract the attack modificator to add the {{mod=}} parameter for example (+4 here), there is just a number in the macro and not a reusable variable.