Ondra said:
Hi everyone,
I was wondering, if there is a spell on a character sheet can you view it (to read it) before you roll? Or is the only way to click the cog next to it to see it? I guess this is a more general question so I am sorry if it should be somwhere else
You can search the compendium for the spell and click on it or
Yes, but you will need to create macros and have a pro account for my method.
Here is the macro for the spell Card ( that what i call them )
&{template:spell} {{level=@{selected|repeating_spell-cantrip_$0_spellschool} @{selected|repeating_spell-cantrip_$0_spelllevel}}} {{name=@{selected|repeating_spell-cantrip_$0_spellname}}} {{castingtime=@{selected|repeating_spell-cantrip_$0_spellcastingtime}
}} {{range=@{selected|repeating_spell-cantrip_$0_spellrange}
}} {{target=@{selected|repeating_spell-cantrip_$0_spelltarget}
}}@{selected|repeating_spell-cantrip_$0_spellcomp_v}@{selected|repeating_spell-cantrip_$0_spellcomp_s}@{selected|repeating_spell-cantrip_$0_spellcomp_m}{{material=@{selected|repeating_spell-cantrip_$0_spellcomp_materials}
}} {{duration=@{selected|repeating_spell-cantrip_$0_spellduration}
}}{{description=@{selected|repeating_spell-cantrip_$0_spelldescription}
}} {{athigherlevels=@{selected|repeating_spell-cantrip_$0_spellathigherlevels}
}}@{selected|repeating_spell-cantrip_$0_spellritual}@{selected|repeating_spell-cantrip_$0_spellconcentration}{{charname=charname}}
and for spells
&{template:spell} {{level=@{selected|repeating_spell-1_$0_spellschool} @{selected|repeating_spell-1_$0_spelllevel}}} {{name=@{selected|repeating_spell-1_$0_spellname}}} {{castingtime=@{selected|repeating_spell-1_$0_spellcastingtime}
}} {{range=@{selected|repeating_spell-1_$0_spellrange}
}} {{target=@{selected|repeating_spell-1_$0_spelltarget}
}}@{selected|repeating_spell-1_$0_spellcomp_v}@{selected|repeating_spell-1_$0_spellcomp_s}@{selected|repeating_spell-1_$0_spellcomp_m}{{material=@{selected|repeating_spell-1_$0_spellcomp_materials}
}} {{duration=@{selected|repeating_spell-1_$0_spellduration}
}}{{description=@{selected|repeating_spell-1_$0_spelldescription}
}} {{athigherlevels=@{selected|repeating_spell-1_$0_spellathigherlevels}
}}@{selected|repeating_spell-1_$0_spellritual}@{selected|repeating_spell-1_$0_spellconcentration}{{charname=charname}}
![](https://files.d20.io/images/43028273/FJqfkSaCyOIjFS5U-DPvtA/original.png?1511716555)
and i made a powercard macro to call a list of the spells
![](https://files.d20.io/images/43028312/LvO8ABiIEdzQZMHoGvDW8Q/original.png?1511716598)
this macro has HTML code that will process if i post it here so you would need to send me a private message and I can send you the code but you also need a Pro account and Powercards API.