Skip to content

Commit

Permalink
Update Mass Effect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre committed Jun 5, 2018
1 parent 8f30db2 commit 2644b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mass Effect/Mass Effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ <h4>Weapon</h4>
<fieldset class="repeating_weapons">
<table class="sheet-tableII">
<tr>
<th rowspan="4"><button type="roll" class="sheet-weapon" name="weapon_roll" value="&amp;{template:attack}{{character= @{character_name}}}{{weapon= @{Weapon-Name}}}{{attack= [[1d20cs>@{Weapon-Critical} +[[@{Weapon-Attack_Bonus}]] ]]}} {{confirm= [[1d20 +[[@{Weapon-Attack_Bonus}]] ]]}} {{damage= [[@{Weapon-Damage} + @{Weapon-Damage_bonus} + @{Weapon-Damage_Misc}]]}}{{dmgcrit= [[(@{Weapon-Damage} + @{Weapon-Damage_bonus} + [[@{Weapon-Damage_Misc}]])*@{Weapon-Critical_multiplier}]]}} {{details= @{Weapon-Special_Properties}}}">Weapon</button></th>
<th rowspan="4"><button type="roll" class="sheet-weapon" name="weapon_roll" value="&amp;{template:attack}{{character= @{character_name}}}{{weapon= @{Weapon-Name}}}{{attack= [[1d20cs>@{Weapon-Critical} + [[@{Weapon-Attack_Bonus}]] ]]}} {{confirm= [[1d20 +[[@{Weapon-Attack_Bonus}]] ]]}} {{damage= [[@{Weapon-Damage} + @{Weapon-Damage_bonus} + @{Weapon-Damage_Misc}]]}}{{dmgcrit= [[(@{Weapon-Damage} + @{Weapon-Damage_bonus} + @{Weapon-Damage_Misc}) * @{Weapon-Critical_multiplier}]]}} {{details= @{Weapon-Special_Properties}}}">weapon</button></th>
<th class="sheet-heading">Name</th>
<th class="sheet-heading">Total Bonus</th>
<th class="sheet-heading">BAB</th>
Expand Down Expand Up @@ -1558,12 +1558,12 @@ <h4>Weapon</h4>
</td>
<td><input type="number" class="sheet-number" name="attr_Weapon-Attack_Misc" value="0" /></td>
<td><input type="number" class="sheet-number" name="attr_Weapon-Critical" value="20" style="width:26px"/><input type="number" class="sheet-number" name="attr_Weapon-Critical_multiplier" value="2" style="width:24px"/></td>
<td><input type="number" class="sheet-number" name="attr_Weapon-Recoil" value="0" placeholder="-3, etc." style="width:40px"/></td>
<td><input type="number" class="sheet-number" name="attr_Weapon-Recoil" value="" placeholder="-3, etc." style="width:40px"/></td>
<td><input type="number" class="sheet-number" name="attr_Weapon-Ammo" value="0" style="width:50px"/></td>
</tr>
<tr>
<td colspan="3"><input type="text" class="sheet-number" name="attr_Weapon-Special_Properties" value="" style="width:80%"/></td>
<td><input type="text" class="sheet-number" name="attr_Weapon-Damage" value="1d6" placeholder="1d6" style="width:60px;"/></td>
<td><input type="text" class="sheet-number" name="attr_Weapon-Damage" value="" placeholder="1d6" style="width:60px;"/></td>
<td>
<select class="sheet-number" name="attr_Weapon-Damage_bonus" style="width:60px;" >
<option value="0">None</option>
Expand Down

0 comments on commit 2644b27

Please sign in to comment.