Skip to content

Commit

Permalink
Update BASH.html
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-devil authored Aug 1, 2024
1 parent edc82b6 commit 0566f70
Showing 1 changed file with 42 additions and 67 deletions.
109 changes: 42 additions & 67 deletions BASH Ultimate Edition/BASH.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class='two-column'>
<div class='sheet-2colrow' style='width:810px; padding:0px;'>
<!-- First Column -->
<div class='sheet-col' >
<div class='two-column'>
<div class='sheet-col'>
<div class='sheet-col' style='width:45%; margin:2px;'>
<div class='sheet-2colrow' style='width:100%; margin:0px; padding:0px;'>
<div class='sheet-col' style='width:50%; margin:0px; padding:0px;'>
<img src='http://i.imgur.com/FJ8Lx1E.png' />
<div class='sheet-row' style='border: 1px solid #a8393f; width: 100%; margin: 0px; padding: 2px; background-color: #f7dadb; box-shadow: 5px 5px #888888;'>
<div class='sheet-attTitle'>
Expand Down Expand Up @@ -31,16 +31,13 @@
</div>
</div>
</div>
<div class='sheet-col' >

<div class='sheet-col' style='width:45%; margin:10px; padding:0px;'>
<div class='sheet-standardBox secondaries'>
<span>Hits:</span>
<input type='number' name='attr_hits' value="100" />
/ <input type='number' name='attr_hits_max' value="100" class="smallinputs" />
</div>
<div class='sheet-standardBox secondaries'>
<span>Wounds:</span>
<input type='number' name='attr_wounds' value="0" />
</div>
<div class='sheet-standardBox secondaries smallinputs'>
<button type="action" name="act_soak">Soak</button>
<label>+<input type="number" name="attr_soak_dice" value="0" /></label>
Expand Down Expand Up @@ -70,47 +67,31 @@
</div>
</div>
</div>
<div class='sheet-standardBox blue-box' >
<div class='powerGrid'>
<button class='sheet-powerButton' type="roll" name="roll_powers" value="/em @{character_name} attempts to activate a power: [[1d6]]">Powers</button><br>
<div class='sheet-standardBox energy'>
<label>Energy:
<input type="number" name="attr_energyCurrent"></input>
/ <input type="number" name="attr_energyMax"></input>
</label>
</div>
</div>

<div class='sheet-standardBox blue-box' style='text-align: center;'>
<button class='sheet-powerButton' type="roll" name="roll_powers" value="/em @{character_name} attempts to activate a power: [[1d6]]">Powers</button><br /><br />
<fieldset class='repeating_powers'>
<div class='sheet-standardBox'>
<div class='sheet-standardBox' style='box-shadow: none; background-color: white;'>
<input type='text' name='attr_power' style="width:85%;"/><input type='text' name='attr_ranking' placeholder='Rank' style='width:15%;' /><br>
<label class="powers-note">Note:
<input type='text' name='attr_powerNotesShort'></input>
</label>
<details>
<summary>Details</summary>
<textarea name='attr_powerNotes' rows="8" />
<textarea name='attr_powerNotes' rows="8" style='width: 96%; font-size: .75em;' />
</details>
</div>
</fieldset>
</div>
<div class="sheet-standardBox">
<div class="equipmentGrid">
Equipment:
<div></div>
<label class="money">Money:
<input type="text" name="attr_Money"></input>
</label>
</div>
<textarea name='attr_equipment' rows="12" ></textarea>
Equipment:
<textarea name='attr_equipment' rows="12" style='width: 98%; font-size: .75em;'></textarea>
</div>
</div>
<!-- Second Column -->
<div class='sheet-col' >
<div class='two-column'>
<div class='sheet-col'>
<div class='sheet-col' style='width:50%; margin:0px; padding:0px; margin-left: 15px; margin-top: 11px;'>
<div class='sheet-2colrow'>
<div class='sheet-col' style="margin-right: 15px;">
<div class='sheet-standardBox' style='margin-bottom: 10px;'>
Skills:<br />
<textarea name='attr_skills' rows="9"></textarea>
<textarea name='attr_skills' rows="8"></textarea>
</div>

<div class='sheet-standardBox' style='margin-bottom: 10px;'>
Expand All @@ -123,28 +104,26 @@
<textarea name='attr_disadvantages'></textarea>
</div>

<div class='sheet-standardBox heropointsbox'>
<label><span>Hero Points: </span><input type='text' name='attr_heropoints'/></label>
<label><span>Earned Points: </span><input type='text' name='attr_earnedpoints'/></label>
<label>Hero Dice: <input type='text' name='attr_herodice'/></label>
<label>Character Points: <input type='text' name='attr_chardice'/></label>
<label>Experience: <input type='text' name='attr_experience'/></label>
<div class='sheet-standardBox'>
Hero Points: <input type='text' name='attr_heropoints' style='width:43%;' /><br />
Hero Dice: <input type='text' name='attr_herodice' style='width:46%;' /><br />
Character Points: <input type='text' name='attr_chardice' style='width:16%;' />
</div>
</div>
<div class='sheet-col'>
<div class='sheet-standardBox' style='margin-bottom: 10px;'>
Name: <input type='text' name='attr_character_name' style='width: 100%;' />
Name: <input type='text' name='attr_character_name' style='width: 80%;' />
</div>
<div class='sheet-standardBox' style='margin-bottom: 21px;'>
Real Name: <input type='text' name='attr_real_name' style='width: 100%;' />
Real Name: <input type='text' name='attr_real_name' style='width: 65%;' />
</div>
<div class='sheet-standardBox'>
Mental Malfunction:<br />
<textarea name='attr_mentalmalfunction'></textarea>
</div>
<div class='sheet-standardBox'>
Notes:<br />
<textarea name='attr_notes' rows="9"></textarea>
<textarea name='attr_notes' rows="8"></textarea>
</div>
<div class='sheet-standardBox'>
Weakness:<br /><textarea name='attr_weakness'/></textarea>
Expand All @@ -153,24 +132,22 @@
</div>
<div class='sheet-row'>
<div class='sheet-standardBox blue-box'>
<div class="attackHeader">
<div style='font-size: 2.5em; text-align: center;'>
Attacks
</div>
<fieldset class='repeating_weapons' style='margin: 0px; border: solid 1px #1b608e; padding: 0px; width: 440px;'>
<div class='sheet-weaponBlock' style='margin:0px; padding:0px;'>
<div class="attackGrid">
<div class='sheet-weaponCell'>
<input type='text' name='attr_attack' value="New attack" style='background-color: transparent; text-align: left;' />
</div>
<div class='sheet-weaponCell' style='margin-left: -5px; text-align: center;'>
<button type="action" name="act_hit">Hit</button>
</div>
<div class='sheet-weaponCell' style='width:93px; margin-lef: -5px; text-align: center;'>
<button type="action" name="act_damage">Damage</button>
</div>
<div class='sheet-weaponCell' style='width:78px; margin-left: -5px; text-align: center;'>
<input type='text' name='attr_ammo' placeholder="Ammo" style='width: 95%; background-color: transparent;' />
</div>
<div class='sheet-weaponCell' style='width:183px;'>
<input type='text' name='attr_attack' value="New attack" style='width: 80%; background-color: transparent; text-align: left;' />
</div>
<div class='sheet-weaponCell' style='margin-left: -5px; text-align: center;'>
<button type="action" name="act_hit">Hit</button>
</div>
<div class='sheet-weaponCell' style='width:93px; margin-lef: -5px; text-align: center;'>
<button type="action" name="act_damage">Damage</button>
</div>
<div class='sheet-weaponCell' style='width:78px; margin-left: -5px; text-align: center;'>
<input type='text' name='attr_ammo' value="#" style='width: 95%; background-color: transparent;' />
</div>
<details class="smallinputs" style="padding-left: 10px">
<summary>
Expand All @@ -196,26 +173,24 @@
</div>
</div>
</div>
</div>
<div>
<table style="width: 100%;">
<tr>
<td colspan="2" style="background-color: black; color: white;">Difficulties</td>
<td colspan="10" style="background-color: black; color: white;">Difficulties</td>
</tr>
<tr>
<td class="sheet-gray">&lt;10 Failure</td><td class="sheet-red">50 Nigh-Impossible</td>
<td colspan="5" class="sheet-gray">&lt;10 Failure</td><td colspan="5" class="sheet-red">50 Nigh-Impossible</td>
</tr>
<tr>
<td >10 Typical</td><td class="sheet-violet">80 Impossible</td>
<td colspan="5">10 Typical</td><td colspan="5" class="sheet-violet">80 Impossible</td>
</tr>
<tr>
<td class="sheet-green">20 Tough</td><td class="sheet-purple">120 Beyond Impossible</td>
<td colspan="5" class="sheet-green">20 Tough</td><td colspan="5" class="sheet-purple">120 Beyond Impossible</td>
</tr>
<tr>
<td class="sheet-yellow">30 Superhuman</td><td class="sheet-lightblue">160 Beyond Belief</td>
<td colspan="5" class="sheet-yellow">30 Superhuman</td><td colspan="5" class="sheet-lightblue">160 Beyond Belief</td>
</tr>
<tr>
<td class="sheet-orange">40 Epic</td><td class="sheet-blue">200 Beyond Imagination</td>
<td colspan="5" class="sheet-orange">40 Epic</td><td colspan="5" class="sheet-blue">200 Beyond Imagination</td>
</tr>
</table>
<details>
Expand Down

0 comments on commit 0566f70

Please sign in to comment.