Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

D&D 5E Statblock Macro Mule (v3)

루시엔 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.&nbsp; 3.6.0 is the current version.&nbsp; 3.6.1 does not exist yet. <a href="https://raw.githubusercontent.com/kinchj/Roll20API/main/D%26D%205E%20Macro%20Mule" rel="nofollow">https://raw.githubusercontent.com/kinchj/Roll20API/main/D%26D%205E%20Macro%20Mule</a> this code still make linkstyle problem
You’ve got old code somewhere.&nbsp; 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?&nbsp; Did you rename the older StatMule and EncounterMule? Do you have more than one StatMule with the same name?&nbsp; Which character do your Collections Macros refer to?&nbsp; If you’d like me to take a look, please PM me a game link.&nbsp;
Quick update to v3.6.1 &nbsp;to adjust Exhaustion rules to match D&amp;D 2024 instead of OneD&amp;D playtest rules.&nbsp; (6 levels of exhaustion instead of 10; -2 penalty per level to all d20 rolls &amp; -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;&amp;nbsp;](%{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&nbsp;exhaustion6 changed to: show@{Show_2014_Exhaustion} exhaustion7 through exhaustion10 aren't needed any more and were removed!