Uploaded desktop files

Uploaded the Sigil and Shadow files from a desktop folder.
This commit is contained in:
svalladolid
2022-01-23 19:18:45 -08:00
committed by GitHub
parent 441080b4b6
commit dfa2ced91c
5 changed files with 344 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# sigil-shadow-character-sheet
Fan made character sheet for the Sigil & Shadow TTRPG
+17
View File
@@ -0,0 +1,17 @@
.charsheet {
background-image: url("https://i.ibb.co/t8ZrZK3/Sheet-Background.jpg");
min-width: 600px;
height:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
label {
display: inline-block;
width: 15%;
}
input {
display: inline-block;
width: 50px;
}
+316
View File
@@ -0,0 +1,316 @@
<!-- Header Image-->
<div class='row'>
<div style="width:100%">
<img src="https://i.ibb.co/WKs5N4L/Screenshot-2022-01-03-150247.jpg"/>
</div>
</div>
<p></p>
<!-- General character descriptions -->
<div class='2colrow'>
<div class= 'col'>
<div style='text-align:right; margin-right:10%'>
<b>Name:</b><input type='text' name='attr_Name' style='width:250px'><br>
<b>Casting:</b><input type='text' name='attr_Casting' style='width:250px'><br>
<b>Oddity:</b><input type='text' name="attr_Oddity" style='width:250px'><br>
</div>
</div>
<div class='col'>
<div style='text-align:right; margin-right:25%'>
<b>Rank:</b><input type='number' value='0' min='0' max='5' name='attr_Rank' style='width:50px'><br>
<b>Drive:</b><input type="text" name="attr_Drive" style='width:250px'><br>
</div>
</div>
</div>
<p><p/>
<b>Background: </b><input type='text' name='attr_character_background' style='width:100%'><br>
<b>Lifestyle: &nbsp; &nbsp; &nbsp; &nbsp;</b><input type='text' name='attr_character_description' style='width:100%'><br>
<p><p/>
<!-- Attributes & Attribute Rolls -->
<h3 style="margin-bottom: 0px; text-align: center; color: #FFF; background-color: #777ba0;">Ability Scores</h3>
<p></p>
<div style='text-align:center'>
<button type='roll' value='&{template:default} {{name=Strength Check}} {{Success Value = [[@{strength} + ?{Difficulty|0}]]}} {{Roll=[[1d100]]}}' name='roll_strength'></button><b>Strength</b>
<input type='number' name='attr_strength' value='0' min='0'/> <b>%</b>
<button type='roll' value='&{template:default} {{name=Dexterity Check}} {{Success Value = [[@{dexterity} + ?{Difficulty|0}]]}} {{Roll=[[1d100]]}}' name='roll_dexterity'></button><b>Dexterity</b>
<input type='number' name='attr_dexterity' value='0' min='0'/> <b>%</b>
<button type='roll' value='&{template:default} {{name=Logic Check}} {{Success Value = [[@{logic} + ?{Difficulty|0}]]}} {{Roll=[[1d100]]}}' name='roll_logic'></button><b>Logic</b>
<input type='number' name='attr_logic' value='0' min='0'/> <b>%</b>
<button type='roll' value='&{template:default} {{name=Wllpower Check}} {{Success Value = [[@{willpower} + ?{Difficulty|0}]]}} {{Roll=[[1d100]]}}' name='roll_willpower'></button><b>Willpower</b>
<input type='number' name='attr_willpower' value='0' min='0'/> <b>%</b>
</div>
<p></p>
<!-- Additional Characteristics -->
<div class='2colrow'>
<div class='col'>
<div style='text-align:right; margin-right:10%'>
<b>Bone Pile: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</b><input type='number' value='0' min='0' name='attr_bone_pile'><b> / </b><Input type='number' 'number' value='0' min='0' name='attr_bone_pile_max'><br>
<b>Hit Points: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</b><input type='number' value='0' min='0' name='attr_Hit_Points'><b> / </b><Input type='number' 'number' value='0' min='0' name='attr_hit_points_max'><br>
</div>
</div>
<!-- Initiative Roll -->
<div class='col'>
<div style='text-align:right; margin-right:50%'>
<button type='roll' value='&{template:default} {{name=Initiative}} {{Roll=[[@{initiative}d10k1]]}}' name='roll_initiative'></button><b>Initiative</b>
<input type='number' name='attr_initiative' value='0' min='0'/><br>
<b>Damage Resistance:&nbsp; &nbsp;</b><input type='number' value='0' min='0' name='attr_damage_resistance'><br>
</div>
</div>
</div>
<p></p>
<!-- ********************************************************************************************************************* -->
<!-- Start of skills-->
<p><p/>
<h3 style="margin-bottom: 0px; text-align: center; color: #FFF; background-color: #777ba0;">Skills</h3>
<p><p/>
<div class='2colrow'>
<div class='col'>
<div style='text-align: left; margin-left:5%'>
<button type='roll' value='&{template:default} {{name=Arcana Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} }} + @{arcana} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_arcana'></button><b>Arcana&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><b>Trained?&nbsp;&nbsp;&nbsp;</b><input type='checkbox' name='attr_arcana_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='arcana_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_arcana' value='0' min='-100'/><b>&nbsp;%</b><br>
<!-- Start of Repeating Fieldset for Focused Arcana Skills-->
<fieldset class='repeating_arcanafocus'>
<button type='roll' value='&{template:default} {{name=@{arcanafocus} Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} }} + @{arcanafocusscore} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_arcanafocus'></button>
<input type=text name='attr_arcanafocus' style='width:75px' placeholder='Add Focus'></b>&nbsp; &nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_arcanafocus_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='arcanafocuslevel' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_arcanafocusscore' value='0' min='-100'/><b>&nbsp;%</b><br>
</fieldset>
<!-- End of Repeating Fieldset for Focused Arcana Skills-->
<p></p>
<button type='roll' value='&{template:default} {{name=Combat Check}} {{Success Value = [[?{Ability | Strength, @{strength} | Dexterity, @{dexterity} | Logic, @{logic} | Willpower, @{willpower}} + @{combat} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_combat'></button><b>Combat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_arcana_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='combat_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_combat' value='0' min='-100'><b>&nbsp;%</b><br>
<!-- Start of Repeating Fieldset for Focused Combat Skills-->
<fieldset class='repeating_combatfocus'>
<button type='roll' value='&{template:default} {{name=@{combatfocus} Check}} {{Success Value = [[?{Ability | Strength, @{strength} | Dexterity, @{dexterity} | Logic, @{logic} | Willpower, @{willpower} }} + @{combatfocusscore} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_combatfocus'></button>
<input type=text name='attr_combatfocus' style='width:75px' placeholder='Add Focus'></b>&nbsp; &nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_combatfocus_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='combatfocuslevel' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_combatfocusscore' value='0' min='-100'/><b>&nbsp;%</b><br>
</fieldset>
<!-- End of Repeating Fieldset for Focused Combat Skills-->
<p></p>
<button type='roll' value='&{template:default} {{name=Education Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} } + @{education} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_education'></button><b>Education&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_arcana_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='education_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_education' value='0' min='-100'><b>&nbsp;%</b><br>
<!-- Start of Repeating Fieldset for Focused Education Skills-->
<fieldset class='repeating_educationfocus'>
<button type='roll' value='&{template:default} {{name=@{educationfocus} Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} }} + @{educationfocusscore} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_educationfocus'></button>
<input type=text name='attr_educationfocus' style='width:75px'placeholder='Add Focus'></b>&nbsp; &nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_educationfocus_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='educationfocuslevel' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_educationfocusscore' value='0' min='-100'/><b>&nbsp;%</b><br>
</fieldset>
<!-- End of Repeating Fieldset for Focused Education Skills-->
<p></p>
<button type='roll' value='&{template:default} {{name=Investigation Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Strength, @{strength} | Dexterity, @{dexterity} | Willpower, @{willpower}} + @{investigation}+ ?{Difficulty|0}]]}} {{Roll=[[1d100]]}}' name='roll_investigation'></button><b>Investigation&nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_investigation_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='investigation_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_investigation' value='0' min='-100'><b>&nbsp;%</b><br>
</div>
</div>
<div class='col'>
<div style='text-align: left; margin-left:5%'>
<button type='roll' value='&{template:default} {{name=Larceny Check}} {{Success Value = [[?{Ability | Dexterity, @{dexterity} | Logic, @{logic} | Strength, @{strength} | Willpower, @{willpower}} + @{larceny}+ ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_larceny'></button><b>Larceny&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_larceny_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='larceny_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_larceny' value='0' min='-100'><b>&nbsp;%</b><br>
<p></p>
<button type='roll' value='&{template:default} {{name=Medicine Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Strength, @{strength} | Dexterity, @{dexterity} | Willpower, @{willpower}} + @{medicine} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_medicine'></button><b>Medicine&nbsp; &nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_medicine_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='medicine_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type="number" name="attr_medicine" value="0" min="-100" /><b>&nbsp;%</b><br>
<p></p>
<button type='roll' value='&{template:default} {{name=Mysticism Check}} {{Success Value = [[?{Ability | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} | Logic, @{logic}} + @{mysticism} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_mysticism'></button><b>Mysticism&nbsp; &nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_mysticism_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='mysticism_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type="number" name="attr_mysticism" value="0" min=-'100' /><b>&nbsp;%</b><br>
<p></p>
<button type='roll' value='&{template:default} {{name=Social Check}} {{Success Value = [[?{Ability | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} | Logic, @{logic}} + @{social} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_social'></button><b>Social&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_social_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='social_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type="number" name="attr_social" value="0" min='-100' /><b>&nbsp;%</b><br>
<!-- Start of Repeating Fieldset for Focused Social Skills-->
<fieldset class='repeating_socialfocus'>
<button type='roll' value='&{template:default} {{name=@{socialfocus} Check}} {{Success Value = [[?{Ability | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} | Logic, @{logic} }} + @{socialfocusscore} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_socialfocus'></button>
<input type=text name='attr_socialfocus' style='width:75px' placeholder='Add Focus'></b>&nbsp; &nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_socialfocus_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='socialfocuslevel' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_socialfocusscore' value='0' min='-100'/><b>&nbsp;%</b><br>
</fieldset>
<!-- End of Repeating Fieldset for Focused Social Skills-->
<p></p>
<button type='roll' value='&{template:default} {{name=Survival Check}} {{Success Value = [?{Ability | Logic, @{logic} | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity}} + [@{survival} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_survival'></button><b>Survival&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_arcana_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='survial_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type="number" name="attr_survival" value="0" min='-100' /><b>&nbsp;%</b><br>
<p></p>
<button type='roll' value='&{template:default} {{name=Technical Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Strength, @{strength} | Dexterity, @{dexterity}| Willpower, @{willpower}} + @{technical} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_technical'></button><b>Technical&nbsp; &nbsp;&nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_arcana_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='technical_level' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type="number" name="attr_technical" value="0" min='-100' /><b>&nbsp;%</b><br>
<!-- Start of Repeating Fieldset for Focused Technical Skills-->
<fieldset class='repeating_technicalfocus'>
<button type='roll' value='&{template:default} {{name=@{technicalfocus} Check}} {{Success Value = [[?{Ability | Logic, @{logic} | Willpower, @{willpower} | Strength, @{strength} | Dexterity, @{dexterity} }} + @{technicalfocusscore} + ?{Difficulty|0} ]]}} {{Roll=[[1d100]]}}' name='roll_technicalfocus'></button>
<input type=text name='attr_technicalfocus' style='width:75px' placeholder='Add Focus'></b>&nbsp; &nbsp;</b><b>Trained?&nbsp;</b><input type='checkbox' name='attr_technicalfocus_trained' value='1'>
<b>&nbsp;&nbsp;&nbsp;Lvl&nbsp;</b><input type='number' name='technicalfocuslevel' value='0' min='0' max='5'/>
<b>Score&nbsp;</b><input type='number' name='attr_technicalfocusscore' value='0' min='-100'/><b>&nbsp;%</b><br>
</fieldset>
<!-- End of Repeating Fieldset for Focused Technical Skills-->
</div>
</div>
</div>
<p></p>
<!--End of skills-->
<!--Attack and Damage Rolls-->
<h3 style="text-align: center; color: #FFF; background-color: #777ba0;">Melee / Ranged Attacks</h3>
<div style="text-align: center; width:100%; font-size:0.8em"><b>*Input weapon name, attack skill value and damage including applicable damage bonus*</b></div>
<p></p>
<div class='2colrow'>
<div class='col'>
<b>Melee Damage Bonus:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><input type='text' name='attr_melee_dmg' style='width:50px'>
<p></p>
<!--Repeating melee Attacks-->
<div style='text-align:left'; 'margin-left:10%'>
<fieldset class='repeating_meleeSkills'>
<button type='roll' value='&{template:default} {{name=@{meleeSkill} Attack}} {Target = [[@{meleescore}]]}} {{roll=[[1d100]]}}'/></button>
<input type='text' name='attr_meleeSkill' style='width:125px' class='sheet-skillname' <placeholder='Add Melee Attack'>
<input type='number' name='attr_meleescore' value='0' min='0'><b>%</b>
<input type='text' name='attr_melee_damage' style='width:125px'<placeholder='Add Weapon Dmg'><button type='roll' name='melee_damage' value="&{template:default} {{name=@{meleeSkill} Damage}} {{Damage =[[@{melee_damage}]]}}"></button>
</fieldset>
</div>
</div>
<div class='col'>
<div style='text-align:left'>
<b>Ranged Damage Bonus:&nbsp;&nbsp;</b><input type='text' name='attr_ranged_dmg' style='width:50px'>
<p></p>
<!--Repeating Ranged Attacks-->
<fieldset class='repeating_rangedSkills'>
<button type='roll' value='&{template:default} {{name=@{rangedSkill} Attack}} {{Target = [[@{rangedScore}]]}} {{roll=[[1d100]]}}'></button>
<input type='text' name="attr_rangedSkill" style='width:125px' class='sheet-skillname'<placeholder='Add Ranged Attack'>
<input type='number' name='attr_rangedScore' value='0' min='0'><b>%</b>
<input type='text' name='attr_ranged_damage' style='width:125px'<placeholder='Add Weapon Dmg'><button type='roll' name='ranged_damage' value="&{template:default} {{name=@{rangedSkill} Damage}} {{Damage =[[@{ranged_damage}]]}}"></button>
</fieldset>
</div>
</div>
</div>
<p></p>
<h3 style="text-align: center; color: #FFF; background-color: #777ba0;">Equipment & Gear</h3>
<p></p>
<!--Repeating Inventory and Descriptions-->
<fieldset class="repeating_inventory">
<b>Item: </b><input type="text" name="attr_item_name" style='width:25%'; 'margin-left: 5%' placeholder='Add Item'><b> Info: </b><input type="text" name="attr_item_info" style='width:65%' />
</fieldset>
<p></p>
<h3 style="text-align: center; color: #FFF; background-color: #777ba0;">Powers (Burdens, Gifts, Manifestations, Perks, Spells)</h3>
<p></p>
<!--Repeating Inventory and Descriptions-->
<fieldset class="repeating_powers">
<b>Type: </b><input type="text" name="attr_type_name" style='width:25%'; 'margin-left: 5%' placeholder='Add Power'><b> Info: </b><input type="text" name="attr_item_info" style='width:65%' />
</fieldset>
<p></p>
+9
View File
@@ -0,0 +1,9 @@
{
"html": "sigil-shadow.html",
"css": "sigil-shadow.css",
"authors": "Steve Valladolid",
"roll20userid": "Big Brother",
"preview": "sigil-shawow.png",
"instructions": "Fan Made Character Sheet for the Sigil & Shadow RPG by Osprey Games",
"legacy": true
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 454 KiB