mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
[Hermanos de Sangre] Daño adicional (#6287)
Ahora se suman dados en vez de un valor fijo al daño
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
<fieldset class="row-nw repeating_armas width-100 ">
|
||||
<div class="row-nw col-xs-3 padding-l-0 padding-r-0">
|
||||
<button type="roll" class="sheet-new-button2 col-xs-2 margin-l-0 margin-r-0" name="roll_Attack" value="/roll @{dano}d6ms+?{¿Daño adicional?|0}"></button>
|
||||
<button type="roll" class="sheet-new-button2 col-xs-2 margin-l-0 margin-r-0" name="roll_Attack" value="/roll (?{¿Daño adicional?|0}+@{dano})d6ms"></button>
|
||||
<input class="custom-input col-xs-10" type="text" name="attr_nombre_arma">
|
||||
</div>
|
||||
<input class="custom-input col-xs-1" type="number" name="attr_dano">
|
||||
@@ -470,7 +470,7 @@
|
||||
</div>
|
||||
<fieldset class="row-nw repeating_armas width-100 ">
|
||||
<div class="row-nw col-xs-3 padding-l-0 padding-r-0">
|
||||
<button type="roll" class="sheet-new-button2 col-xs-2 margin-l-0 margin-r-0" name="roll_Attack" value="/roll @{dano}d6ms+?{¿Daño adicional?|0}"></button>
|
||||
<button type="roll" class="sheet-new-button2 col-xs-2 margin-l-0 margin-r-0" name="roll_Attack" value="/roll (?{¿Daño adicional?|0}+@{dano})d6ms"></button>
|
||||
<input class="custom-input col-xs-10" type="text" name="attr_nombre_arma">
|
||||
</div>
|
||||
<input class="custom-input col-xs-1" type="number" name="attr_dano">
|
||||
@@ -589,7 +589,7 @@
|
||||
</div>
|
||||
<fieldset class="row-nw repeating_armas width-100 ">
|
||||
<div class="row-nw col-xs-3 padding-l-0 padding-r-0">
|
||||
<button type="roll" class="sheet-new-button2 col-xs-2 margin-l-0 margin-r-0" name="roll_Attack" value="/roll @{dano}d6ms+?{¿Daño adicional?|0}"></button>
|
||||
<button type="roll" class="sheet-new-button2 col-xs-2 margin-l-0 margin-r-0" name="roll_Attack" value="/roll (?{¿Daño adicional?|0}+@{dano})d6ms"></button>
|
||||
<input class="custom-input col-xs-10" type="text" name="attr_nombre_arma">
|
||||
</div>
|
||||
<input class="custom-input col-xs-1" type="number" name="attr_dano">
|
||||
|
||||
Reference in New Issue
Block a user