mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
678 lines
48 KiB
HTML
678 lines
48 KiB
HTML
<input style="margin-left:9px;" type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" checked="checked"><span title="PERSONAJE"></span>
|
|
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2"><span title="PNJ"></span>
|
|
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3"><span title="VEHÍCULO"></span>
|
|
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab4" value="4"><span title="ORGANIZACIÓN"></span>
|
|
|
|
<div class="sheet-tab-content sheet-tab1 ">
|
|
<div class="sheet-section-basic sheet-section">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 220px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/Hitos-Logo.png" /></td>
|
|
<td>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><label>Nombre</label> <input style="width: 195px; text-align: left;" name="attr_character_name" type="text" /></td>
|
|
<td><label>Concepto</label> <input style="width: 300px; text-align: left;" name="attr_Concepto" type="text" /></td>
|
|
<td ><label>Drama</label> <input class='sheet-skillvaluebox' style="width: 40px; text-align: left;" type="number" name="attr_Drama_ACTUAL" />/<input class='sheet-skillvaluebox' style="width: 40px; text-align: left;" type="number" name="attr_Drama" /></td></tr>
|
|
</tbody>
|
|
</table>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td ><label>Cita</label> <input style="width: 590px; text-align: left;"type="text" name="attr_Cita" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
<div class="sheet-break"></div>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">HITOS Y COMPLICACIONES</div>
|
|
<table width="835">
|
|
<tbody>
|
|
<tr>
|
|
<td><input style="width: 416px;" name="attr_Aspect1" type="text" placeholder="Hito" /></td>
|
|
<td><input style="width: 416px;" name="attr_Aspect2" type="text" placeholder="Hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input style="width: 416px;" name="attr_Aspect3" type="text" placeholder="Hito" /></td>
|
|
<td><input style="width: 416px;" name="attr_Aspect4" type="text" placeholder="Hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input name="attr_complicacion" type="text" placeholder="Complicacion" /></td>
|
|
<td>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><input style="width: 99px;" name="attr_extra1" type="text" placeholder="Valor extra"/></td>
|
|
<td><input style="width: 40px; text-align: left;" type="number" name="attr_extradata1" /></td>
|
|
<td><input style="width: 99px;" name="attr_extra2" type="text" placeholder="Valor extra"/></td>
|
|
<td><input style="width: 40px; text-align: left;" type="number" name="attr_extradata2" /></td>
|
|
<td><input style="width: 99px;" name="attr_extra3" type="text" placeholder="Valor extra"/></td>
|
|
<td><input style="width: 40px; text-align: left;" type="number" name="attr_extradata3" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div class="sheet-section-stunts sheet-section sheet-half">
|
|
<div class="sheet-header">SALUD</div>
|
|
<table style="width: 410px;">
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>AGUANTE</strong></td>
|
|
<td style="text-align: right; "><button style="width: 33px;" type="roll" value="/r {3d10dh1}kh1+ floor(@{aguante}) +?{Modificador|0} "></button></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_aguante" type="number" value="round(@{VOLUNTAD}/2)+@{FORTALEZA}" /></td>
|
|
<td><strong>ENTEREZA</strong></td>
|
|
<td style="text-align: right; "><button style="width: 33px;" type="roll" value="/r {3d10dh1}kh1+ floor(@{ENTEREZA})+?{Modificador|0} "></button></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_ENTEREZA" type="number" value="round(@{INTELECTO} / 2) + @{VOLUNTAD}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align: right;">PUNTOS RR </td>
|
|
<td style="text-align: right;"><input style="width: 40px;" name="attr_RESISTENCIA" type="number" value="[[(@{aguante})*3]]" /></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_RESISTENCIA_max" type="number" value="[[(@{aguante})*3]]" /></td>
|
|
<td style="text-align: right;">SALUD MENTAL</td>
|
|
<td style="text-align: right;"><input style="width: 40px;" name="attr_SALUD_MENTAL" type="number" value="[[(@{ENTEREZA})*3]]" /></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_SALUD_MENTAL_max" type="number" value="[[(@{ENTEREZA})*3]]" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="width: 410px;">
|
|
<tbody>
|
|
<tr>
|
|
<td style="width: 165px; text-align: right;">Consolidado</td>
|
|
<td style="text-align: right;"><input style="width: 40px;" name="attr_consolidado_fisico" type="number" /></td>
|
|
<td style="width: 165px; text-align: right;">Consolidado</td>
|
|
<td style="text-align: right;"><input style="width: 40px;" name="attr_consolidado_mental" type="number" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="width: 410px;">
|
|
<tbody>
|
|
<tr>
|
|
<td style="width: 85px; ">Estado Fisico</td>
|
|
<td style="text-align: right;"><input style="width: 120px;" name="attr_fisico" readonly="readonly" type="text" /></td>
|
|
<td style="width: 85px; ">Estado Mental</td>
|
|
<td style="text-align: right;"><input style="width: 120px;" name="attr_Estado_Mental" readonly="readonly" type="text" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-break"></div>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div ><strong>SECUELAS Y TRASTORNOS</strong></div>
|
|
<table width="410">
|
|
<tbody>
|
|
<tr>
|
|
<td><input name="attr_Secuela1" type="text" placeholder="Secuela" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input name="attr_Secuela2" type="text" placeholder="Secuela" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<br>
|
|
<table style="width: 410px;">
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>DEGENERACIÓN</strong></td>
|
|
<td > <input style="width: 40px;" name="attr_DEGENERACIÓN" type="number" value="0" /></td>
|
|
<td><input style="width: 264px;" name="attr_DEGENERACIÓN_ESTADO" type="text" placeholder="Estado Actual" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="sheet-section-Specialisations sheet-section sheet-half">
|
|
<div class="sheet-header">COMBATE</div>
|
|
<table style="height: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>INICIATIVA</strong></td>
|
|
<td ><button style="width: 40px;" type="roll" value="/r {3d10dh1}kh1+ floor(@{INTELECTO} / 2) + @{REFLEJOS} "></button></td>
|
|
<td><strong>ATAQUE</strong></td>
|
|
<td ><button style="width: 40px;" type="roll" value="/r {3d10dh1}kh1 + @{REFLEJOS} + @{COMBATE}"></button></td>
|
|
<td ><strong>DEFENSA</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DEFENSA" type="number" value="round((@{REFLEJOS}+@{COMBATE})+5)" disabled="true"/></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td ><strong>DAÑO CaC</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DAÑOCaC" type="number" value="round((@{FORTALEZA}+@{COMBATE}) / 4)" disabled="true"/></strong></td>
|
|
<td style="width: 100px;" ><strong>DAÑO DIS</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DAÑODIS" type="number" value="round(@{COMBATE} / 4)" disabled="true"/></strong></td>
|
|
<td style="width: 100px;" ><strong>DESPREVENIDO</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DESPREVENIDO" type="number" value="round((@{REFLEJOS}+@{COMBATE})+5-2)" disabled="true"/></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 21px;" width="630">
|
|
<tbody>
|
|
<tr ><td style="width:310px;"><strong>ARMA</strong></td><td ><strong>DAÑO</strong></td></tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_arma1" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_daño1" type="text" />
|
|
</tr>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_arma2" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_daño2" type="text" />
|
|
</tr>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_arma3" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_daño3" type="text" />
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 22px;" width="410">
|
|
<tbody>
|
|
<tr><td style="width:310px;" ><strong>PROTECCIÓN</strong></td><td><strong>RD</strong></td></tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_proteccion1" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_pro1" type="text" />
|
|
</tr>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_proteccion2" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_pro2" type="text" />
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">CARACTERISTICAS</div></div>
|
|
<table style="width: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<td ><strong>FORTALEZA</strong></td>
|
|
<td ><input type="number" name="attr_FORTALEZA" value="0" /><input name="attr_FORTALEZA_hito" style="width: 287px;" type="text" placeholder="Concepto" /></td>
|
|
<td ><strong>VOLUNTAD</strong></td>
|
|
<td ><input type="number" name="attr_VOLUNTAD" value="0" /><input name="attr_VOLUNTAD_hito" style="width: 287px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>REFLEJOS</strong></td>
|
|
<td ><input type="number" name="attr_REFLEJOS" value="0" /><input name="attr_REFLEJOS_hito" style="width: 287px;" type="text" placeholder="Concepto" /></td>
|
|
<td ><strong>INTELECTO</strong></td>
|
|
<td ><input type="number" name="attr_INTELECTO" value="0" /><input name="attr_INTELECTO_hito" style="width: 287px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">HABILIDADES</div></div>
|
|
<table style="width: 100%; height: 204px;">
|
|
<tbody>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/accion.jpg" /><strong>FORMA FÍSICA</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{FORMA_FÍSICA}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_FORMA_FÍSICA" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_FORMA_FÍSICA_hito" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/percepcion.jpg" /><strong>PERCEPCIÓN</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{PERCEPCIÓN}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_PERCEPCIÓN" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_PERCEPCIÓN_hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/combate.jpg" /><strong>COMBATE</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{COMBATE}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_COMBATE" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_COMBATE_hito" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/subterfugio.jpg" /><strong>SUBTERFUGIO</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{SUBTERFUGIO}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_SUBTERFUGIO" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_SUBTERFUGIO_hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/comunicacion.jpg" /><strong>COMUNICACIÓN</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{COMUNICACIÓN}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_COMUNICACIÓN" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_COMUNICACIÓN_hito" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/cultura.jpg" /><strong>CULTURA</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{CULTURA}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_CULTURA" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_CULTURA_hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/profesion.jpg" /><strong>PROFESIÓN</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{PROFESIÓN}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_PROFESIÓN" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_PROFESIÓN_hito" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/psi.jpg" /><strong>PSIQUICO</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{PSI}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_PSI" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_PSI_hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/ocultismo.jpg" /><strong>OCULTISMO</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{CULTURISMO}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_CULTURISMO" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_OCULTISMO_hito" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/brujeria.jpg" /><strong>BRUJERÍA</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{BRUJERÍA}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_BRUJERÍA" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_BRUJERÍA_hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/arcanas.jpg" /><strong>ARCANAS</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{ARCANAS}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_ARCANAS" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_ARCANAS_hito" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/otras.jpg" /><strong>OTRAS</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{OTRAS1}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_OTRAS1" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_OTRAS1_hito"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/otras.jpg" /><strong>OTRAS</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{OTRAS2}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_OTRAS2" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_OTRAS2_hito" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/otras.jpg" /><strong>OTRAS</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA}|VOLUNTAD, @{VOLUNTAD}|REFLEJOS, @{REFLEJOS}|INTELECTO, @{INTELECTO}}+ @{OTRAS3}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_OTRAS3" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_OTRAS3_hito" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div class="sheet-header">PODERES, ESPECIALIDADES & NOTAS</div>
|
|
<textarea style="width: 99%; height: 212px;" name="attr_Extra"></textarea>
|
|
</div>
|
|
</div>
|
|
<!-- 1st Tab End -->
|
|
|
|
<div class="sheet-tab-content sheet-tab2">
|
|
<div class="sheet-section-basic sheet-section">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 220px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/Hitos-Logo.png" /></td>
|
|
<td>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><label>Nombre</label> <input style="width: 195px; text-align: left;" name="attr_character_name_pnj" type="text" /></td>
|
|
<td><label>Concepto</label> <input style="width: 390px; text-align: left;" name="attr_Concepto_pnj" type="text" /></td>
|
|
</tbody>
|
|
</table>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td ><label>Descripción</label> <input style="width: 590px; text-align: left;"type="text" name="attr_descripcion_pnj" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
<div class="sheet-section-stunts sheet-section sheet-half">
|
|
<div class="sheet-header">SALUD</div>
|
|
<table style="width: 410px;">
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>AGUANTE</strong></td>
|
|
<td style="text-align: right; "><button style="width: 33px;" type="roll" value="/r {3d10dh1}kh1+ floor(@{aguante_pnj}) +?{Modificador|0} "></button></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_aguante_pnj" type="number" value="round(@{VOLUNTAD_pnj}/2)+@{FORTALEZA_pnj}" /></td>
|
|
<td><strong>ENTEREZA</strong></td>
|
|
<td style="text-align: right; "><button style="width: 33px;" type="roll" value="/r {3d10dh1}kh1+ floor(@{ENTEREZA_pnj})+?{Modificador|0} "></button></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_ENTEREZA_pnj" type="number" value="round(@{INTELECTO_pnj} / 2) + @{VOLUNTAD_pnj}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align: right;">PUNTOS RR </td>
|
|
<td style="text-align: right;"><input style="width: 40px;" name="attr_RESISTENCIA" type="number" value="[[(@{aguante_pnj})*3]]" /></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_RESISTENCIA_max_pnj" type="number" value="[[(@{aguante_pnj})*3]]" /></td>
|
|
<td style="text-align: right;">SALUD MENTAL</td>
|
|
<td style="text-align: right;"><input style="width: 40px;" name="attr_SALUD_MENTAL" type="number" value="[[(@{ENTEREZA_pnj})*3]]" /></td>
|
|
<td style="text-align: right;"><input style="width: 40px;" disabled="true" name="attr_SALUD_MENTAL_max_pnj" type="number" value="[[(@{ENTEREZA_pnj})*3]]" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-header">CARACTERISTICAS</div>
|
|
<table style="width: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<td ><strong>FORTALEZA</strong></td>
|
|
<td ><input type="number" name="attr_FORTALEZA_pnj" value="0" /><input name="attr_FORTALEZA_hito_pnj" style="width: 286px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>VOLUNTAD</strong></td>
|
|
<td ><input type="number" name="attr_VOLUNTAD_pnj" value="0" /><input name="attr_VOLUNTAD_hito_pnj" style="width: 286px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>REFLEJOS</strong></td>
|
|
<td ><input type="number" name="attr_REFLEJOS_pnj" value="0" /><input name="attr_REFLEJOS_hito_pnj" style="width: 286px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>INTELECTO</strong></td>
|
|
<td ><input type="number" name="attr_INTELECTO_pnj" value="0" /><input name="attr_INTELECTO_hito_pnj" style="width: 286px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="sheet-section-Specialisations sheet-section sheet-half">
|
|
<div class="sheet-header">COMBATE</div>
|
|
<table style="height: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>INICIATIVA</strong></td>
|
|
<td ><button style="width: 40px;" type="roll" value="/r {3d10dh1}kh1+ floor(@{INTELECTO_pnj} / 2) + @{REFLEJOS_pnj} "></button></td>
|
|
<td><strong>ATAQUE</strong></td>
|
|
<td ><button style="width: 40px;" type="roll" value="/r {3d10dh1}kh1 + @{REFLEJOS_pnj} + @{COMBATE_pnj}"></button></td>
|
|
<td ><strong>DEFENSA</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DEFENSA_pnj" type="number" value="round((@{REFLEJOS_pnj}+@{COMBATE_pnj})+5)" disabled="true"/></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td ><strong>DAÑO CaC</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DAÑOCaC_pnj" type="number" value="round((@{FORTALEZA_pnj}+@{COMBATE_pnj}) / 4)" disabled="true"/></strong></td>
|
|
<td style="width: 100px;" ><strong>DAÑO DIS</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DAÑODIS_pnj" type="number" value="round(@{COMBATE_pnj} / 4)" disabled="true"/></strong></td>
|
|
<td style="width: 100px;" ><strong>DESPREVENIDO</strong></td>
|
|
<td ><strong><input style="width: 40px;" name="attr_DESPREVENIDO_pnj" type="number" value="round((@{REFLEJOS_pnj}+@{COMBATE_pnj})+5-2)" disabled="true"/></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 21px;" width="630">
|
|
<tbody>
|
|
<tr ><td style="width:310px;"><strong>ARMA</strong></td><td ><strong>DAÑO</strong></td></tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_arma1_pnj" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_daño1_pnj" type="text" />
|
|
</tr>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_arma2_pnj" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_daño2_pnj" type="text" />
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 22px;" width="410">
|
|
<tbody>
|
|
<tr><td style="width:310px;" ><strong>PROTECCIÓN</strong></td><td><strong>RD</strong></td></tr>
|
|
</tbody>
|
|
</table>
|
|
<table style="height: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<input class="sheet-invisible" style="width: 310px;" name="attr_proteccion1_pnj" type="text" />
|
|
<input class="sheet-invisible" style="width: 100px;" name="attr_pro1_pnj" type="text" />
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">HABILIDADES</div></div>
|
|
<table style="width: 100%; ">
|
|
<tbody>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/accion.jpg" /><strong>FORMA FÍSICA</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_FORMA_FÍSICA_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_FORMA_FÍSICA_hito_pnj" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/percepcion.jpg" /><strong>PERCEPCIÓN</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_PERCEPCIÓN_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_PERCEPCIÓN_hito_pnj" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/combate.jpg" /><strong>COMBATE</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_COMBATE_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_COMBATE_hito_pnj" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/subterfugio.jpg" /><strong>SUBTERFUGIO</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_SUBTERFUGIO_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_SUBTERFUGIO_hito_pnj" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/comunicacion.jpg" /><strong>COMUNICACIÓN</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_COMUNICACIÓN_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_COMUNICACIÓN_hito_pnj" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/cultura.jpg" /><strong>CULTURA</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_CULTURA_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_CULTURA_hito_pnj" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/profesion.jpg" /><strong>PROFESIÓN</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_PROFESIÓN_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_PROFESIÓN_hito_pnj" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/psi.jpg" /><strong>PSIQUICO</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_PSI_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_PSI_hito_pnj" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/ocultismo.jpg" /><strong>OCULTISMO</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_CULTURISMO_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_OCULTISMO_hito_pnj" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/brujeria.jpg" /><strong>BRUJERÍA</strong></td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_BRUJERÍA_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_BRUJERÍA_hito_pnj" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/arcanas.jpg" /><strong>ARCANAS</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_ARCANAS_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_ARCANAS_hito_pnj" /></td>
|
|
<td><img class="sheet-logo" style="width: 20px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/otras.jpg" /><strong>OTRAS</strong> </td>
|
|
<td><button type="roll" value="/r {3d10dh1}kh1+?{Elige Característica|FORTALEZA, @{FORTALEZA_pnj}|VOLUNTAD, @{VOLUNTAD_pnj}|REFLEJOS, @{REFLEJOS_pnj}|INTELECTO, @{INTELECTO_pnj}}+ @{FORMA_FÍSICA_pnj}+?{Modificador|0}"></button></td>
|
|
<td><input style="width: 40px;" name="attr_OTRAS1_pnj" type="number" value="0" /><input style="width: 215px;" type="text" name="attr_OTRAS1_hito_pnj"/></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div class="sheet-header">PODERES, ESPECIALIDADES & NOTAS</div>
|
|
<textarea style="width: 99%; height: 212px;" name="attr_Extra_pnj"></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<!-- 2st Tab End -->
|
|
|
|
<div class="sheet-tab-content sheet-tab3">
|
|
<div class="sheet-section-basic sheet-section">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 220px; text-align: left;" src="http://aventurasbizarras.com/wp/wp-content/uploads/2016/09/Hitos-Logo.png" /></td>
|
|
<td>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><label>Nombre</label> <input style="width: 195px; text-align: left;" name="attr_character_name_vehiculo" type="text" /></td>
|
|
<td><label>Concepto</label> <input style="width: 390px; text-align: left;" name="attr_Concepto_vehiculo" type="text" /></td>
|
|
</tbody>
|
|
</table>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td ><label>Descripción</label> <input style="width: 590px; text-align: left;"type="text" name="attr_descripcion_vehiculo" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">ATRIBUTOS</div></div>
|
|
<table style="width: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<td ><strong>ESTRUCTURA</strong></td>
|
|
<td ><input type="number" name="attr_ESTRUCTURA" value="0" /><input name="attr_ESTRUCTURA_hito" style="width: 275px;" type="text" placeholder="Concepto" /></td>
|
|
<td ><strong>TAMAÑO</strong></td>
|
|
<td ><input type="number" name="attr_TAMAÑO" value="0" /><input name="attr_TAMAÑO_hito" style="width: 275px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>MANIOBRABI.</strong></td>
|
|
<td ><input type="number" name="attr_MANIOBRABI" value="0" /><input name="attr_MANIOBRABI_hito" style="width: 275px;" type="text" placeholder="Concepto" /></td>
|
|
<td ><strong>TECNOLOGÍA</strong></td>
|
|
<td ><input type="number" name="attr_TECNOLOGÍA" value="0" /><input name="attr_TECNOLOGÍA_hito" style="width: 275px;" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">HITOS</div></div>
|
|
<table width="835">
|
|
<tbody>
|
|
<tr>
|
|
<td><input style="width: 416px;" name="attr_Aspect1_vehiculo" type="text" placeholder="Hito" /></td>
|
|
<td><input style="width: 416px;" name="attr_Aspect2_vehiculo" type="text" placeholder="Hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input style="width: 416px;" name="attr_Aspect3_vehiculo" type="text" placeholder="Hito" /></td>
|
|
<td><input style="width: 416px;" name="attr_Aspect4_vehiculo" type="text" placeholder="Hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input style="width: 416px;" name="attr_Aspect3_vehiculo" type="text" placeholder="Hito" /></td>
|
|
<td><input style="width: 416px;" name="attr_Aspect4_vehiculo" type="text" placeholder="Hito" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">TRIPULANTES</div></div>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><input style="width: 835px;" name="attr_Aspect5_vehiculo" type="text" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input style="width: 835px;" name="attr_Aspect6_vehiculo" type="text" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">ESPECIAL</div>
|
|
<textarea style="width: 99%; height: 100px;" name="attr_Extra_vehiculo"></textarea>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 3st Tab End -->
|
|
|
|
<div class="sheet-tab-content sheet-tab4">
|
|
<div class="sheet-section-basic sheet-section">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><img class="sheet-logo" style="width: 220px; text-align: left;" src="https://raw.githubusercontent.com/kinower/roll20-character-sheets/master/Hitos/images/Hitos-Logo.png" /></td>
|
|
<td>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td><label>Nombre</label> <input style="width: 195px; text-align: left;" name="attr_character_name_organizacion" type="text" /></td>
|
|
<td><label>Concepto</label> <input style="width: 390px; text-align: left;" name="attr_Concepto_organizacion" type="text" /></td>
|
|
</tbody>
|
|
</table>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td ><label>Motivación</label> <input style="width: 590px; text-align: left;"type="text" name="attr_descripcion_organizacion" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">ATRIBUTOS</div></div>
|
|
<table style="width: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<td ><strong>RECURSOS</strong></td>
|
|
<td ><input name="attr_RECURSOS" type="number" value="0" /></td>
|
|
<td ><p><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /></p></td>
|
|
<td ><input style="width: 540px;" name="attr_RECURSOS_hito" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>INFLUENCIA</strong></td>
|
|
<td ><input name="attr_INFLUENCIA" type="number" value="0" /></td>
|
|
<td ><p><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /></p></td>
|
|
<td ><input style="width: 540px;" name="attr_INFLUENCIA_hito" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>PODER</strong></td>
|
|
<td ><input name="attr_PODER" type="number" value="0" /></td>
|
|
<td ><p><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /></p></td>
|
|
<td ><input style="width: 540px;" name="attr_PODER_hito" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td ><strong>TAMAÑO</strong></td>
|
|
<td ><input name="attr_TAMAÑO" type="number" value="0" /></td>
|
|
<td ><p><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /><input type="checkbox" /></p></td>
|
|
<td ><input style="width: 540px;" name="attr_TAMAÑO_hito" type="text" placeholder="Concepto" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">HITOS</div></div>
|
|
<table width="835px">
|
|
<tbody>
|
|
<tr>
|
|
<td><input style="width: 416px;" name="attr_Aspect1_organizacion" type="text" placeholder="Hito" /></td>
|
|
<td><input style="width: 416px;" name="attr_Aspect2_organizacion" type="text" placeholder="Hito" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input style="width: 416px;" name="attr_Aspect3_organizacion" type="text" placeholder="Hito" /></td>
|
|
<td><input style="width: 416px;" name="attr_Aspect4_organizacion" type="text" placeholder="Hito" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="sheet-section-aspects sheet-section">
|
|
<div class="sheet-header">NOTAS</div>
|
|
<textarea style="width: 99%; height: 100px;" name="attr_Extra_organizacion"></textarea>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 4st Tab End -->
|
|
|
|
|
|
<script type="text/worker">
|
|
on("change:RESISTENCIA change:FORTALEZA change:VOLUNTAD change:aguante", function() {
|
|
getAttrs(["RESISTENCIA","FORTALEZA","VOLUNTAD", "aguante"], function(values) {
|
|
let aguante = parseInt(values.aguante)||0;
|
|
let RESISTENCIA = parseInt(values.RESISTENCIA)||0;
|
|
let VOLUNTAD = parseInt(values.VOLUNTAD)||0;
|
|
let FORTALEZA = parseInt(values.FORTALEZA)||0;
|
|
let status = "SANO";
|
|
if(RESISTENCIA <= Math.round( (VOLUNTAD/2+FORTALEZA)*2) ) status = "HERIDO (-2)";
|
|
if(RESISTENCIA <= Math.round( (VOLUNTAD/2+FORTALEZA)*1) ) status = "INCAPACIT. (-5)";
|
|
if(RESISTENCIA <= 0) status = "MORIBUNDO";
|
|
setAttrs({
|
|
fisico:status
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
<script type="text/worker">
|
|
on("change:SALUD_MENTAL change:VOLUNTAD change:INTELECTO change:aguante", function() {
|
|
getAttrs(["SALUD_MENTAL","VOLUNTAD","INTELECTO", "aguante"], function(values) {
|
|
let aguante = parseInt(values.aguante)||0;
|
|
let SALUD_MENTAL = parseInt(values.SALUD_MENTAL)||0;
|
|
let INTELECTO = parseInt(values.INTELECTO)||0;
|
|
let VOLUNTAD = parseInt(values.VOLUNTAD)||0;
|
|
let status = "CUERDO";
|
|
if(SALUD_MENTAL <= Math.round( (INTELECTO/2+VOLUNTAD)*2) ) status = "ALTERADO (-2)";
|
|
if(SALUD_MENTAL <= Math.round( (INTELECTO/2+VOLUNTAD)*1) ) status = "TRASTORN. (-5)";
|
|
if(SALUD_MENTAL <= 0) status = "ELOQUECIDO";
|
|
setAttrs({
|
|
Estado_Mental:status
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
|