Skip to content

Commit

Permalink
Merge pull request #13177 from VJRolmasters/master
Browse files Browse the repository at this point in the history
[MEDIEVO OSCURO] two bugs fixed in PNJ sheet
  • Loading branch information
NBrooks-Roll20 authored Aug 6, 2024
2 parents 8196083 + 948e903 commit f8a2d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Medievo Oscuro/medievooscuro.html
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ <h2>DEMONOLOGIA</h2>
<fieldset class="repeating_armaspnj2">
<input type="text" name="attr_armanamepnj2" style=" width: 45%;" title="Armas del PNJ"/>
<input type="number" name="attr_bonoataquepnj2" style=" width: 10%; text-align: center" value="0" min="-10" max="20" title="Bono de ataque del PNJ"/>
<button type="roll" name="roll_dañoarmadelpnj2" value="&{template:mo} {{title=TIRADA DE ATAQUE }} {{subtitle= @{nombrepnj} }} {{color=}} {{ @{armanamepnj2}= [[ 1d20 + @{bonoataquepnj2} ]]}}{{Daño=[[@{dañoarmapnj2} ]]}}{{desc=Lucha por sobrevivir!}}" ></button>
<button type="roll" name="roll_dañoarmadelpnj2" value="&{template:mo} {{title=TIRADA DE ATAQUE }} {{subtitle= @{nombrepnj2} }} {{color=}} {{ @{armanamepnj2}= [[ 1d20 + @{bonoataquepnj2} ]]}}{{Daño=[[@{dañoarmapnj2} ]]}}{{desc=Lucha por sobrevivir!}}" ></button>
<input type="text" name="attr_dañoarmapnj2" value="0" style=" width: 35%;" title="Daño total del arma. Incluir todos los bonos"/>
</fieldset>
</div><!-- end . sheet-pnjarmasgridB -->
Expand Down Expand Up @@ -1315,7 +1315,7 @@ <h2>DEMONOLOGIA</h2>
<fieldset class="repeating_armaspnj3">
<input type="text" name="attr_armanamepnj3" style=" width: 45%;" title="Armas del PNJ"/>
<input type="number" name="attr_bonoataquepnj3" style=" width: 10%; text-align: center" value="0" min="-10" max="20" title="Bono de ataque del PNJ"/>
<button type="roll" name="roll_dañoarmadelpnj3" value="&{template:mo} {{title=TIRADA DE ATAQUE }} {{subtitle= @{nombrepnj3} }} {{color=}} {{ @{armanamepnj3}= [[ 1d20 + @{bonoataquepnj} ]]}}{{Daño=[[@{dañoarmapnj3} ]]}}{{desc=Lucha por sobrevivir!}}" ></button>
<button type="roll" name="roll_dañoarmadelpnj3" value="&{template:mo} {{title=TIRADA DE ATAQUE }} {{subtitle= @{nombrepnj3} }} {{color=}} {{ @{armanamepnj3}= [[ 1d20 + @{bonoataquepnj3} ]]}}{{Daño=[[@{dañoarmapnj3} ]]}}{{desc=Lucha por sobrevivir!}}" ></button>
<input type="text" name="attr_dañoarmapnj3" value="0" style=" width: 35%;" title="Daño total del arma. Incluir todos los bonos"/>
</fieldset>
</div><!-- end . sheet-pnjarmasgridB -->
Expand Down

0 comments on commit f8a2d8b

Please sign in to comment.