mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
fix and commit (#7346)
fix and commit Co-authored-by: sealry <39601193+sealry@users.noreply.github.com>
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
border-bottom: 1px solid #000;
|
||||
padding: 20px;
|
||||
width: 700px;
|
||||
|
||||
}
|
||||
|
||||
.sheet-rowOnePointFive{
|
||||
display: flex;
|
||||
.sheet-rowOnePointFive{
|
||||
display: flex;
|
||||
flex-flow: column wrap;
|
||||
align-content: flex-end;
|
||||
height: 65px;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<input class="ix" name="attr_xp" id="attr_xp" type="text" value="0">
|
||||
<li><label for="attr_lang">Languages:</label>
|
||||
<textarea class="ix_lang" id="attr_lang" name="attr_lang"></textarea>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -111,11 +110,9 @@
|
||||
|
||||
<div class="item_row2_col1_A">
|
||||
<button class="genButton" type='roll'
|
||||
|
||||
value="&{template:attack} {{av=[[@{AV}]] }} {{rollname=Attack}} {{D2=@{w2}}} {{D4=[[@{attk_op}]]}} {{A0=[[1d20]]}} {{B1=[[@{AV} + @{th2} +0]]}} {{B2=[[@{AV} + @{th2} +2]]}} {{B3=[[@{AV} + @{th2} +4]]}} {{B4=[[@{AV} + @{th2} +6]]}} {{B5=[[@{AV} + @{th2} +1]]}} {{B6=[[@{AV} + @{th2} -1]]}} {{B7=[[@{AV} + @{th2} -2]]}}{{B8=[[@{AV} + @{th2} -0]]}}{{H0=[[ @{numOfDice2}@{d2} + @{in_damB2} ]] }}{{H1=[[ @{numOfDice2}@{d2} + @{in_damB2} +2 ]] }} {{H2=[[ @{numOfDice2}@{d2} + @{in_damB2} +4 ]] }} {{H3=[[ @{numOfDice2}@{d2} + @{in_damB2} +6 ]] }} {{H4=[[ @{numOfDice2}@{d2} + @{in_damB2} +1 ]] }} {{H5=[[ @{numOfDice2}@{d2} + @{in_damB2} -1 ]] }} {{H6=[[ @{numOfDice2}@{d2} + @{in_damB2} ]] }} {{H7=[[ @{numOfDice2}@{d2} + @{in_damB2} -2 ]] }}"></button>
|
||||
|
||||
<input class="attr_in_weapon ew" id="attr_w2" name="attr_w2" type="text"/>
|
||||
|
||||
<select class="attr_in_tohit tw" name="attr_th2">
|
||||
<option>-6</option>
|
||||
<option>-5</option>
|
||||
@@ -587,8 +584,6 @@
|
||||
<rolltemplate class="sheet-rolltemplate-attack">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="sheet-rolltemplate-attack">
|
||||
|
||||
<div class="sheet-template-container">
|
||||
|
||||
Reference in New Issue
Block a user