mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Tesoro y Gloria: fix img pathnames to Roll20/master (#5707)
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
Ficha y herramientas para usar el juego de rol TyG en roll20
|
||||
|
||||
Offical Character Sheet for Tesoro y Gloria(TyG) by the publsiher.
|
||||
Offical Character Sheet for "Tesoro y Gloria"(TyG), by the publisher.
|
||||
@@ -1,4 +1,4 @@
|
||||
<img src="https://raw.githubusercontent.com/Anduh/roll20-character-sheets/TyG/Tesoro-y-Gloria/images/logo.jpg" style="width:600px;height:190px">
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Tesoro-y-Gloria/images/logo.jpg" style="width:600px;height:190px">
|
||||
|
||||
<div>
|
||||
<button type="action" name="act_pericias" >Pericias y Combate</button>
|
||||
@@ -154,14 +154,14 @@
|
||||
<!-- Page 1:PG, CA, DA Y VELOCIDAD -->
|
||||
|
||||
<h4>
|
||||
<img src="https://raw.githubusercontent.com/Anduh/roll20-character-sheets/TyG/Tesoro-y-Gloria/images/skull.png" class="skull">
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Tesoro-y-Gloria/images/skull.png" class="skull">
|
||||
<span>Pts de Golpe</span>
|
||||
<input type="text" name=attr_pgTotales class="w32">
|
||||
<input type="text" name=attr_pgActuales class="w32">
|
||||
<img src="https://raw.githubusercontent.com/Anduh/roll20-character-sheets/TyG/Tesoro-y-Gloria/images/armor.png" class="armor">
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Tesoro-y-Gloria/images/armor.png" class="armor">
|
||||
<span>Clase de Armadura</span>
|
||||
<input type="text" name=attr_CA class="w32" value="10" >
|
||||
<img src="https://raw.githubusercontent.com/Anduh/roll20-character-sheets/TyG/Tesoro-y-Gloria/images/da-base.png" class="sword">
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Tesoro-y-Gloria/images/da-base.png" class="sword">
|
||||
<span>DA base</span>
|
||||
<select name="attr_DA" class="dtype sword">
|
||||
<option value="d1">1</option>
|
||||
@@ -172,7 +172,7 @@
|
||||
<option value="d12">d12</option>
|
||||
<option value="d20">d20</option>
|
||||
</select>
|
||||
<img src="https://raw.githubusercontent.com/Anduh/roll20-character-sheets/TyG/Tesoro-y-Gloria/images/velocidad.png" class="foot">
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Tesoro-y-Gloria/images/velocidad.png" class="foot">
|
||||
<span> Velocidad </span>
|
||||
<input type="text" name=attr_Vel class="w32" value=10 >
|
||||
</h4>
|
||||
|
||||
Reference in New Issue
Block a user