mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Update elresurgirdeldragon.html
upgrades in death saving throw
This commit is contained in:
@@ -94,17 +94,17 @@
|
||||
<h4 class="sheet-center">Salvaciones de Muerte</h4>
|
||||
<div class="sheet-row sheet-padl" style="margin-top:-3px">
|
||||
<div class="sheet-col-1-3">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dfail1">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dfail2">
|
||||
<input type="checkbox" class="sheet-bigbox3" name="attr_dfail3">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dfail1" value="1">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dfail2" value="1">
|
||||
<input type="checkbox" class="sheet-bigbox3" name="attr_dfail3" value="1">
|
||||
</div>
|
||||
<div class="sheet-col-1-3 sheet-center">
|
||||
<button type="roll" name="roll_TSDeath" value="&{template:erd} {{title=Salvación contra Muerte}} {{subheader=@{character_name}}} {{roll1=[[1d20]]}} {{roll2=[[0]]}}"></button>
|
||||
<button type="roll" name="roll_TSDeath" value="&{template:erd} {{title=Salvación contra Muerte}} {{subheader=@{character_name}}} {{roll1=[[1d20]]}} {{damage= [[@{dfail1} +@{dfail2} +@{dfail3}]] }}{{extra= Exitos: [[@{dexito1} +@{dexito2}+ @{dexito3} ]]}} "></button>
|
||||
</div>
|
||||
<div class="sheet-col-1-3">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dexito1">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dexito2">
|
||||
<input type="checkbox" class="sheet-bigbox3" name="attr_dexito3">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dexito1" value="1">
|
||||
<input type="checkbox" class="sheet-deathsave" name="attr_dexito2" value="1">
|
||||
<input type="checkbox" class="sheet-bigbox3" name="attr_dexito3" value="1">
|
||||
</div>
|
||||
<div class="sheet-row sheet-small-label sheet-center">
|
||||
<div class="sheet-col-1-3" style="margin-top:-3px">
|
||||
|
||||
Reference in New Issue
Block a user