
루시엔 said:
Can you update code 3.6.1?
i need code for translate
I don't understand. 3.6.0 is the current version. 3.6.1 does not exist yet.
루시엔 said:
Can you update code 3.6.1?
i need code for translate
I don't understand. 3.6.0 is the current version. 3.6.1 does not exist yet.
Jarren said:
루시엔 said:
Can you update code 3.6.1?
i need code for translate
I don't understand. 3.6.0 is the current version. 3.6.1 does not exist yet.
https://raw.githubusercontent.com/kinchj/Roll20API/main/D%26D%205E%20Macro%20Mule
this code still make linkstyle problem
You’ve got old code somewhere.
Make sure to clear your cache and refresh the GitHub page. Does your code say v3.6.0?
What is in untitled.js?
Have you tried loading v3.6.0 in a brand new game?
Did you rename the older StatMule and EncounterMule? Do you have more than one StatMule with the same name?
Which character do your Collections Macros refer to?
If you’d like me to take a look, please PM me a game link.
Quick update to v3.6.1 to adjust Exhaustion rules to match D&D 2024 instead of OneD&D playtest rules. (6 levels of exhaustion instead of 10; -2 penalty per level to all d20 rolls & -5 reduction per level to Speed.)
If you're making this change manually then you only need to adjust one Ability and a few Attributes:
ExhaustionList
[Exhaustion Level @{selected|exhaustion_level} ](%{MM|StatStyle} color: red; padding-left: 5px; font-weight: bold; display:block@{MM|at}{MM|exhaustion@{selected|exhaustion_level}|max};)[ ](%{MM|BreakStyle} display:block@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}}; display:none@{selected|exhaustion_1};)[@{selected|exhaustion_1} ](%{MM|StatStyle} color: red; font-weight: normal; display:inline@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}};)[ ](%{MM|BreakStyle} display:block@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}}; display:none@{selected|exhaustion_2};)[@{selected|exhaustion_2} ](%{MM|StatStyle} color: red; font-weight: normal; display:inline@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}};)[ ](%{MM|BreakStyle} display:block@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}}; display:none@{selected|exhaustion_3};)[@{selected|exhaustion_3} ](%{MM|StatStyle} color: red; font-weight: normal; display:inline@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}};)[ ](%{MM|BreakStyle} display:block@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}}; display:none@{selected|exhaustion_4};)[@{selected|exhaustion_4} ](%{MM|StatStyle} color: red; font-weight: normal; display:inline@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}};)[ ](%{MM|BreakStyle} display:block@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}}; display:none@{selected|exhaustion_5};)[@{selected|exhaustion_5} ](%{MM|StatStyle} color: red; font-weight: normal; display:inline@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}};)[ ](%{MM|BreakStyle} display:block@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}}; display:none@{selected|exhaustion_6};)[@{selected|exhaustion_6} ](%{MM|StatStyle} color: red; font-weight: normal; display:inline@{MM|at}{MM|at}{MM|at}{MM|@{MM|at}{MM|exhaustion@{selected|exhaustion_level}}};)[[[2*-@{selected|exhaustion_level}]] to all d20 rolls; ](%{MM|StatStyle} color: red; font-weight: normal; display:inline-block@{MM|at}{MM|exhaustion@{selected|exhaustion_level}|max}@{MM|at}{MM|at}{MM|show@{MM|Show_OneDnD_Exhaustion}};)[[[-5*@{selected|exhaustion_level}]] to speed](%{MM|StatStyle} color: red; font-weight: normal; display:inline-block@{MM|at}{MM|exhaustion@{selected|exhaustion_level}|max}@{MM|at}{MM|at}{MM|show@{MM|Show_OneDnD_Exhaustion}};)[ ](%{MM|RedLine}@{MM|at}{MM|exhaustion@{selected|exhaustion_level}|max};)
Attributes:
'Show_Exhaustion_Text' name changed to 'Show_2014_Exhaustion'
'Show_OneDnD_Exhaustion' name changed to 'Show_2024_Exhaustion'
exhaustion1 through exhaustion6 changed to:
show@{Show_2014_Exhaustion}exhaustion7 through exhaustion10 aren't needed any more and were removed!
I'm running into an issue where spells that roll dice will not cast from the statblock anymore. You can click the name of any other spell and it casts like normal, giving level drop down box and using the spell slot (5e OGL), but clicking a spell that rolls dice, such as Scorching Ray, does nothing at all. This is strange, because the other day all the functionality was working properly.
I'm using the character import method.
Edit: Nevermind, for some reason my game turned all the attack spells into spellcard outputs. Fixed it lol
The spell list chat menu is cutting off the level 1 spell list. I have the config option set to hide unprepared spells, but it is only showing the first 4, and then a red "More Level 1 Spells Not Shown" message. I had previously NOT had the config option set, and it was cutting off the list due to there being more than 15, but now it's cutting off after 4. The other spell levels aren't having this issue.
Which version of the Macromule are you using?
How many level 1 spells does the character have? There is a soft limit of 14 spells per level (Known Limitation #5), based on the Excel spreadsheet I use to put the code together. If you need more per level, it's pretty easy to create a custom list with more spells per level.
If you don't have more than 14 level 1 spells, please post:
1. A screenshot of the Statmule Config attributes
2. The content of the Statmule 'Lvl1List' ability
3. The 'Spells' chat menu output for the character
4. A screenshot of the character's spells on the character sheet
Jarren said:
Which version of the Macromule are you using?
How many level 1 spells does the character have? There is a soft limit of 14 spells per level (Known Limitation #5), based on the Excel spreadsheet I use to put the code together. If you need more per level, it's pretty easy to create a custom list with more spells per level.
If you don't have more than 14 level 1 spells, please post:
1. A screenshot of the Statmule Config attributes
2. The content of the Statmule 'Lvl1List' ability
3. The 'Spells' chat menu output for the character
4. A screenshot of the character's spells on the character sheet
Version 3.6.1
The issue is that while there are more than 15 spells known for level 1, only 5 are prepared, but only 4 are showing on the screen, seen here:
I don't understand why it will show 4 spells here, but no more.
Edit: Alright, I think I understand what's going on. It's 14 spells on the list at all, not just displayed. Anything past 14 won't show up, prepared or otherwise. So I need to expand the list to meet their number.
Sandwich said:
The issue is that while there are more than 15 spells known for level 1, only 5 are prepared, but only 4 are showing on the screen, seen here:
Edit: Alright, I think I understand what's going on. It's 14 spells on the list at all, not just displayed. Anything past 14 won't show up, prepared or otherwise. So I need to expand the list to meet their number.
Correct. The Macromule has a nice output, but it's basically just calling everything, then hiding anything that shouldn't be there.
How many level 1 spells does the character have, or do you anticipate might end up with? I know from your other post it's a wizard, which means there's about 40ish spells on the spell list if you're using just 2014 PHB content.
You've probably already noticed that the Spells chat menu can be a little slower than other chat menus, because of the sheer number of attributes that are being called. The other consideration about adding more spells to the macro is that it can start running even slower. I might think about how to adapt things for characters like this that have more than 14 spells regularly.
Here's a 'Lvl1List' that goes up to 30 spells:
[-- Level 1 Spells --](%{MM|HeaderStyle} display:inline-block@{selected|repeating_spell-1_$0_spellname|max};) [**@{selected|lvl1_slots_expended}/@{selected|lvl1_slots_total} Slots**](%{MM|SpellStyle} cursor: text; display:inline-block@{selected|repeating_spell-1_$0_spellname|max};)[ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$0_spellname|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$0_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$0_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$0_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$0_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$0_spelltarget} ) [@{selected|repeating_spell-1_$0_spellname} ](~@{selected|character_name}|repeating_spell-1_$0_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$0_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$0_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$0_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}|max};) [(@{selected|repeating_spell-1_$0_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$0_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}|max};) [@{selected|repeating_spell-1_$0_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$0_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$0_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$0_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$1_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$1_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$1_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$1_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$1_spelltarget} ) [@{selected|repeating_spell-1_$1_spellname} ](~@{selected|character_name}|repeating_spell-1_$1_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$1_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$1_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$1_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}|max};) [(@{selected|repeating_spell-1_$1_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$1_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}|max};) [@{selected|repeating_spell-1_$1_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$1_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$1_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$1_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$2_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$2_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$2_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$2_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$2_spelltarget} ) [@{selected|repeating_spell-1_$2_spellname} ](~@{selected|character_name}|repeating_spell-1_$2_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$2_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$2_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$2_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}|max};) [(@{selected|repeating_spell-1_$2_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$2_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}|max};) [@{selected|repeating_spell-1_$2_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$2_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$2_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$2_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$3_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$3_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$3_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$3_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$3_spelltarget} ) [@{selected|repeating_spell-1_$3_spellname} ](~@{selected|character_name}|repeating_spell-1_$3_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$3_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$3_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$3_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}|max};) [(@{selected|repeating_spell-1_$3_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$3_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}|max};) [@{selected|repeating_spell-1_$3_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$3_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$3_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$3_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$4_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$4_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$4_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$4_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$4_spelltarget} ) [@{selected|repeating_spell-1_$4_spellname} ](~@{selected|character_name}|repeating_spell-1_$4_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$4_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$4_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$4_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}|max};) [(@{selected|repeating_spell-1_$4_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$4_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}|max};) [@{selected|repeating_spell-1_$4_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$4_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$4_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$4_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$5_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$5_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$5_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$5_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$5_spelltarget} ) [@{selected|repeating_spell-1_$5_spellname} ](~@{selected|character_name}|repeating_spell-1_$5_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$5_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$5_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$5_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}|max};) [(@{selected|repeating_spell-1_$5_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$5_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}|max};) [@{selected|repeating_spell-1_$5_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$5_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$5_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$5_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$6_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$6_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$6_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$6_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$6_spelltarget} ) [@{selected|repeating_spell-1_$6_spellname} ](~@{selected|character_name}|repeating_spell-1_$6_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$6_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$6_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$6_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}|max};) [(@{selected|repeating_spell-1_$6_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$6_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}|max};) [@{selected|repeating_spell-1_$6_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$6_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$6_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$6_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$7_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$7_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$7_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$7_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$7_spelltarget} ) [@{selected|repeating_spell-1_$7_spellname} ](~@{selected|character_name}|repeating_spell-1_$7_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$7_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$7_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$7_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}|max};) [(@{selected|repeating_spell-1_$7_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$7_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}|max};) [@{selected|repeating_spell-1_$7_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$7_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$7_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$7_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$8_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$8_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$8_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$8_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$8_spelltarget} ) [@{selected|repeating_spell-1_$8_spellname} ](~@{selected|character_name}|repeating_spell-1_$8_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$8_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$8_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$8_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}|max};) [(@{selected|repeating_spell-1_$8_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$8_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}|max};) [@{selected|repeating_spell-1_$8_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$8_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$8_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$8_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$9_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$9_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$9_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$9_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$9_spelltarget} ) [@{selected|repeating_spell-1_$9_spellname} ](~@{selected|character_name}|repeating_spell-1_$9_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$9_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$9_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$9_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}|max};) [(@{selected|repeating_spell-1_$9_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$9_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}|max};) [@{selected|repeating_spell-1_$9_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$9_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$9_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$9_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$10_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$10_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$10_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$10_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$10_spelltarget} ) [@{selected|repeating_spell-1_$10_spellname} ](~@{selected|character_name}|repeating_spell-1_$10_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$10_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$10_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$10_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}|max};) [(@{selected|repeating_spell-1_$10_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$10_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}|max};) [@{selected|repeating_spell-1_$10_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$10_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$10_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$10_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$11_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$11_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$11_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$11_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$11_spelltarget} ) [@{selected|repeating_spell-1_$11_spellname} ](~@{selected|character_name}|repeating_spell-1_$11_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$11_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$11_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$11_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}|max};) [(@{selected|repeating_spell-1_$11_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$11_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}|max};) [@{selected|repeating_spell-1_$11_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$11_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$11_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$11_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$12_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$12_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$12_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$12_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$12_spelltarget} ) [@{selected|repeating_spell-1_$12_spellname} ](~@{selected|character_name}|repeating_spell-1_$12_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$12_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$12_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$12_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}|max};) [(@{selected|repeating_spell-1_$12_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$12_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}|max};) [@{selected|repeating_spell-1_$12_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$12_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$12_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$12_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$13_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$13_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$13_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$13_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$13_spelltarget} ) [@{selected|repeating_spell-1_$13_spellname} ](~@{selected|character_name}|repeating_spell-1_$13_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$13_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$13_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$13_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}|max};) [(@{selected|repeating_spell-1_$13_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$13_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}|max};) [@{selected|repeating_spell-1_$13_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$13_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$13_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$13_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$14_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$14_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$14_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$14_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$14_spelltarget} ) [@{selected|repeating_spell-1_$14_spellname} ](~@{selected|character_name}|repeating_spell-1_$14_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$14_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$14_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$14_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}|max};) [(@{selected|repeating_spell-1_$14_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$14_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}|max};) [@{selected|repeating_spell-1_$14_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$14_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$14_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$14_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$15_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$15_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$15_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$15_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$15_spelltarget} ) [@{selected|repeating_spell-1_$15_spellname} ](~@{selected|character_name}|repeating_spell-1_$15_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$15_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$15_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$15_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}|max};) [(@{selected|repeating_spell-1_$15_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$15_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}|max};) [@{selected|repeating_spell-1_$15_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$15_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$15_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$15_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$16_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$16_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$16_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$16_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$16_spelltarget} ) [@{selected|repeating_spell-1_$16_spellname} ](~@{selected|character_name}|repeating_spell-1_$16_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$16_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$16_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$16_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}|max};) [(@{selected|repeating_spell-1_$16_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$16_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}|max};) [@{selected|repeating_spell-1_$16_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$16_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$16_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$16_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$17_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$17_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$17_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$17_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$17_spelltarget} ) [@{selected|repeating_spell-1_$17_spellname} ](~@{selected|character_name}|repeating_spell-1_$17_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$17_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$17_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$17_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}|max};) [(@{selected|repeating_spell-1_$17_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$17_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}|max};) [@{selected|repeating_spell-1_$17_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$17_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$17_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$17_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$18_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$18_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$18_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$18_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$18_spelltarget} ) [@{selected|repeating_spell-1_$18_spellname} ](~@{selected|character_name}|repeating_spell-1_$18_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$18_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$18_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$18_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}|max};) [(@{selected|repeating_spell-1_$18_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$18_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}|max};) [@{selected|repeating_spell-1_$18_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$18_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$18_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$18_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$19_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$19_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$19_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$19_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$19_spelltarget} ) [@{selected|repeating_spell-1_$19_spellname} ](~@{selected|character_name}|repeating_spell-1_$19_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$19_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$19_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$19_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}|max};) [(@{selected|repeating_spell-1_$19_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$19_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}|max};) [@{selected|repeating_spell-1_$19_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$19_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$19_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$19_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$20_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$20_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$20_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$20_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$20_spelltarget} ) [@{selected|repeating_spell-1_$20_spellname} ](~@{selected|character_name}|repeating_spell-1_$20_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$20_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$20_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$20_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}|max};) [(@{selected|repeating_spell-1_$20_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$20_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}|max};) [@{selected|repeating_spell-1_$20_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$20_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$20_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$20_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$21_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$21_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$21_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$21_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$21_spelltarget} ) [@{selected|repeating_spell-1_$21_spellname} ](~@{selected|character_name}|repeating_spell-1_$21_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$21_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$21_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$21_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}|max};) [(@{selected|repeating_spell-1_$21_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$21_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}|max};) [@{selected|repeating_spell-1_$21_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$21_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$21_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$21_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$22_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$22_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$22_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$22_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$22_spelltarget} ) [@{selected|repeating_spell-1_$22_spellname} ](~@{selected|character_name}|repeating_spell-1_$22_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$22_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$22_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$22_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}|max};) [(@{selected|repeating_spell-1_$22_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$22_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}|max};) [@{selected|repeating_spell-1_$22_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$22_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$22_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$22_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$23_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$23_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$23_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$23_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$23_spelltarget} ) [@{selected|repeating_spell-1_$23_spellname} ](~@{selected|character_name}|repeating_spell-1_$23_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$23_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$23_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$23_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}|max};) [(@{selected|repeating_spell-1_$23_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$23_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}|max};) [@{selected|repeating_spell-1_$23_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$23_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$23_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$23_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$24_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$24_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$24_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$24_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$24_spelltarget} ) [@{selected|repeating_spell-1_$24_spellname} ](~@{selected|character_name}|repeating_spell-1_$24_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$24_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$24_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$24_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}|max};) [(@{selected|repeating_spell-1_$24_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$24_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}|max};) [@{selected|repeating_spell-1_$24_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$24_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$24_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$24_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$25_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$25_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$25_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$25_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$25_spelltarget} ) [@{selected|repeating_spell-1_$25_spellname} ](~@{selected|character_name}|repeating_spell-1_$25_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$25_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$25_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$25_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}|max};) [(@{selected|repeating_spell-1_$25_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$25_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}|max};) [@{selected|repeating_spell-1_$25_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$25_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$25_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$25_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$26_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$26_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$26_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$26_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$26_spelltarget} ) [@{selected|repeating_spell-1_$26_spellname} ](~@{selected|character_name}|repeating_spell-1_$26_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$26_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$26_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$26_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}|max};) [(@{selected|repeating_spell-1_$26_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$26_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}|max};) [@{selected|repeating_spell-1_$26_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$26_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$26_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$26_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$27_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$27_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$27_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$27_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$27_spelltarget} ) [@{selected|repeating_spell-1_$27_spellname} ](~@{selected|character_name}|repeating_spell-1_$27_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$27_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$27_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$27_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}|max};) [(@{selected|repeating_spell-1_$27_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$27_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}|max};) [@{selected|repeating_spell-1_$27_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$27_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$27_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$27_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$28_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$28_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$28_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$28_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$28_spelltarget} ) [@{selected|repeating_spell-1_$28_spellname} ](~@{selected|character_name}|repeating_spell-1_$28_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$28_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$28_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$28_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}|max};) [(@{selected|repeating_spell-1_$28_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$28_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}|max};) [@{selected|repeating_spell-1_$28_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$28_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$28_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$28_spellprepared}|max};) [@{MM|InfoButton} ](! @{MM|whisper} %{@{selected|character_name}|repeating_spell-1_$29_output}%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$29_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}|max}; " class="showtip" title="Casting Time: @{selected|repeating_spell-1_$29_spellcastingtime}%NEWLINE%Duration: @{selected|repeating_spell-1_$29_spellduration}%NEWLINE%Target: @{selected|repeating_spell-1_$29_spelltarget} ) [@{selected|repeating_spell-1_$29_spellname} ](~@{selected|character_name}|repeating_spell-1_$29_spell%{MM|SpellStyle} display:inline-block@{selected|repeating_spell-1_$29_spellname|max}; @{MM|at}{MM|perc}{MM|@{MM|at}{MM|switch@{selected|npc}}@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}}}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}|max}; ) [@{MM|ConcentrationButton} ](%{MM|ConcentrationStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$29_spellconcentration}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}|max};) [@{MM|RitualButton} ](%{MM|RitualStyle} display:inline; display:none@{MM|at}{MM|at}{MM|show@{selected|repeating_spell-1_$29_spellritual}|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}|max};) [(@{selected|repeating_spell-1_$29_spellrange}) ](%{MM|InfoStyle} display:inline-block@{selected|repeating_spell-1_$29_spellrange|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}|max};) [@{selected|repeating_spell-1_$29_innate} ](%{MM|InnateStyle} display:inline-block@{selected|repeating_spell-1_$29_innate|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}|max};) [ ](%{MM|BreakStyle} display:block@{selected|repeating_spell-1_$29_spellname|max}; display:none@{MM|at}{MM|preparedspell@{selected|repeating_spell-1_$29_spellprepared}|max};) [ More Level 1 Spells Not Shown ](%{MM|SpellStyle} color: red; cursor: text; font-weight: bold; display:inline-block@{selected|repeating_spell-1_$30_spellname|max};)
Jarren said:
Sandwich said:
The issue is that while there are more than 15 spells known for level 1, only 5 are prepared, but only 4 are showing on the screen, seen here:
Edit: Alright, I think I understand what's going on. It's 14 spells on the list at all, not just displayed. Anything past 14 won't show up, prepared or otherwise. So I need to expand the list to meet their number.
Correct. The Macromule has a nice output, but it's basically just calling everything, then hiding anything that shouldn't be there.
How many level 1 spells does the character have, or do you anticipate might end up with? I know from your other post it's a wizard, which means there's about 40ish spells on the spell list if you're using just 2014 PHB content.
You've probably already noticed that the Spells chat menu can be a little slower than other chat menus, because of the sheer number of attributes that are being called. The other consideration about adding more spells to the macro is that it can start running even slower. I might think about how to adapt things for characters like this that have more than 14 spells regularly.
I agree. They collect them for the sake of collecting them, I'll discuss the limitations of the program with them. And I already expanded the list up to their current limit, thanks!
Sandwich said:
I agree. They collect them for the sake of collecting them, I'll discuss the limitations of the program with them. And I already expanded the list up to their current limit, thanks!
I haven't had to do this with any of my players yet, but an idea that I came up with for if I had a player with a wizard and a very large spellbook, is I would create a separate character called "Character's Spellbook" and put all of their spells on that character, and only keep the smaller number of spells that get used all of the time by the character on their regular character sheet. I think it's likely that they won't switch out a lot of spells all of the time, so that would let them continue to use the Statmule to reference their commonly used spells. Like you said, they only have 5 1st-level spells prepared, plus however many ritual spells they might want regular access to.
It wouldn't be too hard to create a custom attribute on their character to pull a list of spells from their Spellbook character as well.
So I've been using the Macro Mule for over a year now (and I've heavily modified it during that time) and now I'm wonder if there's a way adapt it to the new 2024 character sheets?
Tara said:
So I've been using the Macro Mule for over a year now (and I've heavily modified it during that time) and now I'm wonder if there's a way adapt it to the new 2024 character sheets?
I’m waiting for the new sheet to stabilize and see what options are available for macros, attributes, and roll templates. At this time wouldn’t bother trying as too much is in flux day to day.
To add on to Jarren's answer, the 2024 sheet currently lacks the ability to call sheet actions (roll buttons) in chat. Until this is added, it's really a non-starter.
Just to say Bravo for your hard work this is jsut a game changer for me a s a DM having to juggle with multiple shhet open at the same time on combat. Thanks again.
André B. said:
Just to say Bravo for your hard work this is jsut a game changer for me a s a DM having to juggle with multiple shhet open at the same time on combat. Thanks again.
Hi Andre B.,
Juggling character sheets during combat is not something I have had a problem with.
My process:
1) pop the character sheet out of the game. This prevents the sheet from blocking the table. It also gets around the difficulties in opening and closing minimized sheets. And it gets around having a bunch of minimized sheets on your table.
2) Next, Alt+dbl click on a token brings the sheet to the foreground instantly.
That is not to say that macro mules or Token Action Maker isn't extremely valuable. They are, but it sounds like you might have needed a different process option.