mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Table elements removed
Formatting, table elements removed, minimum sheet width defined, now smells like vanilla.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=B612+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Kode+Mono:wght@400..700&display=swap');
|
||||
|
||||
.charsheet {
|
||||
min-width: 685px;
|
||||
background-image: url(https://cdn.pixabay.com/photo/2015/09/29/15/12/stars-964022_960_720.png); /*black space with tiny white stars*/
|
||||
background-color: black;
|
||||
background-repeat: repeat;
|
||||
@@ -39,32 +40,35 @@ label {
|
||||
color: white;
|
||||
}
|
||||
input {
|
||||
margin: auto;
|
||||
margin: -3.5px;
|
||||
}
|
||||
input[type=number] {
|
||||
text-align:center;
|
||||
}
|
||||
input[type=text] {
|
||||
text-align:left;
|
||||
}
|
||||
textarea {
|
||||
text-align: initial;
|
||||
outline: none;
|
||||
overflow: auto;
|
||||
margin: 0px;
|
||||
margin: -3.5px;
|
||||
margin-bottom: 0px;
|
||||
width: 55em;
|
||||
height: 5em;
|
||||
}
|
||||
select {
|
||||
width:100px;
|
||||
width:80px;
|
||||
height: 2.111em;
|
||||
margin: 0px;
|
||||
margin: -3.5px;
|
||||
margin-bottom: 0px;
|
||||
text-align-last: center;
|
||||
}
|
||||
button {
|
||||
margin-bottom: 0px;
|
||||
margin: 0px;
|
||||
padding: 10px 24px;
|
||||
}
|
||||
th, td {
|
||||
padding: 0px;
|
||||
margin: -3.5px;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 2px;
|
||||
background-color: red;
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<h3>Service History</h3><br>
|
||||
<div class="sheet-row">
|
||||
<label class="sheet-label">Service:</label>
|
||||
<select type="text" class="sheet-input" name="attr_service">
|
||||
<select type="text" class="sheet-input" name="attr_service" style="width: 125px;">
|
||||
<option value="0service">Other</option>
|
||||
<option value="Navy">Navy</option>
|
||||
<option value="Marines">Marines</option>
|
||||
@@ -95,14 +95,14 @@
|
||||
<div class="sheet-2colrow">
|
||||
<div class="sheet-col">
|
||||
<br><h3>Homeworld</h3><br>
|
||||
<input type="text" name='attr_homeworld' class='sheet-short'><br>
|
||||
<input type="text" name='attr_homeworld' class='sheet-short' style="width: 20em;"><br>
|
||||
Name - (Location) - UWP <br>
|
||||
eg/ Capital (Core 2118) A586A98-F <br><br>
|
||||
|
||||
<h3>World Descriptors</h3><br>
|
||||
<div class="sheet-row">
|
||||
|
||||
Starport <select type="text" class="sheet-input" name="attr_starport">
|
||||
Starport <select type="text" class="sheet-input" name="attr_starport" style="width: 150px;">
|
||||
<option value="0classstar">-</option>
|
||||
<option value="aclass">A (Excel)</option>
|
||||
<option value="bclass">B (Good)</option>
|
||||
@@ -119,7 +119,7 @@
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
|
||||
Size <select type="text" class="sheet-input" name="attr_size">
|
||||
Size <select type="text" class="sheet-input" name="attr_size" style="width: 150px;">
|
||||
<option value="0classsize">-</option>
|
||||
<option value="roid">Asteroid</option>
|
||||
<option value="small">Small</option>
|
||||
@@ -130,7 +130,7 @@
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
|
||||
Atmosphere <select type="text" class="sheet-input" name="attr_atmos">
|
||||
Atmosphere <select type="text" class="sheet-input" name="attr_atmos" style="width: 150px;">
|
||||
<option value="0classatmo">-</option>
|
||||
<option value="vacuum">Vacuum</option>
|
||||
<option value="thin">Thin</option>
|
||||
@@ -142,7 +142,7 @@
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
|
||||
Hydrosphere <select type="text" class="sheet-input" name="attr_hydro">
|
||||
Hydrosphere <select type="text" class="sheet-input" name="attr_hydro" style="width: 150px;">
|
||||
<option value="0classhydro">-</option>
|
||||
<option value="desert">Desert</option>
|
||||
<option value="dry">Dry</option>
|
||||
@@ -153,7 +153,7 @@
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
|
||||
Population <select type="text" class="sheet-input" name="attr_pop">
|
||||
Population <select type="text" class="sheet-input" name="attr_pop" style="width: 150px;">
|
||||
<option value="0classpop">-</option>
|
||||
<option value="lowpop">Low</option>
|
||||
<option value="modpop">Moderate</option>
|
||||
@@ -163,7 +163,7 @@
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
|
||||
Law <select type="text" class="sheet-input" name="attr_law">
|
||||
Law <select type="text" class="sheet-input" name="attr_law" style="width: 150px;">
|
||||
<option value="0classlaw">-</option>
|
||||
<option value="nolaw">None</option>
|
||||
<option value="modlaw">Moderate</option>
|
||||
@@ -174,7 +174,7 @@
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
|
||||
Tech Code <select type="text" class="sheet-input" name="attr_tech">
|
||||
Tech Code <select type="text" class="sheet-input" name="attr_tech" style="width: 150px;">
|
||||
<option value="0classhydro">-</option>
|
||||
<option value="preind">Pre-Indust</option>
|
||||
<option value="indust">Industrial</option>
|
||||
@@ -193,11 +193,13 @@
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<h3>Characteristics              Derived Characteristics</h3>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<div class="sheet-2colrow">
|
||||
<div class="sheet-col">
|
||||
<label> Char  Cur  Mod</label>
|
||||
<h3>Characteristics</h3>
|
||||
<br>
|
||||
<label> Char Cur  Mod</label>
|
||||
<div class="sheet-row">
|
||||
<h3><B>STR </B><input type="number" name="attr_strength" class="sheet-short" value="0">
|
||||
<input type="number" name="attr_strength_cur" class="sheet-short" placeholder="Current" value="0">
|
||||
@@ -251,7 +253,8 @@
|
||||
</div>
|
||||
|
||||
<div class="sheet-col">
|
||||
|
||||
<h3>Derived Characteristics</h3>
|
||||
<br>
|
||||
<div class="sheet-row">
|
||||
<label class="sheet-label">Life Force:</label>
|
||||
<input type="number" name="attr_life" value="(@{strength}+@{dexterity}+@{endurance})" disabled class="sheet-input"><br>
|
||||
@@ -259,7 +262,7 @@
|
||||
<br><div class="sheet-row">
|
||||
<label class="sheet-label">HV: Current HV:</label>
|
||||
<input type="number" name="attr_hits" class="sheet-short"> /
|
||||
<input type="number" name="attr_dead" class="sheet-short">
|
||||
<input type="number" name="attr_dead" class="sheet-short">
|
||||
<input type="number" name="attr_hitscur" class="sheet-short"> /
|
||||
<input type="number" name="attr_deadcur" class="sheet-short">
|
||||
</div><br><br><br>
|
||||
@@ -281,25 +284,26 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<B><u>NOTE</u>: Current (CUR) column of UPP <u>must</u> be up to date for skill and stat rolls to be accurate.</b><br>
|
||||
<B> <u>NOTE</u>: UPP Current (CUR) column <u>must</u> be up to date for skill/char roll accuracy.</b><br>
|
||||
<div class="skills-section">
|
||||
<div class="skills-col">
|
||||
<br>
|
||||
<h3>Skills</h3><br>
|
||||
<label> Skill           Level  Char     
|
||||
Mod  Bas/Hst/Cau ATs   Skilled?</label><br>
|
||||
<label> Skill          Level Char   
|
||||
Mod Bas/Hst/Cau ATs   Skilled?</label><br>
|
||||
<fieldset class="repeating_skills">
|
||||
<div class="sheet-row">
|
||||
<input type="text" name="attr_skillname" placeholder="Skill Name" class="sheet-input">
|
||||
<input type="text" name="attr_skillname" placeholder="Skill Name" class="sheet-input" >
|
||||
<input type="number" name="attr_skilllvl" class="sheet-short" value="0">
|
||||
<select name="attr_statmod" class="sheet-short">
|
||||
<option value="@{strength_mod}">Strength</option>
|
||||
<option value="@{dexterity_mod}">Dexterity</option>
|
||||
<option value="@{endurance_mod}">Endurance</option>
|
||||
<option value="@{intelligence_mod}">Intelligence</option>
|
||||
<option value="@{education_mod}">Education</option>
|
||||
<option value="@{social_standing_mod}">Social Standing</option>
|
||||
<option value="@{psi_mod}">Psionics</option>
|
||||
<option value="@{strength_mod}">STR</option>
|
||||
<option value="@{dexterity_mod}">DEX</option>
|
||||
<option value="@{endurance_mod}">END</option>
|
||||
<option value="@{intelligence_mod}">INT</option>
|
||||
<option value="@{education_mod}">EDU</option>
|
||||
<option value="@{social_standing_mod}">SOC</option>
|
||||
<option value="@{psi_mod}">PSI</option>
|
||||
<option value="0">-</option>
|
||||
</select>
|
||||
<select name="attr_miscmod">
|
||||
<option value="-2">-2</option>
|
||||
@@ -309,17 +313,18 @@
|
||||
<option value="2">2</option>
|
||||
</select>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Skill Roll}} {{subtitle=@{skillname}}} {{Outcome=@{character_name} uses @{skillname}}} {{Roll=[[(2d6 + @{skilllvl} + @{statmod} + @{miscmod})]]}} {{Timeframe=[[((3d6r0 - @{skilllvl} - @{statmod} - (@{miscmod})))*10]]% of the task duration (min10%)}}">
|
||||
value="&{template:custom} {{title=Skill Roll}} {{subtitle=@{skillname}}} {{Outcome=@{character_name} uses @{skillname}}} {{Roll=[[(2d6 + @{skilllvl} + @{statmod} + @{miscmod})]]}} {{Timeframe=[[((3d6r0 - @{skilllvl} - @{statmod} - (@{miscmod})))*10]]% of the task duration (min. 10%)}}">
|
||||
</button>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Skill Roll - Hasty}} {{subtitle=@{skillname}}} {{Outcome=@{character_name} uses @{skillname} in haste!}} {{Roll=[[(2d6 + @{skilllvl} + @{statmod} + @{miscmod})]]}} {{Timeframe=[[(3d6r0 - 2*@{skilllvl} - 2*@{statmod} - (2*@{miscmod}))*10]]% of the task duration (min10%)}}">
|
||||
value="&{template:custom} {{title=Skill Roll - Hasty}} {{subtitle=@{skillname}}} {{Outcome=@{character_name} uses @{skillname} in haste!}} {{Roll=[[(2d6 + @{skilllvl} + @{statmod} + @{miscmod})]]}} {{Timeframe=[[(3d6r0 - 2*@{skilllvl} - 2*@{statmod} - (2*@{miscmod}))*10]]% of the task duration (min. 10%)}}">
|
||||
</button>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Skill Roll - Cautious}} {{subtitle=@{skillname}}} {{Outcome=@{character_name} uses @{skillname} cautiously...}} {{Roll=[[(2d6 + @{skilllvl} + @{statmod} + @{miscmod})]]}} {{Timeframe=[[(2*3d6r0 - @{skilllvl} - @{statmod} - (@{miscmod}))*10]]% of the task duration (min10%)}}">
|
||||
value="&{template:custom} {{title=Skill Roll - Cautious}} {{subtitle=@{skillname}}} {{Outcome=@{character_name} uses @{skillname} cautiously...}} {{Roll=[[(2d6 + @{skilllvl} + @{statmod} + @{miscmod})]]}} {{Timeframe=[[(2*3d6r0 - @{skilllvl} - @{statmod} - (@{miscmod}))*10]]% of the task duration (min. 10%)}}">
|
||||
</button>
|
||||
<input type="number" name="attr_AT" Class="sheet-short"> <input type="radio" name="attr_skilled" value="Yes"> Yes
|
||||
<input type="radio" name="attr_skilled" value="No" checked> No<br>
|
||||
</div>
|
||||
<input type="number" name="attr_AT" class="sheet-short" value="0"> 
|
||||
<input type="radio" name="attr_skilled" value="Yes"> Yes
|
||||
<input type="radio" name="attr_skilled" value="No" checked> No<br>
|
||||
</div>
|
||||
</fieldset>
|
||||
<br>
|
||||
</div>
|
||||
@@ -329,13 +334,13 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<h3>Weapon Tables</h3>
|
||||
<h3>Weapons</h3>
|
||||
<br>
|
||||
<fieldset class="repeating_weapons">
|
||||
<input type="text" name="attr_weapname" value=""> Scope<input type=checkbox name='attr_scope'>
|
||||
<input type="text" name="attr_weapname" value=""> Scope<input type=checkbox name='attr_scope'>
|
||||
Elec Scope<input type=checkbox name='attr_escope'> Gyrostabilized<input type=checkbox name='attr_gyro'>
|
||||
<span> Difficulty As:</span>
|
||||
<select name="attr_difficulty">
|
||||
<span> Diff As:</span>
|
||||
<select name="attr_difficulty" style="width: 85px;">
|
||||
<option value="melee" selected="selected">Melee</option>
|
||||
<option value="thrown">Thrown</option>
|
||||
<option value="handgun">Handgun</option>
|
||||
@@ -345,9 +350,11 @@
|
||||
</select>
|
||||
<br>
|
||||
<br>
|
||||
<table>
|
||||
<td valign="top">
|
||||
<span>AMMO</span><br>
|
||||
<div class="sheet-row">
|
||||
<span>AMMO   Rnds Rmng Pen Att/Bl Dmg Max Range Autofr DgrSp Signature Rcl/Rpd</span><br>
|
||||
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
<select name="attr_ammo1">
|
||||
<option value="No_Ammo" selected="selected">None</option>
|
||||
<option value="HE">HE</option>
|
||||
@@ -362,100 +369,14 @@
|
||||
<option value="Hopper">Hopper</option>
|
||||
<option value="Ball">Ball</option>
|
||||
</select>
|
||||
<select name="attr_ammo2">
|
||||
<option value="No_Ammo" selected="selected">None</option>
|
||||
<option value="HE">HE</option>
|
||||
<option value="HEAP">HEAP</option>
|
||||
<option value="Tranq">Tranq</option>
|
||||
<option value="Gas">Gas</option>
|
||||
<option value="Pellets">Pellets</option>
|
||||
<option value="Sabot">Disc Sabot</option>
|
||||
<option value="KEAP">KEAP</option>
|
||||
<option value="Flechette">Flechette</option>
|
||||
<option value="Belt">Belt</option>
|
||||
<option value="Hopper">Hopper</option>
|
||||
<option value="Ball">Ball</option>
|
||||
</select>
|
||||
<select name="attr_ammo3">
|
||||
<option value="No_Ammo" selected="selected">None</option>
|
||||
<option value="HE">HE</option>
|
||||
<option value="HEAP">HEAP</option>
|
||||
<option value="Tranq">Tranq</option>
|
||||
<option value="Gas">Gas</option>
|
||||
<option value="Pellets">Pellets</option>
|
||||
<option value="Sabot">Disc Sabot</option>
|
||||
<option value="KEAP">KEAP</option>
|
||||
<option value="Flechette">Flechette</option>
|
||||
<option value="Belt">Belt</option>
|
||||
<option value="Hopper">Hopper</option>
|
||||
<option value="Ball">Ball</option>
|
||||
</select>
|
||||
<select name="attr_ammo4">
|
||||
<option value="No_Ammo" selected="selected">None</option>
|
||||
<option value="HE">HE</option>
|
||||
<option value="HEAP">HEAP</option>
|
||||
<option value="Tranq">Tranq</option>
|
||||
<option value="Gas">Gas</option>
|
||||
<option value="Pellets">Pellets</option>
|
||||
<option value="Sabot">Disc Sabot</option>
|
||||
<option value="KEAP">KEAP</option>
|
||||
<option value="Flechette">Flechette</option>
|
||||
<option value="Belt">Belt</option>
|
||||
<option value="Hopper">Hopper</option>
|
||||
<option value="Ball">Ball</option>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td valign="top">
|
||||
<span>Rnds</span><br>
|
||||
<input type="number" value="0" name='attr_rrnds1' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_rrnds2' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_rrnds3' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_rrnds4' class='sheet-short'><br>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>Rmng</span><br>
|
||||
<input type="number" value="0" name='attr_maxrnds1' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_maxrnds2' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_maxrnds3' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_maxrnds4' class='sheet-short'><br>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>Pen</span><br>
|
||||
<input type="number" value="0" name='attr_pen1' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_pen2' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_pen3' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_pen4' class='sheet-short'><br>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>Att/Bl</span><br>
|
||||
<input type="number" value="0" name='attr_atten1' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_atten2' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_atten3' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_atten4' class='sheet-short'><br>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span> Dmg</span><br>
|
||||
<input type="number" value="0" name='attr_dam1' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_dam2' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_dam3' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_dam4' class='sheet-short'><br>
|
||||
</td>
|
||||
<td valign=top>
|
||||
<span></span><br>
|
||||
<button type="roll" name="custom"
|
||||
<input type="number" value="0" name='attr_rrnds1' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_maxrnds1' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_pen1' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_atten1' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dam1' class='sheet-short'>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Damage Roll}} {{subtitle=@{weapname} (@{ammo1} - Damage @{Dam1})}} {{Outcome=@{character_name} uses @{weapname}...}} {{Roll=...and Causes [[(@{dam1}d6)]] damage}}"></button>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Damage Roll}} {{subtitle=@{weapname} (@{ammo2} - Damage @{Dam2})}} {{Outcome=@{character_name} uses @{weapname}...}} {{Roll=...and Causes [[(@{dam2}d6)]] damage}}"></button>
|
||||
<p></p>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Damage Roll}} {{subtitle=@{weapname} (@{ammo3} - Damage @{Dam3})}} {{Outcome=@{character_name} uses @{weapname}...}} {{Roll=...and Causes [[(@{dam3}d6)]] damage}}"></button>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Damage Roll}} {{subtitle=@{weapname} (@{ammo4} - Damage @{Dam4})}} {{Outcome=@{character_name} uses @{weapname}...}} {{Roll=...and Causes [[(@{dam4}d6)]] damage}}"></button>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>Max Range</span><br>
|
||||
<select name="attr_range1">
|
||||
<select name="attr_range1">
|
||||
<option value="close1" selected="selected">Close</option>
|
||||
<option value="short1">Short</option>
|
||||
<option value="medium1">Medium</option>
|
||||
@@ -473,8 +394,49 @@
|
||||
<option value="sstellar1">Substellar</option>
|
||||
<option value="stellar1">Stellar</option>
|
||||
<option value="instel1">Interstellar</option>
|
||||
</select>
|
||||
<select name="attr_range2">
|
||||
</select>
|
||||
<input type="number" value="0" name='attr_autoft1' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dspace1' class='sheet-short' step=0.5>
|
||||
<select name="attr_sig1">
|
||||
<option value="nils1" selected="selected">-</option>
|
||||
<option value="low1">Low</option>
|
||||
<option value="med1">Medium</option>
|
||||
<option value="hi1">High </option>
|
||||
</select>
|
||||
<select name="attr_recoil1">
|
||||
<option value="nilr1" selected="selected">-</option>
|
||||
<option value="lowr1">Low</option>
|
||||
<option value="lowrp1">Low/R</option>
|
||||
<option value="medr1">Med</option>
|
||||
<option value="medrp1">Med/R</option>
|
||||
<option value="hir1">Hi </option>
|
||||
<option value="hirp1">Hi/R</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
<select name="attr_ammo2">
|
||||
<option value="No_Ammo" selected="selected">None</option>
|
||||
<option value="HE">HE</option>
|
||||
<option value="HEAP">HEAP</option>
|
||||
<option value="Tranq">Tranq</option>
|
||||
<option value="Gas">Gas</option>
|
||||
<option value="Pellets">Pellets</option>
|
||||
<option value="Sabot">Disc Sabot</option>
|
||||
<option value="KEAP">KEAP</option>
|
||||
<option value="Flechette">Flechette</option>
|
||||
<option value="Belt">Belt</option>
|
||||
<option value="Hopper">Hopper</option>
|
||||
<option value="Ball">Ball</option>
|
||||
</select>
|
||||
<input type="number" value="0" name='attr_rrnds2' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_maxrnds2' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_pen2' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_atten2' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dam2' class='sheet-short'>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Damage Roll}} {{subtitle=@{weapname} (@{ammo2} - Damage @{Dam2})}} {{Outcome=@{character_name} uses @{weapname}...}} {{Roll=...and Causes [[(@{dam2}d6)]] damage}}">
|
||||
</button>
|
||||
<select name="attr_range2">
|
||||
<option value="close2" selected="selected">Close</option>
|
||||
<option value="short2">Short</option>
|
||||
<option value="medium2">Medium</option>
|
||||
@@ -492,8 +454,49 @@
|
||||
<option value="sstellar2">Substellar</option>
|
||||
<option value="stellar2">Stellar</option>
|
||||
<option value="instel2">Interstellar</option>
|
||||
</select>
|
||||
<select name="attr_range3">
|
||||
</select>
|
||||
<input type="number" value="0" name='attr_autoft2' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dspace2' class='sheet-short' step=0.5>
|
||||
<select name="attr_sig2">
|
||||
<option value="nils2" selected="selected">-</option>
|
||||
<option value="low2">Low</option>
|
||||
<option value="med2">Medium</option>
|
||||
<option value="hi2">High </option>
|
||||
</select>
|
||||
<select name="attr_recoil2">
|
||||
<option value="nilr2" selected="selected">-</option>
|
||||
<option value="lowr2">Low</option>
|
||||
<option value="lowrp2">Low/R</option>
|
||||
<option value="medr2">Med</option>
|
||||
<option value="medrp2">Med/R</option>
|
||||
<option value="hir2">Hi</option>
|
||||
<option value="hirp2">Hi/R</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
<select name="attr_ammo3">
|
||||
<option value="No_Ammo" selected="selected">None</option>
|
||||
<option value="HE">HE</option>
|
||||
<option value="HEAP">HEAP</option>
|
||||
<option value="Tranq">Tranq</option>
|
||||
<option value="Gas">Gas</option>
|
||||
<option value="Pellets">Pellets</option>
|
||||
<option value="Sabot">Disc Sabot</option>
|
||||
<option value="KEAP">KEAP</option>
|
||||
<option value="Flechette">Flechette</option>
|
||||
<option value="Belt">Belt</option>
|
||||
<option value="Hopper">Hopper</option>
|
||||
<option value="Ball">Ball</option>
|
||||
</select>
|
||||
<input type="number" value="0" name='attr_rrnds3' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_maxrnds3' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_pen3' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_atten3' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dam3' class='sheet-short'>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Damage Roll}} {{subtitle=@{weapname} (@{ammo3} - Damage @{Dam3})}} {{Outcome=@{character_name} uses @{weapname}...}} {{Roll=...and Causes [[(@{dam3}d6)]] damage}}">
|
||||
</button>
|
||||
<select name="attr_range3">
|
||||
<option value="close3" selected="selected">Close</option>
|
||||
<option value="short3">Short</option>
|
||||
<option value="{medium3">Medium</option>
|
||||
@@ -511,8 +514,50 @@
|
||||
<option value="sstellar3">Substellar</option>
|
||||
<option value="stellar3">Stellar</option>
|
||||
<option value="instel3">Interstellar</option>
|
||||
</select>
|
||||
<select name="attr_range4">
|
||||
</select>
|
||||
<input type="number" value="0" name='attr_autoft3' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dspace3' class='sheet-short' step=0.5>
|
||||
<select name="attr_sig3">
|
||||
<option value="nils3" selected="selected">-</option>
|
||||
<option value="low3">Low</option>
|
||||
<option value="med3">Medium</option>
|
||||
<option value="hi3">High </option>
|
||||
</select>
|
||||
<select name="attr_recoil3">
|
||||
<option value="nilr3" selected="selected">-</option>
|
||||
<option value="lowr3">Low</option>
|
||||
<option value="lowrp3">Low/R</option>
|
||||
<option value="medr3">Med</option>
|
||||
<option value="medrp3">Med/R</option>
|
||||
<option value="hir3">Hi</option>
|
||||
<option value="hirp3">Hi/R</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="sheet-row">
|
||||
<select name="attr_ammo4">
|
||||
<option value="No_Ammo" selected="selected">None</option>
|
||||
<option value="HE">HE</option>
|
||||
<option value="HEAP">HEAP</option>
|
||||
<option value="Tranq">Tranq</option>
|
||||
<option value="Gas">Gas</option>
|
||||
<option value="Pellets">Pellets</option>
|
||||
<option value="Sabot">Disc Sabot</option>
|
||||
<option value="KEAP">KEAP</option>
|
||||
<option value="Flechette">Flechette</option>
|
||||
<option value="Belt">Belt</option>
|
||||
<option value="Hopper">Hopper</option>
|
||||
<option value="Ball">Ball</option>
|
||||
</select>
|
||||
<input type="number" value="0" name='attr_rrnds4' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_maxrnds4' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_pen4' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_atten4' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dam4' class='sheet-short'>
|
||||
</td>
|
||||
<button type="roll" name="custom"
|
||||
value="&{template:custom} {{title=Damage Roll}} {{subtitle=@{weapname} (@{ammo4} - Damage @{Dam4})}} {{Outcome=@{character_name} uses @{weapname}...}} {{Roll=...and Causes [[(@{dam4}d6)]] damage}}">
|
||||
</button>
|
||||
<select name="attr_range4">
|
||||
<option value="close4" selected="selected">Close</option>
|
||||
<option value="short4">Short</option>
|
||||
<option value="medium4">Medium</option>
|
||||
@@ -530,79 +575,16 @@
|
||||
<option value="sstellar4">Substellar</option>
|
||||
<option value="stellar4">Stellar</option>
|
||||
<option value="instel4">Interstellar</option>
|
||||
</select>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>Autfr</span><br>
|
||||
<input type="number" value="0" name='attr_autoft1' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_autoft2' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_autoft3' class='sheet-short'><br>
|
||||
<input type="number" value="0" name='attr_autoft4' class='sheet-short'><br>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>DgrSp </span><br>
|
||||
<input type="number" value="0" name='attr_dspace1' class='sheet-short' step=0.5><br>
|
||||
<input type="number" value="0" name='attr_dspace2' class='sheet-short' step=0.5><br>
|
||||
<input type="number" value="0" name='attr_dspace3' class='sheet-short' step=0.5><br>
|
||||
<input type="number" value="0" name='attr_dspace4' class='sheet-short' step=0.5><br>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>Signature</span><br>
|
||||
<select name="attr_sig1">
|
||||
<option value="nils1" selected="selected">-</option>
|
||||
<option value="low1">Low</option>
|
||||
<option value="med1">Medium</option>
|
||||
<option value="hi1">High </option>
|
||||
</select>
|
||||
<select name="attr_sig2">
|
||||
<option value="nils2" selected="selected">-</option>
|
||||
<option value="low2">Low</option>
|
||||
<option value="med2">Medium</option>
|
||||
<option value="hi2">High </option>
|
||||
</select>
|
||||
<select name="attr_sig3">
|
||||
<option value="nils3" selected="selected">-</option>
|
||||
<option value="low3">Low</option>
|
||||
<option value="med3">Medium</option>
|
||||
<option value="hi3">High </option>
|
||||
</select>
|
||||
<select name="attr_sig4">
|
||||
</select>
|
||||
<input type="number" value="0" name='attr_autoft4' class='sheet-short'>
|
||||
<input type="number" value="0" name='attr_dspace4' class='sheet-short' step=0.5>
|
||||
<select name="attr_sig4">
|
||||
<option value="nils4" selected="selected">-</option>
|
||||
<option value="low4">Low</option>
|
||||
<option value="med4">Medium</option>
|
||||
<option value="hi4">High </option>
|
||||
</select>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<span>Recoil/Rapid </span><br>
|
||||
<select name="attr_recoil1">
|
||||
<option value="nilr1" selected="selected">-</option>
|
||||
<option value="lowr1">Low</option>
|
||||
<option value="lowrp1">Low/R</option>
|
||||
<option value="medr1">Med</option>
|
||||
<option value="medrp1">Med/R</option>
|
||||
<option value="hir1">Hi </option>
|
||||
<option value="hirp1">Hi/R</option>
|
||||
</select>
|
||||
<select name="attr_recoil2">
|
||||
<option value="nilr2" selected="selected">-</option>
|
||||
<option value="lowr2">Low</option>
|
||||
<option value="lowrp2">Low/R</option>
|
||||
<option value="medr2">Med</option>
|
||||
<option value="medrp2">Med/R</option>
|
||||
<option value="hir2">Hi</option>
|
||||
<option value="hirp2">Hi/R</option>
|
||||
</select>
|
||||
<select name="attr_recoil3">
|
||||
<option value="nilr3" selected="selected">-</option>
|
||||
<option value="lowr3">Low</option>
|
||||
<option value="lowrp3">Low/R</option>
|
||||
<option value="medr3">Med</option>
|
||||
<option value="medrp3">Med/R</option>
|
||||
<option value="hir3">Hi</option>
|
||||
<option value="hirp3">Hi/R</option>
|
||||
</select>
|
||||
<select name="attr_recoil4">
|
||||
</select>
|
||||
<select name="attr_recoil4">
|
||||
<option value="nilr4" selected="selected">-</option>
|
||||
<option value="lowr4">Low</option>
|
||||
<option value="lowrp4">Low/R</option>
|
||||
@@ -610,27 +592,26 @@
|
||||
<option value="medrp4">Med/R</option>
|
||||
<option value="hir4">Hi</option>
|
||||
<option value="hirp4">Hi/R</option>
|
||||
</select>
|
||||
</td>
|
||||
</table>
|
||||
<br><br>
|
||||
</select>
|
||||
</div><br><br>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="items-section">
|
||||
<h3>Items</h3><br>
|
||||
<div class="sheet-col">
|
||||
<label> Item            Kg   L    
|
||||
Item Effect       Notes</label>
|
||||
<label> Item           Kg  L  
|
||||
Item Notes and Effects      Carried?</label>
|
||||
<fieldset class="repeating_items sheet-col">
|
||||
<div class="sheet-row">
|
||||
<input type="text" name="attr_itemname" placeholder="Item Name" class="sheet-input">
|
||||
<input type="number" name="attr_itemweight" class="sheet-short" placeholder="Wgt" value="0">
|
||||
<input type="number" name="attr_itemvolume" class="sheet-short" placeholder="Vol" value="0">
|
||||
<input type="text" name="attr_itemeffect" placeholder="Item Effect" class="sheet-input">
|
||||
<input type="text" name="attr_itemnotes" placeholder="Item Notes" class="sheet-input">
|
||||
<input type="text" name="attr_itemnotes" placeholder="Item Notes" class="sheet-input" style="width: 300px;">
|
||||
<input type="radio" name="attr_skilled" value="Yes"> Y
|
||||
<input type="radio" name="attr_skilled" value="No" checked> N<br>
|
||||
|
||||
</div>
|
||||
</fieldset>
|
||||
@@ -638,9 +619,9 @@
|
||||
<div class="sheet-row">
|
||||
<br><label>Weight:</label>
|
||||
<br><Span>Total Weight: 
|
||||
<input type="number" value="0" name='attr_totWgt' class='sheet-short'> kg  
|
||||
Carry: <input type="number" name="attr_carry" value="((@{strength_cur})*2)" disabled class="sheet-short"> kg  
|
||||
Max Carry: <input type="number" name="attr_maxcarry" value="((@{strength_cur})*5)" disabled class="sheet-short"> kg  
|
||||
<input type="number" value="0" name='attr_totWgt' class='sheet-short'> kg 
|
||||
Carry: <input type="number" name="attr_carry" value="((@{strength_cur})*2)" disabled class="sheet-short"> kg 
|
||||
Max Carry: <input type="number" name="attr_maxcarry" value="((@{strength_cur})*5)" disabled class="sheet-short"> kg 
|
||||
Max Drag: <input type="number" name="attr_maxdrag" value="((@{strength_cur})*15)" disabled class="sheet-short"> kg
|
||||
</Span>
|
||||
</div><br>
|
||||
@@ -667,7 +648,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</rolltemplate>
|
||||
(dylango-at-hotmail-dot-com)
|
||||
dylango-at-hotmail-dot-com
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user