mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 09:32:33 +00:00
Merge pull request #1775 from devSithun/master
First upload of Coriolis char-sheet!
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
.sheet-character-sheet { display: none; }
|
||||
|
||||
.sheet-isPC:checked ~ .sheet-pc,
|
||||
.sheet-isNPC:checked ~ .sheet-npc
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.charsheet {
|
||||
background: url("http://i.imgur.com/nFUrjpc.jpg")
|
||||
}
|
||||
|
||||
table {
|
||||
border: 2px solid #62584d;
|
||||
margin: 5px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.sheet-ti {
|
||||
border: 0px none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
h1, h2, h3, h6 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
h4, h5 {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 8px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.sheet-table-thin {
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
.sheet-table-wide {
|
||||
width: 550px;
|
||||
}
|
||||
|
||||
.sheet-table-widest {
|
||||
width: 830px;
|
||||
}
|
||||
|
||||
.sheet-table-invis {
|
||||
}
|
||||
|
||||
.sheet-table-light {
|
||||
background-color: #e3deda;
|
||||
}
|
||||
|
||||
.sheet-table-medium {
|
||||
background-color: #a09a93;
|
||||
}
|
||||
|
||||
.sheet-table-dark {
|
||||
background-color: #171f19;
|
||||
}
|
||||
|
||||
.sheet-ba {
|
||||
border: 1px solid #62584d;
|
||||
}
|
||||
|
||||
.sheet-bb {
|
||||
border-bottom: 1px solid #62584d;
|
||||
}
|
||||
|
||||
.sheet-bl {
|
||||
border-left: 1px solid #62584d;
|
||||
}
|
||||
|
||||
.sheet-np {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.sheet-nm {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.cb-small {
|
||||
color: #e3deda;
|
||||
}
|
||||
|
||||
.cb-large {
|
||||
color: #e3deda;
|
||||
}
|
||||
|
||||
.text-singleline {
|
||||
width: 1000%;
|
||||
}
|
||||
@@ -0,0 +1,910 @@
|
||||
<input type="radio" class="isPC" value="1" name="attr_pc" checked> Rollperson
|
||||
<input type="radio" class="isNPC" value="0" name="attr_pc" checked> Skepp
|
||||
|
||||
<div class="sheet-character-sheet sheet-pc">
|
||||
<!-- Label! -->
|
||||
<div style="height:70px" align="center"valign="center">
|
||||
<h6>Rollformulär</h6>
|
||||
<h1>Coriolis</h1>
|
||||
</div>
|
||||
|
||||
<table class="ti">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<!-- Grundegenskaper -->
|
||||
<table class="table-thin">
|
||||
<tr class="table-dark bb">
|
||||
<td colspan="2">
|
||||
<h3>Grundegenskaper</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Styrka</h4>
|
||||
</td>
|
||||
<td class="table-light" style="width:75px">
|
||||
<input type="number" name="attr_sty" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Kyla</h4>
|
||||
</td>
|
||||
<td class="table-light">
|
||||
<input type="number" name="attr_kyl" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Skärpa</h4>
|
||||
</td>
|
||||
<td class="table-light">
|
||||
<input type="number" name="attr_skp" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium">
|
||||
<td>
|
||||
<h4>Känsla</h4>
|
||||
</td>
|
||||
<td class="table-light">
|
||||
<input type="number" name="attr_kns" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Trauma -->
|
||||
<table class="table-thin" style="margin-top:10px">
|
||||
<tr>
|
||||
<td class="table-dark" colspan="2">
|
||||
<h3>Trauma</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium" style="width:193px">
|
||||
<h4>Kroppspoäng (sty+kyl)</h4>
|
||||
</td>
|
||||
<td class="table-medium" style="width:77px">
|
||||
<input type="number" name="attr_kp" style="width:100%" value="@{sty}+@{kyl}" disabled="true">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium bb" colspan="2" align="center" valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp1" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp2" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp3" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp4" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp5" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp6" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp7" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp8" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp9" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp10" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp11" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp12" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-light bb" colspan="2" style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<h5>Kritiska Skador</h5>
|
||||
<fieldset class="repeating_krits">
|
||||
<table style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<tr class="bb">
|
||||
<td style="width=100%">
|
||||
<input type="text" name="attr_krit-skador" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium">
|
||||
<h4>Stresspoäng (skp+kns)</h4>
|
||||
</td>
|
||||
<td class="table-medium" style="width:75px">
|
||||
<input type="number" name="attr_sp" style="width:100%" value="@{skp}+@{kns}" disabled="true">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium" colspan="2" align="center"valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp1" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp2" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp3" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp4" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp5" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp6" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp7" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp8" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp9" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp10" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp11" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp12" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td colspan="2" valign="top">
|
||||
<!-- info -->
|
||||
<table class="table-wide">
|
||||
<tr class="table-light bb">
|
||||
<td style="width:100px">
|
||||
<h5>Namn</h5>
|
||||
</td>
|
||||
<td class="table-light bb">
|
||||
<input type="text" name="attr_namn" style="width:100%">
|
||||
</td>
|
||||
<td class="table-light bb bl">
|
||||
<h5>Bakgrund</h5>
|
||||
</td>
|
||||
<td class="table-light bb" style="width:100px">
|
||||
<input type="text" name="attr_bakgrund" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light bb">
|
||||
<td>
|
||||
<h5>Koncept</h5>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="attr_koncept" style="width:100%">
|
||||
</td>
|
||||
<td class="bl">
|
||||
<h5>Ikon</h5>
|
||||
</td>
|
||||
<td style="width:100px">
|
||||
<input type="text" name="attr_ikon" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light bb">
|
||||
<td>
|
||||
<h5>Gruppkoncept</h5>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="attr_gruppkoncept" style="width:100%">
|
||||
</td>
|
||||
<td class="table-medium bl">
|
||||
<h5>Anseende</h5>
|
||||
</td>
|
||||
<td class="table-medium">
|
||||
<input type="number" name="attr_anseende" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td>
|
||||
<h5>Pers. Problem</h5>
|
||||
</td>
|
||||
<td colspan ="3">
|
||||
<input type="text" name="attr_pers_problem" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- utseende -->
|
||||
<table class="table-wide" style="margin-top:10px">
|
||||
<tr>
|
||||
<td class="table-dark" colspan="2">
|
||||
<h3>Utseende</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light bb">
|
||||
<td style="width:100px">
|
||||
<h5>Ansikte</h5>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="attr_ansikte" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td>
|
||||
<h5>Klädsel</h5>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="attr_kladsel" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- relationer -->
|
||||
<table class="table-wide" style="margin-top:10px">
|
||||
<tr class="table-dark">
|
||||
<td style="width:100%">
|
||||
<h3>Relationer</h3>
|
||||
</td>
|
||||
<td style="width:100px">
|
||||
<h6>Närstående</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light bb" style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<td style="border:none; padding:0px; margin:0px; width:100%" colspan="2">
|
||||
<fieldset class="repeating_relations">
|
||||
<table style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<tr class="bb">
|
||||
<td>
|
||||
<h5>Rollperson</h5>
|
||||
</td>
|
||||
<td style="width:100%">
|
||||
<input type="text" name="attr_relation" style="width:100%">
|
||||
</td>
|
||||
<td class="table-medium bl" align="center" valign="center" style="width:100px">
|
||||
<input type="checkbox" name="attr_narstaende" style="zoom:2">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="ti">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table class="ti"><tr><td>
|
||||
<!-- Strålningspoäng -->
|
||||
<table class="table-thin">
|
||||
<tr>
|
||||
<td class="table-dark">
|
||||
<h3>Strålningspoäng</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium" align="center"valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp1" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp2" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp3" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp4" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp5" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp6" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp7" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp8" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp9" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp10" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<!-- Erfarenhet -->
|
||||
<table class="table-thin">
|
||||
<tr>
|
||||
<td class="table-dark">
|
||||
<h3>Erfarenhet</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium" align="center"valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf1" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf2" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf3" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf4" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf5" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf6" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf7" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf8" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf9" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf10" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
<!-- Färdigheter -->
|
||||
<table class="table-wide table-medium">
|
||||
<tr class="table-dark bb">
|
||||
<td style="width:235px">
|
||||
<h3>Färdigheter</h3>
|
||||
</td>
|
||||
<td style="width:65px">
|
||||
<h6>Allmäna</h6>
|
||||
</td>
|
||||
<td style="width:50%" colspan="2">
|
||||
<h6 style="text-align:right">Kvalificerade</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Kraftprov (sty)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_kraftprov" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Befäl (kns)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_befal" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Manipulera (kns)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_manipulera" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Datadjinn (skp)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_datadjinn" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Närkamp (sty)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_narkamp" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Horisontens kultur (kns)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_horisontens_kultur" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Rörlighet (kyl)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_rorlighet" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Medikurgi (skp)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_medikurgi" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Skjutvapen (kyl)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_skjutvapen" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Mystiska Krafter (kns)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_mystiska_krafter" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Smyga (kyl)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_smyga" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Pilot (kyl)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_pilot" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Spaning (skp)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_spaning" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Teknologi (skp)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_teknologi" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td>
|
||||
<h4>Överlevnad (skp)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_overlevnad" style="width:50px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Vetenskap (skp)</h4>
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" name="attr_vetenskap" style="width:50px">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Rustning -->
|
||||
<table class="table-wide" style="margin-top:10px">
|
||||
<tr class="table-dark">
|
||||
<td style="width:200px">
|
||||
<h3>Rustning</h3>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Skydd</h6>
|
||||
</td>
|
||||
<td style="width:300px">
|
||||
<h6>Övrigt</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td>
|
||||
<input type="text" style="width:100%" name="attr_rustning">
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" style="width:100%" name="attr_rustning_skydd">
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" style="width:100%" name="attr_rustning_ovrigt" >
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<!-- Talanger -->
|
||||
<table class="table-thin">
|
||||
<tr>
|
||||
<td class="table-dark">
|
||||
<h3>Talanger</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<td class="table-light bb" style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<fieldset class="repeating_talanger" style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<table style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<tr class="bb">
|
||||
<td style="width=100%" style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<input type="text" name="attr_talang" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Utrustning -->
|
||||
<table class="table-thin" style="margin-top:10px">
|
||||
<tr class="table-dark">
|
||||
<td style="width:220px">
|
||||
<h3>Utrustning</h3>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Bonus</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td colspan="2">
|
||||
<fieldset class="repeating_utrustning">
|
||||
<table style="border:none; padding:0px; margin:0px;">
|
||||
<tr>
|
||||
<td style="width:220px">
|
||||
<input type="text" style="width:100%" name="attr_utrustning" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_utrustning_bonus" >
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Vapen -->
|
||||
<table class="table-widest">
|
||||
<tr class="table-dark">
|
||||
<td style="width:250px">
|
||||
<h3>Vapen</h3>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Bonus</h6>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Init</h6>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Skada</h6>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Krit</h6>
|
||||
</td>
|
||||
<td style="width:75px">
|
||||
<h6>Räckvidd</h6>
|
||||
</td>
|
||||
<td style="width:200px">
|
||||
<h6>Övrigt</h6>
|
||||
</td>
|
||||
<td style="width:100px">
|
||||
<h6>Omladdning</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td colspan="8">
|
||||
<fieldset class="repeating_vapen">
|
||||
<table style="border:none; padding:0px; margin:0px;">
|
||||
<tr>
|
||||
<td style="width:250px">
|
||||
<input type="text" style="width:100%" name="attr_vapen" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_vapen_bonus" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_vapen_init" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_vapen_skada" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_vapen_krit" >
|
||||
</td>
|
||||
<td style="width:75px">
|
||||
<input type="text" style="width:100%" name="attr_vapen_rackvidd" >
|
||||
</td>
|
||||
<td style="width:200px">
|
||||
<input type="text" style="width:100%" name="attr_vapen_ovrigt" >
|
||||
</td>
|
||||
<td style="width:100px" align="center"valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning1" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning2" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning3" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning4" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning5" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="sheet-character-sheet sheet-npc">
|
||||
<!-- Label! -->
|
||||
<div style="height:70px" align="center" valign="center">
|
||||
<h6>Skeppsformulär</h6>
|
||||
<h1>Coriolis</h1>
|
||||
</div>
|
||||
<table class="ti">
|
||||
<tr>
|
||||
<td>
|
||||
<!-- info -->
|
||||
<table class="table-wide table-light">
|
||||
<tr class="bb">
|
||||
<td>
|
||||
<h5>Namn</h5>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<input type="text" namn="attr_skepp_namn" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="bb">
|
||||
<td>
|
||||
<h5>Skeppstyp</h5>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" namn="attr_skepp_typ" style="width:100%">
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h5>Varv</h5>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" namn="attr_skepp_varv" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<h5>Problem</h5>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<input type="text" namn="attr_skepp_problem" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- data -->
|
||||
<table class="table-wide table-dark">
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<h3>Data</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium bb">
|
||||
<td style="width:25%">
|
||||
<h4>Manöverförmåga</h4>
|
||||
</td>
|
||||
<td style="width:25%" align="center" valign="center">
|
||||
<input type="number" namn="attr_skepp_manover" style="width:75px">
|
||||
</td>
|
||||
<td style="width:25%">
|
||||
<h4>Signatur</h4>
|
||||
</td>
|
||||
<td style="width:25%" align="center" valign="center">
|
||||
<input type="number" namn="attr_skepp_signatur" style="width:75px">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium">
|
||||
<td>
|
||||
<h4>Hastighet</h4>
|
||||
</td>
|
||||
<td style="width:25%" align="center" valign="center">
|
||||
<input type="number" namn="attr_skepp_hastighet" style="width:75px">
|
||||
</td>
|
||||
<td>
|
||||
<h4>Pansar</h4>
|
||||
</td>
|
||||
<td style="width:25%" align="center" valign="center">
|
||||
<input type="number" namn="attr_skepp_pansar" style="width:75px">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- moduler -->
|
||||
<table class="table-wide table-dark">
|
||||
<tr>
|
||||
<td style="width:85%">
|
||||
<h3>Moduler</h3>
|
||||
</td>
|
||||
<td style="width:15%">
|
||||
<h6>Utslagen</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td colspan="2">
|
||||
<fieldset class="repeating_vapen">
|
||||
<table style="width:100%; border:none; padding:0px; margin:0px;">
|
||||
<tr class="bb">
|
||||
<td style="width:85%">
|
||||
<input type="text" namn="attr_skepp_problem" style="width:100%">
|
||||
</td>
|
||||
<td style="width:15%" align="center"valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_skepp_modul_utslagen" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-medium">
|
||||
<td style="width:85%">
|
||||
<h4>Max Moduler</h4>
|
||||
</td>
|
||||
<td style="width:15%">
|
||||
<input type="number" namn="attr_skepp_pansar" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<!-- energipoäng -->
|
||||
<table class="table-thin">
|
||||
<tr>
|
||||
<td class="table-dark">
|
||||
<h3>Energipoäng</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium" align="center"valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi1" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi2" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi3" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi4" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi5" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi6" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi7" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi8" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi9" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_energi10" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- kroppspoäng -->
|
||||
<table class="table-thin">
|
||||
<tr class="table-dark bb">
|
||||
<td >
|
||||
<h3>Kroppspoäng</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-medium" align="center"valign="center">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp1" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp2" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp3" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp4" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp5" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp6" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp7" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp8" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp9" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp10" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp11" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp12" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp13" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp14" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp15" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp16" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp17" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp18" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp19" value="1">
|
||||
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp_kp20" value="1">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-light bb" style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<h5 style="padding-left:5px">Kritiska Skador</h5>
|
||||
<fieldset class="repeating_skepp-krits">
|
||||
<table style="border:none; padding:0px; margin:0px; width:100%">
|
||||
<tr class="bb">
|
||||
<td style="width=100%">
|
||||
<input type="text" name="attr_skepp-krit-skador" style="width:100%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- tillval -->
|
||||
<table class="table-thin" style="margin-top:10px">
|
||||
<tr class="table-dark">
|
||||
<td style="width:80%">
|
||||
<h3>Tillval</h3>
|
||||
</td>
|
||||
<td style="width:20%">
|
||||
<h6>Bonus</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td colspan="2">
|
||||
<fieldset class="repeating_utrustning">
|
||||
<table style="border:none; padding:0px; margin:0px;">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" name="attr_skepp-tillval" >
|
||||
</td>
|
||||
<td>
|
||||
<input type="number" style="width:100%" name="attr_skepp-tillval-bonus" >
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="table-widest ti" style="margin-right:100px">
|
||||
<tr align="center" valign="center">
|
||||
<td align="right" valign="center">
|
||||
<!-- Kapten -->
|
||||
<table class="table-thin">
|
||||
<tr class="table-dark">
|
||||
<td style="background-image:url(http://i.imgur.com/7C8LRul.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
|
||||
<td class="bl"><h3>Kapten</h3></td>
|
||||
<td style="width:20%"><h6>fv</h6></td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-kapten" ></td>
|
||||
<td><input type="number" style="width:100%;" name="attr_skepp-kapten-fv" ></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td align="left" valign="center">
|
||||
<!-- Pilot -->
|
||||
<table class="table-thin">
|
||||
<tr class="table-dark">
|
||||
<td style="background-image:url(http://i.imgur.com/ksY9OQp.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
|
||||
<td class="bl"><h3>Pilot</h3></td>
|
||||
<td style="width:20%"><h6>fv</h6></td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-pilot" ></td>
|
||||
<td><input type="number" style="width:100%;" name="attr_skepp-pilot-fv" ></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="table-widest ti">
|
||||
<tr>
|
||||
<td>
|
||||
<!-- Sensoroperatör -->
|
||||
<table class="table-thin">
|
||||
<tr class="table-dark">
|
||||
<td style="background-image:url(http://i.imgur.com/WryaYuj.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
|
||||
<td class="bl"><h3>Sensor op.</h3></td>
|
||||
<td style="width:20%"><h6>fv</h6></td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-sensor-op" ></td>
|
||||
<td><input type="number" style="width:100%;" name="attr_skepp-sensor-op-fv" ></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<!-- Skytt -->
|
||||
<table class="table-thin">
|
||||
<tr class="table-dark">
|
||||
<td style="background-image:url(http://i.imgur.com/Cs5JyFs.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
|
||||
<td class="bl"><h3>Skytt</h3></td>
|
||||
<td style="width:20%"><h6>fv</h6></td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-skytt" ></td>
|
||||
<td><input type="number" style="width:100%;" name="attr_skepp-skytt-fv" ></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<!-- Tekniker -->
|
||||
<table class="table-thin">
|
||||
<tr class="table-dark">
|
||||
<td style="background-image:url(http://i.imgur.com/4es7tbg.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
|
||||
<td class="bl"><h3>Tekniker</h3></td>
|
||||
<td style="width:20%"><h6>fv</h6></td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-tekniker" ></td>
|
||||
<td><input type="number" style="width:100%;" name="attr_skepp-tekniker-fv" ></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- Vapensystem -->
|
||||
<table class="table-widest">
|
||||
<tr class="table-dark">
|
||||
<td style="width:250px">
|
||||
<h3>Vapensystem</h3>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Bonus</h6>
|
||||
</td>
|
||||
<td style="width:100px">
|
||||
<h6>Räckvidd</h6>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Skada</h6>
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<h6>Krit</h6>
|
||||
</td>
|
||||
<td style="width:330px">
|
||||
<h6>Övrigt</h6>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="table-light">
|
||||
<td colspan="6">
|
||||
<fieldset class="repeating_vapen">
|
||||
<table style="border:none; padding:0px; margin:0px;">
|
||||
<tr>
|
||||
<td style="width:250px">
|
||||
<input type="text" style="width:100%" name="attr_vapensystem" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_vapensystem_bonus" >
|
||||
</td>
|
||||
<td style="width:100px">
|
||||
<input type="text" style="width:100%" name="attr_vapensystem_räckvidd" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_vapensystem_skada" >
|
||||
</td>
|
||||
<td style="width:50px">
|
||||
<input type="number" style="width:100%" name="attr_vapensystem_krit" >
|
||||
</td>
|
||||
<td style="width:330px">
|
||||
<input type="text" style="width:100%" name="attr_vapensystem_ovrigt" >
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 708 KiB |
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"html": "Coriolis.html",
|
||||
"css": "Coriolis.css",
|
||||
"authors": "Frej Berggren",
|
||||
"preview": "Coriolis.png",
|
||||
"roll20userid": "239237",
|
||||
"instructions": "This sheet is for the Swedish rpg Coriolis (2016 edition). All credits go Fria Ligan who made the game and some of the assets in the sheet. Please visit Frialigan.se for more Coriolis stuff! Enjoy!"
|
||||
}
|
||||
Reference in New Issue
Block a user