I am new to Roll20 but have been putting my time in. My reverse engineering some macros i have come up with some good ones but I am an HTML wiz and I am an Old Guy so sometime tech speak gets the best of me. I was wondering if any DMs, Players have a library of macros they find useful that they would be willing to share / trade with me. I have a bunch that I really like I will post below. Also i was wondering if there was a clear concise place to use templates ? I like the new 5e templates but I have had a hell of a time trying to reverse engineer one. Thanks in advance for your help. Here are some macros i use on the regular PC MELEE / RANGED ATTACK-
&{template:default} {{name=Weapon}} {{Attack Roll= [[1d20+@{ability_mod}+@{PB}]]|[[1d20+@{ability_mod}+@{PB}]]}} {{Dmg= [[ndx+@{ability_mod}]] Damage Type}}{{If Crit= [[ndx]]}}
ROGUE SNEAK ATTACK-
Additional [[(@{level}/2)d6]] sneak attack damage
PC PERCEPTION-
&{template:default} {{name=Perception Check}} {{Active Perception= [[1d20+@{wisdom_mod}+@{PB}]]|[[1d20+@{wisdom_mod}+@{PB}]]}} {{Passive Perception= [[10+@{Wisdom_mod}+@{PB}]]}}
PC STEALTH-
&{template:default} {{name=Stealth}}{{Stealth Check= [[1d20+@{stealth_prof}+@{dexterity_mod}]] | [[1d20+@{stealth_prof}+@{dexterity_mod}]]}}
CURE WOUNDS-
&{template:default} {{name=Cure Wounds}}{{Casting time= 1 Action}}{{Range= Touch}}{{Duration= Instant}}{{School= Evocation}} {{Components= V, S}} {{Heals= [[?{Spell Slot|1}d8+@{spellcasting_ability}]] HP}} {{Effect= Does not affect undead & constructs}} {{Upgradable= 1d8 extra per spell level over 1st}}
HEALING WORD-
&{template:default} {{name=Healing Word}}{{Casting time= 1 Bonus Action}}{{Range= 60 ft.}}{{Duration= Instantaneous}}{{School= Evocation}} {{Components= V, S}} {{Heals= [[?{Spell Slot|1}d4+@{spellcasting_ability}]] HP}} {{Effect= Does not affect undead & constructs}} {{Upgradable= 1d4 extra per spell level over 1st}}
PC SAVING THROWS-
/w gm &{template:default}{{name=Saving Throws}} {{Str Save= [[1d20+@{npcd_str_mod}+@{strength_save_prof}]]| [[1d20+@{npcd_str_mod}+@{strength_save_prof}]]}} {{Dex Save= [[1d20+@{npcd_dex_mod}+@{dexterity_save_prof}]] | [[1d20+@{npcd_dex_mod}+@{dexterity_save_prof}]]}} {{Con Save= [[1d20+@{npcd_con_mod}+@{constitution_save_prof}]] | [[1d20+@{npcd_con_mod}+@{constitution_save_prof}]]}} {{Int Save= [[1d20+@{npcd_int_mod}+@{intelligence_save_prof}]] | [[1d20+@{npcd_int_mod}+@{intelligence_save_prof}]]}} {{Wis Save= [[1d20+@{npcd_wis_mod}+@{wisdom_save_prof}]] | [[1d20+@{npcd_wis_mod}+@{wisdom_save_prof}]]}} {{Cha Save= [[1d20+@{npcd_cha_mod}+@{charisma_save_prof}]] | [[1d20+@{npcd_cha_mod}+@{charisma_save_prof}]]}}
SPARE THE DYING-
/em Touches @{target|character_name} and speaks softly of the magnificence of Tyr. @{target|character_name} becomes stable.