mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 22:52:32 +00:00
Monster magic resist now output with roll template
This commit is contained in:
@@ -11,12 +11,18 @@
|
||||
<ul style="font-style:italic">
|
||||
<li>Changed character saving throws to output with roll template</li>
|
||||
<li>Changed character magic resistance to output with roll template</li>
|
||||
|
||||
<li>Changed followers saving throws to output with roll template</li>
|
||||
<li>Changed Monster saving throws to output with roll template</li>
|
||||
<li>Changed Monster magic resistance to output with roll template</li>
|
||||
<li>Added the new header colors to all roll templates: red, yellow, blue, dark-blue, green, orange, gray, brown, purple, dark-purple</li>
|
||||
<li>No longer always adds the Poison save bonus from high consistion to the save vs poison, as this modifier is not always applied. Dwarves, gnomes and halflings have a different modifier</li>
|
||||
<li>The 2Echeck roll template no longer adds "Check vs." to the {{checkvs}} attribute. You can add it yourself if you still want it</li>
|
||||
<li>The 2Einversecheck roll template no longer adds "Check vs." to the {{checkvs}} attribute. You can add it yourself if you still want it</li>
|
||||
<li>No longer always adds the Poison save bonus from high consistion to the save vs poison, as this modifier is not always applied. Dwarves, gnomes and halflings have a different modifier</li>
|
||||
<li>No longer stealthily adds the Poison save bonus from high constitution (19 or more) to the save vs poison, as this modifier is not always applied.
|
||||
<ul>
|
||||
<li>Dwarves and halflings have a different modifier, and therefore do not use the poison save modifier</li>
|
||||
<li>You can add the bonus yourself to the modifier field next to Poison save, if applicable</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>
|
||||
@@ -815,7 +821,7 @@
|
||||
<td><input type="text" name="attr_magrestar" title="@{repeating_magicres_$X_magrestar}" class="sheet-short" placeholder="Target"/></td>
|
||||
<td><input type="text" name="attr_magresmod" title="@{repeating_magicres_$X_magresmod}" class="sheet-table-dynamic" value="0"/></td>
|
||||
<td><input type="text" name="attr_magresnotes" title="@{repeating_magicres_$X_magresnotes}" placeholder="Situational Modifiers"/></td>
|
||||
<td><button type="roll" name="roll_magressave" title="%{repeating_magicres_$X_magressave}" value="/w gm &{template:2Echeck} {{checkvs=Save with @{magresname}}} {{character=@{character_name}}} {{checkroll=[[1d100cs1cf100+(@{magresmod})+(@{misc-mod})]]}} {{checktarget=[[@{magrestar}]]}} {{color=orange}}"></button></td>
|
||||
<td><button type="roll" name="roll_magressave" title="%{repeating_magicres_$X_magressave}" value="/w gm &{template:2Echeck} {{checkvs=Save with @{magresname}}} {{character=@{character_name}}} {{checkroll=[[1d100cs1cf100+(@{magresmod})+(@{misc-mod})]]%}} {{checktarget=[[@{magrestar}]]%}} {{color=orange}}"></button></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
@@ -17872,7 +17878,7 @@
|
||||
<td><label>Magic Res:</label></td>
|
||||
<td>
|
||||
<input type="text" name="attr_monstermagicresist" title="@{monstermagicresist}" class="sheet-short"><label>%</label>
|
||||
<button type="roll" name="roll_monstermagicresist" title="%{monstermagicresist}" value="/gmroll {1d100+(@{misc-mod})}<@{monstermagicresist} [@{character_name} Save with Magic resistance]">Roll</button>
|
||||
<button type="roll" name="roll_monstermagicresist" title="%{monstermagicresist}" value="/w gm &{template:2Echeck} {{checkvs=Save with Magic Resistance}} {{character=@{character_name}}} {{checkroll=[[1d100cs1cf100+(@{misc-mod})]]%}} {{checktarget=[[@{monstermagicresist}]]%}} {{color=orange}}">Roll</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -6,12 +6,18 @@
|
||||
<ul style="font-style:italic">
|
||||
<li>Changed character saving throws to output with roll template</li>
|
||||
<li>Changed character magic resistance to output with roll template</li>
|
||||
|
||||
<li>Changed followers saving throws to output with roll template</li>
|
||||
<li>Changed Monster saving throws to output with roll template</li>
|
||||
<li>Changed Monster magic resistance to output with roll template</li>
|
||||
<li>Added the new header colors to all roll templates: red, yellow, blue, dark-blue, green, orange, gray, brown, purple, dark-purple</li>
|
||||
<li>No longer always adds the Poison save bonus from high consistion to the save vs poison, as this modifier is not always applied. Dwarves, gnomes and halflings have a different modifier</li>
|
||||
<li>The 2Echeck roll template no longer adds "Check vs." to the {{checkvs}} attribute. You can add it yourself if you still want it</li>
|
||||
<li>The 2Einversecheck roll template no longer adds "Check vs." to the {{checkvs}} attribute. You can add it yourself if you still want it</li>
|
||||
<li>No longer always adds the Poison save bonus from high consistion to the save vs poison, as this modifier is not always applied. Dwarves, gnomes and halflings have a different modifier</li>
|
||||
<li>No longer stealthily adds the Poison save bonus from high constitution (19 or more) to the save vs poison, as this modifier is not always applied.
|
||||
<ul>
|
||||
<li>Dwarves and halflings have a different modifier, and therefore do not use the poison save modifier</li>
|
||||
<li>You can add the bonus yourself to the modifier field next to Poison save, if applicable</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>
|
||||
|
||||
+1
-1
@@ -623,7 +623,7 @@
|
||||
<td><input type="text" name="attr_magrestar" title="@{repeating_magicres_$X_magrestar}" class="sheet-short" placeholder="Target"/></td>
|
||||
<td><input type="text" name="attr_magresmod" title="@{repeating_magicres_$X_magresmod}" class="sheet-table-dynamic" value="0"/></td>
|
||||
<td><input type="text" name="attr_magresnotes" title="@{repeating_magicres_$X_magresnotes}" placeholder="Situational Modifiers"/></td>
|
||||
<td><button type="roll" name="roll_magressave" title="%{repeating_magicres_$X_magressave}" value="/w gm &{template:2Echeck} {{checkvs=Save with @{magresname}}} {{character=@{character_name}}} {{checkroll=[[1d100cs1cf100+(@{magresmod})+(@{misc-mod})]]}} {{checktarget=[[@{magrestar}]]}} {{color=orange}}"></button></td>
|
||||
<td><button type="roll" name="roll_magressave" title="%{repeating_magicres_$X_magressave}" value="/w gm &{template:2Echeck} {{checkvs=Save with @{magresname}}} {{character=@{character_name}}} {{checkroll=[[1d100cs1cf100+(@{magresmod})+(@{misc-mod})]]%}} {{checktarget=[[@{magrestar}]]%}} {{color=orange}}"></button></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<td><label>Magic Res:</label></td>
|
||||
<td>
|
||||
<input type="text" name="attr_monstermagicresist" title="@{monstermagicresist}" class="sheet-short"><label>%</label>
|
||||
<button type="roll" name="roll_monstermagicresist" title="%{monstermagicresist}" value="/gmroll {1d100+(@{misc-mod})}<@{monstermagicresist} [@{character_name} Save with Magic resistance]">Roll</button>
|
||||
<button type="roll" name="roll_monstermagicresist" title="%{monstermagicresist}" value="/w gm &{template:2Echeck} {{checkvs=Save with Magic Resistance}} {{character=@{character_name}}} {{checkroll=[[1d100cs1cf100+(@{misc-mod})]]%}} {{checktarget=[[@{monstermagicresist}]]%}} {{color=orange}}">Roll</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user