mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Removed the radio buttons from stress tracks; clicking on the labels will now select that value. Adjusted style to make it more obvious which value is selected.
845 lines
57 KiB
HTML
845 lines
57 KiB
HTML
<div class="sheet-section-basic sheet-section">
|
|
<img class="sheet-logo" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Infinity-2d20/Infinityheader.png" alt="Infinity" />
|
|
|
|
<div class="sheet-break"></div>
|
|
<div class="sheet-section-skills sheet-section sheet-half">
|
|
<div class="sheet-header">Character Sheet</div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<label>Name</label>
|
|
<input style=width:150px type="text" name="attr_character_name" />
|
|
</td>
|
|
<td>
|
|
<label>Melee</label>
|
|
<input style=width:40px type="text" name="attr_MDB" />
|
|
</td>
|
|
<td>
|
|
<label>Psych</label>
|
|
<input style=width:40px type="text" name="attr_PDB" />
|
|
</td>
|
|
<td>
|
|
<label>Xp Total</label>
|
|
<input style=width:80px type="text" name="attr_XPT" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<label>Faction</label>
|
|
<input style=width:150px type="text" name="attr_Faction" />
|
|
</td>
|
|
<td>
|
|
<label>Ranged</label>
|
|
<input style=width:40px type="text" name="attr_RDB" />
|
|
</td>
|
|
<td>
|
|
<label>Infowar</label>
|
|
<input style=width:40px type="text" name="attr_IWDB" />
|
|
</td>
|
|
<td>
|
|
<label>Xp Spent</label>
|
|
<input style=width:80px type="text" name="attr_XPS" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<label>Heritage</label>
|
|
<input style=width:130px type="text" name="attr_Heritage" />
|
|
</td>
|
|
<td>
|
|
<label>Homeworld</label>
|
|
<input style=width:130px type="text" name="attr_Homeworld" />
|
|
</td>
|
|
<td>
|
|
<label>Social Status</label>
|
|
<input style=width:130px type="text" name="attr_Social_Status" />
|
|
</td>
|
|
</table>
|
|
<div class="sheet-header">Cash Flow</div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<label>Earnings</label>
|
|
<input style=width:100px type="text" name="attr_Earnings" />
|
|
</td>
|
|
<td>
|
|
<label>Current Cashflow</label>
|
|
<input style=width:130px type="text" name="attr_Current_Cashflow" />
|
|
</td>
|
|
<td>
|
|
<label> Cashflow</label>
|
|
|
|
<input style=width:130px type="text" name="attr_Cashflow" value='(@{Earnings}+@{Lifestyle_Expertise}+5)' disabled/>
|
|
</td>
|
|
</table>
|
|
|
|
<div class="sheet-header">Trackers</div>
|
|
|
|
<table border="1" style="width:100%">
|
|
<td><lable>Infinity Points</lable><td><lable>Refresh</lable><td><lable>Reaction Tracker</lable></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td><input style=width:25px class="sheet-check-off" type="checkbox" name="attr_cp1">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_cp2">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_cp3">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_cp4">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_cp5">
|
|
</td>
|
|
|
|
<td><input style=width:100px type="text" name="attr_Refresh">
|
|
|
|
<td><input style=width:25px class="sheet-check-off" type="checkbox" name="attr_rt1">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_rt2">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_rt3">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_rt4">
|
|
<input style=width:25px class="sheet-check-off" type="checkbox" name="attr_rt5">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div class="sheet-header">Momentum</div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td class="sheet-radio-tracker">
|
|
<label><input type="radio" name="attr_Momentum" checked="checked" value = "0" />0</label>
|
|
<label><input type="radio" name="attr_Momentum" value = "1" />1</label>
|
|
<label><input type="radio" name="attr_Momentum" value = "2" />2</label>
|
|
<label><input type="radio" name="attr_Momentum" value = "3" />3</label>
|
|
<label><input type="radio" name="attr_Momentum" value = "4" />4</label>
|
|
<label><input type="radio" name="attr_Momentum" value = "5" />5</label>
|
|
<label><input type="radio" name="attr_Momentum" value = "6" />6</label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<div class="sheet-header">Damage</div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<label>Morale Soak</label>
|
|
<input style=width:130px type="text" name="attr_Morale_Soak" />
|
|
</td>
|
|
<td>
|
|
<label>Security Soak</label>
|
|
<input style=width:130px type="text" name="attr_Security_Soak" />
|
|
</td>
|
|
<td>
|
|
<label>BTS</label>
|
|
<input style=width:130px type="text" name="attr_BTS" />
|
|
</td>
|
|
</table>
|
|
<div class="sheet-header">Armour Soak Location </div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>1-2 Head<input style=width:130px type="text" name="attr_Head_Soak" />
|
|
<td>3-5 Right Arm<input style=width:130px type="text" name="attr_RA_Soak" />
|
|
<td>6-8 Left Arm<input style=width:130px type="text" name="attr_LA_Soak" />
|
|
</tr><tr>
|
|
<td>9-14 Torso<input style=width:130px type="text" name="attr_Torso_Soak" />
|
|
<td>15-17 Right Leg<input style=width:130px type="text" name="attr_RL_Soak" />
|
|
<td>18-20 Left Leg<input style=width:130px type="text" name="attr_LL_Soak" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div class="sheet-header">Host Attributes </div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>AGI<input style=width:50px type="text" name="attr_Host_AGI" />
|
|
<td>AWA<input style=width:50px type="text" name="attr_Host_AWA" />
|
|
<td>BRW<input style=width:50px type="text" name="attr_Host_BRW" />
|
|
<td>COO<input style=width:50px type="text" name="attr_Host_COO" />
|
|
<td>INT<input style=width:50px type="text" name="attr_Host_INT" />
|
|
<td>PER<input style=width:50px type="text" name="attr_Host_PER" />
|
|
<td>WIL<input style=width:50px type="text" name="attr_Host_WIL" />
|
|
</tr>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>Skills<input style=width:350px type="text" name="attr_Host_Skills" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div class="sheet-header">Geist Attributes </div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>AGI<input style=width:50px type="text" name="attr_Geist_AGI" />
|
|
<td>AWA<input style=width:50px type="text" name="attr_Geist_AWA" />
|
|
<td>BRW<input style=width:50px type="text" name="attr_Geist_BRW" />
|
|
<td>COO<input style=width:50px type="text" name="attr_Geist_COO" />
|
|
<td>INT<input style=width:50px type="text" name="attr_Geist_INT" />
|
|
<td>PER<input style=width:50px type="text" name="attr_Geist_PER" />
|
|
<td>WIL<input style=width:50px type="text" name="attr_Geist_WIL" />
|
|
</tr>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>Skills<input style=width:350px type="text" name="attr_Geist_Skills" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>Vigor<input style=width:51px type="text" name="attr_Geist_Vigor" />
|
|
<td>Firewall<input style=width:51px type="text" name="attr_Geist_Firewall" />
|
|
<td>Resolve<input style=width:51px type="text" name="attr_Geist_Resolve" />
|
|
<td>Soak<input style=width:51px type="text" name="attr_Geist_Soak" />
|
|
</tr>
|
|
</td>
|
|
|
|
</table>
|
|
<br>
|
|
<div style="text-align:left">
|
|
<span class="sheet-version-info">The stress tracking system will be redone soon. Please transfer the information in your stress tracks to the new trackers. The change will be finalized in two weeks.</span>
|
|
</div>
|
|
<div class="sheet-header">Firewall (Infowar)</div>
|
|
<table border="1" style="width:100%" class="sheet-stress-tracker">
|
|
<tr>
|
|
<td><label><input type="radio" name="attr_FW" value="0" checked="checked" /><span>0</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="1" /><span>1</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="2" /><span>2</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="3" /><span>3</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="4" /><span>4</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="5" /><span>5</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="6" /><span>6</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="7" /><span>7</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="8" /><span>8</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="9" /><span>9</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="10" /><span>10</span></label></td>
|
|
</tr>
|
|
<tr>
|
|
<td><label><input type="radio" name="attr_FW" value="11" /><span>11</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="12" /><span>12</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="13" /><span>13</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="14" /><span>14</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="15" /><span>15</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="16" /><span>16</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="17" /><span>17</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="18" /><span>18</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="19" /><span>19</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="20" /><span>20</span></label></td>
|
|
<td><label><input type="radio" name="attr_FW" value="21" /><span>21</span></label></td>
|
|
</tr>
|
|
<tr class="sheet-stress-tracker-harms">
|
|
<td colspan="2">Breaches:</td>
|
|
<td><input type="checkbox" name="attr_FW11b" /></td>
|
|
<td><input type="checkbox" name="attr_FW12b" /></td>
|
|
<td><input type="checkbox" name="attr_FW13b" /></td>
|
|
<td><input type="checkbox" name="attr_FW14b" /></td>
|
|
<td><input type="checkbox" name="attr_FW15b" /></td>
|
|
<td colspan="3">Max Firewall:</td>
|
|
<td colspan="1">
|
|
<input type="text" name="attr_MaxFirewall" style="width:100%" />
|
|
<input type="number" style="display:none" name="attr_FW_max" value="attr_MaxFirewall" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div>
|
|
<span>Click here to show the old stress tracker: </span>
|
|
<input type="checkbox" class="sheet-old-stress" />
|
|
<div class="sheet-old-stress">
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW1" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW2" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW3" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW4" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW5" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW6" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW7" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW8" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW9" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW10" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW11" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW12" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW13" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW14" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW15" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW16" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW17" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW18" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW19" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW20" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW21" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW22" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW23" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW24" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW25" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW26" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW27" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW28" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW29" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW30" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW31" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_FW32" /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="sheet-header">Resolve (Mental)</div>
|
|
<table border="1" style="width:100%" class="sheet-stress-tracker">
|
|
<tr>
|
|
<td><label><input type="radio" name="attr_RS" value="0" checked="checked" /><span>0</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="1" /><span>1</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="2" /><span>2</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="3" /><span>3</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="4" /><span>4</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="5" /><span>5</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="6" /><span>6</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="7" /><span>7</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="8" /><span>8</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="9" /><span>9</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="10" /><span>10</span></label></td>
|
|
</tr>
|
|
<tr>
|
|
<td><label><input type="radio" name="attr_RS" value="11" /><span>11</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="12" /><span>12</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="13" /><span>13</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="14" /><span>14</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="15" /><span>15</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="16" /><span>16</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="17" /><span>17</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="18" /><span>18</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="19" /><span>19</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="20" /><span>20</span></label></td>
|
|
<td><label><input type="radio" name="attr_RS" value="21" /><span>21</span></label></td>
|
|
</tr>
|
|
<tr class="sheet-stress-tracker-harms">
|
|
<td colspan="2">Metanoia:</td>
|
|
<td><input type="checkbox" name="attr_RS11t" /></td>
|
|
<td><input type="checkbox" name="attr_RS12t" /></td>
|
|
<td><input type="checkbox" name="attr_RS13t" /></td>
|
|
<td><input type="checkbox" name="attr_RS14t" /></td>
|
|
<td><input type="checkbox" name="attr_RS15t" /></td>
|
|
<td colspan="3">Max Resolve:</td>
|
|
<td colspan="1"><input type="text" name="attr_MaxResolve" style="width:100%" /><input type="number" style="display:none" name="attr_RS_max" value="attr_MaxResolve" /></td>
|
|
</tr>
|
|
</table>
|
|
<div>
|
|
<span>Click here to show the old stress tracker: </span><input type="checkbox" class="sheet-old-stress" />
|
|
<div class="sheet-old-stress">
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS1" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS2" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS3" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS4" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS5" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS6" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS7" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS8" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS9" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS10" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS11" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS12" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS13" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS14" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS15" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS16" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS17" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS18" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS19" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS20" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS21" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS22" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS23" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS24" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS25" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS26" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS27" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS28" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS29" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS30" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS31" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RS32" /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="sheet-header">Physical (Vigour)</div>
|
|
<table border="1" style="width:100%" class="sheet-stress-tracker">
|
|
<tr>
|
|
<td><label><input type="radio" name="attr_PH" value="0" checked="checked" /><span>0</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="1" /><span>1</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="2" /><span>2</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="3" /><span>3</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="4" /><span>4</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="5" /><span>5</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="6" /><span>6</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="7" /><span>7</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="8" /><span>8</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="9" /><span>9</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="10" /><span>10</span></label></td>
|
|
</tr>
|
|
<tr>
|
|
<td><label><input type="radio" name="attr_PH" value="11" /><span>11</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="12" /><span>12</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="13" /><span>13</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="14" /><span>14</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="15" /><span>15</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="16" /><span>16</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="17" /><span>17</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="18" /><span>18</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="19" /><span>19</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="20" /><span>20</span></label></td>
|
|
<td><label><input type="radio" name="attr_PH" value="21" /><span>21</span></label></td>
|
|
</tr>
|
|
<tr class="sheet-stress-tracker-harms">
|
|
<td colspan="2">Wounds:</td>
|
|
<td><input type="checkbox" name="attr_PH11w" /></td>
|
|
<td><input type="checkbox" name="attr_PH12w" /></td>
|
|
<td><input type="checkbox" name="attr_PH13w" /></td>
|
|
<td><input type="checkbox" name="attr_PH14w" /></td>
|
|
<td><input type="checkbox" name="attr_PH15w" /></td>
|
|
<td colspan="3">Max Vigour:</td>
|
|
<td colspan="1"><input type="text" name="attr_MaxVigor" style="width:100%" /><input type="number" style="display:none" name="attr_PH_max" value="attr_MaxVigor" /></td>
|
|
</tr>
|
|
</table>
|
|
<div>
|
|
<span>Click here to show the old stress tracker: </span><input type="checkbox" class="sheet-old-stress" />
|
|
<div class="sheet-old-stress">
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH1" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH2" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH3" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH4" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH5" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH6" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH7" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH8" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH9" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH10" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH11" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH12" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH13" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH14" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH15" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH16" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH17" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH18" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH19" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH20" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH21" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH22" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH23" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH24" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH25" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH26" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH27" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH28" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH29" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH30" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH31" /></td>
|
|
<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_PH32" /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="sheet-header">
|
|
<span>Harm Effects</span>
|
|
</div>
|
|
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<input type="text" style="width:100%" name="attr_Harm1" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="text" style="width:100%" name="attr_Harm2" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="text" style="width:100%" name="attr_Harm3" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="sheet-section-consequences sheet-section sheet-half">
|
|
|
|
<div class="sheet-header">Attibutes & Skills</div>
|
|
<table border="1" style="width:100%">
|
|
<tr><td><label>Agility<td><td><input style=width:60px type="text" name="attr_Agility" value = "0"/><td>Unskilled<td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacf19cf20<[[@{Agility}]]]] Success(es) for Unskilled Agility skill.'></button></td></label>
|
|
<tr><td style=width:120px>Acrobatics<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Acrobatics" ><td>Expertise<input style=width:60px type="text" name="attr_Acrobatics_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Acrobatics_Focus" value = "0" ><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Acrobatics_Focus}cf20<[[@{Agility}+@{Acrobatics_Expertise}]]]] Success(es) for Acrobatics skill.'></button></td>
|
|
<tr><td>Close Combat<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Close_Combat" ><td>Expertise<input style=width:60px type="text" name="attr_Close_Combat_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Close_Combat_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Close_Combat_Focus}cf20<[[@{Agility}+@{Close_Combat_Expertise}]]]] Success(es) for Close Combat skill.'></button></td>
|
|
<tr><td>Stealth<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Stealth" ><td>Expertise<input style=width:60px type="text" name="attr_Stealth_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Stealth_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Stealth_Focus}cf20<[[@{Agility}+@{Stealth_Expertise}]]]] Success(es) for Stealth skill.'></button></td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="1" style="width:100%">
|
|
<tr><td><label>Awareness<td><td><input style=width:60px type="text" name="attr_Awareness" value = "0"/><td>Unskilled<td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacf19cf20<[[@{Awareness}]]]] Success(es) for Unskilled Awareness skill.'></button></td></label>
|
|
<tr><td style=width:120px>Analysis<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Analysis" ><td>Expertise<input style=width:60px type="text" name="attr_Analysis_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Analysis_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Analysis_Focus}cf20<[[@{Awareness}+@{Analysis_Expertise}]]]] Success(es) for Analysis skill.'></button></td>
|
|
<tr><td>Extraplanetary<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Extraplanetary" ><td>Expertise<input style=width:60px type="text" name="attr_Extraplanetary_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Extraplanetary_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Extraplanetary_Focus}cf20<[[@{Awareness}+@{Extraplanetary_Expertise}]]]] Success(es) for Extraplanetary skill.'></button></td>
|
|
<tr><td>Observation<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Observation" ><td>Expertise<input style=width:60px type="text" name="attr_Observation_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Observation_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Observation_Focus}cf20<[[@{Awareness}+@{Observation_Expertise}]]]] Success(es) for Observation skill.'></button></td>
|
|
<tr><td>Survival<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Survival" ><td>Expertise<input style=width:60px type="text" name="attr_Survival_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Survival_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Survival_Focus}cf20<[[@{Awareness}+@{Survival_Expertise}]]]] Success(es) for Survival skill.'></button></td>
|
|
<tr><td>Thievery<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Thievery" ><td>Expertise<input style=width:60px type="text" name="attr_Thievery_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Thievery_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Thievery_Focus}cf20<[[@{Awareness}+@{Thievery_Expertise}]]]] Success(es) for Thievery skill.'></button></td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr><td><label>Brawn<td><td><input style=width:60px type="text" name="attr_Brawn" value = "0"/><td>Unskilled<td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacf19cf20<[[@{Brawn}]]]] Success(es) for Unskilled Brawn skill.'></button></td></label>
|
|
<tr><td style=width:120px>Athletics<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Athletics" ><td>Expertise<input style=width:60px type="text" name="attr_Athletics_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Athletics_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Athletics_Focus}cf20<[[@{Brawn}+@{Athletics_Expertise}]]]] Success(es) for Athletics skill.'></button></td>
|
|
<tr><td>Resistance<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Resistance" ><td>Expertise<input style=width:60px type="text" name="attr_Resistance_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Resistance_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Resistance_Focus}cf20<[[@{Brawn}+@{Resistance_Expertise}]]]] Success(es) for Resistance skill.'></button></td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="1" style="width:100%">
|
|
<tr><td><label>Coordination<td><td><input style=width:60px type="text" name="attr_Coordination" value = "0"/><td>Unskilled<td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacf19cf20<[[@{Coordination}]]]] Success(es) for Unskilled Coordination skill.'></button></td></label>
|
|
<tr><td style=width:120px>Ballistics<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Ballistics" ><td>Expertise<input style=width:60px type="text" name="attr_Ballistics_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Ballistics_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Ballistics_Focus}cf20<[[@{Coordination}+@{Ballistics_Expertise}]]]] Success(es) for Ballistics skill.'></button></td>
|
|
<tr><td>Pilot<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Pilot" ><td>Expertise<input style=width:60px type="text" name="attr_Pilot_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Pilot_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Pilot_Focus}cf20<[[@{Coordination}+@{Pilot_Expertise}]]]] Success(es) for Pilot skill.'></button></td>
|
|
<tr><td>Space<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Space" ><td>Expertise<input style=width:60px type="text" name="attr_Space_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Space_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Space_Focus}cf20<[[@{Coordination}+@{Space_Expertise}]]]] Success(es) for Space skill.'></button></td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr><td><label>Intelligence<td><td><input style=width:60px type="text" name="attr_Intelligence" value = "0"/><td>Unskilled<td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacf19cf20<[[@{Intelligence}]]]] Success(es) for Unskilled Intelligence skill.'></button></td></label>
|
|
<tr><td style=width:120px>Education<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Education" ><td>Expertise<input style=width:60px type="text" name="attr_Education_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Education_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Education_Focus}cf20<[[@{Intelligence}+@{Education_Expertise}]]]] Success(es) for Education skill.'></button></td>
|
|
<tr><td>Hacking<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Hacking" ><td>Expertise<input style=width:60px type="text" name="attr_Hacking_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Hacking_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Hacking_Focus}cf20<[[@{Intelligence}+@{Hacking_Expertise}]]]] Success(es) for Hacking skill.'></button></td>
|
|
<tr><td>Medicine<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Medicine" ><td>Expertise<input style=width:60px type="text" name="attr_Medicine_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Medicine_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Medicine_Focus}cf20<[[@{Intelligence}+@{Medicine_Expertise}]]]] Success(es) for Medicine skill.'></button></td>
|
|
<tr><td>Psychology<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Psychology" ><td>Expertise<input style=width:60px type="text" name="attr_Psychology_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Psychology_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Psychology_Focus}cf20<[[@{Intelligence}+@{Psychology_Expertise}]]]] Success(es) for Psychology skill.'></button></td>
|
|
<tr><td>Science<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Science" ><td>Expertise<input style=width:60px type="text" name="attr_Science_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Science_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Science_Focus}cf20<[[@{Intelligence}+@{Science_Expertise}]]]] Success(es) for Science skill.'></button></td>
|
|
<tr><td>Tech<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Tech" ><td>Expertise<input style=width:60px type="text" name="attr_Tech_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Tech_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Tech_Focus}cf20<[[@{Intelligence}+@{Tech_Expertise}]]]] Success(es) for Tech skill.'></button></td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="1" style="width:100%">
|
|
<tr><td><label>Personality<td><td><input style=width:60px type="text" name="attr_Personality" value = "0"/><td>Unskilled<td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacf19cf20<[[@{Personality}]]]] Success(es) for Unskilled Personality skill.'></button></td></label>
|
|
<tr><td style=width:120px>Animal Handling<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Animal_Handling"><td>Expertise<input style=width:60px type="text" name="attr_Animal_Handling_Expertise" value = "0" /><td>Focus<input style=width:60px type="text" name="attr_Animal_Handling_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Animal_Handling_Focus}cf20<[[@{Personality}+@{Animal_Handling_Expertise}]]]] Success(es) for Animal Handling skill.'></button></td>
|
|
<tr><td>Command<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Command" ><td>Expertise<input style=width:60px type="text" name="attr_Command_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Command_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Command_Focus}cf20<[[@{Personality}+@{Command_Expertise}]]]] Success(es) for Command skill.'></button></td>
|
|
<tr><td>Lifestyle<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Lifestyle" ><td>Expertise<input style=width:60px type="text" name="attr_Lifestyle_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Lifestyle_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Lifestyle_Focus}cf20<[[@{Personality}+@{Lifestyle_Expertise}]]]] Success(es) for Lifestyle skill.'></button></td>
|
|
<tr><td>Persuade<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Persuade" ><td>Expertise<input style=width:60px type="text" name="attr_Persuade_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Persuade_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Persuade_Focus}cf20<[[@{Personality}+@{Persuade_Expertise}]]]] Success(es) for Persuade skill.'></button></td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<table border="1" style="width:100%">
|
|
<tr><td><label>Willpower<td><td><input style=width:60px type="text" name="attr_Willpower" value = "0"/><td>Unskilled<td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacf19cf20<[[@{Willpower}]]]] Success(es) for Unskilled Willpower skill.'></button></td></label>
|
|
<tr><td style=width:120px>Discipline<td><input class="sheet-check-off" style=width:15px type="checkbox" name="attr_Discipline" ><td>Expertise<input style=width:60px type="text" name="attr_Discipline_Expertise" value = "0"/><td>Focus<input style=width:60px type="text" name="attr_Discipline_Focus" value = "0"><td><button type='roll' name='roll_skill' value='@{character_name} rolls [[ ?{Dice|2}d20sacs<@{Discipline_Focus}cf20<[[@{Willpower}+@{Discipline_Expertise}]]]] Success(es) for Discipline skill.'></button></td>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<div class="sheet-header">Faction Handler</div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
|
|
|
|
|
|
|
|
<td>Identity<td><input style=width:270px type="text" name="attr_FactionHandler_Name1" />
|
|
|
|
</td><tr>
|
|
<td>Faction<td><input style=width:270px type="text" name="attr_FactionHandler_Name2" />
|
|
|
|
</td><tr>
|
|
<td>Current Faction Goal<td><input style=width:270px type="text" name="attr_FactionHandler_Name3" />
|
|
|
|
</td><tr>
|
|
<td>Contact Protocol<td><input style=width:270px type="text" name="attr_FactionHandler_Name4" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div class="sheet-header">Faction Handler Notes</div>
|
|
|
|
|
|
<textarea style="width:100%" type="text" name="attr_FactionHandler_Name5"></textarea>
|
|
|
|
<div class="sheet-header">Traits</div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
|
|
<td>1<input style=width:390px type="text" name="attr_Traits_Name1" />
|
|
|
|
</td><tr>
|
|
<td>2<input style=width:390px type="text" name="attr_Traits_Name2" />
|
|
|
|
</td><tr>
|
|
<td>3<input style=width:390px type="text" name="attr_Traits_Name3" />
|
|
|
|
</td><tr>
|
|
<td>4<input style=width:390px type="text" name="attr_Traits_Name4" />
|
|
|
|
</td><tr>
|
|
<td>5<input style=width:390px type="text" name="attr_Traits_Name5" />
|
|
</td><tr>
|
|
<td>6<input style=width:390px type="text" name="attr_Traits_Name6" />
|
|
|
|
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
<div class="sheet-header">Talents</div>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td><label>Name</label>
|
|
<td><label>Skill</label>
|
|
<td><label>Effect</label>
|
|
<td><label>Name</label>
|
|
<td><label>Skill</label>
|
|
<td><label>Effect</label>
|
|
</td><tr>
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name1" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill1" />
|
|
<td><input style=width:220px type="text" name="attr_ATallentt_Effect1" />
|
|
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name2" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill2" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect2" />
|
|
</td><tr>
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name3" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill3" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect3" />
|
|
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name4" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill4" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect4" />
|
|
</td><tr>
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name5" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill5" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect5" />
|
|
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name6" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill6" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect6" />
|
|
</td><tr>
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name7" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill7" />
|
|
<td><input style=width:220px type="text" name="attr_ATallentt_Effect7" />
|
|
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name8" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill8" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect8" />
|
|
</td><tr>
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name9" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill9" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect9" />
|
|
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name10" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill10" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect10" />
|
|
</td><tr>
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name11" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill11" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect11" />
|
|
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Name12" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skill12" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effect12" />
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div class="sheet-repitem">
|
|
<fieldset class="repeating_talents">
|
|
<table border="1" style="width:100%">
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Namerep1" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skillrep1" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effectrep1" />
|
|
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Namerep2" />
|
|
<td><input style=width:90px type="text" name="attr_ATallent_Skillrep2" />
|
|
<td><input style=width:220px type="text" name="attr_ATallent_Effectrep2" />
|
|
|
|
|
|
|
|
</td></table></tr></fieldset>
|
|
|
|
|
|
<div class="sheet-header">Weapons</div>
|
|
<b>you need to create a rollable table called "Combat-Dice" with name values of "1","2","-","-","-","Special Effect"</b>
|
|
|
|
|
|
<div class="sheet-repitem">
|
|
<fieldset class="repeating_Weapons">
|
|
<table border="1" style="width:100%">
|
|
|
|
<tr>
|
|
<td>Name<input style=width:140px type="text" name="attr_weapon_Name_rep" />
|
|
<td>Range<input style=width:60px type="text" name="attr_weapon_Range_rep" />
|
|
<td>Attribute Bonus Dice<input style=width:30px type="text" name="attr_weapon_Attribute_rep" value='0'/>
|
|
<td>Base Damage<input style=width:30px type="text" name="attr_weapon_Damagebonus_rep" value='0'>
|
|
<td>Damage<input style=width:30px type="text" name="attr_weapon_Damage_rep" value='0'><button type='roll' name="attr_Combat-Dice" value="/me rolls @{weapon_Name_rep} [[(?{Modifier to Damage Dice|0}+@{weapon_Damage_rep}+@{weapon_Attribute_rep})t[Combat-Dice]]]+@{weapon_Damagebonus_rep} Hits , Hover mouse over result to get full result"></button></td>
|
|
<td>Mode<input style=width:100px type="text" name="attr_weapon_Mode_rep" />
|
|
</td>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
|
|
<td>Burst<input style=width:80px type="text" name="attr_weapon_Burst_rep" />
|
|
<td>Size<input style=width:100px type="text" name="attr_weapon_Size_rep" />
|
|
<td>Qualities<input style=width:380px type="text" name="attr_weapon_Qualities_rep" />
|
|
<td>Reloads<input class="sheet-check-off" style=width:20px type="checkbox" name="attr_RL1"/>
|
|
<input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RL2"/>
|
|
<input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RL3"/>
|
|
<input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RL4"/>
|
|
<input class="sheet-check-off" style=width:15px type="checkbox" name="attr_RL5"/>
|
|
</td>
|
|
</table>
|
|
|
|
|
|
</tr>
|
|
</fieldset>
|
|
|
|
</div>
|
|
</table>
|
|
<div class="sheet-header">Gear</div>
|
|
|
|
|
|
|
|
<div class="sheet-repitem">
|
|
<fieldset class="repeating_Gear">
|
|
<table border="1" style="width:100%">
|
|
|
|
<tr>
|
|
<td>Name<input style=width:102px type="text" name="attr_weapon_GearName1_rep" />
|
|
<td>Effect<input style=width:306px type="text" name="attr_Gear_Effect1_rep" />
|
|
<td>Name<input style=width:102px type="text" name="attr_weapon_GearName2_rep" />
|
|
<td>Effect<input style=width:306px type="text" name="attr_Gear_Effect2_rep">
|
|
|
|
</td>
|
|
</table>
|
|
|
|
|
|
</tr>
|
|
</fieldset>
|
|
|
|
</div>
|
|
</table>
|
|
|
|
</div> <!-- .section-stress -->
|
|
<div class="sheet-break"></div>
|
|
|
|
|
|
<div class="sheet-header">Lifepath Characteristics</div>
|
|
<table border="1" style="width:100%">
|
|
<tr><td>
|
|
<label>Age</label>
|
|
|
|
<input style=width:40px type="text" name="attr_Age" />
|
|
|
|
</td>
|
|
<td>
|
|
<label>Languages</label>
|
|
<input style=width:784px type="text" name="attr_Languages_Notes" />
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<label>Family Social Status</label>
|
|
<input style=width:204px type="text" name="attr_Family_Social_Status" />
|
|
</td>
|
|
<td>
|
|
<label>Home Enviroment</label>
|
|
<input style=width:204px type="text" name="attr_Home_Enviroment" />
|
|
</td>
|
|
<td>
|
|
<label>Youth Event</label>
|
|
<input style=width:204px type="text" name="attr_Youth_Event" />
|
|
</td>
|
|
<td>
|
|
<label>Education</label>
|
|
<input style=width:204px type="text" name="attr_EducationLP" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<label>Adolesent Event</label>
|
|
<input style=width:820px type="text" name="attr_Adolesent_Event" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table border="1" style="width:100%">
|
|
<tr>
|
|
<td>
|
|
<label>First Career</label>
|
|
<input style=width:204px type="text" name="attr_First_Career" />
|
|
</td>
|
|
<td>
|
|
<label>Second Career</label>
|
|
<input style=width:204px type="text" name="attr_Second_Career" />
|
|
</td>
|
|
<td>
|
|
<label>Third Career</label>
|
|
<input style=width:204px type="text" name="attr_Third_Career" />
|
|
</td>
|
|
<td>
|
|
<label>Fourth Career</label>
|
|
<input style=width:204px type="text" name="attr_Fourth_Career" />
|
|
</td>
|
|
</table>
|
|
|
|
|
|
<table border="1" style="width:100%">
|
|
</td>
|
|
<td>
|
|
<label>Earnings</label>
|
|
<input style=width:102px type="text" name="attr_Earnings" />
|
|
</td>
|
|
<td>
|
|
<label>Assets</label>
|
|
<input style=width:102px type="text" name="attr_Assets" />
|
|
</td>
|
|
<td>
|
|
<label>Additional Notes</label>
|
|
<input style=width:612px type="text" name="attr_Additional_Notes" />
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<div class="sheet-break"></div>
|
|
<div class="sheet-header">More Additional Notes</div>
|
|
<textarea name="attr_More_add_Notes"></textarea>
|
|
|
|
|
|
|
|
|
|
</div> <!-- .section-stress --> |