Skip to content

Instantly share code, notes, and snippets.

@keithcurtis1
Created September 9, 2020 17:20
Show Gist options
  • Save keithcurtis1/32f9c63ce3cff25b2178c0814e155c67 to your computer and use it in GitHub Desktop.
Save keithcurtis1/32f9c63ce3cff25b2178c0814e155c67 to your computer and use it in GitHub Desktop.
This macro creates a spell list for the selected character. The list is presented as a whispered menu, and clicking on any spell will output a spellcard to chat, useful for presenting details of a spell during the game, regardless of the spells settings, and without triggering athe usage of a spell slot. The macro requires the user to install th…
!ia --menu --row#spellreport --^^spellreport#getrow{{!!t#Cantrips !!c#ffffff !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-cantrip !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 1 !!f#.9 !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-1 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 2 !!c#ffffff !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-2 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 3 !!f#.9 !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-3 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 4 !!c#ffffff !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-4 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 5 !!f#.9 !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-5 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 6 !!c#ffffff !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-6 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 7 !!f#.9 !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-7 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --^^spellreport#getrow{{!!t#Level 8 !!c#ffffff !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-8 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --spellreport#getrow{{!!t#Level 9 !!f#.9 !!s#getrepeating{{!!c#@{selected|character_name} !!d# |  !!s#spell-9 !!sfxn#spellname !!op#bC !!emptyok !!sfxa#spellname !!sfxlist#spellschool School:|spellcastingtime Casting Time:|spellrange Range:|spelltarget Target:|spellcomp_materials Components:|spellduration Duration:|spelldescription Description: (fw) !!frmt#o+}}}} --title#@{selected|character_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment