Skip to content

Commit

Permalink
Merge pull request #12805 from McnabbGames/4d6-Morgalad
Browse files Browse the repository at this point in the history
[4d6 Morgalad Official Sheet] New-Sheet: Adding Official Sheets for the 4d6 Morgalad System
  • Loading branch information
BronsonHall authored Apr 18, 2024
2 parents 9e4e8f6 + f2f3fce commit cc38b07
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 0 deletions.
95 changes: 95 additions & 0 deletions 4d6 Morgalad/4D6FantasySheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
.charsheet {
position: absolute;
background-color: #fffcf0;
z-index: 0;
}

.charsheet table{
border-collapse:separate;
border-spacing:10px;
}

.charsheet textarea{
resize:vertical;
width:40px;
height:50px;
}

.charsheet .sheet-section{
padding-top:5px;
padding-bottom:5px;
z-index: 5;
}


.charsheet input[type=number].sheet-smallnumber{
width:40px;
}

.charsheet input[type=text].sheet-smalltext{
width:120px;
height: 18px;
margin:0px;
}

.charsheet input[type=text].sheet-shorttext{
padding-top:2px;
padding-bottom:2px;
}

.charsheet input[type=text].sheet-skilltext{
width:100px;
padding:2px;
margin-left:3px;
}

.charsheet .sheet-right{
float:right;
}

.charsheet .sheet-bold{
position:absolute;
z-index: 5;
font-size: 12pt;
margin-bottom: 10px;
}

.charsheet .sheet-border{
border: 0px solid white;
vertical-align:top;
width:45%;
padding: 5px;
margin: 2px;
}

.charsheet input[type=number].sheet-smallshortnumber{
width:40px;
padding-top:2px;
padding-bottom:2px;
display: inline-block;
float:right;
}

.charsheet input[type=number].sheet-shortnumber{
padding-top:2px;
padding-bottom:2px;
}

.charsheet label.sheet-areaLabel{
margin:5px;
}

.img{
position:absolute;
z-index: -1;
}

.button{
position:absolute;
z-index: 5;
}

.charsheet .button[type=roll].sheet-d6-dice::before {
font-family: 'dicefontd6';
content: 'F ';
}
114 changes: 114 additions & 0 deletions 4d6 Morgalad/4D6FantasySheet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<div class="sheet-section-main" style="position:relative;">
<div name="characterinfo" class="sheet-section">
<div class='sheet-2colrow'>
<div class='sheet-col' style="display:inline-block">
<label><input class="" type="text" name="attr_character_name" placeholder="Character Name" style="width:60%;font-weight:bold;float:left" /><input class="" type="text" name="attr_playername" placeholder="Player Name" style="width:40%;"/></label>
<label><input class="" style="width:25%;" type="text" name="attr_species" placeholder="Species"/><input class="" type="text" name="attr_occupation" placeholder="Profession" style="width:25%;"/><input class="" style="width:15%;" type="text" name="attr_level" placeholder="Level"/><input class="" style="width:25%;" type="text" name="attr_xp" placeholder="Experience"/></label>
<label><input class="sheet-smalltext sheet-shorttext" type="text" name="attr_defense" placeholder="Base Defense"/><input class="sheet-smalltext sheet-shorttext" type="text" name="attr_movement" placeholder="Movement"/></label>
</div>
<div class='sheet-col'><br><br>

</div>
</div>
</div>
</div>
<div name="attributes" class="sheet-section">
<div class="sheet-2colrow">
<div name="Attributes" class="sheet-col" style="display:inline-block">
<h2 style="text-align: Left;">ATTRIBUTES</h2>
<div name="Power" class="sheet-bold sheet-border">
<button class="sheet-d6-dice" type='roll' value='/roll (@{powerdice})d@{powerdicetype} + @{powerpip}' >POWER:</button><input type="number" name="attr_powerpip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="10" value="0" style="font-weight:bold;"/><br>
<div style="float:left;">
<input type="number" name="attr_powerdice" class="sheet-smallnumber sheet-shortnumber" min="1" value="4"/>D<input type="number" name="attr_powerdicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/></br>
</div><br>
</div><br><br><br>
<div name="Finesse" class="sheet-bold sheet-border">
<button class="sheet-d6-dice" type='roll' value='/roll (@{finessedice})d@{finessedicetype} + @{finessepip}' >FINESSE:</button><input type="number" name="attr_finessepip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="10" value="0" style="font-weight:bold;"/><br>
<div style="float:left;">
<input type="number" name="attr_finessedice" class="sheet-smallnumber sheet-shortnumber" min="1" value="4"/>D<input type="number" name="attr_finessedicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/></br>
</div><br>
</div><br><br><br>
<div name="Essence" class="sheet-bold sheet-border">
<button class="sheet-d6-dice" type='roll' value='/roll (@{essencedice})d@{essencedicetype} + @{essencepip}' >ESSENCE:</button><input type="number" name="attr_essencepip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="10" value="0" style="font-weight:bold;"/><br>
<div style="float:left;">
<input type="number" name="attr_essencedice" class="sheet-smallnumber sheet-shortnumber" min="1" value="4"/>D<input type="number" name="attr_essencedicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/></br>
</div><br>
</div><br><br><br>
<div name="Knowledge" class="sheet-bold sheet-border">
<button class="sheet-d6-dice" type='roll' value='/roll (@{knowledgedice})d@{knowledgedicetype} + @{knowledgepip}' >KNOWLEDGE:</button><input type="number" name="attr_knowledgepip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="10" value="0" style="font-weight:bold;"/><br>
<div style="float:left;">
<input type="number" name="attr_knowledgedice" class="sheet-smallnumber sheet-shortnumber" min="1" value="4"/>D<input type="number" name="attr_knowledgedicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/></br>
</div><br>
</div><br><br><br>
<div name="Conciousness" class="sheet-bold sheet-border">
<button class="sheet-d6-dice" type='roll' value='/roll (@{conciousnessdice})d@{conciousnessdicetype} + @{conciousnesspip}' >CONCIOUSNESS:</button><input type="number" name="attr_conciousnesspip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="10" value="0" style="font-weight:bold;"/><br>
<div style="float:left;">
<input type="number" name="attr_conciousnessdice" class="sheet-smallnumber sheet-shortnumber" min="1" value="4"/>D<input type="number" name="attr_conciousnessdicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/></br>
</div><br>
</div><br><br><br>
<div name="Allure" class="sheet-bold sheet-border">
<button class="sheet-d6-dice" type='roll' value='/roll (@{alluredice})d@{alluredicetype} + @{allurepip}' >ALLURE:</button><input type="number" name="attr_allurepip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="10" value="0" style="font-weight:bold;"/><br>
<div style="float:left;">
<input type="number" name="attr_alluredice" class="sheet-smallnumber sheet-shortnumber" min="1" value="4"/>D<input type="number" name="attr_alluredicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/></br>
</div><br><br><br>
</div><br>
</div></br></br></br>

<div name="Health-Base8-Actions" class="sheet-col" style="display:inline-block">
<div class="sheet-2colrow">

<div class="sheet-col">
<label style="margin-right:-20px"><input class="" type="text" name="attr_hp" placeholder="HEALTH" style="width:40%;font-weight:bold"/>/<input class="" type="text" name="attr_hpmax" placeholder="HEALTH" style="width:40%;font-weight:bold"/></label>
</div>

<div class="sheet-col">

<label style="margin-right:-20px"><input class="" type="text" name="attr_energy" placeholder="ENERGY" style="width:40%;font-weight:bold"/>/<input class="" type="text" name="attr_energymax" placeholder="ENERGY" style="width:40%;font-weight:bold"/></label>
</div>
</div>


<div name="Base 8" class="" style="margin-right:0px;background-color:#ffffff"><h2 style="text-align: Left;">BASE 8 ABILITIES</h2>
<button type='roll' class="astext" value='/roll (@{conciousnessdice})d@{conciousnessdicetype} + @{conciousnesspip}' >Spot</button><button type='roll' class="astext" value='/roll (@{knowledgedice})d@{knowledgedicetype} + @{knowledgepip}' >Search</button><button type='roll' class="astext" value='/roll (@{knowledgedice})d@{knowledgedicetype} + @{knowledgepip}' >Listen</button><button type='roll' class="astext" value='/roll (@{finessedice})d@{finessedicetype} + @{finessepip}' >Stealth</button>
<br><button type='roll' class="astext" value='/roll (@{alluredice})d@{alluredicetype} + @{allurepip}' >Diplomacy</button><button type='roll' class="astext" value='/roll (@{essencedice})d@{essencedicetype} + @{essencepip}' >Fortitude</button><button type='roll' class="astext" value='/roll (@{finessedice})d@{finessedicetype} + @{finessepip}' >Reflex</button><button type='roll' class="astext" value='/roll (@{conciousnessdice})d@{conciousnessdicetype} + @{conciousnesspip}' >Will</button>
</div><br>

<div name="Attacks" class="">
<button type='roll' class="astext" value='/roll (@{attack})d@{attackdietype} + @{attackpip}' >Unarmed Attack</button>
<div style="float:right;">
<input type="number" name="attr_attack" class="sheet-smallnumber sheet-shortnumber" min="1" value="4"/>D<input type="number" name="attr_attackdietype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/>+<input type="number" name="attr_attackpip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="20" value="0"/>
</div>
<fieldset class="repeating_attackskills">
<button type='roll' class="astext" value='/roll (@{skilldice})d@{skilldicetype} + @{skillpip}'></button>
<input class="sheet-skilltext" type="text" name="attr_skillname" placeholder="Weapon"/>
<div class="sheet-right">
<input type="number" name="attr_skilldice" class="sheet-smallnumber sheet-shortnumber" min="0" value="0"/>D<input type="number" name="attr_skilldicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/>+<input type="number" name="attr_skillpip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="20" value="0"/>
</div><br>
<button type='roll' class="astext" value='/roll (@{damagedice})d@{damagedicetype} + @{damagepip}'></button>
<input class="sheet-skilltext" type="text" name="attr_damagename" placeholder="Damage"/>
<div class="sheet-right">
<input type="number" name="attr_damagedice" class="sheet-smallnumber sheet-shortnumber" min="0" value="0"/>D<input type="number" name="attr_damagedicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/>+<input type="number" name="attr_damagepip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="20" value="0"/>
</div>
</fieldset>
</div>

<div name="Special Abilities" class="" style="margin-right:0px;background-color:#fffcf0"><h2 style="text-align: Left;">SPECIAL ABILITIES</h2>

<fieldset class="repeating_intellectskills">
<textarea id="freeform" name="freeform" rows="4" cols="50" style="width:100%" placeholder="Special Abiltiy Name & Description">
</textarea><br><br>
</fieldset>
</div>
</div>
</div>
</br> </div>
</br> </div>
</br></div>
<center><p>



<br><br>
<img src="https://s3.amazonaws.com/files.d20.io/images/365920436/2KXLI9KyhOkgaigXfy-utA/thumb.png?1698945759" class="headimg" height="40" width="40" style="float:right" /><img src="https://d1vzi28wh99zvq.cloudfront.net/images/7665/morgaladsmalllogo.png" class="headimg" right="0px" top="20px" height="10%" width="10%" style="float:left" />
</div>
</p></center>
Binary file added 4d6 Morgalad/4D6FantasySheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4d6 Morgalad/images/morgaladsmalllogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4d6 Morgalad/images/thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions 4d6 Morgalad/sheet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"html": "4D6FantasySheet.html",
"css": "4D6FantasySheet.css",
"authors": "John R.L. McNabb",
"roll20userid": "535614",
"preview": "4D6FantasySheet.png",
"instructions": "This is a sheet for the 4D6 Morgalad Fantasy roleplaying game. Adventure On!",
"legacy": true
}

0 comments on commit cc38b07

Please sign in to comment.