mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
716 lines
39 KiB
HTML
716 lines
39 KiB
HTML
<head>
|
|
<link rel="stylesheet" href="out.css">
|
|
</head>
|
|
<div class="row1">
|
|
<div class="item_col_1_A">
|
|
<label for="id">Identity</label>
|
|
<textarea class="id-tb" id="id" name="attr_id"></textarea>
|
|
</div>
|
|
<div class="item_col_2_A">
|
|
<ul class="nodec">
|
|
<li>
|
|
<label for="attr_class">Class:</label>
|
|
<input class="ix" name="attr_class" id="attr_class" type="text">
|
|
<li>
|
|
<label for="attr_xp">XP:</label>
|
|
<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>
|
|
|
|
</div>
|
|
<div class="rowOnePointFive">
|
|
|
|
<div class="item-r15_col_1">
|
|
<label for="attr_init_mod">Initiative Modifier:</label>
|
|
<input class="ix" name="attr_init_mod" id="attr_init_mod" type="text" value="0">
|
|
</div>
|
|
<div class="item-r15_col_2">
|
|
<label for="roll_init"></label>
|
|
<button class="genButton" type='roll' value="/roll 1d6 + @{init_mod} &{tracker}" name="roll_init"
|
|
id="roll_init"></button>
|
|
</div>
|
|
|
|
<div class="item_row2_col3_A">
|
|
<h2>WHITEHACK</h2>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="row2">
|
|
<div class="b item_row2_col1_A">
|
|
<span class="b weaponTitle1">Weapon</span>
|
|
<span class="b weaponTitle2">To Hit</span>
|
|
<span class="b weaponTitle3">Damage</span>
|
|
</div>
|
|
|
|
|
|
<div class="item_row2_col1_A">
|
|
<button class="genButton" type='roll'
|
|
value="&{template:attack} {{av=[[@{AV}]] }} {{rollname=Attack}} {{D2=@{w1}}} {{D4=[[@{attk_op}]]}} {{A0=[[1d20]]}} {{B1=[[@{AV} + @{th1} +0]]}} {{B2=[[@{AV} + @{th1} +2]]}} {{B3=[[@{AV} + @{th1} +4]]}} {{B4=[[@{AV} + @{th1} +6]]}} {{B5=[[@{AV} + @{th1} +1]]}} {{B6=[[@{AV} + @{th1} -1]]}} {{B7=[[@{AV} + @{th1} -2]]}}{{B8=[[@{AV} + @{th1} -0]]}}{{H0=[[ @{numOfDice1}@{d1} + @{in_damB1} ]] }}{{H1=[[ @{numOfDice1}@{d1} + @{in_damB1} +2 ]] }} {{H2=[[ @{numOfDice1}@{d1} + @{in_damB1} +4 ]] }} {{H3=[[ @{numOfDice1}@{d1} + @{in_damB1} +6 ]] }} {{H4=[[ @{numOfDice1}@{d1} + @{in_damB1} +1 ]] }} {{H5=[[ @{numOfDice1}@{d1} + @{in_damB1} -1 ]] }} {{H6=[[ @{numOfDice1}@{d1} + @{in_damB1} ]] }} {{H7=[[ @{numOfDice1}@{d1} + @{in_damB1} -2 ]] }}"></button>
|
|
|
|
|
|
<input class="attr_in_weapon ew" id="attr_w1" name="attr_w1" type="text"/>
|
|
<select class="attr_in_tohit tw" name="attr_th1">
|
|
<option>-6</option>
|
|
<option>-5</option>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
|
|
|
|
<select class="w attr_in_damage" name="attr_numOfDice1">
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
|
|
<select class="w attr_in_damage" name="attr_d1">
|
|
<option>d20</option>
|
|
<option>d12</option>
|
|
<option>d10</option>
|
|
<option>d8</option>
|
|
<option selected>d6</option>
|
|
<option>d4</option>
|
|
</select>
|
|
<span class="plus">+</span>
|
|
<select class="attr_in_damB w" name="attr_in_damB1" id="attr_in_damB1">
|
|
<option>-6</option>
|
|
<option>-5</option>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
</div>
|
|
|
|
<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>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
<!--<input class="attr_in_damage w" name="attr_d1" type="text" />-->
|
|
<select class="w attr_in_damage" name="attr_numOfDice2">
|
|
<option>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
</select>
|
|
<select class="w attr_in_damage" name="attr_d2">
|
|
<option>d20</option>
|
|
<option>d12</option>
|
|
<option>d10</option>
|
|
<option>d8</option>
|
|
<option>d6</option>
|
|
<option>d4</option>
|
|
</select>
|
|
<span class="plus">+</span>
|
|
<select class="attr_in_damB w" name="attr_in_damB2" id="attr_in_damB2">
|
|
<option>-6</option>
|
|
<option>-5</option>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
</div>
|
|
|
|
|
|
<div class="item_row2_col1_A">
|
|
|
|
<button class="genButton" type='roll'
|
|
value="&{template:attack} {{av=[[@{AV}]] }} {{rollname=Attack}} {{D2=@{w3}}} {{D4=[[@{attk_op}]]}} {{A0=[[1d20]]}} {{B1=[[@{AV} + @{th3} +0]]}} {{B2=[[@{AV} + @{th3} +2]]}} {{B3=[[@{AV} + @{th3} +4]]}} {{B4=[[@{AV} + @{th3} +6]]}} {{B5=[[@{AV} + @{th3} +1]]}} {{B6=[[@{AV} + @{th3} -1]]}} {{B7=[[@{AV} + @{th3} -2]]}}{{B8=[[@{AV} + @{th3} -0]]}}{{H0=[[ @{numOfDice3}@{d3} + @{in_damB3} ]] }}{{H1=[[ @{numOfDice3}@{d3} + @{in_damB3} +2 ]] }} {{H2=[[ @{numOfDice3}@{d3} + @{in_damB3} +4 ]] }} {{H3=[[ @{numOfDice3}@{d3} + @{in_damB3} +6 ]] }} {{H4=[[ @{numOfDice3}@{d3} + @{in_damB3} +1 ]] }} {{H5=[[ @{numOfDice3}@{d3} + @{in_damB3} -1 ]] }} {{H6=[[ @{numOfDice3}@{d3} + @{in_damB3} ]] }} {{H7=[[ @{numOfDice3}@{d3} + @{in_damB3} -2 ]] }}"></button>
|
|
|
|
|
|
|
|
<input class="attr_in_weapon ew" id="attr_w3" name="attr_w3" type="text"/>
|
|
<select class="attr_in_tohit tw" name="attr_th3">
|
|
<option>-6</option>
|
|
<option>-5</option>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
|
|
<select class="w attr_in_damage" name="attr_numOfDice3">
|
|
<option>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
|
|
</select>
|
|
<select class="w attr_in_damage" name="attr_d3">
|
|
<option>d20</option>
|
|
<option>d12</option>
|
|
<option>d10</option>
|
|
<option>d8</option>
|
|
<option>d6</option>
|
|
<option>d4</option>
|
|
</select>
|
|
<span class="plus">+</span>
|
|
<select class="attr_in_damB w" name="attr_in_damB3" id="attr_in_damB3">
|
|
<option>-6</option>
|
|
<option>-5</option>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="item_row2_col1_A">
|
|
<button class="genButton" type='roll'
|
|
value="&{template:attack} {{av=[[@{AV}]] }} {{rollname=Attack}} {{D2=@{w4}}} {{D4=[[@{attk_op}]]}} {{A0=[[1d20]]}} {{B1=[[@{AV} + @{th4} +0]]}} {{B2=[[@{AV} + @{th4} +2]]}} {{B3=[[@{AV} + @{th4} +4]]}} {{B4=[[@{AV} + @{th4} +6]]}} {{B5=[[@{AV} + @{th4} +1]]}} {{B6=[[@{AV} + @{th4} -1]]}} {{B7=[[@{AV} + @{th4} -2]]}}{{B8=[[@{AV} + @{th4} -0]]}}{{H0=[[ @{numOfDice4}@{d4} + @{in_damB4} ]] }}{{H1=[[ @{numOfDice4}@{d4} + @{in_damB4} +2 ]] }} {{H2=[[ @{numOfDice4}@{d4} + @{in_damB4} +4 ]] }} {{H3=[[ @{numOfDice4}@{d4} + @{in_damB4} +6 ]] }} {{H4=[[ @{numOfDice4}@{d4} + @{in_damB4} +1 ]] }} {{H5=[[ @{numOfDice4}@{d4} + @{in_damB4} -1 ]] }} {{H6=[[ @{numOfDice4}@{d4} + @{in_damB4} ]] }} {{H7=[[ @{numOfDice4}@{d4} + @{in_damB4} -2 ]] }}"></button>
|
|
|
|
|
|
<input class="attr_in_weapon ew" id="attr_w4" name="attr_w4" type="text"/>
|
|
<select class="attr_in_tohit tw" name="attr_th4">
|
|
<option>-6</option>
|
|
<option>-5</option>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
<select class="w attr_in_damage" name="attr_numOfDice4">
|
|
<option>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
</select>
|
|
<select class="w attr_in_damage" name="attr_d4">
|
|
<option>d20</option>
|
|
<option>d12</option>
|
|
<option>d10</option>
|
|
<option>d8</option>
|
|
<option>d6</option>
|
|
<option>d4</option>
|
|
</select>
|
|
<span class="plus">+</span>
|
|
<select class="attr_in_damB w" name="attr_in_damB4" id="attr_in_damB4">
|
|
<option>-6</option>
|
|
<option>-5</option>
|
|
<option>-4</option>
|
|
<option>-3</option>
|
|
<option>-2</option>
|
|
<option>-1</option>
|
|
<option selected>0</option>
|
|
<option>1</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
<option>6</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="sheet-item_row2_col1_A">
|
|
<select name="attr_attk_op" id="attr_attk_op" class="fstyle tw">
|
|
<option value="1">Normal Attack</option>
|
|
<option value="2">Combat Advantage: +2/+2</option>
|
|
<option value="3">Double Combat Advantage: +4/+4</option>
|
|
<option value="4">Triple Combat Advantage: +6/+6</option>
|
|
<option value="5">Fight Offensively: +1/+1</option>
|
|
<option value="6">Fight Defensively: -1/-1</option>
|
|
<option value="7">Fight Defensively: -2/-0</option>
|
|
<option value="8">Fight Defensively: -0/-2</option>
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="item_row2_col1">
|
|
|
|
<label for="attr_equipment">Equipment</label>
|
|
<textarea class="equipment" id="attr_equipment" name="attr_equipment"></textarea>
|
|
|
|
<label for="specialAbilities">Special Abilities</label>
|
|
<textarea id="specialAbilities" class="specialAbilities" id="attr_specialAbilities"
|
|
name="attr_specialAbilities"></textarea>
|
|
</div>
|
|
|
|
|
|
<div class="item_row2_col2">
|
|
<h4><label for="attr_av">AV</label><input class="attr_in" id="attr_av" name="attr_av" type="text"/></h4>
|
|
<h4><label for="attr_mv">MV</label><input class="attr_in" id="attr_mv" name="attr_mv" type="text"/></h4>
|
|
<h4><label for="attr_st">ST</label>
|
|
<button class="genButton" type='roll'
|
|
value="&{template:saveCheck} {{rollname=Save}} {{D1=[[1d20 + ?{Modifier|0}]] }} {{D3=[[@{st}]]}} {{D4=[[20]]}}"></button>
|
|
|
|
<input class="attr_in" id="attr_st" name="attr_st" type="text"/></h4>
|
|
<h4><label for="attr_ac">AC</label><input class="attr_in" id="attr_ac" name="attr_ac" type="text"/></h4>
|
|
<h4><label for="attr_hp">HP</label><input class="attr_in" id="attr_hp" name="attr_hp" type="text"/></h4>
|
|
<h4><label for="attr_hp">No. of Groups</label><input class="attr_in" id="attr_groups" name="attr_groups"
|
|
type="text"/>
|
|
</h4>
|
|
<h4><label for="attr_hp">No. of <br/>Slots</label><input class="attr_in" id="attr_slots" name="attr_slots"
|
|
type="text"/>
|
|
</h4>
|
|
<h4><label for="attr_weight">Total <br/>Weight </label><input class="attr_in" id="attr_weight"
|
|
name="attr_weight" type="text"/></h4>
|
|
<h4><label for="attr_gold">Total <br/>Gold </label><input class="attr_in" id="attr_gold" name="attr_gold"
|
|
type="text"/></h4>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="item_row2_col3">
|
|
<div class="item_row2_col3_B">
|
|
<div class="attr">
|
|
<h3>STR</h3>
|
|
<div class="radio-toolbar">
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-advantage} {{rollname=Strength}}{{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{str}]]}} {{D4=[[20]]}}">
|
|
<b class="a">A</b>
|
|
</button>
|
|
<button class="genButton" type='roll'
|
|
value="&{template:saveCheck} {{rollname=Strength}} {{D1=[[1d20]]}} {{D3=[[@{str}]]}} {{D4=[[20]]}}"></button>
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-disadvantage} {{rollname=Strength}} {{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{str}]]}} {{D4=[[20]]}}">
|
|
<b class="d">D</b>
|
|
</button>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<input name="attr_str" class="attr_in" type="text" value="0"></div>
|
|
<h6><i><label for="attr_str_grp">Group:</label></i></h6>
|
|
<input id="attr_str_grp" name="attr_str_grp" class="attr_in" type="text"
|
|
style="width:100%; display: inline-block">
|
|
|
|
<br>
|
|
<div class="attr">
|
|
<h3>DEX</h3>
|
|
<div class="radio-toolbar">
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-advantage} {{rollname=Dexterity}}{{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{dex}]]}} {{D4=[[20]]}}">
|
|
<b class="a">A</b>
|
|
</button>
|
|
<button class="genButton" type='roll'
|
|
value="&{template:saveCheck} {{rollname=Dexterity}} {{D1=[[1d20]]}} {{D3=[[@{dex}]]}} {{D4=[[20]]}}"></button>
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-disadvantage} {{rollname=Dexterity}} {{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{dex}]]}} {{D4=[[20]]}}">
|
|
<b class="d">D</b>
|
|
</button>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<input name="attr_dex" class="attr_in" type="text" value="0"></div>
|
|
<h6><i><label for="attr_dex_grp">Group:</label></i></h6>
|
|
<input id="attr_dex_grp" name="attr_dex_grp" class="attr_in" type="text"
|
|
style="width:100%; display: inline-block">
|
|
|
|
<br>
|
|
<div class="attr">
|
|
<h3>CON</h3>
|
|
<div class="radio-toolbar">
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-advantage} {{rollname=Constitution}}{{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{con}]]}} {{D4=[[20]]}}">
|
|
<b class="a">A</b>
|
|
</button>
|
|
<button class="genButton" type='roll'
|
|
value="&{template:saveCheck} {{rollname=Constitution}} {{D1=[[1d20]]}} {{D3=[[@{con}]]}} {{D4=[[20]]}}"></button>
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-disadvantage} {{rollname=Constitution}} {{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{con}]]}} {{D4=[[20]]}}">
|
|
<b class="d">D</b>
|
|
</button>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<input name="attr_con" class="attr_in" type="text" value="0"></div>
|
|
<h6><i><label for="attr_con_grp">Group:</label></i></h6>
|
|
<input id="attr_con_grp" name="attr_con_grp" class="attr_in" type="text"
|
|
style="width:100%; display: inline-block">
|
|
|
|
<br>
|
|
<div class="attr">
|
|
<h3>INT</h3>
|
|
<div class="radio-toolbar">
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-advantage} {{rollname=Intelligence}}{{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{int}]]}} {{D4=[[20]]}}">
|
|
<b class="a">A</b>
|
|
</button>
|
|
<button class="genButton" type='roll'
|
|
value="&{template:saveCheck} {{rollname=Intelligence}} {{D1=[[1d20]]}} {{D3=[[@{int}]]}} {{D4=[[20]]}}"></button>
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-disadvantage} {{rollname=Intelligence}} {{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{int}]]}} {{D4=[[20]]}}">
|
|
<b class="d">D</b>
|
|
</button>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<input name="attr_int" class="attr_in" type="text" value="0"></div>
|
|
|
|
<h6><i><label for="attr_int_grp">Group:</label></i></h6>
|
|
<input id="attr_int_grp" name="attr_int_grp" class="attr_in" type="text"
|
|
style="width:100%; display: inline-block">
|
|
|
|
<br>
|
|
<div class="attr">
|
|
<h3>WIS</h3>
|
|
<div class="radio-toolbar">
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-advantage} {{rollname=Wisdom}}{{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{wis}]]}} {{D4=[[20]]}}">
|
|
<b class="a">A</b>
|
|
</button>
|
|
<button class="genButton" type='roll'
|
|
value="&{template:saveCheck} {{rollname=Wisdom}} {{D1=[[1d20]]}} {{D3=[[@{wis}]]}} {{D4=[[20]]}}"></button>
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-disadvantage} {{rollname=Wisdom}} {{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{wis}]]}} {{D4=[[20]]}}">
|
|
<b class="d">D</b>
|
|
</button>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
|
|
<label for="attr_wis"></label>
|
|
<input id="attr_wis" name="attr_wis" class="attr_in" type="text" value="0">
|
|
|
|
<h6><i><label for="attr_wis_grp">Group:</label></i></h6>
|
|
<input id="attr_wis_grp" name="attr_wis_grp" class="attr_in" type="text"
|
|
style="width:100%; display: inline-block">
|
|
|
|
|
|
</div>
|
|
<br>
|
|
<div class="attr">
|
|
<h3>CHR</h3>
|
|
<div class="radio-toolbar">
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-advantage} {{rollname=Charisma}}{{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{chr}]]}} {{D4=[[20]]}}">
|
|
<b class="a">A</b>
|
|
</button>
|
|
<button class="genButton" type='roll'
|
|
value="&{template:saveCheck} {{rollname=Charisma}} {{D1=[[1d20]]}} {{D3=[[@{chr}]]}} {{D4=[[20]]}}"></button>
|
|
<button class="genButtonM" type='roll'
|
|
value="&{template:saveCheck-disadvantage} {{rollname=Charisma}} {{D1=[[1d20]]}} {{D2=[[1d20]]}} {{D3=[[@{chr}]]}} {{D4=[[20]]}}">
|
|
<b class="d">D</b>
|
|
</button>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<input name="attr_chr" class="attr_in" type="text" value="0"></div>
|
|
<h6><i><label for="attr_chr_grp">Group:</label></i></h6>
|
|
<input id="attr_chr_grp" name="attr_chr_grp" class="attr_in" type="text"
|
|
style="width:100%; display: inline-block">
|
|
|
|
<br></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<rolltemplate class="sheet-rolltemplate-saveCheck">
|
|
<div class="sheet-template-container">
|
|
<div class="template-header">Whitehack</div>
|
|
<div class="template-header">{{rollname}} Roll</div>
|
|
<div class="sheet-rolltemplate-saveCheck-results">
|
|
<div class="sheet-template-row">Roll: {{D1}}</div>
|
|
<div class="sheet-template-row">{{rollname}} Attribute {{D3}}</div>
|
|
{{#rollLess() D1 D3}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Pass</div>
|
|
{{/rollLess() D1 D3}} {{#rollTotal() D3 D1}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Crit Pass</div>
|
|
{{/rollTotal() D3 D1}} {{#rollTotal() D4 D1}}
|
|
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check crit Fail</div>
|
|
{{/rollTotal() D4 D1}} {{#^rollTotal() D4 D1}} {{#rollLess() D3 D1}}
|
|
<div class="sheet-template-row" style="color:red">Save Check Fail</div>
|
|
{{/rollLess() D3 D1}} {{/^rollTotal() D4 D1}}
|
|
</div>
|
|
</div>
|
|
</rolltemplate>
|
|
|
|
<rolltemplate class="sheet-rolltemplate-saveCheck-advantage">
|
|
<div class="sheet-template-container">
|
|
<div class="template-header">Whitehack</div>
|
|
<div class="template-header">Advantage {{rollname}} Roll</div>
|
|
<div class="sheet-rolltemplate-saveCheck-results">
|
|
<div class="sheet-template-row">Roll 1: {{D1}} Roll 2: {{D2}}</div>
|
|
{{#rollLess() D1 D2}}
|
|
<div class="sheet-template-row" style="color:green">Roll 1: {{D1}}</div>
|
|
<div class="sheet-template-row">{{rollname}} Attribute {{D3}}</div>
|
|
{{#rollLess() D1 D3}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Pass</div>
|
|
{{/rollLess() D1 D3}} {{#rollTotal() D3 D1}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Crit Pass</div>
|
|
{{/rollTotal() D3 D1}} {{#rollTotal() D4 D1}}
|
|
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check crit Fail</div>
|
|
{{/rollTotal() D4 D1}} {{#^rollTotal() D4 D1}} {{#rollLess() D3 D1}}
|
|
<div class="sheet-template-row" style="color:red">Save Check Fail</div>
|
|
{{/rollLess() D3 D1}} {{/^rollTotal() D4 D1}} {{/rollLess() D1 D2}} {{#rollTotal() D1 D2}}
|
|
<div class="sheet-template-row" style="color:green">Roll 1: {{D1}}</div>
|
|
<div class="sheet-template-row">{{rollname}} Attribute {{D3}}</div>
|
|
{{#rollLess() D1 D3}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Pass</div>
|
|
{{/rollLess() D1 D3}} {{#rollTotal() D3 D1}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Crit Pass</div>
|
|
{{/rollTotal() D3 D1}} {{#rollTotal() D4 D1}}
|
|
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check crit Fail</div>
|
|
{{/rollTotal() D4 D1}} {{#^rollTotal() D4 D1}} {{#rollLess() D3 D1}}
|
|
<div class="sheet-template-row" style="color:red">Save Check Fail</div>
|
|
{{/rollLess() D3 D1}} {{/^rollTotal() D4 D1}} {{/rollTotal() D1 D2}} {{#rollLess() D2 D1}}
|
|
<div class="sheet-template-row" style="color:green">Roll 2: {{D2}}</div>
|
|
<div class="sheet-template-row">{{rollname}} Attribute {{D3}}</div>
|
|
{{#rollLess() D2 D3}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Pass</div>
|
|
{{/rollLess() D2 D3}} {{#rollTotal() D3 D2}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Crit Pass</div>
|
|
{{/rollTotal() D3 D2}} {{#rollTotal() D4 D2}}
|
|
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check crit Fail</div>
|
|
{{/rollTotal() D4 D2}} {{#^rollTotal() D4 D2}} {{#rollLess() D3 D2}}
|
|
<div class="sheet-template-row" style="color:red">Save Check Fail</div>
|
|
{{/rollLess() D3 D2}} {{/^rollTotal() D4 D2}} {{/rollLess() D2 D1}}
|
|
</div>
|
|
</div>
|
|
</rolltemplate>
|
|
|
|
<rolltemplate class="sheet-rolltemplate-saveCheck-disadvantage">
|
|
<div class="sheet-template-container">
|
|
<div class="template-header">Whitehack</div>
|
|
<div class="template-header">Disadvantage {{rollname}} Roll</div>
|
|
<div class="sheet-rolltemplate-saveCheck-results">
|
|
<div class="sheet-template-row">Roll 1: {{D1}} Roll 2: {{D2}}</div>
|
|
{{#rollGreater() D1 D2}}
|
|
<div class="sheet-template-row" style="color:green">Roll 1: {{D1}}</div>
|
|
<div class="sheet-template-row">{{rollname}} Attribute {{D3}}</div>
|
|
{{#rollLess() D1 D3}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Pass</div>
|
|
{{/rollLess() D1 D3}} {{#rollTotal() D3 D1}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Crit Pass</div>
|
|
{{/rollTotal() D3 D1}} {{#rollTotal() D4 D1}}
|
|
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check crit Fail</div>
|
|
{{/rollTotal() D4 D1}} {{#^rollTotal() D4 D1}} {{#rollLess() D3 D1}}
|
|
<div class="sheet-template-row" style="color:red">Save Check Fail</div>
|
|
{{/rollLess() D3 D1}} {{/^rollTotal() D4 D1}} {{/rollGreater() D1 D2}} {{#rollTotal() D1 D2}}
|
|
<div class="sheet-template-row" style="color:green">Roll 1: {{D1}}</div>
|
|
<div class="sheet-template-row">{{rollname}} Attribute {{D3}}</div>
|
|
{{#rollLess() D1 D3}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Pass</div>
|
|
{{/rollLess() D1 D3}} {{#rollTotal() D3 D1}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Crit Pass</div>
|
|
{{/rollTotal() D3 D1}} {{#rollTotal() D4 D1}}
|
|
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check crit Fail</div>
|
|
{{/rollTotal() D4 D1}} {{#^rollTotal() D4 D1}} {{#rollLess() D3 D1}}
|
|
<div class="sheet-template-row" style="color:red">Save Check Fail</div>
|
|
{{/rollLess() D3 D1}} {{/^rollTotal() D4 D1}} {{/rollTotal() D1 D2}} {{#rollGreater() D2 D1}}
|
|
<div class="sheet-template-row" style="color:green">Roll 2: {{D2}}</div>
|
|
<div class="sheet-template-row">{{rollname}} Attribute {{D3}}</div>
|
|
{{#rollLess() D2 D3}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Pass</div>
|
|
{{/rollLess() D2 D3}} {{#rollTotal() D3 D2}}
|
|
<div class="sheet-template-row" style="color:green">Save Check Crit Pass</div>
|
|
{{/rollTotal() D3 D2}} {{#rollTotal() D4 D2}}
|
|
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check crit Fail</div>
|
|
{{/rollTotal() D4 D2}} {{#^rollTotal() D4 D2}} {{#rollLess() D3 D2}}
|
|
<div class="sheet-template-row" style="color:red">Save Check Fail</div>
|
|
{{/rollLess() D3 D2}} {{/^rollTotal() D4 D2}} {{/rollGreater() D2 D1}}
|
|
</div>
|
|
</div>
|
|
</rolltemplate>
|
|
|
|
<rolltemplate class="sheet-rolltemplate-attack">
|
|
|
|
|
|
<div class="sheet-rolltemplate-attack">
|
|
|
|
<div class="sheet-template-container">
|
|
|
|
{{#rollTotal() D4 1 }}
|
|
{{#rollLess() A0 B1 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B1 }}
|
|
{{#rollTotal() A0 B1 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B1 }}
|
|
{{#rollGreater() A0 B1 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B1 }}
|
|
{{/rollTotal() D4 1 }}
|
|
|
|
{{#rollTotal() D4 2 }}
|
|
{{#rollLess() A0 B2 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B2 }}
|
|
{{#rollTotal() A0 B2 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B2 }}
|
|
{{#rollGreater() A0 B2 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B2 }}
|
|
{{/rollTotal() D4 2 }}
|
|
|
|
{{#rollTotal() D4 3 }}
|
|
{{#rollLess() A0 B3 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B3 }}
|
|
{{#rollTotal() A0 B3 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B3 }}
|
|
{{#rollGreater() A0 B3 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B3 }}
|
|
{{/rollTotal() D4 3 }}
|
|
|
|
{{#rollTotal() D4 4 }}
|
|
{{#rollLess() A0 B4 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B4 }}
|
|
{{#rollTotal() A0 B4 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B4 }}
|
|
{{#rollGreater() A0 B4 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B4 }}
|
|
{{/rollTotal() D4 4 }}
|
|
{{#rollTotal() D4 5 }}
|
|
{{#rollLess() A0 B5 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B5 }}
|
|
{{#rollTotal() A0 B5 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B5 }}
|
|
{{#rollGreater() A0 B5 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B5 }}
|
|
{{/rollTotal() D4 5 }}
|
|
{{#rollTotal() D4 6 }}
|
|
{{#rollLess() A0 B6 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B6 }}
|
|
{{#rollTotal() A0 B6 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B6 }}
|
|
{{#rollGreater() A0 B6 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B6 }}
|
|
{{/rollTotal() D4 6 }}
|
|
|
|
{{#rollTotal() D4 7 }}
|
|
{{#rollLess() A0 B7 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B7 }}
|
|
{{#rollTotal() A0 B7 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B7 }}
|
|
{{#rollGreater() A0 B7 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B7 }}
|
|
{{/rollTotal() D4 7 }}
|
|
|
|
{{#rollTotal() D4 8 }}
|
|
{{#rollLess() A0 B8 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollLess() A0 B8 }}
|
|
{{#rollTotal() A0 B8 }}<div style="width: auto; height: auto; background-color: #daedc0; border: #aaaaaa dashed 1px">{{/rollTotal() A0 B8 }}
|
|
{{#rollGreater() A0 B8 }}<div style="width: auto; height: auto; background-color: #f89a9a; border: #aaaaaa dashed 1px">{{/rollGreater() A0 B8 }}
|
|
{{/rollTotal() D4 8 }}
|
|
|
|
|
|
|
|
|
|
|
|
<div class="template-header" style="background-color: black; color: white;"><b>WHITEHACK</b></div>
|
|
<div class="template-header">{{D2}} {{rollname}}</div>
|
|
<div class="sheet-template-row"><i><b>AV:</b></i> {{av}}</div>
|
|
<div class="sheet-template-row"><i><b>Roll:</b></i> {{A0}}</div>
|
|
{{#rollTotal() D4 1 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B1}}</div>
|
|
{{/rollTotal() D4 1 }}
|
|
{{#rollTotal() D4 2 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B2}}</div>
|
|
{{/rollTotal() D4 2 }}
|
|
{{#rollTotal() D4 3 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B3}}</div>
|
|
{{/rollTotal() D4 3 }}
|
|
{{#rollTotal() D4 4 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B4}}</div>
|
|
{{/rollTotal() D4 4 }}
|
|
{{#rollTotal() D4 5 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B5}}</div>
|
|
{{/rollTotal() D4 5 }}
|
|
{{#rollTotal() D4 6 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B6}}</div>
|
|
{{/rollTotal() D4 6 }}
|
|
{{#rollTotal() D4 7 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B7}}</div>
|
|
{{/rollTotal() D4 7 }}
|
|
{{#rollTotal() D4 8 }}
|
|
<div class="sheet-template-row"><i><b>Adjusted AV:</b></i>{{B8}}</div>
|
|
{{/rollTotal() D4 8 }}
|
|
{{#rollTotal() D4 1 }}<div class="sheet-template-row"><i><b>Damage:</b></i> {{H0}}</div>{{/rollTotal() D4 1 }}
|
|
{{#rollTotal() D4 2 }}<div class="sheet-template-row"><i><b>Damage:</b></i> {{H1}}</div>{{/rollTotal() D4 2 }}
|
|
{{#rollTotal() D4 3 }}<div class="sheet-template-row"><i><b>Damage:</b></i> {{H2}}</div> {{/rollTotal() D4 3 }}
|
|
{{#rollTotal() D4 4 }} <div class="sheet-template-row"><i><b>Damage:</b></i> {{H3}}</div> {{/rollTotal() D4 4 }}
|
|
{{#rollTotal() D4 5 }} <div class="sheet-template-row"><i><b>Damage:</b></i> {{H4}}</div> {{/rollTotal() D4 5 }}
|
|
{{#rollTotal() D4 6 }}<div class="sheet-template-row"><i><b>Damage:</b></i> {{H5}}</div> {{/rollTotal() D4 6 }}
|
|
{{#rollTotal() D4 7 }} <div class="sheet-template-row"><i><b>Damage:</b></i> {{H6}}</div> {{/rollTotal() D4 7 }}
|
|
{{#rollTotal() D4 8 }} <div class="sheet-template-row"><i><b>Damage:</b></i> {{H7}}</div> {{/rollTotal() D4 8 }}
|
|
</div>
|
|
|
|
{{#rollTotal() D4 1 }}
|
|
<div class="sheet-rolltemplate-v">Normal Attack</div>
|
|
{{/rollTotal() D4 1 }}
|
|
|
|
{{#rollTotal() D4 2 }}
|
|
<div class="sheet-rolltemplate-v">Combat Advantage: +2/+2</div>
|
|
{{/rollTotal() D4 2 }}
|
|
|
|
{{#rollTotal() D4 3 }}
|
|
<div class="sheet-rolltemplate-v">Double Combat Advantage: +4/+4</div>
|
|
{{/rollTotal() D4 3 }}
|
|
|
|
{{#rollTotal() D4 4 }}
|
|
<div class="sheet-rolltemplate-v">Triple Combat Advantage: +6/+6</div>
|
|
{{/rollTotal() D4 4 }}
|
|
{{#rollTotal() D4 5 }}
|
|
<div class="sheet-rolltemplate-v">Fight Offensively: +1/+1</div>
|
|
{{/rollTotal() D4 5 }}
|
|
{{#rollTotal() D4 6 }}
|
|
<div class="sheet-rolltemplate-v">Fight Defensively: -1/-1</div>
|
|
{{/rollTotal() D4 6 }}
|
|
{{#rollTotal() D4 7 }}
|
|
<div class="sheet-rolltemplate-v">Fight Defensively: -2/-0</div>
|
|
{{/rollTotal() D4 7 }}
|
|
{{#rollTotal() D4 8 }}
|
|
<div class="sheet-rolltemplate-v">Fight Defensively: -0/-2</div>
|
|
{{/rollTotal() D4 8 }}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</rolltemplate>
|
|
|
|
|
|
|
|
|