
I'm in frequent need of modifying the output of the standard rolls from the PC/NPC character sheets. For example, I have a character with the Great Weapon Fighting Style I could use: /desc desc Attack: [[d20+5]] | [[d20+5]] Damage: [[2d6ro<2 +3]] | + [[2d6ro<2]] Crit But I would prefer to modify the standard greatsword attack: @{guy|wtype}&{template:atk} {{mod=+5}} {{rname=[Greatsword](~-KoLtsrKMkqVdiXhoG-e|repeating_attack_-KoLzrCom59YddGbFPG5_attack_dmg)}} {{rnamec=[Greatsword](~-KoLtsrKMkqVdiXhoG-e|repeating_attack_-KoLzrCom59YddGbFPG5_attack_crit)}} {{r1=[[1d20@{guy|halflingluck}cs>20 + 3[STR] + 2[PROF]]]}} @{guy|rtype}@{guy|halflingluck}cs>20 + 3[STR] + 2[PROF]]]}} {{range=}} {{desc=}} ammo= @{guy|charname_output} But I don't understand what most of the strings in this macro do, deleting some of them seems to have no effect on the roll and this page: <a href="https://wiki.roll20.net/D&D_5e_OGL_Roll_Templates" rel="nofollow">https://wiki.roll20.net/D&D_5e_OGL_Roll_Templates</a> Hasn't helped me a lot. As I understand it, (~-KoLtsrKMkqVdiXhoG-e|repeating_attack_-KoLzrCom59YddGbFPG5_attack_dmg) Accesses some obscure macro that rolls for the damage, but this understanding doesn't get me closer to modifying it for my needs. So where I can read the "rules" on how all those things in the standard macro output work? Or how can I modify just the damage output on those?